Add CVE numbers for recent issues to ChangeLogs
[bpt/emacs.git] / lisp / ChangeLog
1 2014-05-08 Glenn Morris <rgm@gnu.org>
2
3 * net/browse-url.el (browse-url-mosaic):
4 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
5 This is CVE-2014-3423.
6
7 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
10 (xterm-mouse--read-event-sequence-1000): Return nil if something
11 looks fishy.
12 (xterm-mouse-event): Propagate it.
13 (xterm-mouse-translate-1): Handle it.
14
15 2014-05-07 Stephen Berman <stephen.berman@gmx.net>
16
17 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
18 four slots of the parameter list are filled, make sure to pass it
19 to the argument list of todo-insert-item--basic.
20
21 2014-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
24 Add optional `seen' argument to detect and break infinite loops.
25
26 2014-05-06 Eli Zaretskii <eliz@gnu.org>
27
28 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
29 (trace-unsafe, trace-use-tree): Make parentheses style be
30 according to Emacs style.
31
32 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
33
34 * net/tramp-sh.el (tramp-remote-process-environment):
35 Remove HISTFILE and HISTSIZE; it's too late to set them here.
36 Add :version entry.
37 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
38 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
39 extra "PSx=..." commands.
40 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
41 (Bug#17295)
42
43 (tramp-uudecode): Replace the hard-coded temporary file name by a
44 format specifier.
45 (tramp-remote-coding-commands): Enhance docstring.
46 (tramp-find-inline-encoding): Replace "%t" by a temporary file
47 name. (Bug#17415)
48 This is CVE-2014-3424.
49
50 2014-05-06 Glenn Morris <rgm@gnu.org>
51
52 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
53 (find-gc-source-files): Update some names.
54 (trace-call-tree): Simplify and update.
55 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
56 This is CVE-2014-3422.
57
58 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * minibuffer.el (completion--try-word-completion): Revert fix for
61 Bug#15980 (bug#17375).
62
63 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
64 Always store button numbers in the same way in xterm-mouse-last;
65 Don't burp is xterm-mouse-last is not set as expected.
66 Never return negative indices.
67
68 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
69
70 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
71 Backtrack one char if the global/char-literal var matcher hits
72 inside a string. The next char could be the beginning of an
73 expression expansion.
74
75 2014-05-05 Glenn Morris <rgm@gnu.org>
76
77 * help-fns.el (describe-function-1): Test for an autoload before a
78 macro, since `macrop' works on autoloads. (Bug#17410)
79
80 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * electric.el (electric-indent-functions-without-reindent): Add yaml.
83
84 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
85 Make sure the new point we return is within the new string (bug#17239).
86
87 2014-05-03 Eli Zaretskii <eliz@gnu.org>
88
89 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
90
91 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
92
93 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
94 Use nil rather than `default' for the "default" appearance (bug#17388).
95 * vc/ediff-util.el (ediff-inferior-compare-regions)
96 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
97 a misleading `default' value when it's really a boolean.
98 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
99 overlay is not visible.
100
101 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
102
103 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
104 (todo-menu): Uncomment and update.
105
106 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
107
108 * calendar/todo-mode.el: Reimplement item editing to have the same
109 basic user interface as item insertion, and make small UI and
110 larger internal improvements to the latter.
111 (todo-insert-item): Add reference to the Todo mode user manual to
112 the documentation string.
113 (todo-insert-item--basic): Rename from todo-basic-insert-item and
114 adjust all callers. Change signature to combine diary and
115 nonmarking arguments. Incorporate functionality of deleted item
116 copying command and add error checking. Remove detailed
117 descriptions of the arguments from the documentation string, since
118 this is treated in the Todo mode user manual.
119 (todo-copy-item, todo-edit-multiline-item)
120 (todo-edit-done-item-comment, todo-edit-item-header)
121 (todo-edit-item-time, todo-edit-item-date-from-calendar)
122 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
123 (todo-edit-item-date-year, todo-edit-item-date-month)
124 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
125 Remove.
126 (todo-edit-item): Reimplement as wrapper command for
127 todo-edit-item--next-key and make it distinguish done and not done
128 todo items.
129 (todo-edit-item--text): New function, replacing old command
130 todo-edit-item and incorporating deleted commands
131 todo-edit-multiline-item and todo-edit-done-item-comment.
132 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
133 Use only numeric value of prefix argument. Remove detailed
134 descriptions of the arguments from the documentation string, since
135 this is treated in the Todo mode user manual.
136 (todo-edit-item--diary-inclusion): New function, replacing old
137 command todo-edit-item-diary-inclusion and incorporating and fixing
138 functionality of deleted command todo-edit-item-diary-nonmarking,
139 making sure to remove todo-nondiary-marker when adding
140 diary-nonmarking-symbol.
141 (todo-edit-category-diary-inclusion): Make sure to delete
142 diary-nonmarking-symbol when adding todo-nondiary-marker.
143 (todo-edit-category-diary-nonmarking): Fix indentation.
144 (todo-insert-item--parameters): Group diary and nonmarking
145 parameters together.
146 (todo-insert-item--apply-args): Adjust to signature of
147 todo-insert-item--basic and incorporate copy parameter.
148 Make small code improvements.
149 (todo-insert-item--next-param): Improve prompt and adjust it to
150 new parameter grouping. Remove obsolete code.
151 (todo-edit-item--param-key-alist)
152 (todo-edit-item--date-param-key-alist)
153 (todo-edit-done-item--param-key-alist): New defconsts.
154 (todo-edit-item--prompt): New variable.
155 (todo-edit-item--next-key): New function.
156 (todo-key-bindings-t): Bind "e" to todo-edit-item.
157 Remove bindings of deleted commands.
158
159 2014-05-02 Leo Liu <sdl.web@gmail.com>
160
161 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
162
163 2014-05-01 Glenn Morris <rgm@gnu.org>
164
165 * allout-widgets.el (allout-widgets-tally)
166 (allout-decorate-item-guides):
167 * menu-bar.el (menu-bar-positive-p):
168 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
169 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
170 * progmodes/js.el (js--inside-param-list-p)
171 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
172 * progmodes/prolog.el (region-exists-p):
173 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
174 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
175 Doc fixes (replace `iff').
176
177 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
180
181 2014-04-30 Eli Zaretskii <eliz@gnu.org>
182
183 * dired.el (dired-initial-position-hook, dired-initial-position):
184 Doc string fixes.
185
186 2014-04-29 Glenn Morris <rgm@gnu.org>
187
188 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
189
190 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
191
192 * faces.el (face-spec-recalc): Apply X resources only after the
193 defface spec has been applied. Thus, X resources are no longer
194 overriden by the defface spec which also fixes issues on win32 where
195 the toolbar coloring was wrong because it is set through X resources
196 and was (wrongfully) overriden. (Bug#16694)
197
198 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * textmodes/rst.el (electric-pair-pairs): Declare.
201 (rst-mode): Set it (bug#17131).
202
203 2014-04-27 Juri Linkov <juri@jurta.org>
204
205 * desktop.el (desktop-value-to-string): Let-bind `print-length'
206 and `print-level' to nil. (Bug#17351)
207
208 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
209
210 * battery.el (battery-update): Handle the case where battery
211 status is "N/A" (bug#17319).
212
213 2014-04-24 Eli Zaretskii <eliz@gnu.org>
214
215 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
216 Use equal-including-properties to compare help-echo strings (bug#17331).
217
218 2014-04-24 Leo Liu <sdl.web@gmail.com>
219
220 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
221 Fix syntax for @. (Bug#17325)
222
223 2014-04-24 Daniel Colascione <dancol@dancol.org>
224
225 * emacs-lisp/cl.el (gv): Require gv early to break eager
226 macro-expansion cycles.
227
228 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * simple.el (region-active-p): Check there's a mark (bug#17324).
231
232 * simple.el (completion-list-mode-map): Use choose-completion for the
233 mouse binding as well (bug#17302).
234 (completion-list-mode, completion-setup-function): Adjust docstring and
235 echo area message accordingly.
236 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
237 calling convention of choose-completion.
238 * comint.el (comint-dynamic-list-completions):
239 * term.el (term-dynamic-list-completions): Accept choose-completion.
240
241 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
242 &, |, +, - and * can't be a division (bug#17317).
243
244 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * term/xterm.el (xterm--version-handler): Don't use modern xterm
247 features on gnome-terminal (bug#16988).
248
249 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
250
251 * dired.el (dired-insert-set-properties): Do not consider
252 subdirectory headings and empty lines to be information that
253 `dired-hide-details-mode' should hide. (Bug#17228)
254
255 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
256
257 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
258 Remove test messages.
259 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
260 and `target' twice.
261
262 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
265 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
266
267 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
268
269 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
270
271 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
272 Set "IFS=" when using read builtin, in order to preserve spaces in
273 the file name. Add test messages for hunting a bug on hydra.
274 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
275
276 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
279 Don't prettify a word within a symbol.
280
281 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
282
283 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
284 possible.
285
286 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
289 assignments such as "case=hello" (bug#17297).
290
291 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
292
293 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
294 Do not autoload.
295 (tramp-file-name-handler, tramp-completion-file-name-handler):
296 Revert patch from 2014-04-10, it isn't necessary anymore.
297 (tramp-autoload-file-name-handler)
298 (tramp-register-autoload-file-name-handlers): New defuns.
299 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
300 (tramp-register-file-name-handlers): Remove also
301 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
302 Do not autoload its invocation, but eval it after loading of 'tramp.
303
304 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
305
306 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
307
308 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
311 was done (bug#17264).
312 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
313 comment to EOB.
314
315 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
316 here-documents (bug#17262).
317
318 2014-04-16 Eli Zaretskii <eliz@gnu.org>
319
320 * term/pc-win.el (x-list-fonts, x-get-selection-value):
321 Provide doc strings, as required by snarf-documentation.
322
323 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
326 arg of overlays-at. Use `invisible-p'.
327
328 * obsolete/lucid.el (extent-at):
329 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
330 overlays-at.
331 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
332
333 2014-04-14 João Távora <joaotavora@gmail.com>
334
335 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
336 links. (Bug#17217).
337
338 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
339
340 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
341 Use mapc to loop over a vector. (Bug#17257).
342
343 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
344
345 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
346 patch, there are new problems with file names containing spaces.
347 Get rid of backticks. (Bug#17238)
348
349 2014-04-13 João Távora <joaotavora@gmail.com>
350
351 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
352 possible bug.
353
354 2014-04-13 Eli Zaretskii <eliz@gnu.org>
355
356 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
357 (blink-cursor-mode): Mention customization variables and the
358 effect of 'blink-cursor-blinks'.
359
360 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
361
362 * simple.el (undo): Prevent insertion of identity mapping into
363 undo-equiv-table so as undo-only does not inf loop in the presence
364 of consecutive nils in undo list.
365
366 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
367
368 * faces.el (make-face): Deprecate optional argument as it is no
369 longer needed/used since the conditional X resources handling
370 has been pushed down to make-face-x-resource-internal itself.
371 (make-empty-face): Don't pass optional argument to make-face.
372
373 2014-04-12 Eli Zaretskii <eliz@gnu.org>
374
375 * international/characters.el <standard-case-table>: Add entries
376 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
377 Set category of Coptic characters be 'g' (Greek).
378
379 2014-04-12 Leo Liu <sdl.web@gmail.com>
380
381 * progmodes/octave.el (completion-table-with-cache): Define if not
382 available.
383 (octave-goto-function-definition)
384 (octave-sync-function-file-names)
385 (octave-find-definition-default-filename): Backquote upattern for
386 compatibility.
387
388 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
389
390 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
391 name twice due to backticks. (Bug#17238)
392
393 2014-04-11 Glenn Morris <rgm@gnu.org>
394
395 * term/w32-win.el (x-win-suspend-error):
396 * term/x-win.el (x-win-suspend-error): Sync docs.
397
398 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 Ediff's overlay priorities cause more trouble than they solve.
401 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
402 (ediff-highest-priority): Remove function (bug#17234).
403 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
404 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
405 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
406 overlay priorities.
407
408 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
409
410 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
411 entry; use symbol boundaries to avoid mis-matches.
412
413 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
414
415 * net/tramp.el (tramp-file-name-handler)
416 (tramp-completion-file-name-handler): Avoid recursive loading.
417
418 * net/tramp-sh.el (tramp-make-copy-program-file-name):
419 Quote result also locally.
420
421 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
422
423 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
424 Module methods. (Bug#17216)
425
426 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * help.el (describe-bindings): Fix buffer handling (bug#17210).
429 (describe-bindings-internal): Mark obsolete.
430
431 2014-04-07 João Távora <joaotavora@gmail.com>
432
433 * elec-pair.el:
434 (electric-pair--syntax-ppss): When inside comments parse from
435 comment beginning.
436 (electric-pair--balance-info): Fix typo in comment.
437 (electric-pair--in-unterminated-string-p): Delete.
438 (electric-pair--unbalanced-strings-p): New function.
439 (electric-pair-string-bound-function): New var.
440 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
441 according to `electric-pair--in-unterminated-string-p'
442
443 2014-04-07 João Távora <joaotavora@gmail.com>
444
445 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
446 Inhibit quote pairing if point-max is inside an unterminated string.
447 (electric-pair--looking-at-unterminated-string-p): Delete.
448 (electric-pair--in-unterminated-string-p): New function.
449
450 2014-04-07 Glenn Morris <rgm@gnu.org>
451
452 * shell.el (shell-directory-tracker):
453 Go back to just ignoring failures. (Bug#17159)
454
455 2014-04-06 João Távora <joaotavora@gmail.com>
456
457 Fix `electric-pair-delete-adjacent-pairs' in modes binding
458 backspace. (bug#16981)
459 * elec-pair.el (electric-pair-backward-delete-char): Delete.
460 (electric-pair-backward-delete-char-untabify): Delete.
461 (electric-pair-mode-map): Bind backspace to a menu item filtering
462 a new `electric-pair-delete-pair' command.
463 (electric-pair-delete-pair): New command.
464
465 2014-04-06 João Távora <joaotavora@gmail.com>
466
467 * progmodes/python.el (python-electric-pair-string-delimiter):
468 Fix triple-quoting electricity. (Bug#17192)
469
470 2014-04-06 João Távora <joaotavora@gmail.com>
471
472 * elec-pair.el (electric-pair-post-self-insert-function):
473 Don't skip whitespace when `electric-pair-text-pairs' and
474 `electric-pair-pairs' were used. syntax to
475 electric-pair--skip-whitespace. (Bug#17183)
476
477 2014-04-06 Eli Zaretskii <eliz@gnu.org>
478
479 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
480 "<F>". (Bug#17199)
481
482 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
483
484 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
485 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
486
487 2014-04-05 Glenn Morris <rgm@gnu.org>
488
489 * help.el (view-lossage): Doc tweak.
490
491 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
492
493 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
494 only when inhibit-x-resources is nil, and do that earlier in the
495 function. Doc fix. (Bug#16694)
496 (face-spec-choose): Accept additional optional argument, whose
497 value is returned if no matching attributes are found.
498 (face-spec-recalc): Use the new optional argument when calling
499 face-spec-choose. (Bug#16378)
500 (make-face-x-resource-internal): Do nothing when
501 inhibit-x-resources is non-nil. Don't touch the default face if
502 reversed video is given--as was done in previous versions of Emacs.
503 (face-set-after-frame-default): Don't call
504 make-face-x-resource-internal here. (Bug#16434)
505
506 2014-04-04 Tassilo Horn <tsdh@gnu.org>
507
508 * doc-view.el (doc-view-bookmark-jump):
509 Use `bookmark-after-jump-hook' to jump to the right page after the
510 buffer is shown in a window. (bug#16090)
511
512 2014-04-04 Eli Zaretskii <eliz@gnu.org>
513
514 * international/characters.el (mirroring): Fix last change:
515 instead of loading uni-mirrored.el explicitly, do that implicitly
516 by creating the 'mirroring' uniprop table. This avoids announcing
517 the loading of uni-mirrored.el.
518
519 2014-04-04 Glenn Morris <rgm@gnu.org>
520
521 * files.el (buffer-stale--default-function)
522 (buffer-stale-function, revert-buffer--default):
523 * autorevert.el (auto-revert-buffers): Doc tweaks.
524
525 2014-04-03 Eli Zaretskii <eliz@gnu.org>
526
527 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
528
529 2014-04-03 Glenn Morris <rgm@gnu.org>
530
531 * files.el (make-backup-file-name-function)
532 (make-backup-file-name, make-backup-file-name--default-function)
533 (make-backup-file-name-1, find-backup-file-name)
534 (revert-buffer-function, revert-buffer-insert-file-contents-function)
535 (buffer-stale--default-function, buffer-stale-function)
536 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
537 (revert-buffer, revert-buffer--default)
538 (revert-buffer-insert-file-contents--default-function):
539 Doc fixes related to defaults no longer being nil.
540 (make-backup-file-name-function): Bump :version.
541 Restore nil as a valid but deprecated custom type.
542
543 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
546 used as a variable (bug#17174).
547
548 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * progmodes/perl-mode.el (perl-indent-new-calculate):
551 Handle forward-sexp failure (bug#16985).
552 (perl-syntax-propertize-function): Add "foreach" and "for" statement
553 modifiers introducing expressions (bug#17116).
554
555 2014-04-02 Glenn Morris <rgm@gnu.org>
556
557 * menu-bar.el (menu-bar-file-menu):
558 * vc/ediff.el (ediff-current-file):
559 Update for revert-buffer-function no longer being nil by default.
560
561 * simple.el (command-execute): Respect nil disabled-command-function.
562
563 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
564
565 * simple.el (command-execute): Do not execute the command when it
566 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
567
568 2014-03-29 Juri Linkov <juri@jurta.org>
569
570 * dired-aux.el (dired-compress-file): Don't use string-match-p
571 because its match data is used afterwards.
572
573 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
576 0 like nil.
577
578 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
579
580 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
581 Highlight special globals with font-lock-builtin-face. (Bug#17057)
582
583 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
584 Don't propertize `?' or `!' as symbol constituent when after
585 colon. (Bug#17097)
586
587 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
588
589 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
590 which is no longer needed and causes trouble in GTK builds (bug#17046).
591
592 * emacs-lisp/package-x.el (package--archive-contents-from-url):
593 Use url-insert-file-contents; package-handle-response no longer exists.
594
595 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
596
597 * emacs-lisp/package.el: Fix bug#16733 (again).
598 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
599 (url-http-target-url): Remove unused declarations.
600 (package-handle-response): Remove.
601 (package--with-work-buffer): Use url-insert-file-contents and simplify.
602 (package--download-one-archive): Use current-buffer instead of
603 dynamic binding of `buffer'.
604 (describe-package-1): Do not decode readme-string.
605
606 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
607
608 * simple.el (primitive-undo): Correction to 2014-03-24 change.
609
610 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
611
612 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
613
614 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
615 from 2014-03-07, it decreases performance unnecessarily. Let-bind
616 `remote-file-name-inhibit-cache' to nil in the second pass.
617 (tramp-find-executable): Do not call "which" on SunOS.
618 (tramp-send-command-and-check): Fix docstring.
619 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
620 check whether source directory has set the sticky bit.
621
622 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
623
624 * simple.el (primitive-undo): Only process marker adjustments
625 validated against their corresponding (TEXT . POS). Issue warning
626 for lone marker adjustments in undo history. (Bug#16818)
627 (undo-make-selective-list): Add marker adjustments to selective
628 undo list based on whether their corresponding (TEXT . POS) is in
629 the region. Remove variable adjusted-markers, which was unused
630 and only non nil during undo-make-selective-list.
631 (undo-elt-in-region): Return nil when passed a marker adjustment
632 and explain in function doc.
633
634 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
635
636 * emacs-lisp/package.el (package--add-to-archive-contents):
637 Include already installed and built-in packages in
638 `package-archive-contents'.
639 (package-install): Don't include already installed packages in the
640 options during interactive invocation. (Bug#16762)
641
642 2014-03-24 Daniel Colascione <dancol@dancol.org>
643
644 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
645 instead of cl-loop search function.
646
647 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
648
649 * frameset.el (frameset--initial-params): Fix typo in parameter name.
650
651 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
652
653 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
654
655 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
656
657 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
658 Match special global variables without curlies, too.
659 (ruby-font-lock-keywords): Simplify the matcher for special global
660 variables. Don't require a non-word character after the variable.
661 (Bug#17057)
662
663 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * simple.el (redisplay-highlight-region-function): Increase priority of
666 overlay to make sure boundaries are visible (bug#15899).
667
668 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
669
670 * frameset.el (frameset-restore): Compare display strings with equal.
671
672 * frame.el (make-frame): Don't quote display name in error message,
673 it is already a string.
674
675 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
676
677 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
678 the password.
679
680 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
681
682 * emacs-lisp/package.el (package-show-package-list): If the buffer
683 is already displayed in another window, switch to that window.
684
685 2014-03-21 Daniel Colascione <dancol@dancol.org>
686
687 * mail/emacsbug.el (report-emacs-bug): Include memory usage
688 information in bug reports.
689
690 2014-03-23 Daniel Colascione <dancol@dancol.org>
691
692 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
693 list to look for keyword arguments instead of `memq', fixing
694 (Bug#3647) --- unfortunately, only for freshly-compiled code.
695 Please make bootstrap.
696
697 2014-03-23 Richard Stallman <rms@gnu.org>
698
699 * battery.el (battery-linux-sysfs): Search for each field
700 from the beginning of the buffer.
701
702 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
703
704 * emacs-lisp/package.el (package-desc): Use the contents of the
705 quoted form, not its cdr. (Bug#16873)
706
707 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
708
709 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
710 benefit of doc.c; change parameter profile to match the X function.
711
712 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
713
714 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
715 and `tramp-copy-env'.
716
717 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
718 (tramp-maybe-open-connection): Handle `tramp-login-env'.
719
720 2014-03-21 Glenn Morris <rgm@gnu.org>
721
722 * electric.el (electric-indent-post-self-insert-function): Add doc.
723
724 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
725
726 * emacs-lisp/package.el (package-compute-transaction):
727 Use `version-list-<=' to compare the requirement version against
728 the version of package already to be installed. Update the error
729 message. (Bug#16826)
730
731 * progmodes/ruby-mode.el (ruby-smie-rules):
732 Add indentation rule for ` @ '. (Bug#17050)
733
734 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
735
736 * align.el (align-regexp): Remove superfluous backslash.
737
738 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
739 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
740 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
741 Fix docstring typos.
742 (ffap-next): Use C-u in docstring.
743 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
744 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
745 Remove superfluous backslashes.
746 (ffap-string-at-point): Reflow docstring.
747
748 * server.el (server-host): Reflow docstring.
749 (server-unload-function): Fix docstring typo.
750 (server-eval-at): Remove superfluous backslash.
751
752 * skeleton.el (skeleton-insert): Remove superfluous backslash.
753 (skeleton-insert): Doc fix.
754 (skeleton-insert): Reflow docstring.
755
756 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
757 (tty-color-approximate, tty-color-by-index, tty-color-values)
758 (tty-color-desc): Remove superfluous backslashes.
759
760 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * electric.el (electric-newline-and-maybe-indent): New command.
763 Bind it globally to C-j.
764 (electric-indent-mode): Don't mess with the global map any more.
765 Don't drop the post-self-insert-hook is some buffer is still using it
766 (bug#16770).
767
768 * bindings.el (global-map): Remove C-j binding.
769
770 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
771 the docstring of functions advised before dumping (bug#16993).
772
773 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
774
775 * ps-print.el (ps-generate-postscript-with-faces):
776 Explicitly deactivate the mark (bug#16866).
777 * simple.el (deactivate-mark): Update region highlight.
778
779 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
780
781 * emacs-lisp/package.el (describe-package-1):
782 Decode commentary (bug#16733).
783
784 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
785
786 * custom.el (defcustom): Doc fix: recommend avoiding destructive
787 modification of the value argument of :set (bug#16755).
788
789 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * simple.el (newline-and-indent): Do autofill (bug#17031).
792
793 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
794
795 * newcomment.el (comment-normalize-vars): Only add escaping check
796 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
797 (comment-beginning): Use `narrow-to-region' instead of moving back
798 one character.
799 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
800 (comment-start-skip): Update the docstring.
801
802 2014-03-18 Richard Stallman <rms@gnu.org>
803
804 * dired.el (dired-display-file): Force use of other window.
805
806 2014-03-18 Daniel Colascione <dancol@dancol.org>
807
808 * startup.el (tty-handle-args): Remove debug message from 2007.
809
810 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
811
812 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
813 (advice--make-interactive-form): Use it to avoid (auto)loading function.
814 (advice--make-1, advice-add, advice-remove):
815 Remove braindead :advice-pending hack.
816
817 2014-03-17 Glenn Morris <rgm@gnu.org>
818
819 * calendar/calendar.el (calendar-generate-month): Apply weekend
820 face to the right days; fixes 2013-08-06 change. (Bug#17028)
821
822 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
823
824 * net/tramp.el (tramp-action-out-of-band): Read pending output.
825 (tramp-call-process): Trace also DESTINATION.
826
827 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
828 Quote file names when they are local. Remove superfluous trace.
829
830 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
831
832 * newcomment.el (comment-beginning): If `comment-start-skip'
833 doesn't match, move back one char and try again. (Bug#16971)
834
835 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
836 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
837 Set `comment-start-skip' to a simpler value that doesn't try to
838 check if the semicolon is escaped (this is handled by
839 `syntax-ppss' now). (Bug#16971)
840
841 * progmodes/scheme.el (scheme-mode-variables): Same.
842
843 2014-03-16 Martin Rudalics <rudalics@gmx.at>
844
845 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
846 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
847 current (Bug#16816, Bug#17007).
848 (with-current-buffer-window): New macro doing the same as
849 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
850 * help.el (help-print-return-message): Warn in doc-string to not
851 use this in `with-help-window'.
852 (describe-bindings-internal): Call `describe-buffer-bindings'
853 from within help buffer. See Juanma's scenario in (Bug#16816).
854 (with-help-window): Update doc-string.
855 * dired.el (dired-mark-pop-up):
856 * files.el (save-buffers-kill-emacs):
857 * register.el (register-preview): Use `with-current-buffer-window'
858 instead of `with-temp-buffer-window'.
859
860 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
861
862 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
863 Implement inserting into current buffer, documented in their docstrings.
864 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
865 (rst-section-tree-point, rst-forward-section, rst-indent)
866 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
867 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
868 (rst-font-lock-handle-adornment-pre-match-form)
869 (rst-repeat-last-character): Reflow docstrings.
870 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
871 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
872 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
873 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
874 Fix docstring typos.
875 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
876 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
877 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
878
879 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
880
881 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
882 for compatibility with other ports.
883 (ns-initialize-window-system): Use it. It is set in term/common-win.el
884 from the -xrm command line argument, but in the Nextstep port its value
885 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
886
887 * progmodes/python.el (defconst, python-syntax-count-quotes)
888 (python-indent-region, python-indent-shift-right)
889 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
890 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
891 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
892 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
893 (inferior-python-mode, python-shell-make-comint, run-python-internal)
894 (python-shell-buffer-substring, python-shell-send-buffer)
895 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
896 (python-completion-complete-at-point, python-fill-docstring-style)
897 (python-eldoc-function, python-imenu-format-item-label)
898 (python-imenu-format-parent-item-label)
899 (python-imenu-format-parent-item-jump-label)
900 (python-imenu--build-tree, python-imenu-create-index)
901 (python-imenu-create-flat-index): Fix docstring typos.
902 (python-indent-context, python-shell-prompt-regexp, run-python):
903 Remove superfluous backslashes.
904 (python-indent-line, python-nav-beginning-of-defun)
905 (python-shell-get-buffer, python-shell-get-process)
906 (python-info-current-defun, python-info-current-line-comment-p)
907 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
908 (python-indent-post-self-insert-function, python-shell-send-file)
909 (python-shell-completion-get-completions)
910 (python-shell-completion-complete-or-indent)
911 (python-eldoc--get-doc-at-point): Reflow docstrings.
912
913 2014-03-14 Glenn Morris <rgm@gnu.org>
914
915 * emacs-lisp/package.el (package-menu-mode-map):
916 Replace use of obsolete function alias. Tweak menu item text.
917
918 * info.el (Info-finder-find-node):
919 Ignore the `emacs' metapackage. (Bug#10813)
920
921 * finder.el (finder-list-matches): Include unversioned packages
922 in the result of a keyword search.
923
924 * finder.el (finder--builtins-descriptions): New constant.
925 (finder-compile-keywords): Use finder--builtins-descriptions.
926
927 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
928
929 * simple.el (blink-matching-paren): Describe the new value,
930 `jump', enabling the old behavior.
931 (blink-matching-open): Use that value. (Bug#17008)
932
933 2014-03-14 Glenn Morris <rgm@gnu.org>
934
935 * finder.el (finder-no-scan-regexp): Add leim-list.
936 (finder-compile-keywords):
937 Don't skip files with same basename. (Bug#14010)
938 * Makefile.in (setwins_finder): New, excluding leim.
939 (finder-data): Use setwins_finder.
940
941 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
942 (help-function-arglist, help-make-usage): Move from here...
943 * help.el (help-split-fundoc, help-add-fundoc-usage)
944 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
945 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
946
947 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
948
949 * net/socks.el (socks, socks-override-functions)
950 (socks-find-services-entry):
951 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
952 (hif-find-ifdef-block):
953 * progmodes/modula2.el (m2-indent): Fix docstring typos.
954
955 * net/tls.el (tls-program): Reflow docstring.
956
957 * progmodes/pascal.el (pascal-mode-abbrev-table)
958 (pascal-imenu-generic-expression, pascal-auto-endcomments)
959 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
960 (pascal-outline-mode): Fix docstring typos.
961 (pascal-mode): Let define-derived-mode document mode hook.
962 (pascal-uncomment-area): Reflow.
963 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
964
965 * progmodes/opascal.el (opascal-compound-block-indent)
966 (opascal-case-label-indent): Fix docstring typos.
967 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
968
969 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
970
971 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
972 Fontify multiple adjacent negation chars. (Bug#17004)
973
974 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
975
976 * emacs-lisp/package.el (package--prepare-dependencies):
977 Accept requirements without explicit version (bug#14941).
978
979 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
980
981 * register.el (register-separator, copy-to-register): Doc fixes.
982 (register-preview-default): Remove unnecessary call to concat.
983
984 * frameset.el (frameset-restore): When checking for a visible frame,
985 use the action map instead of calling visible-frame-list.
986
987 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
988
989 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
990
991 2014-03-12 Martin Rudalics <rudalics@gmx.at>
992
993 * window.el (fit-frame-to-buffer): Get maximum width from
994 display's width instead of height.
995
996 2014-03-12 Glenn Morris <rgm@gnu.org>
997
998 * desktop.el (desktop-restore-frames)
999 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1000 (desktop-restore-reuses-frames): Doc tweaks.
1001
1002 * electric.el (electric-indent-mode): Doc fix.
1003
1004 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1005
1006 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1007 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1008 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1009 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1010 (cvs-dired-use-hook): Fix docstring typos.
1011 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1012 Doc fixes.
1013
1014 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1015 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1016 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1017 (cvs-execute-single-dir): Fix docstring typos.
1018
1019 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1020 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1021
1022 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1023
1024 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1025 Fix docstring typos.
1026
1027 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1028
1029 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1030 called from jump-to-register after unloading the frameset package.
1031
1032 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1035 (bug#16975). Deactivate the mark before setting it to nil.
1036 (activate-mark): Do nothing if region is already active.
1037
1038 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1039
1040 * frameset.el (frameset--target-display): Remove definition; declare.
1041 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1042
1043 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1046 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1047 when the advice is pending.
1048 (advice-remove): Remove this marker when not needed any more.
1049
1050 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1051
1052 * frameset.el: Separate options for reusing frames and cleaning up.
1053 (frameset--reuse-list): Remove definition; declare.
1054 (frameset--action-map): Declare.
1055 (frameset--find-frame-if): Doc fix.
1056 (frameset--restore-frame): Cache frame action.
1057 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1058 how to clean up the frame list after restoring. Remove cleaning
1059 options from REUSE-FRAMES. Change all keyword values to symbols.
1060 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1061
1062 * desktop.el (desktop-restore-forces-onscreen)
1063 (desktop-restore-reuses-frames): Use non-keyword values.
1064 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1065
1066 2014-03-10 Glenn Morris <rgm@gnu.org>
1067
1068 * files.el (find-file): Doc fix: update info node name.
1069
1070 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1071 Doc fix: remove references to deleted info nodes.
1072
1073 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1074
1075 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1076 Do not add `nil' to the environment, when there's no remote `locale'.
1077 (tramp-find-inline-encoding): Check, that the remote host has
1078 installed perl, before sending scripts.
1079
1080 2014-03-10 Leo Liu <sdl.web@gmail.com>
1081
1082 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1083 Clear eldoc-last-message. (Bug#16920)
1084
1085 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1088 (bug#14430).
1089
1090 2014-03-09 Juri Linkov <juri@jurta.org>
1091
1092 * ansi-color.el (ansi-color-names-vector): Copy default colors
1093 from `xterm-standard-colors' that look well on the default white
1094 background (and also on the black background) to avoid illegible
1095 color combinations like yellow-on-white and white-on-white.
1096 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1097
1098 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1099
1100 * frameset.el (frameset-restore): When no frame is visible, do not
1101 generate a list of frames, just make visible the selected one.
1102
1103 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1104
1105 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1106 it only contains the repository root. (Bug#16897)
1107
1108 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1109
1110 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1111 only when `remote-file-name-inhibit-cache' is nil.
1112 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1113
1114 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1115
1116 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1117 Fix doc-strings.
1118 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1119 fit-frame-to-buffer variable. Fix doc-string.
1120 (fit-window-to-buffer): Set ONLY argument in call of
1121 fit-frame-to-buffer. Fix doc-string.
1122
1123 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1124
1125 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1126 (tramp-action-password): Clear password cache if needed.
1127 (tramp-read-passwd): Do not clear password cache.
1128
1129 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1130 cache unless it is the first password request.
1131
1132 2014-03-06 Glenn Morris <rgm@gnu.org>
1133
1134 * simple.el (newline): Doc tweak.
1135
1136 * emacs-lisp/shadow.el (load-path-shadows-find):
1137 Ignore dir-locals. (Bug#12357)
1138
1139 2014-03-05 Glenn Morris <rgm@gnu.org>
1140
1141 * files.el (interpreter-mode-alist):
1142 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
1143
1144 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1145
1146 * frameset.el (frameset--initial-params): Filter out null entries.
1147
1148 2014-03-05 Martin Rudalics <rudalics@gmx.at>
1149
1150 * window.el (window-min-height, window-min-width):
1151 Rewrite doc-strings.
1152 (window-body-size): Add PIXELWISE argument to make it consistent
1153 with its callees.
1154
1155 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1156
1157 * finder.el (finder-mode-map, finder-mode-syntax-table):
1158 Revert part of 2014-02-28 change.
1159
1160 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
1161
1162 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1163 (eww-setup-buffer): Clear next/prev/etc more reliably.
1164 (eww-textarea-map): [tab] doesn't work on tty.
1165 Reported by Mario Lang.
1166
1167 * net/shr.el (shr-map): Ditto.
1168
1169 2014-03-04 Glenn Morris <rgm@gnu.org>
1170
1171 * minibuffer.el (completion-hilit-commonality):
1172 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1173
1174 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1175
1176 * hilit-chg.el (hilit-chg-unload-function): New function.
1177 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1178 (hilit-chg-map-changes): Prefer cardinal number to digit.
1179 (hilit-chg-display-changes): Reflow docstring.
1180 (highlight-changes-rotate-faces): Remove superfluous backslash.
1181
1182 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
1183
1184 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1185 `tramp-send-command-and-check'.
1186
1187 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1188
1189 * hexl.el (hexl-address-region, hexl-ascii-region)
1190 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1191 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1192 (hexl-forward-word, hexl-previous-line, hexl-next-line):
1193 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1194 (hexl-mode): Doc fix.
1195 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1196 (hexl-mode-ruler): Fix typos in docstrings.
1197
1198 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1199 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1200 Remove superfluous backslashes.
1201 (strokes-last-stroke, strokes-global-map, strokes-mode):
1202 Reflow docstrings.
1203 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1204 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1205 (strokes-distance-squared, strokes-global-set-stroke)
1206 (strokes-global-set-stroke-string): Doc fixes.
1207 (strokes-help): Fix typos; reflow docstring.
1208
1209 2014-03-04 Martin Rudalics <rudalics@gmx.at>
1210
1211 * window.el (window-in-direction): Fix doc-string.
1212
1213 2014-03-04 Glenn Morris <rgm@gnu.org>
1214
1215 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1216 Explicit error if no grammar.
1217 (smie-config-save): Doc fix. Fix quote typo.
1218
1219 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
1220
1221 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1222 electric-indent-mode-hook if we obey electric-indent-mode.
1223 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1224 decide whether we obey electric-indent-mode.
1225 (c-change-set-fl-decl-start, c-extend-after-change-region):
1226 Silence warnings.
1227 (c-electric-indent-mode-hook): Assume we do want to obey
1228 electric-indent-mode.
1229
1230 * electric.el (electric-indent-mode-has-been-called): Remove.
1231 (electric-indent-mode): Fix accordingly.
1232
1233 * files.el (hack-local-variables): Mention file name in warning.
1234
1235 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1236
1237 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
1238
1239 * bindings.el: Add comment describing why C-d binds to `delete-char'.
1240 * simple.el (delete-forward-char): Mark as interactive-only.
1241
1242 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
1243
1244 * icomplete.el (icomplete-completions):
1245 Follow-up to 2014-03-01 change.
1246
1247 * icomplete.el: Miscellaneous doc fixes.
1248 Use Icomplete everywhere instead of icomplete for consistency.
1249 (icomplete-max-delay-chars): Fix typo.
1250 (icomplete-mode): Use \[].
1251 (icomplete-tidy, icomplete-exhibit): Reflow.
1252 (icomplete-minibuffer-setup-hook, icomplete-completions):
1253 Remove superfluous backlashes.
1254
1255 * ido.el: Miscellaneous doc fixes.
1256 Use Ido everywhere instead of ido or `ido' for consistency.
1257 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1258 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1259 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1260 (ido-separator): Extract obsolescence info from docstring and declare
1261 with make-obsolete-variable.
1262 (ido-minibuffer-setup-hook): Simplify example.
1263 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1264 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1265 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1266 (ido-everywhere): Reflow docstring.
1267 (ido-toggle-vc): Doc fix.
1268 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1269 of long list of keybindings.
1270
1271 2014-03-03 Glenn Morris <rgm@gnu.org>
1272
1273 * frame.el (display-pixel-height, display-pixel-width)
1274 (display-mm-dimensions-alist, display-mm-height)
1275 (display-mm-width): Doc tweaks.
1276
1277 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1278
1279 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1280 case of undo in region.
1281
1282 2014-03-02 Martin Rudalics <rudalics@gmx.at>
1283
1284 * window.el (fit-window-to-buffer): Fix argument in window-size
1285 call when window is horizontally combined.
1286
1287 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
1288
1289 * icomplete.el (icomplete-completions): Use string-width.
1290 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1291
1292 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
1293
1294 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1295 Highlight regexp options. (Bug#16914)
1296
1297 2014-03-01 Martin Rudalics <rudalics@gmx.at>
1298
1299 * window.el (window--max-delta-1): Round down when calculating
1300 how many lines/columns we can get from a window.
1301
1302 2014-03-01 Glenn Morris <rgm@gnu.org>
1303
1304 * isearch.el (search-invisible): Doc fix.
1305
1306 * minibuffer.el (completion-hilit-commonality):
1307 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
1308 * comint.el (comint-dynamic-list-completions): Doc fix.
1309 * comint.el (comint-dynamic-list-completions):
1310 * filecache.el (file-cache-minibuffer-complete):
1311 * tempo.el (tempo-display-completions):
1312 * eshell/em-hist.el (eshell-list-history):
1313 Replace use of obsolete argument of display-completion-list.
1314
1315 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
1316
1317 * icomplete.el (icomplete-completions):
1318 Revert back to using "..." when ?… cannot be displayed.
1319
1320 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1321
1322 * finder.el (finder-unload-function): New function.
1323
1324 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1325
1326 * dframe.el (dframe-detach):
1327 * find-dired.el (find-dired, find-name-dired):
1328 * finder.el (finder-mode-map, finder-mode-syntax-table)
1329 (finder-headmark, finder-select, finder-mouse-select):
1330 Fix docstring typos.
1331
1332 2014-02-28 Martin Rudalics <rudalics@gmx.at>
1333
1334 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1335 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1336 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1337 Fix doc-string based on a suggestion by Nicolas Richard
1338 <theonewiththeevillook@yahoo.fr>.
1339 * help.el (with-help-window): Fix doc-string.
1340
1341 2014-02-28 Ivan Kanis <ivan@kanis.fr>
1342
1343 * net/shr.el (shr-image-animate): New option.
1344 (shr-put-image): Respect shr-image-animate.
1345
1346 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1347
1348 * net/tramp-adb.el (tramp-adb-parse-device-names):
1349 Use `accept-process-output'.
1350 (tramp-adb-handle-file-truename): Cache the localname only.
1351 (tramp-adb-handle-make-directory)
1352 (tramp-adb-handle-delete-directory): Flush file properties correctly.
1353 (tramp-adb-handle-set-file-modes): Do not raise an error when file
1354 modes cannot be changed.
1355
1356 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1357 file properties of symlinks.
1358
1359 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
1360
1361 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1362 required/optional fields to match development biblatex. (Bug#16781)
1363
1364 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
1365
1366 * saveplace.el (toggle-save-place):
1367 Fix argument handling. (Bug#16673)
1368
1369 2014-02-28 Glenn Morris <rgm@gnu.org>
1370
1371 * minibuffer.el (completions-first-difference)
1372 (completions-common-part, completion-hilit-commonality): Doc fixes.
1373
1374 2014-02-28 Karl Berry <karl@gnu.org>
1375
1376 * info.el (Info-mode-map): Add H for describe-mode,
1377 to synchronize with standalone Info.
1378
1379 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
1380
1381 * progmodes/sql.el (sql-interactive-mode):
1382 Avoid setting global comint-input-ring-separator. (Bug#16814)
1383
1384 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1385
1386 * net/dbus.el (dbus--init-bus): Declare function.
1387 (dbus-path-local, dbus-interface-local): New defconst.
1388 (dbus-init-bus): Use them.
1389 (dbus-return-values-table): Extend doc.
1390 (dbus-handle-bus-disconnect): Extend error message.
1391
1392 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
1393
1394 * subr.el (y-or-n-p): Fix double space issue in message.
1395
1396 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1397
1398 * net/tramp.el (tramp-call-process): Improve trace message.
1399 (tramp-handle-insert-file-contents): Trace error case.
1400
1401 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1402 <insert-directory>: Use `tramp-handle-insert-directory'.
1403 (tramp-adb-handle-insert-directory): Remove function.
1404 (tramp-adb-send-command-and-check): New defun, replacing
1405 `tramp-adb-command-exit-status'. Change all callees.
1406 (tramp-adb-handle-file-attributes)
1407 (tramp-adb-handle-directory-files-and-attributes): Use it.
1408 (tramp-adb-ls-output-name-less-p):
1409 Use `directory-listing-before-filename-regexp'.
1410 (tramp-adb-handle-delete-directory): Flush also file properties of
1411 the truename of directory.
1412 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1413 (tramp-adb-handle-file-local-copy): Make the local copy readable.
1414 (tramp-adb-handle-write-region): Implement APPEND.
1415 (tramp-adb-handle-rename-file): Make it more robust. Flush file
1416 properties correctly.
1417 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1418 variables. Check for connected devices only when needed.
1419
1420 2014-02-27 Glenn Morris <rgm@gnu.org>
1421
1422 * minibuffer.el (completion-table-dynamic)
1423 (completion-table-with-cache): Doc fixes.
1424
1425 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1426 (completing-read-multiple): Doc fixes.
1427
1428 2014-02-27 Daniel Colascione <dancol@dancol.org>
1429
1430 * minibuffer.el (completion--nth-completion): Fix indentation.
1431
1432 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1433 explicit tramp path is empty.
1434
1435 2014-02-27 Glenn Morris <rgm@gnu.org>
1436
1437 * emacs-lisp/crm.el (completing-read-multiple):
1438 Empower help-enable-auto-load.
1439
1440 2014-02-26 Glenn Morris <rgm@gnu.org>
1441
1442 * startup.el (command-line): Don't init the tty in daemon mode.
1443
1444 Avoid calling tty-setup-hook twice, eg if a term file
1445 explicitly calls tty-run-terminal-initialization. (Bug#16859)
1446 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1447 (tty-create-frame-with-faces): Use it.
1448 * startup.el (command-line): Pass run-hook argument
1449 to tty-run-terminal-initialization.
1450
1451 * dired.el (dired-restore-desktop-buffer): Demote errors;
1452 eg in case a glob match fails. (Bug#16884)
1453
1454 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
1455
1456 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1457 error from `read-from-string'. (Bug#16850)
1458
1459 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1460 result of `completing-read' in the interactive form. (Bug#16854)
1461
1462 2014-02-25 Glenn Morris <rgm@gnu.org>
1463
1464 * image.el (image-animate, image-animate-timeout):
1465 Stop animating images in dead buffers. (Bug#16878)
1466
1467 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
1468
1469 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1470 Doc fixes.
1471 * startup.el (term-setup-hook): Doc fix. Make obsolete.
1472 * term/sun.el (sun-raw-prefix-hooks):
1473 Use tty-setup-hook instead of term-setup-hook.
1474 (terminal-init-sun): Construct message from bytecomp plist.
1475 * term/wyse50.el (enable-arrow-keys): Doc fix.
1476
1477 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1480 Fix docstring typos.
1481
1482 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
1483
1484 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1485
1486 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1487
1488 * minibuffer.el (completion--try-word-completion):
1489 Fix error when completing M-x commands (bug#16808).
1490
1491 2014-02-24 Leo Liu <sdl.web@gmail.com>
1492
1493 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1494
1495 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1496
1497 * apropos.el (apropos-print): Avoid formatting error when
1498 apropos-do-all and apropos-compact-layout are both t.
1499
1500 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1501
1502 * apropos.el (apropos-property, apropos-all-words-regexp)
1503 (apropos-true-hit, apropos-variable, apropos-print):
1504 Fix docstring typos, and remove obsolete comment.
1505
1506 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
1507
1508 * net/tramp-sh.el (tramp-sh-handle-file-truename):
1509 Preserve trailing "/". (Bug#16851)
1510
1511 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
1512
1513 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1514 after `=>' (bug#16811).
1515 (ruby-smie-rules): Handle the inconsistent second element of the
1516 list returned by `smie-indent--parent'.
1517 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1518 method call.
1519
1520 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1521
1522 * elec-pair.el (electric-pair-text-syntax-table)
1523 (electric-pair-syntax-info, electric-pair--syntax-ppss)
1524 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1525 (electric-pair--looking-at-unterminated-string-p): Doc fix.
1526 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
1527
1528 2014-02-22 Glenn Morris <rgm@gnu.org>
1529
1530 * imenu.el (imenu--generic-function): Doc fix.
1531
1532 * register.el (frame-configuration-to-register): Make obsolete.
1533
1534 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
1535
1536 * desktop.el (desktop-save-buffer-p): Do not fail when
1537 desktop-files-not-to-save is nil. Return t for true result
1538 as the doc says.
1539
1540 2014-02-22 Daniel Colascione <dancol@dancol.org>
1541
1542 * net/secrets.el (secrets-create-item, secrets-search-items):
1543 Check that attribute values are strings, avoiding the construction
1544 of invalid dbus messages.
1545
1546 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1547
1548 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1549 defun-declarations-alist.
1550
1551 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1554 (bug#16829).
1555
1556 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1559 (whitespace-newline, whitespace-trailing, whitespace-line)
1560 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1561 (whitespace-space-after-tab): Fix typo in docstrings.
1562
1563 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
1564
1565 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1566
1567 * electric.el (electric-indent-functions-without-reindent):
1568 Add `yaml-indent-line'.
1569
1570 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1571
1572 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1573 It has done nothing for years; should be removed after the release.
1574
1575 * simple.el (choose-completion): Fix docstring typo.
1576 (read-quoted-char-radix): Remove unneeded * in docstring.
1577 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1578 Don't escape parentheses unnecessarily in docstrings.
1579
1580 2014-02-21 Martin Rudalics <rudalics@gmx.at>
1581
1582 Fix handling of window-min-height/-width (Bug#16738).
1583 * window.el (window--dump-window, window--dump-frame):
1584 New functions.
1585 (window--min-size-1): Account for window dividers.
1586 When window-resize-pixelwise is nil, delay rounding till after the
1587 sum of the window components has been calculated.
1588 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1589 nil make sure at least one text line and two text columns remain
1590 fully visible.
1591 (window-resize): Signal an error when window-resize-apply fails.
1592 (window--resize-child-windows): Fix calculation of by how many
1593 pixels a window can still be shrunk via window-new-normal.
1594 (adjust-window-trailing-edge): Call window--resizable with
1595 correct TRAIL argument.
1596
1597 (with-temp-buffer-window): Don't evaluate BODY within
1598 with-current-buffer (Bug#16816).
1599
1600 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1601
1602 * net/tramp.el (tramp-check-cached-permissions):
1603 Call `file-attributes' with `suffix' being a symbol but a string.
1604
1605 2014-02-21 Daniel Colascione <dancol@dancol.org>
1606
1607 * net/dbus.el (dbus-init-bus-1): Declare new subr.
1608 (dbus-init-bus): New function: call into dbus-init-bus-1
1609 and installs a handler for the disconnect signal.
1610 (dbus-call-method): Rewrite to look for result in cons.
1611 (dbus-call-method-handler): Store result in cons.
1612 (dbus-check-event): Recognize events with nil sender as valid.
1613 (dbus-handle-bus-disconnect): New function. React to bus
1614 disconnection signal by synthesizing dbus error for each
1615 pending synchronous or asynchronous call.
1616 (dbus-notice-synchronous-call-errors): New function.
1617 (dbus-handle-event): Raise errors directly only when `dbus-debug'
1618 is true, not all the time.
1619
1620 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1623 Remove obsolescence declarations, these variables do not exist anymore.
1624
1625 * savehist.el (savehist-save-minibuffer-history)
1626 (savehist-additional-variables, savehist-file, savehist-mode-hook)
1627 (savehist-save-hook, savehist-coding-system, savehist-loaded)
1628 (savehist-load, savehist-install, savehist-autosave): Fix typos;
1629 mostly, refer to "Savehist mode" when talking about the mode,
1630 and not the function.
1631
1632 * saveplace.el (save-place): Remove redundant info in docstring.
1633 (save-place-forget-unreadable-files, toggle-save-place)
1634 (save-place-forget-unreadable-files, save-place-dired-hook):
1635 Fix typos and remove unneeded backslashes.
1636
1637 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1638
1639 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1640 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1641
1642 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1643 <insert-directory>: Use `tramp-handle-insert-directory'.
1644 (tramp-gvfs-handle-insert-directory): Remove function.
1645
1646 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1647 Call `tramp-handle-insert-directory'.
1648
1649 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
1650
1651 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1652 before the start of buffer/region (bug#16799).
1653
1654 2014-02-20 Glenn Morris <rgm@gnu.org>
1655
1656 * isearch.el (search-invisible): Doc fix.
1657
1658 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
1659
1660 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1661 (bug#16657).
1662
1663 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1664
1665 * frameset.el (frameset-restore): Delay removing an old frame's
1666 duplicate id until the new frame has been correctly created.
1667
1668 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
1669
1670 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1671 (tramp-check-cached-permissions): Call `file-attributes' if the
1672 cache is empty.
1673
1674 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1675 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1676
1677 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1678 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1679 (tramp-gvfs-maybe-open-connection): Set always connection
1680 properties, even if target is mounted already.
1681
1682 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1683 Set tramp-autoload cookie.
1684 (tramp-get-remote-touch): New defun.
1685 (tramp-sh-handle-set-file-times): Use it.
1686 (tramp-sh-handle-directory-files-and-attributes):
1687 Use `tramp-handle-directory-files-and-attributes' if neither stat
1688 nor perl are available on the remote host.
1689
1690 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1691 "/". Write long listing only when "l" belongs to the switches.
1692
1693 * net/trampver.el: Update release number.
1694
1695 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1696
1697 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1698
1699 2014-02-19 Martin Rudalics <rudalics@gmx.at>
1700
1701 * window.el (window-state-put): Allow WINDOW to refer to an
1702 internal window (Bug#16793).
1703
1704 2014-02-19 Glenn Morris <rgm@gnu.org>
1705
1706 * textmodes/remember.el: Move provide statement to end.
1707 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1708 (remember-notes): Doc fixes.
1709
1710 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * delsel.el (delete-char): Restore incorrectly erased property
1713 (bug#16795).
1714
1715 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
1716
1717 * frameset.el (frameset--restore-frame): When a frame is being reused
1718 and its root window is not alive, delete all the frame's windows before
1719 restoring the window state. This works around the issue in bug#16793.
1720
1721 2014-02-18 Glenn Morris <rgm@gnu.org>
1722
1723 * textmodes/remember.el (remember-data-directory)
1724 (remember-directory-file-name-format, remember-store-in-files)
1725 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1726 (remember-notes-save-and-bury-buffer)
1727 (remember-notes--kill-buffer-query): Doc fixes.
1728
1729 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1730
1731 2014-02-17 Alan Mackenzie <acm@muc.de>
1732
1733 Connect electric-indent-mode up with CC Mode. Bug #15478.
1734 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
1735 to electric-indent-{,local-}-mode.
1736 (c-basic-common-init): Set electric-indent-inhibit.
1737 Initialise c-electric-flag from electric-indent-mode.
1738 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
1739 New hook functions which propagate electric-indent-mode to CC mode.
1740
1741 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
1742 hit, toggle electric-indent-local-mode.
1743
1744 * electric.el (electric-indent-mode-has-been-called):
1745 New variable.
1746
1747 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
1748
1749 * frameset.el (frameset-cfg-id): New function.
1750 (frameset--reuse-frame, frameset-restore): Use it.
1751 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1752
1753 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * ido.el (ido-file-internal): Remove unused var `d'.
1756 Use \` for to match BoS. Fit within 80n columns.
1757
1758 2014-02-17 Daniel Colascione <dancol@dancol.org>
1759
1760 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1761 dbus-call-method check for completion using a busy-wait loop with
1762 gradual backoff.
1763
1764 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
1765
1766 Sync with Tramp 2.2.9.
1767
1768 * net/trampver.el: Update release number.
1769
1770 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
1771
1772 * ido.el (ido-file-internal): Don't add the name of an existing
1773 directory twice. (Bug#16747)
1774
1775 2014-02-16 Glenn Morris <rgm@gnu.org>
1776
1777 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1778 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
1779
1780 2014-02-15 Michael R. Mauger <michael@mauger.com>
1781
1782 * progmodes/sql.el: Version 3.4
1783 (sql-oracle-options): New default value ("-L").
1784 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
1785 (sql-placeholders-filter): Correct placeholder pattern.
1786 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
1787 (sql-login-delay): New variable.
1788 (sql-product-interactive): Use it.
1789
1790 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
1791
1792 * frameset.el (frameset--jump-to-register): Check that buffer is live
1793 (bug#16749).
1794
1795 2014-02-15 Glenn Morris <rgm@gnu.org>
1796
1797 * info.el (info-initialize): Revert 2014-01-10 change.
1798
1799 2014-02-14 Glenn Morris <rgm@gnu.org>
1800
1801 * replace.el (map-query-replace-regexp)
1802 (read-regexp-defaults-function, read-regexp): Doc fixes.
1803
1804 * dired.el (dired-read-regexp):
1805 * faces.el (list-faces-display):
1806 * misearch.el (multi-isearch-read-matching-buffers)
1807 (multi-isearch-read-matching-files):
1808 * play/cookie1.el (cookie-apropos):
1809 * progmodes/grep.el (grep-read-regexp): Doc fixes.
1810
1811 * textmodes/remember.el (remember): Use frameset-to-register
1812 rather than frame-configuration-to-register.
1813
1814 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
1815
1816 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1817 incorrect keybinding.
1818
1819 2014-02-13 Daniel Colascione <dancol@dancol.org>
1820
1821 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1822 when adding overlays so that line numbers from compiler match line
1823 numbers we use.
1824
1825 2014-02-13 Glenn Morris <rgm@gnu.org>
1826
1827 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
1828
1829 * jit-lock.el (jit-lock-mode): Doc fix.
1830
1831 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
1832
1833 * apropos.el (apropos-read-pattern): When the user passes an empty
1834 string, give a more helpful error message than "Wrong type
1835 argument: stringp, nil".
1836
1837 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1838
1839 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1840
1841 2014-02-13 Glenn Morris <rgm@gnu.org>
1842
1843 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1844
1845 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1848 shift-select commands.
1849
1850 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
1851
1852 * progmodes/js.el (js-indent-line): Don't widen.
1853 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1854
1855 2014-02-12 Glenn Morris <rgm@gnu.org>
1856
1857 * icomplete.el (icomplete): Add info-link to defgroup.
1858 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1859 (icomplete-minibuffer-map, icomplete-mode)
1860 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1861
1862 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1863 (package-menu-filter): Rename from package-menu-filter-interactive.
1864 Doc fix.
1865
1866 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * frameset.el (frameset--jump-to-register): Select the required
1869 window and buffer before restoring position (bug#16696).
1870
1871 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
1872
1873 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1874
1875 2014-02-10 Glenn Morris <rgm@gnu.org>
1876
1877 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
1878
1879 2014-02-10 Eli Zaretskii <eliz@gnu.org>
1880
1881 * w32-common-fns.el (x-get-selection): Doc fix.
1882 * select.el (x-get-selection): Doc fix. (Bug#15109)
1883
1884 * face-remap.el (face-remap-add-relative)
1885 (face-remap-remove-relative, face-remap-reset-base)
1886 (face-remap-set-base): Call force-mode-line-update to redisplay
1887 the current buffer due to potential change in faces. (Bug#16709)
1888
1889 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
1890
1891 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1892 script more robustly.
1893
1894 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1895
1896 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1897
1898 * simple.el (choose-completion): Doc fix (bug#14160).
1899
1900 * subr.el (event-start): Say what a nil EVENT value means.
1901
1902 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
1903 (bug#14197).
1904
1905 * progmodes/grep.el (find-program): Doc fix (bug#14289).
1906
1907 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
1908
1909 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
1910
1911 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
1912 predicate function (bug#15455).
1913
1914 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
1915
1916 * ielm.el (inferior-emacs-lisp-mode): Instead of
1917 `comment-use-global-state', set `comment-use-syntax'.
1918
1919 2014-02-10 Glenn Morris <rgm@gnu.org>
1920
1921 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
1922
1923 2014-02-09 Alan Mackenzie <acm@muc.de>
1924
1925 Fix c-invalidate-state-cache on narrowed buffers.
1926 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1927 Widen when setting and clearing the CPP delimiter properties.
1928
1929 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1930
1931 * help.el (describe-bindings): Doc fix (bug#9888).
1932
1933 * files.el (save-buffer): Use ARG as the parameter name for
1934 consistency (bug#10346).
1935 (save-buffer): Clarify the 0 argument (bug#10346).
1936
1937 * cus-edit.el (customize-apropos): Fix error string.
1938 (custom-buffer-create): Doc fix (bug#11122).
1939 (custom-sort-items): Doc fix (bug#11121).
1940
1941 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1942
1943 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
1944 (icomplete-simple-completing-p): Mention the previous variable.
1945
1946 * font-lock.el (font-lock-value-in-major-mode): Clarify the
1947 meaning of the parameter (bug#12282).
1948
1949 * files.el (find-file-noselect): Clarify prompt when changing
1950 readedness (bug#13261).
1951 (locate-file): Suffixes aren't returned, so don't say that they
1952 are (bug#12674).
1953 (backup-inhibited): Doc clarification (bug#12525).
1954
1955 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1956 before we actually start to delete things (bug#16331).
1957
1958 * subr.el (event-start): Doc fix (bug#14228).
1959 (event-end): Ditto.
1960
1961 2014-02-09 Glenn Morris <rgm@gnu.org>
1962
1963 * emacs-lisp/warnings.el (lwarn):
1964 Empower help-enable-auto-load. (Bug#15940)
1965
1966 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1967
1968 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1969 (Bug#16690)
1970
1971 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
1972
1973 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1974 Insert output at end of buffer. (Bug#16120)
1975
1976 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1977
1978 * simple.el (choose-completion-string-functions): Document new
1979 calling convention (bug#14153).
1980 (execute-extended-command): Clarify doc string (bug#13373).
1981
1982 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1983
1984 * find-dired.el (find-name-dired): Doc fix (bug#14290).
1985 (find-grep-dired): Doc fix (bug#14288).
1986
1987 2014-02-08 Juri Linkov <juri@jurta.org>
1988
1989 * isearch.el (isearch-quote-char): Check character validity
1990 like in `quoted-insert' (bug#16677).
1991
1992 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1993
1994 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1995
1996 * isearch.el (isearch-hide-immediately): Doc clarification
1997 (bug#14723).
1998
1999 * simple.el (line-move): Document utility function used many
2000 places in the Emacs sources (bug#14843).
2001
2002 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2003 (dired-prev-marked-file): Doc fix (bug#14855).
2004 (dired-up-directory): Doc fix (bug#14848).
2005
2006 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2007
2008 * files.el (file-relative-name): Doc fix (bug#15159).
2009
2010 * fringe.el (fringe-styles): Doc fix (bug#15239).
2011
2012 * isearch.el (isearch-filter-predicate): Documentation typo fix
2013 (bug#15474).
2014
2015 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2016
2017 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2018
2019 * replace.el (replace-match-maybe-edit): Doc clarification
2020 (bug#15632).
2021
2022 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2023
2024 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2025
2026 2014-02-08 Glenn Morris <rgm@gnu.org>
2027
2028 * help-fns.el (describe-variable):
2029 Check {file,dir}-local-variables-alist, and buffer-file-name,
2030 in the correct buffer.
2031
2032 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2033
2034 * help-fns.el (describe-variable): Fix the case where
2035 a value is directory-local with no dir-locals file. (Bug#16635)
2036
2037 2014-02-08 Glenn Morris <rgm@gnu.org>
2038
2039 * abbrev.el (edit-abbrevs-mode):
2040 Derive from fundamental-mode. (Bug#16682)
2041
2042 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2043
2044 * simple.el (quoted-insert): Check character validity (bug#16677).
2045
2046 2014-02-07 Juri Linkov <juri@jurta.org>
2047
2048 * desktop.el (desktop-read): Claim the lock when the owner is not
2049 the current process. (Bug#16157)
2050
2051 2014-02-07 Juri Linkov <juri@jurta.org>
2052
2053 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2054 to "\\` ". (Bug#16651)
2055
2056 2014-02-07 Juri Linkov <juri@jurta.org>
2057
2058 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2059 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2060 (desktop-auto-save-cancel-timer): New function with some code from
2061 `desktop-auto-save-set-timer'.
2062 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2063 Instead of setting `desktop-save-mode' to nil, call
2064 `desktop-save-mode' with arg 0. (Bug#16630)
2065
2066 2014-02-07 Glenn Morris <rgm@gnu.org>
2067
2068 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2069 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2070 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2071
2072 * obsolete/iswitchb.el: Move to obsolete/.
2073 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2074 since obsolete/ is not scanned for autoloads.
2075 * emacs-lisp/authors.el (authors-valid-file-names):
2076 Add iswitchb.el.
2077
2078 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2079 Disable now non-functional find-file-hook.
2080
2081 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2082
2083 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2084 instead of ";" in order to avoid additional prompts. Let heredoc
2085 scripts read from tty. (Bug#16582)
2086 (tramp-send-command): No special handling of heredocs, it isn't
2087 necessary anymore.
2088
2089 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2092 with a space (bug#16664). Limit the symbols considered to the ones
2093 that are bound or fbound (bug#16646).
2094
2095 2014-02-06 Glenn Morris <rgm@gnu.org>
2096
2097 * epa.el (epa-mail-aliases): Doc fix.
2098
2099 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2100
2101 * emacs-lisp/lisp.el (lisp-completion-at-point):
2102 Use `completion-table-merge' instead of `completion-table-in-turn'
2103 (bug#16604).
2104
2105 * minibuffer.el (completion-table-merge): New function.
2106
2107 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2108
2109 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2110 (tramp-sh-handle-set-file-acl)
2111 (tramp-sh-handle-start-file-process)
2112 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2113 (tramp-find-executable, tramp-send-command): Use it.
2114
2115 2014-02-05 Glenn Morris <rgm@gnu.org>
2116
2117 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2118
2119 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2120
2121 * progmodes/python.el (python-shell-send-string)
2122 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2123
2124 2014-02-04 Anders Lindgren <andlind@gmail.com>
2125
2126 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2127 the names (bug#16620).
2128
2129 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2130
2131 * faces.el (window-divider): New default value. Rewrite doc-string.
2132 (window-divider-first-pixel, window-divider-last-pixel): New faces.
2133
2134 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2135
2136 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2137 `protected' and `public' can also be called without arguments.
2138
2139 2014-02-03 Glenn Morris <rgm@gnu.org>
2140
2141 * register.el (window-configuration-to-register)
2142 (frame-configuration-to-register): Unadvertise unused argument.
2143 * frameset.el (frameset-to-register): Remove unused argument.
2144
2145 * frameset.el (frameset-to-register):
2146 * kmacro.el (kmacro-to-register):
2147 * register.el (increment-register):
2148 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2149 (calc-append-to-register, calc-prepend-to-register):
2150 * play/gametree.el (gametree-layout-to-register)
2151 (gametree-apply-register-layout):
2152 * textmodes/picture.el (picture-clear-rectangle-to-register)
2153 (picture-yank-rectangle-from-register):
2154 * vc/emerge.el (emerge-combine-versions-register):
2155 Use register-read-with-preview to read registers.
2156
2157 2014-02-03 João Távora <joaotavora@gmail.com>
2158
2159 * elec-pair.el (electric-pair-backward-delete-char): Don't error
2160 when at beginning of (possibly narrowed) buffer.
2161
2162 2014-02-02 Daniel Colascione <dancol@dancol.org>
2163
2164 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2165 Also try to display local help from just before point.
2166
2167 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
2168
2169 c-parse-state. Don't "append-lower-brace-pair" in certain
2170 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
2171 recognised as a comment.
2172
2173 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2174 as well as normal comment starter.
2175 (c-parse-state-get-strategy): Extra return possibility
2176 'back-and-forward.
2177 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2178 return value list to indicate replacement of a brace-pair cons
2179 with its car.
2180 (c-parse-state-1): With 'back-and-forward, only call
2181 c-append-lower-brace-pair-to state-cache when cons-separated.
2182
2183 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
2184
2185 * term/ns-win.el (ns-suspend-error): New function.
2186 (ns-initialize-window-system): Add ns-suspend-error to
2187 suspend-hook (Bug#16612).
2188
2189 2014-02-02 Daniel Colascione <dancol@dancol.org>
2190
2191 * progmodes/cc-defs.el (c-find-assignment-for-mode):
2192 Make loading cc-mode silent.
2193
2194 2014-02-02 Daniel Colascione <dancol@dancol.org>
2195
2196 * comint.el (comint-prompt-read-only): Change doc to suggest
2197 remap keybinding.
2198
2199 2014-02-02 Glenn Morris <rgm@gnu.org>
2200
2201 * register.el (register-read-with-preview, point-to-register)
2202 (window-configuration-to-register, frame-configuration-to-register)
2203 (jump-to-register, number-to-register, view-register, insert-register)
2204 (copy-to-register, append-to-register, prepend-to-register)
2205 (copy-rectangle-to-register): Doc fixes.
2206
2207 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2208
2209 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2210 * emacs-lisp/find-func.el (find-function-C-source): Idem.
2211 * emacs-lisp/nadvice.el (advice--cd*r): New function.
2212 * help-fns.el (describe-function-1): Use it.
2213
2214 2014-02-02 Glenn Morris <rgm@gnu.org>
2215
2216 * register.el (register-preview-default): New function,
2217 split from register-preview.
2218 (register-preview-function): Rename from register-preview-functions,
2219 make it not a hook.
2220 (register-preview): Use register-preview-function.
2221 (register-read-with-preview): Error on non-character event. (Bug#16595)
2222
2223 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
2224
2225 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2226 `:' before binary operators (bug#16609). Don't check for `:'
2227 before `[' and `(', or their syntax status. A percent literal
2228 can't end with either.
2229 (ruby-font-lock-keywords): For built-ins that require arguments,
2230 check that they're followed by something that looks like argument
2231 (bug#16610).
2232
2233 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2234
2235 * subr.el (butlast): Document what an omitted N means (bug#13437).
2236 (nbutlast): Ditto.
2237
2238 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2239
2240 * net/shr.el (shr-generic): Make into a defsubst to make the stack
2241 depth shallower (bug#16587).
2242 (shr-tag-svg): Respect `shr-inhibit-images'.
2243 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2244
2245 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
2246
2247 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2248 (ruby-smie-grammar): Make "." right-associative. Make its priority
2249 lower than the ternary and all binary operators.
2250 (ruby-smie-rules): Indent "(" relative to the first non-"."
2251 parent, or the first "." parent at indentation.
2252 Use `ruby-align-chained-calls' for indentation of "." tokens.
2253 (Bug#16593)
2254
2255 2014-01-31 Juri Linkov <juri@jurta.org>
2256
2257 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2258 from `make-hash-table'.
2259
2260 * textmodes/ispell.el (ispell-init-process): Change message format
2261 to be consistent with other messages.
2262
2263 2014-01-31 Glenn Morris <rgm@gnu.org>
2264
2265 * delsel.el (delete-selection-mode): Doc fix.
2266
2267 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2268 (trace-function-background): Doc fixes.
2269
2270 * ido.el (ido-use-virtual-buffers): Doc fix.
2271 Reset :version, since the default value has not changed.
2272
2273 * register.el (register-preview-delay, register-read-with-preview):
2274 Doc fixes.
2275
2276 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2277 do not mess with mail-buffer position (fixes 2009-11-03 change).
2278 * progmodes/cc-mode.el (c-submit-bug-report):
2279 Check auto-fill-mode is bound. (Bug#16592)
2280
2281 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
2282
2283 * startup.el (fancy-splash-image-file): New function,
2284 split from fancy-splash-head.
2285 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2286 so that we are both using the same image. (Bug#16574)
2287
2288 2014-01-30 Glenn Morris <rgm@gnu.org>
2289
2290 * simple.el (eval-expression): Doc fix.
2291
2292 * hexl.el (hexl-mode-hook):
2293 * ielm.el (ielm-mode-hook):
2294 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2295 (lisp-interaction-mode-hook):
2296 * progmodes/cfengine.el (cfengine3-documentation-function):
2297 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2298
2299 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2302 is a symbol (bug#16584).
2303
2304 2014-01-30 Glenn Morris <rgm@gnu.org>
2305
2306 * help.el (help-for-help-internal): Add "P" to text.
2307
2308 2014-01-29 Glenn Morris <rgm@gnu.org>
2309
2310 * simple.el (just-one-space, cycle-spacing): Doc fixes.
2311
2312 2014-01-28 Martin Rudalics <rudalics@gmx.at>
2313
2314 * window.el (fit-frame-to-buffer): Fix calculations for margins and
2315 height constraints.
2316
2317 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
2318
2319 * progmodes/hideif.el: Extend to full CPP expression syntax.
2320 (hif-token-alist): Add missing tokens.
2321 (hif-token-regexp): Add support for float/octal/hex immediates.
2322 (hif-string-literal-regexp): New const.
2323 (hif-tokenize): Recognize strings and float/octal/hex immediates.
2324 (hif-exprlist): New function.
2325 (hif-parse-if-exp): Use it.
2326 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2327 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2328 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2329 (hif-logxor, hif-comma): New functions.
2330
2331 2014-01-28 Glenn Morris <rgm@gnu.org>
2332
2333 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2334
2335 * indent.el (tab-stop-list): Doc fix. Add :version.
2336
2337 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2338 (cvs-append-to-ignore): Add compatibility alias.
2339
2340 2014-01-27 Glenn Morris <rgm@gnu.org>
2341
2342 * dired.el (dired-hide-details-mode): Don't autoload it,
2343 since it cannot be used outside Dired buffers anyway.
2344
2345 * emulation/cua-base.el (cua-mode): Doc fix.
2346
2347 * dired.el (dired-hide-details-hide-symlink-targets)
2348 (dired-hide-details-hide-information-lines)
2349 (dired-hide-details-mode): Doc fixes.
2350
2351 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2352 * strokes.el (strokes-file): Doc fix. Bump :version.
2353 (strokes-help): Doc fix.
2354 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2355 * emulation/viper.el (viper): Doc fix for custom group.
2356 (top-level): Remove oh-so-no-longer-relevant text about vip.
2357 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2358
2359 * ido.el (ido-save-directory-list-file):
2360 * saveplace.el (save-place-file):
2361 * calendar/timeclock.el (timeclock-file):
2362 * net/quickurl.el (quickurl-url-file):
2363 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2364 * progmodes/idlwave.el (idlwave-config-directory):
2365 * textmodes/remember.el (remember-data-file):
2366 Bump :version.
2367
2368 2014-01-26 Glenn Morris <rgm@gnu.org>
2369
2370 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2371 Doc fix. Make obsolete.
2372 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2373
2374 * sort.el (delete-duplicate-lines): Doc fix.
2375
2376 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2377
2378 * progmodes/ada-mode.el (ada):
2379 * woman.el (woman): Link to info manual and Commentary section.
2380
2381 * progmodes/flymake.el (flymake):
2382 * nxml/nxml-mode.el (nxml):
2383 * net/eww.el (eww):
2384 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2385 * htmlfontify.el (htmlfontify):
2386 * ses.el (ses):
2387 * epa.el (epa):
2388 * ido.el (ido): Link to info manual.
2389
2390 2014-01-25 Leo Liu <sdl.web@gmail.com>
2391
2392 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2393
2394 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
2395
2396 * net/shr.el (shr-tag-img): Prefer the title over the alt text
2397 (bug#16537).
2398
2399 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
2400
2401 * net/eww.el (eww-download-callback):
2402 Fix reference to eww-download-directory.
2403
2404 * emacs-lisp/bytecomp.el (byte-compile-file):
2405 Remove unused local variable `file-name'.
2406
2407 2014-01-24 Glenn Morris <rgm@gnu.org>
2408
2409 * woman.el (woman-default-faces, woman-monochrome-faces):
2410 Fix obsolescence specification.
2411
2412 * subr.el (with-demoted-errors): Doc fix.
2413
2414 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2417 (cl--macroexp-fboundp): New function.
2418 (cl--make-type-test): Use it.
2419
2420 2014-01-23 Glenn Morris <rgm@gnu.org>
2421
2422 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2423 * simple.el (eval-expression): Doc fixes.
2424
2425 2014-01-22 Glenn Morris <rgm@gnu.org>
2426
2427 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2428
2429 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 * emacs-lisp/package.el: Write files silently.
2432 (package-autoload-ensure-default-file, package--write-file-no-coding)
2433 (package-generate-description-file, package--download-one-archive)
2434 (package-install-from-archive): Tell `write-region' to stay quiet.
2435 (package-menu-mode, package-menu--print-info): Omit the Archive column
2436 if there's only one archive.
2437 (package-all-keywords, package--has-keyword-p): Remove dead code.
2438
2439 2014-01-22 Glenn Morris <rgm@gnu.org>
2440
2441 * version.el (emacs-bzr-version-bzr): Fix typo.
2442
2443 * version.el (emacs-repository-get-version):
2444 Check either .bzr or .git, but not both.
2445 Make the git case actually use the DIR argument, and return nil
2446 rather than the empty string.
2447 Avoid error if .git exists but the git executable is not found.
2448
2449 2014-01-22 Martin Rudalics <rudalics@gmx.at>
2450
2451 Fixes in window size functions around Bug#16430 and Bug#16470.
2452 * window.el (window-total-size, window-size): New argument ROUND.
2453 (window--min-delta-1, window-min-delta, window--max-delta-1):
2454 Be more conservative when calculating the numbers of lines or
2455 columns a window can shrink (Bug#16430).
2456 (fit-window-to-buffer): Simplify code.
2457 * term.el (term-window-width): Call window-body-width again.
2458
2459 2014-01-22 Glenn Morris <rgm@gnu.org>
2460
2461 * image.el (image-format-suffixes): Doc fix.
2462
2463 * international/quail.el (quail-define-package): Doc fix.
2464
2465 * emacs-lisp/authors.el (authors-valid-file-names)
2466 (authors-renamed-files-alist): Additions.
2467
2468 * vc/vc-git.el (vc-git-print-log): Remove --follow;
2469 reverts 2014-01-09 change. (Bug#16422)
2470
2471 * calc/calc-embed.el (thing-at-point-looking-at):
2472 * emacs-lisp/map-ynp.el (x-popup-dialog):
2473 * obsolete/lmenu.el (x-popup-dialog):
2474 * emacs-lisp/package.el (url-recreate-url):
2475 * mail/mailclient.el (clipboard-kill-ring-save):
2476 * subr.el (x-popup-dialog): Update declaration.
2477 * mail/rmail.el (rmail-mime-message-p):
2478 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2479
2480 2014-01-21 Daniel Colascione <dancol@dancol.org>
2481
2482 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2483 Correctly detect when we're inside an arithmetic expansion form
2484 containing nested parenthesis.
2485 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2486 to detect cases where we shouldn't expand "<<" to a heredoc
2487 skeleton.
2488
2489 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2492 (eldoc--message-command-p): New function.
2493 (eldoc-display-message-p): Use it.
2494 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2495 message is not automatically erased for us.
2496 (eldoc-print-current-symbol-info): Erase previous message, if any.
2497
2498 2014-01-21 Tassilo Horn <tsdh@gnu.org>
2499
2500 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2501 specify it's an interactive function.
2502
2503 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2504 Fix regex used for scanning for citation keys which failed for
2505 citations with optional arguments.
2506
2507 2014-01-21 Leo Liu <sdl.web@gmail.com>
2508
2509 * simple.el (read--expression): Don't enable eldoc-mode.
2510
2511 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * simple.el (move-beginning-of-line): Make sure we don't move forward
2514 (bug#16497).
2515
2516 2014-01-20 Juri Linkov <juri@jurta.org>
2517
2518 * saveplace.el (toggle-save-place, save-place-to-alist)
2519 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2520 'dired-mode) before checking for dired-directory. (Bug#16477)
2521
2522 2014-01-20 Juri Linkov <juri@jurta.org>
2523
2524 * indent.el (indent-line-to): Use backward-to-indentation
2525 instead of back-to-indentation. (Bug#16461)
2526
2527 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2528
2529 Revert some of the CANNOT_DUMP fix (Bug#16494).
2530 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2531 but fixing this can wait until after the next release.
2532 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2533
2534 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
2535
2536 * eshell/esh-mode.el (eshell-password-prompt-regexp):
2537 Use `password-word-equivalents'.
2538 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2539 to t. (Bug#5664, Bug#13124)
2540
2541 2014-01-19 Alan Mackenzie <acm@muc.de>
2542
2543 Bind open-paren-in-column-0-is-defun-start to nil at some entry
2544 points.
2545 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2546 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2547 * progmodes/cc-mode.el (c-before-change, c-after-change)
2548 (c-font-lock-fontify-region): Bind it here.
2549
2550 2014-01-19 Martin Rudalics <rudalics@gmx.at>
2551
2552 * term.el (term-window-width): Call window-text-width instead of
2553 window-width (Bug#16470).
2554
2555 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
2556
2557 * simple.el (password-word-equivalents): Remove duplicates.
2558 Sort, to make this easier next time.
2559 Downcase. Omit ": " after "jelszó".
2560
2561 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
2562
2563 * term/common-win.el (saved-region-selection): Defvar it.
2564 (x-select-text): Set saved-region-selection (Bug#16382).
2565
2566 2014-01-18 Glenn Morris <rgm@gnu.org>
2567
2568 * emacs-lisp/authors.el (authors-aliases)
2569 (authors-renamed-files-alist): Add some entries.
2570
2571 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
2572
2573 * net/tramp.el (tramp-password-prompt-regexp):
2574 Use `password-word-equivalents' if available.
2575 (tramp-action-password, tramp-process-one-action)
2576 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
2577
2578 2014-01-17 Chong Yidong <cyd@gnu.org>
2579
2580 * simple.el (password-word-equivalents): New defcustom.
2581 * comint.el (comint-password-prompt-regexp): Use it. Bump version
2582 to 24.4.
2583 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2584 to t. (Bug#13124)
2585
2586 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2587
2588 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2589 (ruby-align-to-stmt-keywords): Change the default value.
2590 Use `ruby-alignable-keywords' to generate the possible customization
2591 choices.
2592 (ruby-smie-rules): Instead of using a hardcoded list of alignable
2593 keywords, check against the value of `ruby-alignable-keywords'
2594 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2595
2596 2014-01-17 Glenn Morris <rgm@gnu.org>
2597
2598 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2599
2600 Make M-x authors return zero *Authors Errors* from current logs.
2601 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2602 (authors-ignored-files): Add some entries, remove others.
2603 (authors-ambiguous-files, authors-valid-file-names):
2604 Add some entries.
2605 (authors-renamed-files-alist): Add, remove, and adjust entries.
2606 (authors-renamed-files-regexps): Add some entries.
2607 Remove some very broad ones. Make some entries `lax'.
2608 (authors-lax-changelogs): New constant.
2609 (authors-disambiguate-file-name): Treat top-level specially.
2610 (authors-lax-changelog-p): New function.
2611 (authors-canonical-file-name): Check file as written against
2612 authors-valid-file-names. Do not special-case etc/.
2613 Handle `lax' logs and authors-renamed-files-regexps elements.
2614
2615 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
2616
2617 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2618 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
2619 callers.
2620
2621 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2622
2623 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2624 Assume we're already in the proper buffer.
2625 Inspired by Anders Lindgren <andlind@gmail.com>.
2626 (follow-post-command-hook): Call it from the right buffer.
2627 (follow-comint-scroll-to-bottom): Adjust call.
2628 (follow-all-followers): Use get-buffer-window-list.
2629
2630 2014-01-15 Daniel Colascione <dancol@dancol.org>
2631
2632 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2633 `buffer-file-name' in interactive-form so that we don't leave
2634 pathless file names in `file-name-history'.
2635
2636 2014-01-15 Juri Linkov <juri@jurta.org>
2637
2638 * indent.el (indent-rigidly): Set deactivate-mark to nil
2639 in transient indentation mode. (Bug#16438)
2640
2641 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
2642
2643 * emacs-lisp/package.el (package-desc-keywords): New function
2644 (Bug#16222).
2645 (describe-package-1, package-all-keywords)
2646 (package--has-keyword-p): Use it.
2647
2648 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2649
2650 * simple.el (define-alternatives): When creating the
2651 COMMAND-alternatives variable, assign COMMAND as its definition
2652 name so that `describe-variable' can relocate it.
2653
2654 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
2655
2656 * font-lock.el (font-lock-keywords): Fix typo in docstring
2657 (bug#16307).
2658
2659 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2660
2661 * ispell.el (ispell-region): Reset `in-comment' for new line
2662 instead of wrongly reset `add-coment' (bug#13577).
2663
2664 2014-01-14 Daiki Ueno <ueno@gnu.org>
2665
2666 * epa-file.el (epa-file-write-region): Encode the region according
2667 to `buffer-file-format'. Problem reported at:
2668 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2669
2670 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2671
2672 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2673 so it applies in the right buffer (bug#16410).
2674
2675 2014-01-13 Daniel Colascione <dancol@dancol.org>
2676
2677 * textmodes/rst.el (rst-define-key): Provide deprecated
2678 keybindings through named functions instead of anonymous ones so
2679 that "??" doesn't appear in describe-mode output.
2680
2681 2014-01-13 Bastien Guerry <bzg@gnu.org>
2682
2683 * simple.el (define-alternatives): Call the selected command
2684 interactively. When setting `COMMAND--implementation' for the
2685 first time, tell the user how to chose another implementation.
2686 Enhance the docstring.
2687
2688 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2691 (log-edit--match-first-line): New function.
2692 (log-edit-font-lock-keywords): Use it.
2693 (log-edit-mode): Make jit-lock-defer-multiline work.
2694
2695 2014-01-13 Bastien Guerry <bzg@gnu.org>
2696
2697 * rect.el (rectangle-mark-mode): When the region is not active,
2698 display a message saying that the mark as been set and that
2699 rectangle mode is in use.
2700 (rectangle--highlight-for-redisplay): Only put an overlay with a
2701 visible vertical bar when (display-graphic-p) is non-nil.
2702 This partially fixes Bug#16403.
2703
2704 2014-01-13 Juri Linkov <juri@jurta.org>
2705
2706 * info.el (Info-find-file): Go to DIR before displaying the error
2707 about a nonexistent file if no previous Info file is visited.
2708 Use `user-error' instead of `error' for "Info file %s does not exist".
2709 (Info-find-node-2): In case of a nonexistent node in unwind forms
2710 go to the Top node if there is no previous node to revert to.
2711 (Bug#16405)
2712
2713 2014-01-13 Martin Rudalics <rudalics@gmx.at>
2714
2715 fit-frame/window-to-buffer code fixes including one for Bug#14096.
2716 * window.el (fit-frame-to-buffer): Fix doc-string.
2717 Respect window-min-height/-width. Fit pixelwise when
2718 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
2719 when avoiding that frame goes partially off-screen.
2720 (fit-window-to-buffer): Respect window-min-height/-width
2721 (Bug#14096).
2722
2723 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2726 after an empty line.
2727
2728 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * net/shr.el (shr-render-region): Autoload.
2731
2732 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
2733
2734 * net/eww.el (eww-download-directory): Rename from
2735 `eww-download-path' (Bug#16419).
2736
2737 2014-01-12 Leo Liu <sdl.web@gmail.com>
2738
2739 * dired-x.el (dired-mode-map): Fix last change.
2740
2741 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2742
2743 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
2744
2745 Spelling fixes.
2746 * emacs-lisp/generic.el (generic--normalize-comments):
2747 Rename from generic--normalise-comments. All uses changed.
2748 * play/bubbles.el (bubbles--neighborhood-score)
2749 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2750 (bubbles--neighborhood-available)
2751 (bubbles--update-neighborhood-score):
2752 Rename from names with 'neighbourhood'. All uses changed.
2753
2754 2014-01-12 Leo Liu <sdl.web@gmail.com>
2755
2756 Re-implement the feature of showing eldoc info after editing.
2757 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2758 (eldoc-edit-message-commands): New function.
2759 (eldoc-print-after-edit): New variable.
2760 (eldoc-pre-command-refresh-echo-area): Emit message only by
2761 eldoc-message-commands.
2762 (eldoc-mode): Restrict eldoc-message-commands to editing commands
2763 if eldoc-print-after-edit is set. (Bug#16346)
2764 * simple.el (read--expression): Enable eldoc-mode.
2765 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2766
2767 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
2768 Eric S. Raymond <esr@thyrsus.com>
2769
2770 * version.el (emacs-repository-get-version): Enhance so the
2771 function works correctly in either a Bazaar or Git repo.
2772
2773 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
2774
2775 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2776 Goes with removal of the joke manpages from /etc.
2777
2778 2014-01-10 Kenichi Handa <handa@gnu.org>
2779
2780 * mail/rmail.el (rmail-get-coding-system):
2781 Check rmail-get-coding-function before "funcall"ing it.
2782
2783 2014-01-10 Glenn Morris <rgm@gnu.org>
2784
2785 * emacs-lisp/authors.el (authors-fixed-entries):
2786 Update for files that no longer exist.
2787
2788 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
2789
2790 * version.el (emacs-bzr-get-version): Restore compatibilty with
2791 24.3 (Tested).
2792
2793 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
2794
2795 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2796 and Podfile.
2797
2798 2014-01-10 Eli Zaretskii <eliz@gnu.org>
2799
2800 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2801
2802 2014-01-10 Chong Yidong <cyd@gnu.org>
2803
2804 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2805
2806 2014-01-10 Anders Lindgren <andlind@gmail.com>
2807
2808 * follow.el (follow-cache-command-list): Include right-char and
2809 left-char.
2810
2811 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
2812
2813 Spelling fixes.
2814 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2815 * woman.el (woman-mark-horizontal-position):
2816 Rename from woman-mark-horizonal-position. Use changed.
2817
2818 2014-01-10 Glenn Morris <rgm@gnu.org>
2819
2820 * info.el (info-initialize): If running uninstalled, ensure our
2821 own info files are always found first, even if INFOPATH is set.
2822
2823 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2824
2825 2014-01-09 David Engster <deng@randomsample.de>
2826
2827 * emacs-lisp/eieio-custom.el:
2828 * emacs-lisp/eieio-opt.el: Set generated autoload file to
2829 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2830 * emacs-lisp/eieio.el: Regenerate autoloads.
2831
2832 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
2833
2834 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
2835 following renames. (Bug#8756)
2836
2837 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2838
2839 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2840 (bug#16382).
2841 (activate-mark): Add `no-tmm' argument.
2842 (set-mark, push-mark-command): Use it instead of running
2843 activate-mark-hook by hand.
2844
2845 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
2846
2847 In preparation for the move to git, sanitize out some
2848 Bazaar-specific names.
2849
2850 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2851
2852 * version.el (emacs-bzr-version): Name changed to
2853 emacs-repository-version. Obsolete-variable alias made.
2854 * loadup.el: Follow through on this name change.
2855 * mail/emacsbug.el (report-emacs-bug): Factor out any
2856 assumption about the version control system in use.
2857
2858 2014-01-08 David Engster <deng@randomsample.de>
2859
2860 * help-fns.el (help-fns-describe-function-functions):
2861 New variable to call functions for augmenting help buffers.
2862 (describe-function-1): Remove explicit calls to
2863 `help-fns--compiler-macro', `help-fns--parent-mode' and
2864 `help-fns--obsolete'. Put them in above new variable instead, and
2865 call them through `run-hook-with-args'.
2866 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2867 `eieio-describe-class'. Not meant for interactive use anymore,
2868 but to augment existing help buffers. Remove optional second
2869 argument. Create proper button for file location.
2870 Rewrite function to use `insert' instead of `princ' and `prin1' where
2871 possible.
2872 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2873 (eieio-method-def, eieio-class-def): Move further up.
2874 (describe-method, describe-generic, eieio-describe-method):
2875 Remove aliases.
2876 (eieio-help-constructor, eieio-help-generic): Rename from
2877 `eieio-describe-constructor' and `eieio-describe-generic', resp.
2878 Rewrite to use `insert' in the current buffer and use proper help
2879 buttons.
2880 (eieio-help-find-method-definition)
2881 (eieio-help-find-class-definition): Also accept symbols as
2882 arguments.
2883 (eieio-help-mode-augmentation-maybee): Remove.
2884 (eieio-describe-class-sb): Use `describe-function'.
2885 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2886 Add `eieio-help-generic' and `eieio-help-constructor'.
2887
2888 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
2889
2890 Spelling fixes.
2891 * language/china-util.el (hz-ascii-designation):
2892 Rename from hz-ascii-designnation.
2893 (hz-ascii-designation): Rename from hz-ascii-designnation.
2894 All uses changed.
2895
2896 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
2899 package-alist.
2900
2901 2014-01-08 Bastien Guerry <bzg@gnu.org>
2902
2903 * emacs-lisp/package.el (package-delete):
2904 Correctly delete the package from package-alist.
2905
2906 2014-01-08 Daiki Ueno <ueno@gnu.org>
2907
2908 * emacs-lisp/package.el (url-recreate-url): Declare.
2909 (url-http-target-url): Declare.
2910 (package-handle-response): Include requested URL in the error message.
2911 (package--check-signature): Don't re-signal errors from
2912 package--with-work-buffer. Suggested by Stefan Monnier.
2913
2914 2014-01-07 Bastien Guerry <bzg@gnu.org>
2915
2916 * minibuffer.el (completion--try-word-completion): When both a
2917 hyphen and a space are possible candidates for the character
2918 following a word, display both candidates. (Bug#15980)
2919
2920 2014-01-07 Martin Rudalics <rudalics@gmx.at>
2921
2922 * window.el (balance-windows-2): While rounding don't give a
2923 window more than the remainder. Bug#16351, bug#16383.
2924
2925 2014-01-07 Glenn Morris <rgm@gnu.org>
2926
2927 * menu-bar.el (menu-bar-help-extra-packages): Remove.
2928 (menu-bar-help-menu): Use view-external-packages instead.
2929
2930 2014-01-07 Bastien Guerry <bzg@gnu.org>
2931
2932 * emacs-lisp/package.el (package-delete): Also delete the package
2933 name from `package-alist', not its description only.
2934
2935 2014-01-07 Glenn Morris <rgm@gnu.org>
2936
2937 * help.el (view-external-packages):
2938 * menu-bar.el (menu-bar-help-extra-packages):
2939 Visit efaq.info rather than etc/MORE.STUFF.
2940
2941 2014-01-07 Juri Linkov <juri@jurta.org>
2942
2943 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2944 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
2945
2946 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2947 that shadows RET. (Bug#16342)
2948
2949 2014-01-07 Chong Yidong <cyd@gnu.org>
2950
2951 * isearch.el (isearch-yank-char, isearch-yank-word)
2952 (isearch-yank-line): Doc fix.
2953
2954 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2955
2956 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2957 * emacs-lisp/elint.el (elint-find-builtins):
2958 * emacs-lisp/eldoc.el (eldoc-symbol-function):
2959 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2960 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2961 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2962 * apropos.el (apropos-safe-documentation):
2963 * subr.el (symbol-file): Remove redundant fboundp.
2964 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2965
2966 2014-01-06 Bastien Guerry <bzg@gnu.org>
2967
2968 * hl-line.el (global-hl-line-overlay): Make a local variable.
2969 (global-hl-line-overlays): New variable to store all overlays.
2970 (global-hl-line-mode): Don't delete overlays from the current
2971 buffer when `global-hl-line-sticky-flag' is non-nil.
2972 (global-hl-line-highlight): Add new overlays to
2973 `global-hl-line-overlays'.
2974 (global-hl-line-unhighlight-all): New function to delete all
2975 overlays when turning off `global-hl-line-mode'.
2976 This fixes Bug#16183.
2977
2978 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2979
2980 * subr.el (set-transient-map): Fix nested case and docstring.
2981
2982 2014-01-06 Tassilo Horn <tsdh@gnu.org>
2983
2984 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2985 `Texinfo' entry.
2986
2987 2014-01-06 Daniel Colascione <dancol@dancol.org>
2988
2989 Fix defun navigation in vc log view.
2990
2991 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2992 like `beginning-of-defun'.
2993 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2994 log-view-end-of-defun to log-view-end-of-defun-1. Replace
2995 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2996 (log-view-extract-comment): Call `log-view-current-entry' directly
2997 instead of relying on broken `log-view-beginning-of-defun' behavior.
2998
2999 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3000
3001 Spelling fixes.
3002 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3003 * emacs-lisp/debug.el (cancel-debug-on-entry):
3004 * epg.el (epg-error-to-string):
3005 * files.el (recover-file):
3006 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3007 * mail/emacsbug.el (report-emacs-bug-hook):
3008 * mail/sendmail.el (mail-recover):
3009 * ses.el (ses-yank-resize):
3010 * term/ns-win.el (ns-print-buffer):
3011 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3012 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3013 All uses changed.
3014 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3015
3016 2014-01-06 Leo Liu <sdl.web@gmail.com>
3017
3018 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3019 to avoid shadowing global key. (Bug#16354)
3020
3021 2014-01-06 Daniel Colascione <dancol@dancol.org>
3022
3023 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3024 rst-mode.
3025
3026 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3027
3028 * window.el (balance-windows): Add mising t to fix Bug#16351.
3029
3030 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031
3032 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3033 (bug#16285).
3034 (shr-insert): If we have a word that's longer than `shr-width',
3035 break after it anyway. Otherwise we'll do no breaking once we get
3036 such a long word.
3037
3038 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3039
3040 * net/eww.el (eww): Support single/double quote for search.
3041 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3042 (eww-history-quit): Delete and use quit-window.
3043 (eww-history-kill): Delete, because it doesn't work well and
3044 not necessary.
3045 (eww-history-mode-map): Delete some keys and add easy-menu.
3046
3047 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3048
3049 Fix misspelling of 'chinese' in rx (Bug#16237).
3050 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3051 chinese-two-byte.
3052
3053 Change subword regexps back to vars (Bug#16296).
3054 * progmodes/subword.el (subword-forward-regexp)
3055 (subword-backward-regexp): Change these back to variables.
3056
3057 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3058
3059 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3060 syntax-begin-function (bug#16247).
3061
3062 2014-01-03 Chong Yidong <cyd@gnu.org>
3063
3064 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3065 (advice--docstring): Delete variable.
3066 (advice--make-1): Leave the docstring empty.
3067 (advice-add): Use function-documentation for advised docstring.
3068
3069 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3070 Ignore function-documentation property when getting documentation.
3071 (ad-activate-advised-definition): Use function-documentation
3072 generate the docstring.
3073 (ad-make-advised-definition): Don't call
3074 ad-make-advised-definition-docstring.
3075 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3076 Delete functions.
3077
3078 * progmodes/sql.el (sql-help): Use function-documentation instead
3079 of dynamic-docstring-function property. No need to autoload now.
3080 (sql--help-docstring): New variable.
3081 (sql--make-help-docstring): Use it.
3082
3083 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 * ielm.el (ielm-tab): Retarget.
3086 (ielm-map): Use ielm-tab for tab.
3087 (ielm-complete-filename): Use comint-filename-completion.
3088 (ielm-complete-symbol): Remove.
3089 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3090 remove ielm-tab from completion-at-point-functions (bug#16224).
3091
3092 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3093 Beware signals raised by predicates (bug#16201).
3094
3095 2014-01-02 Richard Stallman <rms@gnu.org>
3096
3097 * dired-aux.el (dired-do-print): Handle printer-name.
3098
3099 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3100 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3101 (rmail-epa-decrypt): Turn off mime processing.
3102
3103 * mail/rmail.el (rmail-make-in-reply-to-field):
3104 Add parens in message-id.
3105
3106 * mail/rmail.el (rmail-get-coding-function): Variable.
3107 (rmail-get-coding-system): Use it.
3108
3109 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3110
3111 * international/mule-conf.el: Unify the charset indian-is13194.
3112 (indian-is13194): Specify unify-map.
3113
3114 2013-12-31 Leo Liu <sdl.web@gmail.com>
3115
3116 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3117
3118 2013-12-30 Daniel Colascione <dancol@dancol.org>
3119
3120 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3121 of printing a useless when we resume from sleep.
3122
3123 * progmodes/sh-script.el
3124 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3125 in indentation code. (Bug#16233)
3126
3127 2013-12-28 João Távora <joaotavora@gmail.com>
3128
3129 * elec-pair.el (electric-pair-post-self-insert-function):
3130 Don't open extra newlines at beginning of buffer. (Bug#16272)
3131
3132 2013-12-28 Eli Zaretskii <eliz@gnu.org>
3133
3134 * frame.el (window-system-for-display): Don't allow to create a
3135 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3136
3137 2013-12-28 Glenn Morris <rgm@gnu.org>
3138
3139 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3140 Update callers.
3141
3142 * apropos.el (apropos-match-face):
3143 * calculator.el (calculator-displayer):
3144 * dabbrev.el (dabbrev-search-these-buffers-only):
3145 * face-remap.el (buffer-face-mode-face):
3146 * simple.el (yank-handled-properties):
3147 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3148 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3149 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3150 (hashcash-double-spend-database):
3151 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3152 (ruby-deep-indent-paren-style):
3153 * textmodes/flyspell.el (flyspell-auto-correct-binding):
3154 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3155 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3156 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3157 Specify custom types.
3158
3159 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3160 * bookmark.el (bookmark-bmenu-use-header-line):
3161 * doc-view.el (doc-view-scale-internally):
3162 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3163 * register.el (register-preview-delay):
3164 * net/shr.el (shr-bullet):
3165 * progmodes/cfengine.el (cfengine-cf-promises)
3166 (cfengine-parameters-indent):
3167 * progmodes/octave.el (inferior-octave-error-regexp-alist):
3168 * textmodes/reftex-vars.el (reftex-label-regexps):
3169 * vc/log-edit.el (log-edit-setup-add-author): Add version.
3170
3171 * net/tls.el (tls-certtool-program): Fix default value.
3172
3173 * desktop.el (desktop-restore-in-current-display):
3174 * newcomment.el (comment-empty-lines):
3175 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3176 (idlwave-pad-keyword):
3177 * progmodes/tcl.el (tcl-tab-always-indent):
3178 * textmodes/reftex-vars.el (reftex-index-default-tag):
3179 * elec-pair.el (electric-pair-skip-whitespace):
3180 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3181
3182 * emacs-lisp/authors.el (authors-ignored-files)
3183 (authors-valid-file-names, authors-renamed-files-alist): Additions.
3184
3185 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
3186
3187 * shell.el (shell-dynamic-complete-command): Doc fix.
3188 (shell--command-completion-data): Shell completion now matches
3189 executable filenames from the current buffer's directory, on
3190 systems in which this behavior is the default (windows-nt, ms-dos).
3191
3192 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3193
3194 * net/shr.el (shr-insert): Don't infloop if the width is zero.
3195
3196 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3197
3198 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3199 (bug#16251).
3200
3201 * electric.el: Move all electric-pair-* to elec-pair.el.
3202 * elec-pair.el: New file, split from electric.el.
3203
3204 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3205
3206 * net/shr.el (shr-find-fill-point): Don't try to fill if the
3207 indentation level is larger than the width, because that will
3208 infloop.
3209 (shr-insert): Fill repeatedly long texts, so that Japanese is
3210 formatted correctly (bug#16263).
3211 (shr-find-fill-point): Off by one error in comparison with the
3212 indentation.
3213
3214 2013-12-26 João Távora <joaotavora@gmail.com>
3215
3216 * electric.el (electric-pair-mode): More flexible engine for skip-
3217 and inhibit predicates, new options for pairing-related functionality.
3218 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3219 if that keeps or improves their balance in buffers.
3220 (electric-pair-delete-adjacent-pairs): Delete the pair when
3221 backspacing over adjacent matched delimiters.
3222 (electric-pair-open-extra-newline): Open extra newline when
3223 inserting newlines between adjacent matched delimiters.
3224 (electric--sort-post-self-insertion-hook):
3225 Sort post-self-insert-hook according to priority values when
3226 minor-modes are activated.
3227 * simple.el (newline-and-indent): Call newline with interactive
3228 set to t.
3229 (blink-paren-post-self-insert-function): Set priority to 100.
3230 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3231 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3232 comments. Locally set electric-pair-skip-whitespace to 'chomp and
3233 electric-pair-open-newline-between-pairs to nil.
3234
3235 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3236
3237 * progmodes/python.el: Use lexical-binding.
3238 (python-nav-beginning-of-defun): Stop searching ASAP.
3239
3240 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
3241
3242 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3243 Fix interactive spec. Doc fix. (Bug#15754)
3244
3245 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3246
3247 * emacs-lisp/byte-run.el (eval-when-compile):
3248 * progmodes/cc-defs.el (cc-eval-when-compile):
3249 Fix edebug spec (bug#16184).
3250
3251 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3252
3253 * net/shr.el (shr-visit-file): Remove debugging function.
3254 (shr-insert): Don't infloop if we can't find a good place to break
3255 the line (bug#16256).
3256
3257 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
3258
3259 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3260 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
3261 python-nav-lisp-forward-sexp-safe.
3262 (python-nav--forward-sexp): New argument SAFE allows switching
3263 forward sexp movement behavior for parens.
3264 (python-nav-forward-sexp): Throw errors on unterminated parens
3265 (Bug#16191).
3266 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3267 (python-nav-backward-sexp-safe): New functions.
3268 (python-shell-buffer-substring):
3269 Use `python-nav-forward-sexp-safe'.
3270
3271 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3272
3273 * net/shr.el (shr-find-fill-point): Don't break lines before a
3274 quotation mark.
3275 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3276 (shr-find-fill-point): Remove the special checks for the quotation
3277 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3278
3279 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3280
3281 * net/eww.el (eww-form-textarea): Use a different face for
3282 textareas than text input since they have different keymaps
3283 (bug#16142).
3284
3285 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
3286
3287 * progmodes/python.el (python-nav-beginning-of-statement):
3288 Speed up (Bug#15295).
3289
3290 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3291
3292 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3293 the window configuration.
3294
3295 2013-12-24 Eli Zaretskii <eliz@gnu.org>
3296
3297 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3298 we run on MS-Windows or MS-DOS.
3299
3300 2013-12-24 Martin Rudalics <rudalics@gmx.at>
3301
3302 * window.el (balance-windows-area): Call window-size instead of
3303 window-height and window-width. Bug#16241.
3304
3305 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3306
3307 * net/eww.el (eww-bookmark-quit): Remove.
3308 (eww-bookmark-browse): Restore the window configuration when you
3309 choose a bookmark (bug#16144).
3310
3311 2013-12-24 Daniel Colascione <dancol@dancol.org>
3312
3313 * icomplete.el: Remove redundant :group arguments to `defcustom'
3314 throughout.
3315 (icomplete-show-matches-on-no-input): New customizable variable.
3316 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3317 we have something to show.
3318 (icomplete-exhibit): Compute completions even if we have no user input.
3319
3320 2013-12-23 Daniel Colascione <dancol@dancol.org>
3321
3322 * icomplete.el: Move `provide' to end of file.
3323
3324 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
3325
3326 * net/gnutls.el (gnutls-verify-error): Add version tag.
3327
3328 2013-12-23 Chong Yidong <cyd@gnu.org>
3329
3330 * subr.el (set-transient-map): Rename from
3331 set-temporary-overlay-map. Doc fix.
3332
3333 * face-remap.el (text-scale-adjust):
3334 * indent.el (indent-rigidly):
3335 * kmacro.el (kmacro-call-macro):
3336 * minibuffer.el (minibuffer-force-complete):
3337 * repeat.el (repeat):
3338 * simple.el (universal-argument--mode):
3339 * calendar/todo-mode.el (todo-insert-item--next-param):
3340 * progmodes/f90.el (f90-abbrev-start): Callers changed.
3341
3342 * indent.el (indent-rigidly): Use substitute-command-keys.
3343
3344 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3345
3346 * net/eww.el (eww-tag-select): Add text-property to jump to next
3347 select field.
3348 (eww): Add non-supported ftp error.
3349
3350 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3351
3352 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3353 comments. Handle electric indent after typing `?' and `!'.
3354
3355 2013-12-22 Chong Yidong <cyd@gnu.org>
3356
3357 * faces.el (face-spec-recalc): If the theme specs are not
3358 applicable to a frame, fall back on the defface spec.
3359 This prevents themes from obliterating faces on low-color terminals.
3360
3361 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3362
3363 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3364 after `{'. We need it after block openers, and it doesn't seem
3365 to hurt after hash openers.
3366
3367 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3368
3369 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3370 extracted from `ruby-smie-rules'.
3371 (ruby--electric-indent-chars): New variable.
3372 (ruby--electric-indent-p): New function.
3373 (ruby-mode): Use `electric-indent-functions' instead of
3374 `electric-indent-chars'.
3375
3376 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3377
3378 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3379 docstring.
3380 (ruby-smie-rules): Indent plus one level after `=>'.
3381
3382 2013-12-21 Richard Stallman <rms@gnu.org>
3383
3384 * simple.el (newline): Doc fix.
3385
3386 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3387
3388 * net/eww.el (eww-list-histories, eww-list-histories)
3389 (eww-history-browse, eww-history-quit, eww-history-kill)
3390 (eww-history-mode-map, eww-history-mode): New command and
3391 functions to list browser histories.
3392 (eww-form-text): Support text form with disabled
3393 and readonly attributes.
3394 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3395
3396 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3397
3398 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3399 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3400 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3401 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3402 Use `user-error'.
3403 (eww-bookmark-mode-map): Add menu.
3404 (eww-render, eww-mode): Use `setq-local'.
3405 (eww-tool-bar-map): New variable.
3406 (eww-mode): Set `tool-bar-map'.
3407 (eww-view-source): Check for `html-mode' with `fboundp'.
3408
3409 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3410
3411 * net/shr.el (shr--extract-best-source): Don't bug out on audio
3412 elements with text inside. Also remove debugging.
3413
3414 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
3415
3416 * cus-start.el (all): Add ns-use-srgb-colorspace.
3417
3418 2013-12-21 Chong Yidong <cyd@gnu.org>
3419
3420 * custom.el (custom-theme-recalc-face): Do nothing if the face is
3421 undefined. Thus, theme settings for undefined faces do not take
3422 effect until the faces are defined with defface, the same as with
3423 theme variables.
3424
3425 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3426 (face-spec-reset-face): Don't assign extra properties in temacs.
3427 (face-spec-recalc): Apply X resources too.
3428
3429 2013-12-21 Chong Yidong <cyd@gnu.org>
3430
3431 * faces.el (face-spec-set):
3432 * cus-face.el (custom-theme-set-faces, custom-set-faces):
3433 * custom.el (defface): Doc fixes (Bug#16203).
3434
3435 * indent.el (indent-rigidly-map): Add docstring, and move commands
3436 into named functions.
3437 (indent-rigidly-left, indent-rigidly-right)
3438 (indent-rigidly-left-to-tab-stop)
3439 (indent-rigidly-right-to-tab-stop): New functions. Decide on
3440 indentation direction based on bidi direction, and accumulate
3441 sequential commands in a single undo boundary.
3442 (indent-rigidly--pop-undo): New utility function.
3443
3444 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
3445
3446 * faces.el (read-face-name): Require crm.el when using crm-separator.
3447
3448 2013-12-20 Daniel Colascione <dancol@dancol.org>
3449
3450 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3451 so that we don't reflow comments into the shebang line.
3452
3453 2013-12-20 Juri Linkov <juri@jurta.org>
3454
3455 * saveplace.el (save-place-to-alist): Add `dired-filename' as
3456 a position when `dired-directory' is non-nil. Check integer
3457 positions with `integerp'.
3458 (toggle-save-place, save-places-to-alist): Add check for
3459 `dired-directory'.
3460 (save-place-find-file-hook): Check integer positions with
3461 `integerp'.
3462 (save-place-dired-hook): Use `dired-goto-file' when
3463 `dired-filename' is found in the assoc list. Check integer
3464 positions with `integerp'.
3465 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3466
3467 * dired.el (dired-initial-position-hook): Rename back from
3468 `dired-initial-point-hook'.
3469 (dired-initial-position): Rename `dired-initial-point-hook' to
3470 `dired-initial-position-hook'.
3471 (dired-file-name-at-point): Doc fix. (Bug#15329)
3472
3473 2013-12-20 Juri Linkov <juri@jurta.org>
3474
3475 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3476 (read-regexp-suggestions): New function.
3477 (read-regexp): Use `read-regexp-defaults-function' to get default values.
3478 Use `read-regexp-suggestions'. Add non-empty default to history
3479 for empty input.
3480 (occur-read-regexp-defaults-function): Remove function.
3481 (occur-read-primary-args): Use `regexp-history-last' instead of
3482 `occur-read-regexp-defaults-function'.
3483
3484 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3485 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3486 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3487 `hi-lock-read-regexp-defaults-function'. Doc fix.
3488 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3489 with `find-tag-default-as-symbol-regexp'. Doc fix.
3490 (hi-lock-read-regexp-defaults): Remove function.
3491 (hi-lock-regexp-okay): Add check for null.
3492
3493 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3494 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
3495
3496 * subr.el (find-tag-default-as-symbol-regexp): New function.
3497 (find-tag-default-as-regexp): Move symbol regexp formatting to
3498 `find-tag-default-as-symbol-regexp'.
3499
3500 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
3501
3502 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3503 (Bug#14179)
3504
3505 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3506
3507 * calendar/todo-mode.el: New implementation of item insertion
3508 commands and key bindings.
3509 (todo-key-prompt): New face.
3510 (todo-insert-item): New command.
3511 (todo-insert-item--parameters): New defconst, replacing defvar
3512 todo-insertion-commands-args-genlist.
3513 (todo-insert-item--param-key-alist): New defconst, replacing
3514 defvar todo-insertion-commands-arg-key-list.
3515 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3516 (todo-insert-item--argsleft, todo-insert-item--apply-args)
3517 (todo-insert-item--next-param): New functions.
3518 (todo-insert-item--args, todo-insert-item--argleft)
3519 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3520 New variables.
3521 (todo-key-bindings-t): Change binding of "i" from
3522 todo-insertion-map to todo-insert-item.
3523 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3524 (todo-insertion-command-name, todo-insertion-commands-names)
3525 (todo-define-insertion-command, todo-insertion-commands)
3526 (todo-insertion-key-bindings, todo-insertion-map): Remove.
3527
3528 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3529
3530 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3531 (todo-toggle-item-highlighting): Use eval-and-compile instead of
3532 eval-when-compile.
3533 (todo-move-category): Allow choosing a non-existing todo file to
3534 move the category to, and create that file.
3535 (todo-default-priority): New user option.
3536 (todo-set-item-priority): Use it.
3537 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3538 (desktop-restore-file-buffer): Declare.
3539 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3540 (todo-modes-set-2): Locally set desktop-save-buffer to
3541 todo-desktop-save-buffer.
3542 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3543 (auto-mode-alist): Add autoload cookie.
3544
3545 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
3546
3547 * emacs-lisp/subr-x.el: Renamed from helpers.el.
3548 helpers.el was a poor choice of name.
3549 (string-remove-prefix): New function.
3550 (string-remove-suffix): New function.
3551
3552 2013-12-20 Martin Rudalics <rudalics@gmx.at>
3553
3554 Fix assignment for new window total sizes.
3555 * window.el (window--pixel-to-size): Remove function.
3556 (window--pixel-to-total-1, window--pixel-to-total):
3557 Fix calculation of new total sizes.
3558
3559 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
3560
3561 * comint.el (comint-output-filter): Fix rear-nonsticky property
3562 placement (Bug#16010).
3563
3564 2013-12-20 Chong Yidong <cyd@gnu.org>
3565
3566 * faces.el (read-color): Minor fix for completion function.
3567
3568 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
3569
3570 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3571 New option. (Bug#16182)
3572 (ruby-smie--indent-to-stmt-p): Use it.
3573 (ruby-smie-rules): Revert the logic in the handling of `when'.
3574 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3575 (ruby-deep-arglist, ruby-deep-indent-paren)
3576 (ruby-deep-indent-paren-style): Update docstrings to note that the
3577 vars don't have any effect with SMIE.
3578
3579 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
3580
3581 * calc/calc.el (calc-enter, calc-pop): Use the variable
3582 `calc-context-sensitive-enter'.
3583
3584 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3585
3586 * net/shr.el (shr-insert): Protect against infloops in degenerate
3587 tables.
3588
3589 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3590
3591 * progmodes/octave.el (octave): Add link to manual and octave
3592 homepage.
3593 (octave-mode-menu): Link to octave-mode manual.
3594
3595 2013-12-20 Leo Liu <sdl.web@gmail.com>
3596
3597 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3598 insertion using skeleton-end-newline. (Bug#16138)
3599
3600 2013-12-20 Juri Linkov <juri@jurta.org>
3601
3602 * replace.el (occur-engine): Use `add-face-text-property'
3603 to add the face property to matches and titles. (Bug#14645)
3604
3605 * hi-lock.el (hi-green): Use lighter color "light green" closer to
3606 the palette of other hi-lock colors.
3607 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3608
3609 2013-12-19 Juri Linkov <juri@jurta.org>
3610
3611 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3612 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
3613 (minibuffer-history-symbol): Move variable declaration closer to
3614 its usage.
3615
3616 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3617 (Bug#14785)
3618
3619 2013-12-19 Juri Linkov <juri@jurta.org>
3620
3621 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3622 New function.
3623 (log-edit-hook): Add it to :options. (Bug#16170)
3624
3625 2013-12-19 Juri Linkov <juri@jurta.org>
3626
3627 * simple.el (eval-expression-print-format): Don't check for
3628 command names and the last command. Always display additional
3629 formats of the integer result in the echo area, and insert them
3630 to the current buffer only with a zero prefix arg.
3631 Display character when char-displayable-p is non-nil.
3632 (eval-expression): With a zero prefix arg, set `print-length' and
3633 `print-level' to nil, and insert the integer values from
3634 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
3635
3636 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3637 `eval-last-sexp-arg-internal'. Doc fix.
3638 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3639 `eval-last-sexp-print-value'. Doc fix.
3640 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3641 Set `print-length' and `print-level' to nil when arg is zero.
3642 (eval-last-sexp): Doc fix.
3643 (eval-defun-2): Print the integer values from
3644 `eval-expression-print-format' at the end.
3645
3646 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3647 values from `eval-expression-print-format' at the end.
3648
3649 * ielm.el (ielm-eval-input): Print the integer
3650 values from `eval-expression-print-format' at the end.
3651
3652 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
3653
3654 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3655 2013-12-11T19:01:44Z!tzz@lifelogs.com.
3656
3657 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3658
3659 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
3660 (hl-line-highlight, global-hl-line-highlight): Use it.
3661 (hl-line-overlay): Use defvar-local.
3662
3663 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
3664
3665 * term/ns-win.el: Require dnd.
3666 (global-map): Remove drag items.
3667 (ns-insert-text, ns-set-foreground-at-mouse)
3668 (ns-set-background-at-mouse):
3669 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3670 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3671 New functions.
3672
3673 2013-12-19 Glenn Morris <rgm@gnu.org>
3674
3675 * emacs-lisp/ert.el (ert-select-tests):
3676 Fix string/symbol mixup. (Bug#16121)
3677
3678 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3679
3680 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3681 keywords to their parent.
3682
3683 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3684
3685 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3686 first arg to be a string (fixed dead code), or an operator symbol.
3687 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3688 operator symbols.
3689 (ruby-smie-rules): Remove parent token check in the `.' clause, it
3690 did nothing. Don't respond to `(:after ".")', it will be called
3691 with :before anyway. Remove the ` @ ' rule, it didn't seem to
3692 change anything. Only return indentation for binary operators
3693 when they are hanging. De-dent opening paren when its parent is
3694 `.', otherwise it looks bad when the dot is not at bol or eol
3695 (bug#16182).
3696
3697 2013-12-19 Juri Linkov <juri@jurta.org>
3698
3699 * replace.el (query-replace-read-args): Split a non-negative arg
3700 and a negative arg into separate elements.
3701 (query-replace, query-replace-regexp, replace-string)
3702 (replace-regexp): Add arg `backward'. Doc fix.
3703 (replace-match-maybe-edit): When new arg `backward' is non-nil,
3704 move point to the beginning of the match.
3705 (replace-search, replace-highlight): Use new arg `backward'
3706 to set the value of `isearch-forward'.
3707 (perform-replace): Add arg `backward' and use it to perform
3708 replacement backward. (Bug#14979)
3709
3710 * isearch.el (isearch-query-replace): Use a negative prefix arg
3711 to call `perform-replace' with a non-nil arg `backward'.
3712
3713 2013-12-18 Juri Linkov <juri@jurta.org>
3714
3715 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3716 to the default list. Move `log-edit-show-files' to the end.
3717 Add more available functions to options.
3718 (log-edit): Move default specific settings to
3719 `log-edit-insert-message-template'. Don't move point.
3720 (log-edit-insert-message-template): New function.
3721 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3722 (Bug#16170)
3723
3724 2013-12-18 Juri Linkov <juri@jurta.org>
3725
3726 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3727 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
3728
3729 2013-12-18 Leo Liu <sdl.web@gmail.com>
3730
3731 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3732 (Bug#16186)
3733
3734 2013-12-18 Eli Zaretskii <eliz@gnu.org>
3735
3736 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3737 formats for displaying file sizes when the -s switch is given.
3738 Instead, compute a separate format for displaying the size in
3739 blocks, which is displayed in addition to the "regular" size.
3740 When -h is given in addition to -s, produce size in blocks in
3741 human-readable form as well. (Bug#16179)
3742
3743 2013-12-18 Tassilo Horn <tsdh@gnu.org>
3744
3745 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3746 Reference tables with ~\ref{...} instead of only \ref{...}.
3747
3748 2013-12-18 Chong Yidong <cyd@gnu.org>
3749
3750 * cus-edit.el (custom-magic-alist): Fix "themed" description
3751 (Bug#14348).
3752
3753 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3754 is non-nil, do not create a new entry in the symbol's theme-value
3755 or theme-face property; update theme-settings only (Bug#14664).
3756 (custom-available-themes): Doc fix.
3757
3758 * cus-theme.el (custom-new-theme-mode-map): Add bindings
3759 (Bug#15674).
3760
3761 * replace.el (occur-engine): Avoid infloop (Bug#7593).
3762
3763 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3764
3765 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3766 (Bug#13914).
3767
3768 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3769
3770 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3771
3772 2013-12-18 Glenn Morris <rgm@gnu.org>
3773
3774 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
3775 * cus-start.el (load-prefer-newer): New option.
3776
3777 2013-12-18 Le Wang <l26wang@gmail.com>
3778
3779 * comint.el (comint-previous-matching-input-from-input):
3780 Retain point (Bug#13404).
3781
3782 2013-12-18 Chong Yidong <cyd@gnu.org>
3783
3784 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3785
3786 2013-12-18 Glenn Morris <rgm@gnu.org>
3787
3788 * mail/emacsbug.el (report-emacs-bug):
3789 Only mention enable-multibyte-characters if non-standard.
3790
3791 2013-12-17 Juri Linkov <juri@jurta.org>
3792
3793 * arc-mode.el (archive-extract-by-file): Check if directory exists
3794 before deletion to not show irrelevant errors if it doesn't exist.
3795
3796 2013-12-17 Juri Linkov <juri@jurta.org>
3797
3798 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3799 (Bug#14751)
3800
3801 * net/eww.el (browse-web): Add alias to `eww'.
3802 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3803 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
3804
3805 * net/browse-url.el (browse-url-browser-function): Move `eww'
3806 closer to similar functions.
3807
3808 * startup.el (fancy-startup-screen, fancy-about-screen):
3809 Set browse-url-browser-function to eww-browse-url locally.
3810 (Bug#14751)
3811
3812 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * window.el (window--pixel-to-total): Remove unused `mini' var.
3815 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3816 (split-window): Remove unused `new' var.
3817 (window--display-buffer): Remove unused `frame' and `delta' vars.
3818 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3819 and display-width'.
3820
3821 2013-12-17 Martin Rudalics <rudalics@gmx.at>
3822
3823 * dired.el (dired-mark-pop-up):
3824 * register.el (register-preview): Don't bind
3825 split-height-threshold here since it's now done in
3826 display-buffer-below-selected.
3827
3828 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
3829
3830 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3831 xterm-rgb-convert-to-16bit.
3832 (rxvt-register-default-colors): Standardize with
3833 xterm-register-default-colors (Bug#14078).
3834
3835 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
3836
3837 * simple.el (kill-region): Pass mark first, then point, so that
3838 kill-append works right (Bug#12819).
3839 (copy-region-as-kill, kill-ring-save): Likewise.
3840
3841 2013-12-17 Leo Liu <sdl.web@gmail.com>
3842
3843 * net/rcirc.el (rcirc-add-face):
3844 * eshell/em-prompt.el (eshell-emit-prompt):
3845 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3846 (Bug#16167)
3847
3848 2013-12-17 Chong Yidong <cyd@gnu.org>
3849
3850 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3851 Suggested by Xue Fuqiao.
3852
3853 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3854
3855 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3856
3857 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3858
3859 * net/shr.el (shr-insert-document): Remove unused var
3860 `shr-preliminary-table-render'.
3861 (shr-rescale-image): Remove unused arg `force'.
3862 (shr-put-image): Update calls accordingly.
3863 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3864
3865 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3866
3867 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3868 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3869 :close-all, to see which indentation method to use (Bug#16116).
3870 (smie-rules-function): Document the method :close-all.
3871
3872 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3873
3874 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3875
3876 * net/eww.el (eww-display-html): If we can't find the anchor we're
3877 looking for, then go to point-min.
3878
3879 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
3880
3881 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3882 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3883 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3884 Expand dir too, in case it's relative.
3885
3886 2013-12-16 Juri Linkov <juri@jurta.org>
3887
3888 * desktop.el (desktop-auto-save-timeout): Change default to
3889 `auto-save-timeout'. Doc fix.
3890 (desktop-save): Skip the timestamp in desktop-saved-frameset
3891 when checking for auto-save changes.
3892 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3893 `desktop-auto-save' is called repeatedly by the idle timer.
3894 (desktop-auto-save-set-timer): Replace `run-with-timer' with
3895 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
3896 (Bug#15331)
3897
3898 2013-12-16 Juri Linkov <juri@jurta.org>
3899
3900 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
3901 (Bug#16035)
3902 (isearch-pre-command-hook): Check `this-command' for symbolp.
3903
3904 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
3907
3908 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3909
3910 * progmodes/cfengine.el (cfengine3--current-word): Remove.
3911 (cfengine3--current-function): Bring in the current-function
3912 functionality from `cfengine3--current-word'.
3913 (cfengine3-completion-function): Bring in the
3914 bounds-of-current-word functionality from
3915 `cfengine3--current-word'.
3916
3917 2013-12-16 Martin Rudalics <rudalics@gmx.at>
3918
3919 * window.el (display-buffer-below-selected):
3920 Bind split-height-threshold to 0 as suggested by Juri Linkov.
3921
3922 2013-12-16 Leo Liu <sdl.web@gmail.com>
3923
3924 * progmodes/compile.el (compile-goto-error): Do not push-mark.
3925 Remove NOMSG arg and all uses changed.
3926
3927 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3930 (cua--deactivate-rectangle): Don't deactivate the mark.
3931 (cua-set-rectangle-mark): Don't set mark-active since
3932 cua--activate-rectangle already does it for us.
3933 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3934 non-rectangular region.
3935
3936 * emulation/cua-base.el (cua-repeat-replace-region):
3937 Use with-current-buffer.
3938
3939 * net/gnutls.el: Use cl-lib.
3940 (gnutls-negotiate): `mapcan' -> cl-mapcan.
3941
3942 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3943
3944 * emacs-lisp/package.el (package-built-in-p): Support both
3945 built-in and the package.el converted package descriptions.
3946 (package-show-package-list): Allow keywords.
3947 (package-keyword-button-action): Use it instead of
3948 `finder-list-matches'.
3949 (package-menu-filter-interactive): Interactive filtering (by
3950 keyword) function.
3951 (package-menu--generate): Support keywords and change keymappings
3952 and headers when they are given.
3953 (package--has-keyword-p): Helper function.
3954 (package-menu--refresh): Use it.
3955 (package--mapc): Helper function.
3956 (package-all-keywords): Use it.
3957 (package-menu-mode-map): Set up menu items and keybindings to
3958 provide a filtering UI.
3959
3960 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3961
3962 * net/gnutls.el (gnutls-verify-error): New defcustom to control
3963 the behavior when a certificate fails validation. Defaults to
3964 old behavior: never abort, just warn.
3965 (gnutls-negotiate): Use it.
3966
3967 2013-12-14 Martin Rudalics <rudalics@gmx.at>
3968
3969 * window.el (display-buffer-below-selected): Never split window
3970 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
3971
3972 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
3973
3974 * emacs-lisp/package.el (package--prepare-dependencies): New function.
3975 (package-buffer-info): Use it (bug#15108).
3976
3977 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3978
3979 * icomplete.el (icomplete-completions): Make sure the prefix is already
3980 displayed elsewhere before hiding it (bug#16219).
3981
3982 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
3983
3984 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3985 open-paren tokens when preceded by a open-paren, too.
3986 (ruby-smie-rules): Handle virtual indentation after open-paren
3987 tokens specially. If there is code between it and eol, return the
3988 column where is starts (Bug#16118).
3989
3990 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3991
3992 * progmodes/cfengine.el: Fix `add-hook' doc.
3993 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3994 (cfengine3--current-word): Fix parameters.
3995 (cfengine3-make-syntax-cache): Simplify further.
3996 (cfengine3-completion-function, cfengine3--current-function):
3997 Use `assq' for symbols.
3998 (cfengine3--current-function): Fix `cfengine3--current-word' call.
3999
4000 2013-12-13 Glenn Morris <rgm@gnu.org>
4001
4002 * loadup.el (load-path): Warn if site-load or site-init changes it.
4003 No more need to reset it when bootstrapping.
4004
4005 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4006
4007 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4008 locations for cf-promises.
4009 (cfengine-mode-syntax-functions-regex): New caching variable.
4010 (cfengine3-fallback-syntax): Fallback syntax for cases where
4011 cf-promises doesn't run.
4012 (cfengine3--current-word): Reimplement using
4013 `cfengine-mode-syntax-functions-regex'.
4014 (cfengine3-completion-function, cfengine3--current-function):
4015 Use `cfengine3-make-syntax-cache' directly.
4016 (cfengine3-clear-syntax-cache): New function.
4017 (cfengine3-make-syntax-cache): Simplify and create
4018 `cfengine-mode-syntax-functions-regex' on demand.
4019 (cfengine3-format-function-docstring): Don't call
4020 `cfengine3-make-syntax-cache' explicitly.
4021
4022 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4023
4024 Fix windmove-find-other-window broken after pixelwise resizing
4025 (Bug#16017).
4026 * windmove.el (windmove-other-window-loc): Revert change from
4027 2013-12-04.
4028 (windmove-find-other-window): Call window-in-direction.
4029 * window.el (window-in-direction): New arguments SIGN, WRAP and
4030 MINI to emulate original windmove-find-other-window behavior.
4031
4032 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4033
4034 * simple.el (blink-matching--overlay): New variable.
4035 (blink-matching-open): Instead of moving point, highlight the
4036 matching paren with an overlay
4037 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4038
4039 * faces.el (paren-showing-faces, show-paren-match)
4040 (show-paren-mismatch): Move from paren.el.
4041
4042 2013-12-13 Leo Liu <sdl.web@gmail.com>
4043
4044 * indent.el (indent-region): Disable progress reporter in
4045 minibuffer. (Bug#16108)
4046
4047 * bindings.el (visual-order-cursor-movement): Fix version.
4048
4049 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4050
4051 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4052 Also match after beginning of line.
4053 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4054 files. Thanks to Russell Sim. (Bug#15378)
4055
4056 2013-12-13 Juri Linkov <juri@jurta.org>
4057
4058 * simple.el <Keypad support>: Remove key bindings duplicated
4059 with bindings.el. (Bug#14397)
4060
4061 2013-12-13 Juri Linkov <juri@jurta.org>
4062
4063 * comint.el (comint-mode-map): Replace `delete-char' with
4064 `delete-forward-char'. (Bug#16109)
4065
4066 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4067
4068 * progmodes/python.el (python-indent-calculate-indentation):
4069 Fix de-denters cornercase. (Bug#15731)
4070
4071 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4072
4073 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4074 (advice--make): Pay attention to `depth'.
4075 (advice--make-1): Don't autoload commands eagerly.
4076 * emacs-lisp/elp.el (elp-instrument-function):
4077 * emacs-lisp/trace.el (trace-function-internal):
4078 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4079
4080 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4081
4082 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4083
4084 * term/w32-win.el (w32-handle-dropped-file):
4085 * startup.el (normal-top-level):
4086 * net/browse-url.el (browse-url-file-url):
4087 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4088 decode file names using 'utf-8' rather than
4089 file-name-coding-system.
4090
4091 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4092
4093 * progmodes/python.el (python-indent-context)
4094 (python-indent-calculate-indentation): Fix auto-identation
4095 behavior for comment blocks. (Bug#15916)
4096
4097 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4098
4099 * progmodes/python.el (python-indent-calculate-indentation):
4100 When determining indentation, don't treat "return", "pass", etc., as
4101 operators when they are just string constituents. (Bug#15812)
4102
4103 2013-12-12 Juri Linkov <juri@jurta.org>
4104
4105 * uniquify.el (uniquify-buffer-name-style): Change default to
4106 `post-forward-angle-brackets'.
4107
4108 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4109 `uniquify'. Change default to `post-forward-angle-brackets'.
4110
4111 2013-12-11 Glenn Morris <rgm@gnu.org>
4112
4113 * emacs-lisp/package.el (finder-list-matches):
4114 Autoload rather than falsely declaring.
4115
4116 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4117
4118 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4119 (eww-mode-map): Use them.
4120
4121 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4122
4123 * window.el (display-buffer-in-side-window): Fix doc-string
4124 (Bug#16115).
4125
4126 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4127
4128 * vc/vc-git.el: Silence byte-compiler warnings.
4129 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4130 (log-edit-set-header): Declare.
4131
4132 2013-12-11 Eli Zaretskii <eliz@gnu.org>
4133
4134 * Makefile.in (custom-deps, finder-data): Run output file names
4135 through unmsys--file-name. (Bug#16099)
4136
4137 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4140 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4141
4142 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4143 instead of deleting the selection "by hand" (bug#16098).
4144 Rely on insert-for-yank to yank rectangles.
4145 (cua-highlight-region-shift-only): Mark obsolete.
4146 (cua-mode): Don't enable/disable transient-mark-mode,
4147 shift-select-mode (cua-mode works both with and without them), and
4148 pc-selection-mode (obsolete).
4149 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4150 (cua--deactivate-rectangle): Deactivate it.
4151
4152 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4153 (delete-selection-helper): Make sure yank starts at the top of the
4154 deleted region.
4155 (minibuffer-keyboard-quit): Use region-active-p.
4156
4157 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4158
4159 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4160 to `delete' (bug#16109).
4161
4162 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4163
4164 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4165 info manual and show keybindings and set `:group' keyword.
4166
4167 2013-12-11 Juri Linkov <juri@jurta.org>
4168
4169 * delsel.el (delete-active-region): Let-bind `this-command'
4170 to prevent `kill-region' from changing its original value.
4171 (delete-selection-helper): Handle `overwrite-mode' for the type
4172 `kill' exactly the same way as for the type `t'.
4173 (insert-char, quoted-insert, reindent-then-newline-and-indent):
4174 Support more commands. (Bug#13312)
4175
4176 2013-12-11 Juri Linkov <juri@jurta.org>
4177
4178 * bindings.el: Map kp keys to non-kp keys systematically
4179 with basic modifiers control, meta and shift. (Bug#14397)
4180
4181 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4182
4183 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4184 "Close browser" menu items. Fix wrong function of "List
4185 bookmarks".
4186
4187 2013-12-11 Juri Linkov <juri@jurta.org>
4188
4189 * misearch.el (multi-isearch-buffers): Set the value of
4190 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4191 arg of isearch-forward to t.
4192 (multi-isearch-buffers-regexp): Set the value of
4193 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4194 arg of isearch-forward-regexp to t.
4195 (multi-isearch-files): Set the value of
4196 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4197 arg of isearch-forward to t.
4198 (multi-isearch-files-regexp): Set the value of
4199 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4200 arg of isearch-forward-regexp to t. (Bug#16035)
4201
4202 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4203 arg of isearch-forward to t.
4204 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4205 arg of isearch-forward-regexp to t.
4206 (dired-isearch-filter-filenames): Remove unnecessary check for
4207 `dired-isearch-filenames'.
4208
4209 * comint.el (comint-history-isearch-backward):
4210 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4211 (comint-history-isearch-backward-regexp):
4212 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4213
4214 2013-12-10 Eli Zaretskii <eliz@gnu.org>
4215
4216 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4217 unmsys--file-name. (Bug#16099)
4218
4219 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
4220
4221 * emacs-lisp/package.el (package-keyword-button-action):
4222 Remove finder.el require dependency.
4223
4224 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
4225
4226 * emacs-lisp/package.el: Require finder.el.
4227 (describe-package-1): Add keyword buttons.
4228 (package-make-button): New convenience function.
4229 (package-keyword-button-action): Keyword button action using
4230 `finder-list-matches'.
4231
4232 2013-12-09 Eli Zaretskii <eliz@gnu.org>
4233
4234 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4235 last commit.
4236
4237 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
4238
4239 * autorevert.el (auto-revert-notify-add-watch): Do not handle
4240 symlinked files.
4241
4242 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4243
4244 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4245 after the end of a percent literal.
4246
4247 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
4248
4249 * progmodes/ruby-mode.el (ruby-forward-string): Document.
4250 Handle caret-delimited strings (Bug#16079).
4251
4252 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4253
4254 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4255 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4256 `ruby-parse-partial' (Bug#16078).
4257
4258 2013-12-09 Leo Liu <sdl.web@gmail.com>
4259
4260 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
4261
4262 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
4263
4264 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4265 (js-switch-indent-offset): New option.
4266 (js--proper-indentation): Use it. And handle the case when
4267 "default" is actually a key in an object literal.
4268 (js--same-line): New function.
4269 (js--multi-line-declaration-indentation): Use it.
4270 (js--indent-in-array-comp, js--array-comp-indentation):
4271 New functions.
4272 (js--proper-indentation): Use them, to handle array comprehension
4273 continuations.
4274
4275 2013-12-08 Leo Liu <sdl.web@gmail.com>
4276
4277 * progmodes/flymake.el (flymake-highlight-line): Re-write.
4278 (flymake-make-overlay): Remove arg MOUSE-FACE.
4279 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4280
4281 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4284 New function.
4285 (redisplay-highlight-region-function): Use it.
4286
4287 * emulation/cua-base.el (cua--explicit-region-start)
4288 (cua--last-region-shifted): Remove.
4289 (cua--deactivate): Use deactivate-mark.
4290 (cua--pre-command-handler-1): Don't handle shift-selection.
4291 (cua--post-command-handler-1): Don't change transient-mark-mode.
4292 (cua--select-keymaps): Use region-active-p rather than
4293 cua--explicit-region-start or cua--last-region-shifted.
4294 (cua-mode): Enable shift-select-mode.
4295
4296 2013-12-08 Leo Liu <sdl.web@gmail.com>
4297
4298 * progmodes/flymake.el (flymake-popup-current-error-menu):
4299 Rename from flymake-display-err-menu-for-current-line. Reimplement.
4300 (flymake-posn-at-point-as-event, flymake-popup-menu)
4301 (flymake-make-emacs-menu): Remove. (Bug#16077)
4302
4303 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * rect.el (rectangle-mark-mode): Activate mark even if
4306 transient-mark-mode is off (bug#16066).
4307 (rectangle--highlight-for-redisplay): Fix boundary condition when point
4308 is > mark and at bolp.
4309
4310 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4311 (region-extract-function): Use it.
4312 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4313 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4314 Delete functions.
4315 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4316 kill-ring-save, kill-region, delete-char, delete-forward-char.
4317 Ignore self-insert-iso.
4318
4319 * emulation/cua-gmrk.el (cua--init-global-mark):
4320 Ignore `self-insert-iso'.
4321
4322 * emulation/cua-base.el (cua--prefix-copy-handler)
4323 (cua--prefix-cut-handler): Rely on region-extract-function rather than
4324 checking cua--rectangle.
4325 (cua-delete-region): Use region-extract-function.
4326 (cua-replace-region): Delete function.
4327 (cua-copy-region, cua-cut-region): Obey region-extract-function.
4328 (cua--pre-command-handler-1): Don't do the delete-selection thing.
4329 (cua--self-insert-char-p): Ignore `self-insert-iso'.
4330 (cua--init-keymaps): Don't remap delete-selection commands.
4331 (cua-mode): Use delete-selection-mode instead of rolling our own
4332 (bug#16085).
4333
4334 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4335 Obey region-extract-function.
4336
4337 Make registers and delete-selection-mode work on rectangles.
4338 * register.el (describe-register-1): Don't modify the register's value.
4339 (copy-to-register): Obey region-extract-function.
4340 * delsel.el (delete-active-region): Obey region-extract-function.
4341
4342 2013-12-08 Leo Liu <sdl.web@gmail.com>
4343
4344 * progmodes/flymake.el (flymake, flymake-error-bitmap)
4345 (flymake-warning-bitmap, flymake-fringe-indicator-position)
4346 (flymake-compilation-prevents-syntax-check)
4347 (flymake-start-syntax-check-on-newline)
4348 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4349 (flymake-start-syntax-check-on-find-file, flymake-log-level)
4350 (flymake-xml-program, flymake-master-file-dirs)
4351 (flymake-master-file-count-limit)
4352 (flymake-allowed-file-name-masks): Relocate.
4353 (flymake-makehash, flymake-float-time)
4354 (flymake-replace-regexp-in-string, flymake-split-string)
4355 (flymake-get-temp-dir): Remove.
4356 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4357 (flymake-current-row, flymake-selected-frame)
4358 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4359 related functions. (Bug#16077)
4360
4361 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
4362
4363 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4364
4365 2013-12-07 Tassilo Horn <tsdh@gnu.org>
4366
4367 * help-fns.el (describe-function-1): Use new advice-* functions
4368 rather than old ad-* functions. Fix function type description and
4369 source links for advised functions and subrs.
4370
4371 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4372
4373 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4374
4375 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
4376
4377 * progmodes/compile.el (compilation-start):
4378 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4379
4380 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4381 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
4382
4383 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4384
4385 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4386 Touch up the last change.
4387
4388 2013-12-06 Leo Liu <sdl.web@gmail.com>
4389
4390 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4391 (inferior-octave-startup): Always use "octave> " for prompt.
4392 (octave-goto-function-definition)
4393 (octave-sync-function-file-names)
4394 (octave-find-definition-default-filename): Remove redundant backquotes.
4395
4396 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4397
4398 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4399 syntax for `?'.
4400 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4401 where appropriate already.
4402 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4403 end of method names (Bug#15874).
4404
4405 2013-12-06 Juri Linkov <juri@jurta.org>
4406
4407 * isearch.el (isearch--saved-overriding-local-map):
4408 New internal variable.
4409 (isearch-mode): Set it to the initial value of
4410 `overriding-terminal-local-map'.
4411 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4412 with `isearch--saved-overriding-local-map'. (Bug#16035)
4413
4414 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4415
4416 * progmodes/octave.el (inferior-octave-completion-table):
4417 Turn back into function, use `completion-table-with-cache'
4418 (Bug#11906). Update all references.
4419
4420 * minibuffer.el (completion-table-with-cache): New function.
4421
4422 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
4423
4424 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4425
4426 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
4427
4428 * net/eww.el (eww-current-source): New variable to store page
4429 source.
4430 (eww-display-html, eww-mode, eww-save-history)
4431 (eww-restore-history): Use it.
4432 (eww-view-source): New command to view page source.
4433 Opportunistically uses `html-mode' to highlight the buffer.
4434 (eww-mode-map): Install it.
4435
4436 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
4437
4438 * net/dbus.el (dbus-unregister-service)
4439 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4440 Fix docstring.
4441 (dbus-unregister-service): Skip :serial entries in
4442 `dbus-registered-objects-table'.
4443 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4444
4445 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
4446
4447 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4448 around keywords with extra `split-string' argument.
4449
4450 2013-12-04 Martin Rudalics <rudalics@gmx.at>
4451
4452 * windmove.el (windmove-other-window-loc): Handle navigation
4453 between windows (excluding the minibuffer window - Bug#16017).
4454
4455 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
4456
4457 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4458 in D-Bus type syntax.
4459 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4460 preserve unibyte strings. (Bug#16048)
4461
4462 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4465 Call force-mode-line-update is the proper buffer (bug#16042).
4466
4467 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
4468
4469 * vc/log-edit.el (log-edit-add-new-comment): Rename to
4470 `log-edit-remember-comment', make argument optional. Adjust all
4471 callers.
4472 (log-edit-mode): Add `log-edit-remember-comment' to
4473 `kill-buffer-hook' locally.
4474 (log-edit-kill-buffer): Don't remember comment explicitly since
4475 the buffer is killed anyway.
4476
4477 2013-12-04 Juri Linkov <juri@jurta.org>
4478
4479 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4480 add-hook and remove-hook for multi-buffer search. (Bug#16035)
4481
4482 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
4483
4484 * notifications.el (notifications-close-notification): Call the
4485 D-Bus method with ID being a `:uint32'. (Bug#16030)
4486
4487 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4488
4489 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4490
4491 2013-12-03 Juri Linkov <juri@jurta.org>
4492
4493 * progmodes/compile.el (compilation-start): Rename window alist
4494 entry `no-display-ok' to `allow-no-window'.
4495
4496 * simple.el (shell-command): Add window alist entry
4497 `allow-no-window' to `display-buffer'.
4498 (async-shell-command): Doc fix.
4499
4500 * window.el (display-buffer-no-window): New action function.
4501 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
4502
4503 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4504
4505 * vc/log-edit.el (log-edit-set-header): Extract from
4506 `log-edit-toggle-header'.
4507 (log-edit-extract-headers): Separate the summary, when extracted
4508 from header, from the rest of the message with an empty line.
4509
4510 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4511 line, if present, to the Summary header.
4512
4513 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4516 in current-buffer (bug#16029).
4517
4518 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
4519
4520 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4521 (debugger-mode-map): Bind it.
4522 (debugger--backtrace-base): New function.
4523 (debugger-eval-expression): Use it.
4524 (debugger-frame-number): Skip local vars when present.
4525 (debugger--locals-visible-p, debugger--insert-locals)
4526 (debugger--show-locals, debugger--hide-locals): New functions.
4527
4528 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
4529
4530 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4531 "LC_ALL".
4532 (tramp-get-remote-locale): New defun.
4533 (tramp-open-connection-setup-interactive-shell): Use it.
4534
4535 2013-12-02 Leo Liu <sdl.web@gmail.com>
4536
4537 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
4538
4539 * progmodes/sh-script.el (sh-shell-process):
4540 * progmodes/octave.el (inferior-octave-process-live-p):
4541 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4542 (gdb-inferior-io-sentinel):
4543 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4544
4545 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4546
4547 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4548 `save-selected-window' to `log-edit-hide-buf'. This makes
4549 `log-edit-show-files' idempotent.
4550 (log-edit-show-files): Mark the new window as dedicated.
4551
4552 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4553
4554 * vc/log-edit.el (log-edit-mode-map): Add binding for
4555 `log-edit-kill-biffer'.
4556 (log-edit-hide-buf): Add a FIXME comment.
4557 (log-edit-add-new-comment): New function, extracted from
4558 `log-edit-done'.
4559 (log-edit-done, log-edit-add-to-changelog): Use it.
4560 (log-edit-kill-buffer): New command.
4561
4562 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4563
4564 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4565 instead of killing the buffer.
4566
4567 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4570
4571 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4572
4573 * net/eww.el (eww-form-checkbox-selected-symbol)
4574 (eww-form-checkbox-symbol): New customizable variable.
4575 (eww-form-checkbox, eww-toggle-checkbox):
4576 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4577
4578 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4579 (shr--get-media-pref, shr--extract-best-source): New function.
4580 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4581 no :src tag was specified.
4582
4583 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4584 (eww-render): Handle `eww-use-external-browser-for-content-type'.
4585 Use \\` to match beginning of string instead of ^.
4586 (eww-browse-with-external-browser): Provide optional URL parameter.
4587 (eww-render): Set `eww-current-title' back to "".
4588
4589 * net/shr.el (shr-tag-video): Display content for video if no
4590 poster is available.
4591 (shr-tag-audio): Add support for <audio> tag.
4592
4593 * net/eww.el (eww-text-input-types): New const.
4594 (eww-process-text-input): Treat input types in
4595 `eww-text-input-types' as text.
4596
4597 * net/shr.el (shr-tag-table): Fix comment typo.
4598
4599 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4600
4601 * net/eww.el (eww-follow-link): New command to avoid reloading
4602 pages when we follow #target links (bug#15243).
4603 (eww-quit): Special mode buffers shouldn't query before exiting.
4604
4605 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4606
4607 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4608 forms.
4609
4610 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4611
4612 * net/eww.el (eww-restore-history): Update the window title after
4613 moving in the history.
4614 (eww-current-dom): New variable used to save the current DOM.
4615
4616 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
4617
4618 * vc/log-edit.el (log-edit-mode-map): Add binding for
4619 `log-edit-beginning-of-line'.
4620 (log-edit-setup-add-author): New user option.
4621 (log-edit-beginning-of-line): New command.
4622 (log-edit): Move major mode call above the contents setup so that
4623 the local variable values are already applied.
4624 (log-edit): Only insert "Author: " when
4625 `log-edit-setup-add-author' is non-nil.
4626 (log-edit): When SETUP is non-nil, position point after ": "
4627 instead of point-min.
4628
4629 2013-12-01 Glenn Morris <rgm@gnu.org>
4630
4631 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4632
4633 2013-11-30 Eli Zaretskii <eliz@gnu.org>
4634
4635 * startup.el (fancy-splash-frame): On MS-Windows, trigger
4636 redisplay to make sure the initial frame gets a chance to become
4637 visible. (Bug#16014)
4638
4639 2013-11-30 Martin Rudalics <rudalics@gmx.at>
4640
4641 Support resizing frames and windows pixelwise.
4642 * cus-start.el (frame-resize-pixelwise)
4643 (window-resize-pixelwise): New entries.
4644 * emacs-lisp/debug.el (debug): Use window-total-height instead
4645 of window-total-size.
4646 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4647 * help.el (describe-bindings-internal): Use help-buffer as
4648 argument for with-help-window.
4649 (temp-buffer-max-width): New option.
4650 (resize-temp-buffer-window, help-window-setup)
4651 (with-help-window): Rewrite.
4652 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
4653 dragging dividers.
4654 * window.el (frame-char-size, window-min-pixel-height)
4655 (window-safe-min-pixel-height, window-safe-min-pixel-width)
4656 (window-min-pixel-width, window-safe-min-pixel-size)
4657 (window-combination-p, window-safe-min-size)
4658 (window-resizable-p, window--size-to-pixel)
4659 (window--pixel-to-size, window--resize-apply-p): New functions.
4660 (window-safe-min-height): Fix doc-string.
4661 (window-size, window-min-size, window--min-size-1)
4662 (window-sizable, window-sizable-p, window--min-delta-1)
4663 (window-min-delta, window--max-delta-1, window-max-delta)
4664 (window--resizable, window--resizable-p, window-resizable)
4665 (window-full-height-p, window-full-width-p, window-at-side-p)
4666 (window--in-direction-2, window-in-direction)
4667 (window--resize-reset-1, window--resize-mini-window)
4668 (window-resize, window-resize-no-error)
4669 (window--resize-child-windows-normal)
4670 (window--resize-child-windows, window--resize-siblings)
4671 (window--resize-this-window, window--resize-root-window)
4672 (window--resize-root-window-vertically)
4673 (adjust-window-trailing-edge, enlarge-window, shrink-window)
4674 (maximize-window, minimize-window, delete-window)
4675 (quit-restore-window, window-split-min-size, split-window)
4676 (balance-windows-2, balance-windows)
4677 (balance-windows-area-adjust, balance-windows-area)
4678 (window--state-get-1, window-state-get, window--state-put-1)
4679 (window--state-put-2, window-state-put)
4680 (display-buffer-record-window, window--display-buffer):
4681 Make functions handle pixelwise sizing of windows.
4682 (display-buffer--action-function-custom-type)
4683 (display-buffer-fallback-action):
4684 Add display-buffer-in-previous-window.
4685 (display-buffer-use-some-window): Resize window to height it had
4686 before.
4687 (fit-window-to-buffer-horizontally): New option.
4688 (fit-frame-to-buffer): Describe new values.
4689 (fit-frame-to-buffer-bottom-margin): Replace with
4690 fit-frame-to-buffer-margins.
4691 (window--sanitize-margin): New function.
4692 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4693 using window-text-pixel-size.
4694
4695 2013-11-30 Glenn Morris <rgm@gnu.org>
4696
4697 * emacs-lisp/bytecomp.el (byte-compile-form):
4698 Make the `interactive-only' warning like the `obsolete' one.
4699 * comint.el (comint-run):
4700 * files.el (insert-file-literally, insert-file):
4701 * replace.el (replace-string, replace-regexp):
4702 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4703 (goto-line, insert-buffer, next-line, previous-line):
4704 Tweak `interactive-only' spec.
4705
4706 Stop keeping (most) generated cedet grammar files in the repository.
4707 * Makefile.in (semantic): New.
4708 (compile-main): Depend on semantic.
4709
4710 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4713 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4714
4715 * uniquify.el (uniquify-buffer-name-style): Change default.
4716
4717 * loadup.el: Preload "uniquify".
4718
4719 * time.el (display-time-update): Update all mode lines (bug#15999).
4720
4721 * electric.el (electric-indent-mode): Enable by default.
4722 * loadup.el: Preload "electric".
4723
4724 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
4725
4726 * emacs-lisp/helpers.el (string-empty-p): New function.
4727 (string-blank-p): New function.
4728
4729 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
4730
4731 * imenu.el (imenu--index-alist): Add missing dot to the docstring
4732 (Bug#14029).
4733
4734 2013-11-29 Andreas Politz <politza@fh-trier.de>
4735 * imenu.el (imenu--subalist-p): Don't error on non-conses and
4736 allow non-lambda lists as functions.
4737 (imenu--in-alist): Don't recurse into non-subalists.
4738 (imenu): Don't pass function itself as an argument (Bug#14029).
4739
4740 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4741
4742 * progmodes/python.el (python-mode-map): Remove binding for ":".
4743 (python-indent-electric-colon): Remove command.
4744 (python-indent-post-self-insert-function): Integrate the previous code
4745 of python-indent-electric-colon. Make it conditional on
4746 electric-indent-mode.
4747 (python-mode): Add ?: to electric-indent-chars.
4748 Move python-indent-post-self-insert-function to the end of
4749 post-self-insert-hook.
4750
4751 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4752
4753 * doc-view.el (doc-view-goto-page): Update mode-line.
4754
4755 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4756
4757 2013-11-27 Glenn Morris <rgm@gnu.org>
4758
4759 * international/charprop.el, international/uni-bidi.el:
4760 * international/uni-category.el, international/uni-combining.el:
4761 * international/uni-comment.el, international/uni-decimal.el:
4762 * international/uni-decomposition.el, international/uni-digit.el:
4763 * international/uni-lowercase.el, international/uni-mirrored.el:
4764 * international/uni-name.el, international/uni-numeric.el:
4765 * international/uni-old-name.el, international/uni-titlecase.el:
4766 * international/uni-uppercase.el:
4767 Remove generated files from VCS repository.
4768
4769 2013-11-27 Eli Zaretskii <eliz@gnu.org>
4770
4771 * filenotify.el (file-notify-add-watch): Don't special-case
4772 w32notify when computing the directory to watch.
4773
4774 2013-11-27 Glenn Morris <rgm@gnu.org>
4775
4776 Make bootstrap without generated uni-*.el files possible again.
4777 * loadup.el: Update command-line-args checking for unidata-gen.
4778 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4779 * composite.el, international/characters.el:
4780 Handle unicode tables being undefined.
4781
4782 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4783 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4784 (compile-main): Depend on leim rule.
4785 (leim): New rule.
4786 * loadup.el: Move leim-list.el to leim/ subdirectory.
4787 * startup.el (normal-top-level): No more leim directory.
4788 * international/ja-dic-cnv.el (skkdic-convert):
4789 Disable version-control and autoloads in output files.
4790 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4791 Disable version-control and autoloads in output files.
4792 * leim/quail: Move here from ../leim.
4793 * leim/quail/hangul.el (hangul-input-method-activate):
4794 Add autoload cookie.
4795 (generated-autoload-load-name): Set file-local value.
4796 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4797 (generated-autoload-load-name): Set file-local value.
4798
4799 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
4800
4801 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
4802 (eww-add-bookmark): Ask confirmation when add to bookmarks.
4803 (eww-quit): Ask confirmation before quitting eww.
4804
4805 2013-11-26 Eli Zaretskii <eliz@gnu.org>
4806
4807 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4808 reading output from Diff on MS-Windows and MS-DOS.
4809
4810 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
4811
4812 * emacs-lisp/helpers.el (string-reverse): New function.
4813
4814 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
4815
4816 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4817 names on MS Windows, like "/[::1]:".
4818
4819 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4820 SWITCHES.
4821
4822 2013-11-26 Glenn Morris <rgm@gnu.org>
4823
4824 * progmodes/python.el (python-indent-guess-indent-offset):
4825 Avoid corner-case error. (Bug#15975)
4826
4827 Preload leim-list.el. (Bug#4789)
4828 * loadup.el: Load leim-list.el when found.
4829 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4830
4831 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
4832
4833 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4834
4835 * emacs-lisp/helpers.el (string-join): New function.
4836
4837 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
4838
4839 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4840 Mark as obsolete and replace it with a symbol property.
4841 (byte-compile-form): Use new 'interactive-only property.
4842 * comint.el, files.el, replace.el, simple.el:
4843 Apply new 'interactive-only properly.
4844
4845 2013-11-25 Martin Rudalics <rudalics@gmx.at>
4846
4847 * window.el (display-buffer-at-bottom): Make sure that
4848 split-window-sensibly creates the new window on bottom
4849 (Bug#15961).
4850
4851 2013-11-23 David Kastrup <dak@gnu.org>
4852
4853 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4854 on the conflict markers when available.
4855 (smerge--get-marker): New function.
4856 (smerge-end-re, smerge-base-re): Add subgroup.
4857
4858 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * frame.el (handle-focus-in, handle-focus-out): Add missing
4861 interactive spec.
4862
4863 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
4864
4865 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4866 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4867
4868 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
4871 (gomoku--last-pos): New var.
4872 (gomoku--intangible-chars): New const.
4873 (gomoku--intangible): New function.
4874 (gomoku-mode): Use it. Derive from special-mode.
4875 (gomoku-move-up): Adjust line count.
4876 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4877 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4878 Simplify accordingly.
4879
4880 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4881 Remove blink-cursor code.
4882 (blink-cursor-timer-function, blink-cursor-suspend):
4883 Don't special-case GUIs.
4884 (blink-cursor-mode): Use focus-in/out-hook.
4885
4886 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
4887
4888 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4889 work when annotation is invisible (Bug#13886).
4890
4891 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
4892
4893 * json.el (json-alist-p): Only return non-nil if the alist has
4894 simple keys (Bug#13518).
4895
4896 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
4897
4898 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
4899 when control-statement is the first statement in a buffer (Bug#15956).
4900
4901 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
4902
4903 * imenu.el (imenu-generic-skip-comments-and-strings):
4904 New option (Bug#15560).
4905 (imenu--generic-function): Use it.
4906
4907 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
4908
4909 * minibuffer.el (completion--in-region-1): Scroll the correct window.
4910 (Bug#13898)
4911
4912 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
4913
4914 * emacs-lisp/helpers.el: Add some string helpers.
4915 (string-trim-left): Removes leading whitespace.
4916 (string-trim-right): Removes trailing whitespace.
4917 (string-trim): Removes leading and trailing whitespace.
4918
4919 * subr.el (string-suffix-p): New function.
4920
4921 2013-11-23 Glenn Morris <rgm@gnu.org>
4922
4923 * progmodes/python.el (python-shell-send-file):
4924 Add option to delete file when done. (Bug#15647)
4925 (python-shell-send-string, python-shell-send-region): Use it.
4926
4927 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
4928
4929 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4930 to set buffer-read-only to t, never to nil. (Bug#15938)
4931
4932 * textmodes/tex-mode.el (latex-noindent-environments):
4933 Add safe-local-variable property. (Bug#15936)
4934
4935 2013-11-23 Glenn Morris <rgm@gnu.org>
4936
4937 * textmodes/enriched.el (enriched-mode): Doc fix.
4938 * emacs-lisp/authors.el (authors-renamed-files-alist):
4939 Add enriched.doc -> enriched.txt.
4940
4941 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4942
4943 2013-11-22 Leo Liu <sdl.web@gmail.com>
4944
4945 * progmodes/octave.el (inferior-octave-startup): Spit out error
4946 message.
4947
4948 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
4949
4950 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4951 Improve docstring.
4952 Add :version.
4953 (ruby-encoding-magic-comment-style): Add :version.
4954
4955 2013-11-22 Leo Liu <sdl.web@gmail.com>
4956
4957 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4958 (Bug#15076)
4959 (octave-help-mode): Adapt to change to help-mode-finish to use
4960 derived-mode-p on 2013-09-17.
4961 (inferior-octave-prompt): Also match octave-gui.
4962 (octave-kill-process): Don't ask twice. (Bug#10564)
4963
4964 2013-11-22 Leo Liu <sdl.web@gmail.com>
4965
4966 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4967 (inferior-octave-startup, inferior-octave-check-process)
4968 (inferior-octave-track-window-width-change)
4969 (octave-completion-at-point, octave-eldoc-function): Use it.
4970 (octave-kill-process): Provide confirmation. (Bug#10564)
4971
4972 2013-11-21 Leo Liu <sdl.web@gmail.com>
4973
4974 * progmodes/octave.el (octave-mode, inferior-octave-mode):
4975 Fix obsolete variable comment-use-global-state.
4976
4977 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4978
4979 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4980 Add `octave-source-file'.
4981 (octave-source-file): New function. (Bug#15935)
4982
4983 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4984
4985 * net/eww.el (eww-local-regex): New variable.
4986 (eww): Use it to detect localhost and similar.
4987
4988 2013-11-21 Leo Liu <sdl.web@gmail.com>
4989
4990 Add completion for command `ag'.
4991 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4992 (pcomplete/ag): New function.
4993 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
4994
4995 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4998 (bug#14646).
4999 (make-obsolete): Remove interactive spec.
5000
5001 2013-11-21 Glenn Morris <rgm@gnu.org>
5002
5003 * startup.el (command-line-1): Use path-separator with -L.
5004
5005 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5006
5007 * emacs-lisp/package.el (describe-package-1): Add package archive
5008 to shown fields.
5009
5010 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5011
5012 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5013 Change default to "# encoding: %s" to differentiate it from the
5014 default Ruby encoding comment template.
5015
5016 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5017
5018 * ses.el (ses-mode): Doc fix. (Bug#14748)
5019
5020 2013-11-20 Leo Liu <sdl.web@gmail.com>
5021
5022 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5023
5024 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5025
5026 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5027 when rebase or bisect are in progress.
5028
5029 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5030
5031 * filenotify.el (file-notify-add-watch): Doc fix.
5032
5033 2013-11-19 Leo Liu <sdl.web@gmail.com>
5034
5035 * obsolete/rcompile.el: Mark obsolete.
5036
5037 * progmodes/compile.el (compilation-start)
5038 (compilation-goto-locus, compilation-find-file):
5039 Pass no-display-ok and handle nil value from display-buffer.
5040 (Bug#13594)
5041
5042 * window.el (display-buffer-alist, display-buffer): Document the
5043 new parameter no-display-ok. Return either a window or nil
5044 but never a non-window value.
5045
5046 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * electric.el (electric-indent-mode-map): Remove.
5049 (electric-indent-mode): Change the global-map instead (bug#15915).
5050
5051 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5052 Use add-function.
5053
5054 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5055
5056 * emacs-lisp/nadvice.el (remove-function): Align with
5057 add-function's behavior.
5058
5059 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5060 (gdb--string-regexp): New constant.
5061 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5062 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5063 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5064 submatch 1.
5065 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5066 Adjust use accordingly.
5067 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5068
5069 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5070
5071 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5072 interpolation curlies (Bug#15914).
5073
5074 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5075
5076 * calc/calc.el (calc-context-sensitive-enter): New variable.
5077 (calc-enter): Use `calc-context-sensitive-enter'.
5078
5079 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5080
5081 * progmodes/cfengine.el: Version bump.
5082 (cfengine-cf-promises): New defcustom to locate cf-promises.
5083 (cfengine3-vartypes): Add new "data" type.
5084 (cfengine3--current-word): New function to get current name-like
5085 word or its bounds.
5086 (cfengine3--current-function): New function to look up a CFEngine
5087 function's definition.
5088 (cfengine3-format-function-docstring): New function.
5089 (cfengine3-make-syntax-cache): New function.
5090 (cfengine3-documentation-function): New function: ElDoc glue.
5091 (cfengine3-completion-function): New function: completion glue.
5092 (cfengine3-mode): Set `compile-command',
5093 `eldoc-documentation-function', and add to
5094 `completion-at-point-functions'.
5095
5096 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5097
5098 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5099 `tramp-current-connection'.
5100
5101 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5102
5103 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5104 nil/self/true/false with "end of symbol".
5105
5106 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5107
5108 * subr.el (version-regexp-alist): Fix a typo.
5109
5110 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5111
5112 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5113 "en_US.utf8" and "LC_CTYPE" to "".
5114 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5115 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5116
5117 2013-11-15 Leo Liu <sdl.web@gmail.com>
5118
5119 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5120
5121 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * progmodes/gud.el (ctl-x-map):
5124 Remove C-x SPC binding. (Bug#12342)
5125 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5126
5127 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5128
5129 * subr.el (version-regexp-alist):
5130 Recognize hg, svn and darcs versions as snapshot versions.
5131
5132 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5133 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5134 (ruby--encoding-comment-required-p): Extract from
5135 `ruby-mode-set-encoding'.
5136 (ruby-mode-set-encoding): Add the ability to always insert an
5137 utf-8 encoding comment. Fix and simplify coding comment update
5138 logic.
5139
5140 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
5141
5142 * net/tramp-gvfs.el (top): Run init code only when
5143 `tramp-gvfs-enabled' is not nil.
5144 (tramp-gvfs-enabled): Check also :system bus.
5145
5146 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5147
5148 Sync with upstream verilog-mode revision 78e66ba.
5149 * progmodes/verilog-mode.el (verilog-end-of-defun)
5150 (verilog-type-completion, verilog-get-list): Remove unused funcs.
5151 (verilog-get-end-of-defun): Remove unused argument.
5152 (verilog-comment-depth): Remove unused local `e'.
5153 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5154 Don't pass arg to verilog-get-end-of-defun.
5155
5156 2013-11-14 Glenn Morris <rgm@gnu.org>
5157
5158 * obsolete/assoc.el (aget): Prefix dynamic variable.
5159
5160 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5161
5162 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5163
5164 * widget.el, hfy-cmap.el: Remove bogus package version number.
5165
5166 2013-11-13 Glenn Morris <rgm@gnu.org>
5167
5168 * replace.el (replace-eval-replacement):
5169 Try to give more helpful error message. (Bug#15836)
5170
5171 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5172 (archive-7z-update): Avoid custom type mismatches.
5173
5174 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5175
5176 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
5177
5178 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5179 address can be empty.
5180
5181 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5182 Accept nil SWITCHES.
5183 (tramp-gvfs-handle-write-region): Implement APPEND.
5184
5185 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
5186
5187 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5188 binary "|" operator and closing block args delimiter.
5189 Remove FIXME comment referring to Ruby 1.8-only syntax.
5190 (ruby-smie--implicit-semi-p): Not after "|" operator.
5191 (ruby-smie--closing-pipe-p): New function.
5192 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5193 (ruby-smie-rules): Indent after "|".
5194
5195 2013-11-12 Glenn Morris <rgm@gnu.org>
5196
5197 * ps-print.el (ps-face-attribute-list):
5198 Handle anonymous faces. (Bug#15827)
5199
5200 2013-11-12 Martin Rudalics <rudalics@gmx.at>
5201
5202 * window.el (display-buffer-other-frame): Fix doc-string.
5203 (Bug#15868)
5204
5205 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5206
5207 * subr.el (force-mode-line-update): Delete, move to buffer.c.
5208
5209 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
5210
5211 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5212 (tramp-sh-handle-file-local-copy): Don't write a message when
5213 saving temporary files.
5214
5215 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5216 both directories are remote.
5217 (tramp-smb-handle-directory-files): Do not return double entries.
5218 Do not expand full file names.
5219 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5220 (tramp-smb-handle-write-region): Implement APPEND.
5221 (tramp-smb-get-stat-capability): Fix a stupid bug.
5222
5223 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5224
5225 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5226
5227 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5228
5229 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5230 throwing error over malformed let/let* (bug#15814).
5231
5232 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * iswitchb.el (iswitchb-mode): Mark obsolete.
5235
5236 2013-11-11 Glenn Morris <rgm@gnu.org>
5237
5238 * international/uni-bidi.el, international/uni-category.el:
5239 * international/uni-name.el, international/uni-numeric.el:
5240 Regenerate for Unicode 6.3.0.
5241
5242 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
5243
5244 * net/tramp.el (tramp-methods):
5245 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5246 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5247
5248 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
5249
5250 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5251 Force highlighting text after Summary keyword in doc face for rpm.
5252
5253 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
5254
5255 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5256 available and the word has no wildcards, append one to the grep pattern.
5257 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5258 (ispell-complete-word): Call `ispell-lookup-words' with the value
5259 independent of `ispell-look-p'.
5260
5261 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5262
5263 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5264 Not after "||".
5265 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5266 their parent.
5267
5268 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
5271 (ruby-font-lock-keywords): Use backquote.
5272
5273 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5274
5275 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5276 (ruby-smie--backward-token): Only consider full-string matches.
5277
5278 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
5279
5280 * faces.el (describe-face): Add distant-foreground.
5281
5282 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
5283
5284 * progmodes/ruby-mode.el: Improve encoding comment handling.
5285 (ruby-encoding-magic-comment-style): New option.
5286 (ruby-custom-encoding-magic-comment-template): New option.
5287 (ruby--insert-coding-comment, ruby--detect-encoding):
5288 New functions extracted from `ruby-mode-set-encoding'.
5289 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5290 to control the style of the auto-inserted encoding comment.
5291
5292 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5293
5294 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5295 Use `smie-backward-sexp' with token argument.
5296
5297 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
5298
5299 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5300 Remove instrumentation code.
5301
5302 2013-11-08 Glenn Morris <rgm@gnu.org>
5303
5304 * progmodes/autoconf.el (autoconf-mode):
5305 Tweak comment-start-skip. (Bug#15822)
5306
5307 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5310 at bobp (bug#15826).
5311 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5312
5313 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
5314
5315 * man.el (Man-start-calling): New macro, extracted from
5316 Man-getpage-in-background.
5317 (Man-getpage-in-background): Use it.
5318 (Man-update-manpage): New command.
5319 (Man-mode-map): Bind it.
5320
5321 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5322
5323 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5324 of "and", "or", "&&" and "||".
5325 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5326 argument. Prohibit opening curly brace because it could only be a
5327 block opener in that position.
5328 (ruby-smie--forward-token, ruby-smie--backward-token):
5329 Separate "|" from "&" or "*" going after it. That can happen in block
5330 arguments.
5331 (ruby-smie--indent-to-stmt): New function, seeks the end of
5332 previous statement or beginning of buffer.
5333 (ruby-smie-rules): Use it.
5334 (ruby-smie-rules): Check if there's a ":" before a curly block
5335 opener candidate; if there is, it's a hash.
5336
5337 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5340 (cl--block-wrapper): Fix last accidental change.
5341
5342 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
5343
5344 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5345 Instrument, in order to hunt failure on hydra.
5346
5347 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5348
5349 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5350 malformed bindings form (bug#15814).
5351
5352 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
5353
5354 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5355 "." compared to " @ ". This incidentally fixes some indentation
5356 examples with "do".
5357 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5358 (ruby-smie-grammar): New tokens: "and" and "or".
5359 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5360 Exclude "and" and "or". Remove "do" in order to work around token
5361 priorities.
5362 (ruby-smie-rules): Add all infix tokens. Handle the case of
5363 beginning-of-buffer.
5364
5365 2013-11-06 Glenn Morris <rgm@gnu.org>
5366
5367 * Makefile.in (setwins_almost, setwins_for_subdirs):
5368 Avoid accidental matches.
5369
5370 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * menu-bar.el (popup-menu): Use key-binding.
5373
5374 2013-11-06 Eli Zaretskii <eliz@gnu.org>
5375
5376 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5377 menus, support also the menus produced by minor modes.
5378 (Bug#15817)
5379
5380 2013-11-06 Leo Liu <sdl.web@gmail.com>
5381
5382 * thingatpt.el (thing-at-point-looking-at): Add optional arg
5383 DISTANCE to bound the search. All uses changed. (Bug#15808)
5384
5385 2013-11-06 Glenn Morris <rgm@gnu.org>
5386
5387 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5388 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5389 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5390
5391 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * electric.el (electric-indent-just-newline): New command.
5394 (electric-indent-mode-map): New keymap.
5395 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5396 Re-add :group which weren't redundant.
5397
5398 * electric.el (electric-indent-local-mode): New minor mode.
5399 (electric-indent-functions-without-reindent): New var.
5400 (electric-indent-post-self-insert-function): Use it.
5401 * emacs-lisp/gv.el (buffer-local-value): Add setter.
5402
5403 2013-11-05 Eli Zaretskii <eliz@gnu.org>
5404
5405 * international/quail.el (quail-help): Be more explicit about the
5406 meaning of the labels shown on the keys. (Bug#15800)
5407
5408 * startup.el (normal-top-level): Load the subdirs.el files before
5409 setting the locale environment. (Bug#15805)
5410
5411 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5414 via arguments so as to get the right ones (bug#15418).
5415
5416 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5417
5418 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
5419
5420 Fix problems found while writing a test suite.
5421
5422 * net/tramp-compat.el (tramp-compat-load): New defun.
5423 * net/tramp.el (tramp-handle-load): Use it.
5424
5425 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5426 "(numberp ok-if-already-exists)" correctly.
5427
5428 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
5429
5430 * international/characters.el (glyphless-char-display-control):
5431 Add usage note.
5432
5433 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
5434
5435 * progmodes/python.el (python-mode):
5436 * progmodes/scheme.el (scheme-mode):
5437 * progmodes/prolog.el (prolog-mode):
5438 * progmodes/ruby-mode.el (ruby-mode):
5439 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5440 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5441
5442 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5443
5444 * rect.el (rectangle--highlight-for-redisplay):
5445 * emacs-lisp/smie.el (smie--next-indent-change):
5446 Use buffer-chars-modified-tick.
5447
5448 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5449
5450 * electric.el (electric-indent-post-self-insert-function):
5451 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5452
5453 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
5454
5455 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5456
5457 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5458
5459 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5460 (bug#15786).
5461
5462 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
5465
5466 * progmodes/python.el: Fix up last change.
5467 (python-shell--save-temp-file): New function.
5468 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
5469 `string' comes from the current buffer.
5470 (python-shell-send-string-no-output): Remove `msg' arg.
5471 (python--use-fake-loc): New var.
5472 (python-shell-buffer-substring): Obey it. Try to compensate for the
5473 extra coding line added by python-shell--save-temp-file.
5474 (python-shell-send-region): Use python-shell--save-temp-file and
5475 python-shell-send-file directly. Add `nomain' argument.
5476 (python-shell-send-buffer): Use python-shell-send-region.
5477 (python-electric-pair-string-delimiter): New function.
5478 (python-mode): Use it.
5479
5480 2013-11-04 Eli Zaretskii <eliz@gnu.org>
5481
5482 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5483 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5484 environment and decoding all of the default-directory's to here
5485 from command-line.
5486 (command-line): Decode also argv[0].
5487
5488 * loadup.el: Error out if default-directory is a multibyte string
5489 when we are dumping.
5490
5491 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
5492
5493 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5494
5495 * emacs-lisp/package.el (package-menu-mode)
5496 (package-menu--print-info, package-menu--archive-predicate):
5497 Add Archive column to package list.
5498
5499 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
5500
5501 Fix problems found while writing a test suite.
5502
5503 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5504 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5505 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5506 to nil when running original file name handler. Otherwise,
5507 there are problems with constructs like "$$FOO".
5508
5509 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5510 for `localname'.
5511
5512 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
5513
5514 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5515
5516 * subr.el (version<, version<=, version=):
5517 Update docstrings with information for snapshot versions.
5518
5519 * helpers.el: New library for misc helper functions.
5520 (hash-table-keys): New function returning a list of hash keys.
5521 (hash-table-values): New function returning a list of hash values.
5522
5523 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
5524
5525 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5526 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5527
5528 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
5529
5530 * textmodes/fill.el (fill-single-char-nobreak-p): New function
5531 checking whether point is after a 1-letter word.
5532
5533 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5534
5535 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5536 Don't infloop when expanding region over `multiline' syntax-type that
5537 begins a line (bug#15778).
5538
5539 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5542 Make it into a proper minor mode.
5543 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
5544 (rectangle-mark-mode-map): New keymap.
5545 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5546
5547 2013-11-04 Glenn Morris <rgm@gnu.org>
5548
5549 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5550
5551 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5554 (ruby-smie-rules): Use smie-rule-parent instead.
5555
5556 * emacs-lisp/smie.el (smie-rule-parent): Always call
5557 smie-indent-virtual rather than only for hanging tokens.
5558 (smie--next-indent-change): New helper command.
5559
5560 2013-11-03 Glenn Morris <rgm@gnu.org>
5561
5562 * Makefile.in (abs_srcdir): Remove.
5563 (emacs): Unset EMACSLOADPATH.
5564
5565 2013-11-02 Glenn Morris <rgm@gnu.org>
5566
5567 * Makefile.in (EMACS): Use a relative filename.
5568 (abs_top_builddir): Remove.
5569 (custom-deps, finder-data, autoloads): Use --chdir.
5570
5571 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5572
5573 Use relative filenames in TAGS files.
5574 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5575 (lisptagsfiles4, TAGS): Use relative file names.
5576 (TAGS-LISP): Remove.
5577 (maintainer-clean): No more TAGS-LISP file.
5578
5579 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5580 (lisptagsfiles4): Use absolute filenames again.
5581 (TAGS, TAGS-LISP): Not everything needs to run in one line.
5582 Remove all *loaddefs files, not just the first. Remove esh-groups.
5583 (maintainer-clean): Delete TAGS, TAGS-LISP.
5584
5585 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5586
5587 * emacs-lisp/package.el (package-version-join):
5588 Recognize snapshot versions.
5589
5590 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5591
5592 * subr.el (version-regexp-alist): Add support for snapshot versions.
5593
5594 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5595
5596 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5597 New function, replacement for `smie-rule-parent' for when we want to
5598 skip over our direct parent if it's an assignment token..
5599 (ruby-smie-rules): Use it.
5600
5601 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5602
5603 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5604 unconditionally. Remove now unnecessary forward declarations.
5605 Remove XEmacs-specific setup.
5606 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5607 (ruby-font-lock-syntactic-keywords)
5608 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5609 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5610 (ruby-here-doc-end-syntax): Remove.
5611 (ruby-mode): Don't check whether `syntax-propertize-rules' is
5612 defined as function.
5613
5614 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5615
5616 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5617
5618 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5619
5620 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5621 table and abbrev table, `define-derived-mode' does that for us
5622 anyway.
5623
5624 2013-11-01 Glenn Morris <rgm@gnu.org>
5625
5626 * Makefile.in: Remove manual mh-e dependencies (writing .elc
5627 files is atomic for some time, so no parallel compilation issues).
5628
5629 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
5630
5631 * faces.el (face-x-resources): Add :distant-foreground.
5632 (region): Use :distant-foreground for gtk and ns.
5633
5634 2013-11-01 Tassilo Horn <tsdh@gnu.org>
5635
5636 Allow multiple bibliographies when BibLaTeX is used rather than
5637 BibTeX.
5638 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5639 (reftex-locate-bibliography-files): Us it.
5640
5641 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
5642
5643 * image.el (image-type-header-regexps): Fix the 'pbm' part to
5644 allow comments in pbm files.
5645
5646 * term/w32-win.el (dynamic-library-alist): Support newer versions
5647 of libjpeg starting with v7: look only for the DLL from the
5648 version against which Emacs was built.
5649 Support versions of libpng beyond 1.4.x.
5650 Support libtiff v4.x.
5651
5652 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5653
5654 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5655 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5656 Add property :safe.
5657 (ruby-deep-arglist): Add property :type.
5658
5659 2013-10-31 Glenn Morris <rgm@gnu.org>
5660
5661 * Makefile.in (custom-deps, finder-data): No need to setq the target
5662 variables, we are in the right directory and the defaults work fine.
5663
5664 2013-10-30 Glenn Morris <rgm@gnu.org>
5665
5666 * Makefile.in (autoloads): Do not use abs_lisp.
5667
5668 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5669 `newline' does not respect `standard-output', so use `princ'.
5670
5671 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
5672
5673 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
5674 * buff-menu.el (Buffer-menu--unmark): New function.
5675 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5676
5677 2013-10-30 Glenn Morris <rgm@gnu.org>
5678
5679 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5680
5681 * emacs-lisp/package.el (lm-homepage): Declare.
5682
5683 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5684 Fix doc typos.
5685
5686 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5687
5688 * Makefile.in (finder-data, autoloads, update-subdirs)
5689 (compile-main, compile-clean, compile-always, bootstrap-clean):
5690 Check return value of cd.
5691 (compile-calc): Remove.
5692
5693 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5694
5695 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5696
5697 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5698 (byte-compile-and-folded): New function.
5699 (=, <, >, <=, >=): Use it.
5700
5701 * dos-w32.el (minibuffer-history-case-insensitive-variables)
5702 (path-separator, null-device, buffer-file-coding-system)
5703 (lpr-headers-switches): Check system-type before modifying them.
5704 (find-buffer-file-type-coding-system): Mark obsolete.
5705 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5706 find-file-not-found-set-buffer-file-coding-system.
5707 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5708 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5709 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5710 (w32-direct-print-region-helper, w32-direct-print-region-function)
5711 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5712 * startup.el (normal-top-level-add-subdirs-to-load-path):
5713 * ps-print.el (ps-print-region-function):
5714 * lpr.el (print-region-function): Use new name.
5715
5716 * subr.el (custom-declare-variable-early): Remove function.
5717 (custom-declare-variable-list): Remove var.
5718 (error, user-error): Remove `while' loop.
5719 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5720 (user-emacs-directory-warning, locate-user-emacs-file):
5721 Move to files.el.
5722 * simple.el (read-quoted-char-radix, read-quoted-char):
5723 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5724 Move from subr.el.
5725 * custom.el (custom-declare-variable-list): Don't process
5726 custom-declare-variable-list.
5727
5728 * progmodes/python.el (python-shell-get-buffer): New function.
5729 (python-shell-get-process): Use it.
5730 (python-shell-send-string): Always use utf-8 and add a cookie to tell
5731 Python which encoding was used. Don't split-string since we only care
5732 about the first line. Return the temp-file, if applicable.
5733 (python-shell-send-region): Tell compile.el how to turn locations in
5734 the temp-file into locations in the source buffer.
5735
5736 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 * subr.el (undefined): Add missing behavior from the C code for
5739 unbound keys.
5740
5741 * rect.el: Use lexical-binding. Add new rectangular region support.
5742 (rectangle-mark): New command.
5743 (rectangle--region): New var.
5744 (deactivate-mark-hook): Reset rectangle--region.
5745 (rectangle--extract-region, rectangle--insert-for-yank)
5746 (rectangle--highlight-for-redisplay)
5747 (rectangle--unhighlight-for-redisplay): New functions.
5748 (region-extract-function, redisplay-unhighlight-region-function)
5749 (redisplay-highlight-region-function): Use them to handle
5750 rectangular region.
5751 * simple.el (region-extract-function): New var.
5752 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5753 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5754 (kill-region): Replace obsolete `yank-handler' arg with `region'.
5755 (copy-region-as-kill, kill-ring-save): Add `region' argument.
5756 (redisplay-unhighlight-region-function)
5757 (redisplay-highlight-region-function): New vars.
5758 (redisplay--update-region-highlight): New function.
5759 (pre-redisplay-function): Use it.
5760 (exchange-point-and-mark): Don't deactivate the mark before
5761 reactivate-it anyway.
5762 * comint.el (comint-kill-region): Remove yank-handler argument.
5763 * delsel.el (delete-backward-char, backward-delete-char-untabify)
5764 (delete-char): Remove property, since it's now part of their
5765 default behavior.
5766 (self-insert-iso): Remove property since this command doesn't exist.
5767
5768 * emacs-lisp/package.el (package--download-one-archive)
5769 (describe-package-1): Don't query the user about final newline.
5770
5771 2013-10-29 Daniel Colascione <dancol@dancol.org>
5772
5773 * net/tramp.el (tramp-methods): Document new functionality.
5774 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5775 tramp-hostname-checker if method provides one instead of scanning
5776 argument list for "%h" to decide hostname acceptability.
5777
5778 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
5779
5780 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5781 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5782 Handle COPY-CONTENTS. (Bug#15737)
5783
5784 2013-10-28 Daiki Ueno <ueno@gnu.org>
5785
5786 * epa-file.el
5787 (epa-file-cache-passphrase-for-symmetric-encryption):
5788 Document that this option has no effect with GnuPG 2.0 (bug#15552).
5789
5790 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
5791
5792 * image.el (defimage, image-load-path): Doc fixes.
5793
5794 2013-10-27 Alan Mackenzie <acm@muc.de>
5795
5796 Indent statements in macros following "##" correctly.
5797 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5798 Modify the "#" arm of a cond form to handle "#" and "##" operators.
5799
5800 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5801
5802 * linum.el (linum-update-window): Fix boundary test (bug#13446).
5803
5804 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
5805
5806 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5807 after `=' is probably a new expression.
5808
5809 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5810
5811 * man.el (man-imenu-title): New option.
5812 (Man-mode-map): Add menu. (Bug#15722)
5813 (Man-mode): Add imenu to menu.
5814
5815 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
5816
5817 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5818 specific in what the first arg can be: a non-keyword word,
5819 string/regexp/percent literal opener, opening paren, or unary
5820 operator followed directly by word.
5821
5822 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5825 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5826 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5827 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5828 Remove vars, they do not apply any more.
5829 (prolog-mode-abbrev-table): Remove redundant declaration.
5830 (prolog-upper-case-string, prolog-lower-case-string): Remove.
5831 (prolog-use-smie): Remove.
5832 (prolog-smie-rules): Add indentation rule for the if-then-else layout
5833 supported by prolog-electric-if-then-else-flag.
5834 (prolog-mode-variables, prolog-menu): Use setq-local.
5835 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5836 Remove binding to `Backspace' since this key doesn't exist anyway.
5837 Remove bindings for electric self-inserting keys.
5838 (prog-mode): Assume it's defined.
5839 (prolog-post-self-insert): New function.
5840 (prolog-mode): Use it.
5841 (prolog-indent-line, prolog-indent-level)
5842 (prolog-find-indent-of-matching-paren)
5843 (prolog-indentation-level-of-line, prolog-goto-comment-column)
5844 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5845 (prolog-goto-next-paren, prolog-in-string-or-comment)
5846 (prolog-tokenize, prolog-inside-mline-comment)
5847 (prolog-find-start-of-mline-comment): Remove functions.
5848 (prolog-find-unmatched-paren, prolog-clause-end)
5849 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5850 (prolog-electric--if-then-else): Rename from
5851 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5852 (prolog-tokenize-searchkey): Remove const.
5853 (prolog-clause-info): Use forward-sexp.
5854 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5855 (prolog-electric-if-then-else): Remove commands.
5856 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5857 for use in post-self-insert-hook.
5858 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5859 for use in post-self-insert-hook.
5860 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5861 for use in post-self-insert-hook.
5862 (prolog-electric--underscore): Rename from prolog-electric--underscore;
5863 adapt it for use in post-self-insert-hook.
5864
5865 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
5866
5867 * emacs-lisp/ert.el (ert-run-tests-interactively):
5868 Use `completing-read'. (Bug#9756)
5869
5870 2013-10-25 Eli Zaretskii <eliz@gnu.org>
5871
5872 * simple.el (line-move): Call line-move-1 instead of
5873 line-move-visual when the current window hscroll is zero, but
5874 temporary-goal-column indicates we will need to hscroll as result
5875 of the movement. (Bug#15712)
5876
5877 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
5878
5879 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
5880 capitalization. Use :visible instead of :active.
5881 Fix `ruby-indent-exp' reference. Add menu items for the generic
5882 commands that are used with SMIE.
5883 (ruby-do-end-to-brace): Insert space after `{'.
5884
5885 2013-10-25 John Anthony <john@jo.hnanthony.com>
5886
5887 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
5888
5889 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
5890
5891 2013-10-25 Glenn Morris <rgm@gnu.org>
5892
5893 * vc/vc.el (vc-print-log): Don't use a working revision unless
5894 one was explicitly specified. (Bug#15322)
5895
5896 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * subr.el (add-to-list): Preserve return value in compiler-macro
5899 (bug#15692).
5900
5901 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5902
5903 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
5904 result. Ask user to retry using '-all' flag. (Bug#15701)
5905
5906 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * emacs-lisp/smie.el: New smie-config system.
5909 (smie-config): New defcustom.
5910 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
5911 (smie-config-guess, smie-config-save): New commands.
5912 (smie-config--mode-local, smie-config--buffer-local)
5913 (smie-config--trace, smie-config--modefuns): New vars.
5914 (smie-config--advice, smie-config--mode-hook)
5915 (smie-config--setter, smie-config-local, smie-config--get-trace)
5916 (smie-config--guess-value, smie-config--guess): New functions.
5917 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
5918 text properties. Treat "string fence" syntax like string syntax.
5919
5920 * progmodes/sh-script.el (sh-use-smie): Change default.
5921 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
5922 (sh-var-value): Simplify by CSE.
5923 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
5924 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
5925 is used.
5926 (sh-guess-basic-offset): Use cl-incf.
5927 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5928
5929 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
5930
5931 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5932 (bug#15699).
5933
5934 2013-10-24 Glenn Morris <rgm@gnu.org>
5935
5936 * Makefile.in (abs_top_srcdir): Remove.
5937 (update-subdirs): Use relative path to update-subdirs.
5938
5939 2013-10-24 Eli Zaretskii <eliz@gnu.org>
5940
5941 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5942 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5943 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5944 Call unmsys--file-name before expand-file-name, not after it.
5945
5946 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
5947
5948 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5949 (ert-test-skipped): New error.
5950 (ert-skip, ert-stats-skipped): New defuns.
5951 (ert--skip-unless): New macro.
5952 (ert-test-skipped): New struct.
5953 (ert--run-test-debugger, ert-test-result-type-p)
5954 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5955 (ert--stats-set-test-and-result, ert-char-for-test-result)
5956 (ert-string-for-test-result, ert-run-tests-batch)
5957 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
5958 Handle skipped tests. (Bug#9803)
5959
5960 2013-10-24 Glenn Morris <rgm@gnu.org>
5961
5962 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5963
5964 * Makefile.in (abs_top_srcdir): New, set by configure.
5965 (update-subdirs): Correct build-aux location.
5966
5967 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
5968
5969 * vc/vc.el (vc-print-root-log): Always set `default-directory'
5970 value, whether we could auto-deduce `backend', or not.
5971
5972 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5973 with parameters" example. Simplify the "is it block or is it
5974 hash" check, but also make it more thorough.
5975
5976 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
5977
5978 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
5979
5980 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5983 { if it is hanging.
5984
5985 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5986 :before ";".
5987
5988 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
5989
5990 * progmodes/compile.el (compilation-directory-matcher)
5991 (compilation-page-delimiter):
5992 Support GNU Make-4.0 directory quoting. (Bug#15678)
5993
5994 2013-10-23 Leo Liu <sdl.web@gmail.com>
5995
5996 * ido.el (ido-tidy): Handle read-only text.
5997
5998 2013-10-23 Glenn Morris <rgm@gnu.org>
5999
6000 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6001 (emacs, compile, compile-always):
6002 Quote entities that might contain whitespace.
6003 (custom-deps, finder-data, autoloads): Use abs_lisp.
6004 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6005 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6006 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6007
6008 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6009
6010 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6011 Use `following-char'.
6012
6013 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6016 * progmodes/ruby-mode.el (ruby-smie-rules):
6017 Remove corresponding workaround. Fix indentation rule of ";" so it
6018 also applies when ";" is the parent.
6019
6020 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6021
6022 * frame.el (display-screens, display-pixel-height)
6023 (display-pixel-width, display-mm-width, display-backing-store)
6024 (display-save-under, display-planes, display-color-cells)
6025 (display-visual-class, display-monitor-attributes-list):
6026 Mention the optional ‘display’ argument in doc strings.
6027
6028 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6029
6030 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6031 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6032
6033 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6034
6035 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6036 TODO. Add "." after " @ ".
6037 (ruby-smie--at-dot-call): New function. Checks if point at method
6038 call with explicit target.
6039 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6040 to the method name tokens when it precedes them.
6041 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6042 (ruby-smie-rules): Add rule for indentation before and after "."
6043 token.
6044
6045 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * textmodes/remember.el (remember-diary-extract-entries):
6048 Avoid add-to-list.
6049
6050 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6051 an instruction.
6052
6053 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6054
6055 * progmodes/ruby-mode.el (ruby-smie-grammar):
6056 Add (almost) all infix operators.
6057 (ruby-smie--implicit-semi-p): Add new operator chars.
6058
6059 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6060 `smie-down-list'.
6061 (ruby-smie--args-separator-p): Check that there's no newline
6062 between method call and its arguments.
6063
6064 2013-10-20 Alan Mackenzie <acm@muc.de>
6065
6066 Allow comma separated lists after Java "implements".
6067
6068 * progmodes/cc-engine.el (c-backward-over-enum-header):
6069 Parse commas.
6070 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6071 from a "disallowed" list in enum fontification.
6072
6073 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6074
6075 * startup.el (default-frame-background-mode): Remove unused defvar.
6076
6077 * progmodes/verilog-mode.el (verilog-mode): Don't set
6078 comment-indent-function globally.
6079
6080 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6081
6082 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6083 Move Info menu item creation to ns-win.el.
6084
6085 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6086 in menu bar.
6087
6088 * menu-bar.el: Move GNUstep specific menus...
6089
6090 * term/ns-win.el (ns-initialize-window-system): ... to here.
6091
6092 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * simple.el (newline): Only run post-self-insert-hook when
6095 called interactively.
6096
6097 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6098
6099 * icomplete.el (icomplete-with-completion-tables): Add :version.
6100
6101 2013-10-19 Alan Mackenzie <acm@muc.de>
6102
6103 Fix fontification bugs with constructors and const.
6104
6105 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6106 CASE 2) Remove the check for the absence of a suffix construct
6107 after a function declaration with only types (no identifiers) in
6108 the parentheses. Also, accept a function declaration with just a
6109 type inside the parentheses, if this type can be positively
6110 recognised as such, or if a prefix keyword like "explicit" nails
6111 down the construct as a declaration.
6112
6113 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6114
6115 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6116 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6117 the problem whereby selecting a menu item that leads to a
6118 minibuffer prompt moves the cursor out of the minibuffer window,
6119 making it hard to type at the prompt. Suggested by Stefan Monnier
6120 <monnier@iro.umontreal.ca>.
6121
6122 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6123
6124 * menu-bar.el: Don't make Services menu.
6125
6126 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6127
6128 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6129 (ffap-alist): Use ffap-c++-mode for c++-mode.
6130 (ffap-c++-path): New variable.
6131 (ffap-c++-mode): New function.
6132
6133 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6134
6135 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6136
6137 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
6138
6139 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6140 introduced on 2013-09-08, which results in an infinite loop
6141 requesting a password.
6142
6143 2013-10-18 Glenn Morris <rgm@gnu.org>
6144
6145 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6146
6147 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
6148
6149 Sync with upstream verilog-mode revision 1a6ecec7.
6150 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6151 (verilog-mode-release-date): Remove.
6152 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6153 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6154 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6155 (verilog-auto-tieoff-ignore-regexp)
6156 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6157 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6158 (verilog-signals-with, verilog-dir-cache-preserving)
6159 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6160 Doc fixes.
6161 (verilog-case-fold): New option, to control case folding in
6162 regexp searches, bug597.
6163 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6164 (verilog-string-match-fold, verilog-in-paren-count)
6165 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6166 (verilog-at-close-struct-p): New functions.
6167 (verilog-beg-block-re-ordered, verilog-extended-case-re)
6168 (verilog-forward-sexp, verilog-set-auto-endcomments)
6169 (verilog-leap-to-case-head): Handle "unique0" case.
6170 (verilog-in-constraint-re): New constant.
6171 (verilog-keywords, verilog-type-font-keywords):
6172 Add some SystemVerilog 1800-2012 keywords.
6173 (verilog-label-be): Remove unimplemented argument, bug669.
6174 (verilog-batch-execute-func): When batch expanding clear
6175 create-lockfiles to prevent spurious user locks when a file ends
6176 up not changing.
6177 (verilog-calculate-indent, verilog-calc-1)
6178 (verilog-at-close-constraint-p, verilog-at-constraint-p)
6179 (verilog-do-indent): Fix indentation of nested constraints
6180 and structures.
6181 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6182 (verilog-auto-inst-param): Use verilog-string-match-fold.
6183 (verilog-read-inst-module-matcher):
6184 Fix AUTOINST on gate primitives with #1.
6185 (verilog-read-decls): Fix double-declaring user-defined typed signals.
6186 Reads all user-defined typed variables.
6187 (verilog-read-defines): Fix reading definitions inside comments, bug647.
6188 (verilog-signals-matching-regexp)
6189 (verilog-signals-not-matching-regexp, verilog-auto):
6190 Respect verilog-case-fold.
6191 (verilog-diff-report): Fix line count.
6192 (verilog-auto-assign-modport): Remove unused local `modi'.
6193 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6194 better handle multidimensional arrays.
6195 Fix packed array ports misadding bit index in AUTOINST, bug637.
6196 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6197 to not double-declare existing outputs and inputs, respectively.
6198 (verilog-template-map): Bind U to verilog-sk-uvm-component.
6199 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6200 (verilog-sk-uvm-component): New skeleton.
6201 (verilog-submit-bug-report): Add verilog-case-fold,
6202 remove verilog-mode-release-date.
6203
6204 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
6205
6206 * subr.el (sit-for): Call (input-pending-p t) so as to behave
6207 as before.
6208
6209 2013-10-18 Reuben Thomas <rrt@sc3d.org>
6210
6211 * textmodes/remember.el (remember): Set buffer-offer-save in
6212 remember buffers (bug#13566).
6213
6214 2013-10-18 Daniel Colascione <dancol@dancol.org>
6215
6216 When evaluating forms in ielm, direct standard output to ielm
6217 buffer. Add new ielm-return-for-effect command. Remove trailing
6218 whitespace throughout.
6219
6220 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6221 (ielm-return-for-effect): New command.
6222 (ielm-send-input): Accept optional `for-effect' parameter.
6223 (ielm-eval-input): Accept optional `for-effect' parameter.
6224 Bind `standard-output' to stream we create using
6225 `ielm-standard-output-impl'. Suppress printing result when
6226 `for-effect'.
6227 (ielm-standard-output-impl): New function.
6228 (inferior-emacs-lisp-mode): Explain new features in documentation.
6229
6230 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
6231
6232 Code cleanup.
6233
6234 * net/tramp.el (tramp-debug-message): Do not check for connection
6235 buffer.
6236 (tramp-message): Use "vector" connection property.
6237
6238 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6239 (tramp-equal-remote, tramp-eshell-directory-change)
6240 * net/tramp-adb.el (tramp-adb-handle-copy-file)
6241 (tramp-adb-handle-rename-file)
6242 * net/tramp-cmds.el (tramp-list-remote-buffers)
6243 (tramp-cleanup-connection, tramp-cleanup-this-connection)
6244 * net/tramp-compat.el (tramp-compat-process-running-p)
6245 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6246 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6247 (tramp-gvfs-handle-rename-file)
6248 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6249 (tramp-set-file-uid-gid)
6250 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6251 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6252 of `file-remote-p'.
6253
6254 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6255 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6256 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6257 (tramp-gw-open-network-stream): Suppress unrelated traces.
6258
6259 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6260 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6261 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6262 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6263 connection property.
6264
6265 * net/tramp-cache.el (top): Suppress traces when reading
6266 persistency file.
6267
6268 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6269 Refactor common code. Improve debug message.
6270 (tramp-maybe-open-connection)
6271 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6272 connection buffer too early.
6273
6274 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6275 from `tramp-smb-actions-with-acl'.
6276 (tramp-smb-actions-set-acl): New defconst.
6277 (tramp-smb-handle-copy-directory)
6278 (tramp-smb-action-get-acl): New defun, renamed from
6279 `tramp-smb-action-with-acl'.
6280 (tramp-smb-action-set-acl): New defun.
6281 (tramp-smb-handle-set-file-acl): Rewrite.
6282
6283 2013-10-17 Glenn Morris <rgm@gnu.org>
6284
6285 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
6286
6287 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6288
6289 * skeleton.el (skeleton-newline): Remove.
6290 (skeleton-internal-1): Use (insert "\n") instead.
6291
6292 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6293 let-bindings.
6294
6295 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6296 forward-sexp-function while we redo its job (bug#15613).
6297
6298 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
6299
6300 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6301 represented by lists.
6302
6303 2013-10-16 Glenn Morris <rgm@gnu.org>
6304
6305 * tmm.el (tmm--history): New dynamic variable.
6306 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
6307
6308 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
6309
6310 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6311 (tramp-smb-errors): Add error messages.
6312 (tramp-smb-actions-with-acl): New defconst.
6313 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6314 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6315 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6316 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6317 (tramp-smb-get-stat-capability): Fix tests.
6318
6319 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
6320
6321 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6322 (bug#15580).
6323
6324 2013-10-16 Glenn Morris <rgm@gnu.org>
6325
6326 * ansi-color.el (ansi-color-drop-regexp):
6327 Add 1J, 1K, 2K. (Bug#15617)
6328
6329 * files.el (hack-local-variables--warned-lexical): New.
6330 (hack-local-variables):
6331 Warn about misplaced lexical-binding. (Bug#15616)
6332
6333 * net/eww.el (eww-render): Always set eww-current-url,
6334 and update header line. (Bug#15622)
6335 (eww-display-html): ... Rather than just doing it here.
6336
6337 2013-10-15 Eli Zaretskii <eliz@gnu.org>
6338
6339 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6340 menu navigations commands.
6341
6342 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
6343
6344 * progmodes/subword.el (subword-capitalize): Be careful when
6345 the search for [[:alpha:]] fails (bug#15580).
6346
6347 2013-10-14 Eli Zaretskii <eliz@gnu.org>
6348
6349 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6350 to commands that scroll the menu.
6351
6352 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
6353
6354 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6355 Handle methods ending with `?' and `!'.
6356
6357 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
6358
6359 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6360 `japanese-cp932' to `cp932' to fix the problem where saving a
6361 source file written in Shift_JIS twice would end up having
6362 `coding: japanese-cp932' which Ruby could not recognize.
6363 (ruby-mode-set-encoding): Add support for encodings mapped to nil
6364 in `ruby-encoding-map'.
6365 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6366 doesn't need to be explicitly declared in magic comment.
6367 (ruby-encoding-map): Add type declaration for better customize UI.
6368
6369 2013-10-13 Glenn Morris <rgm@gnu.org>
6370
6371 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6372 Occur buffers are read-only. http://bugs.debian.org/720775
6373
6374 * emacs-lisp/authors.el (authors-fixed-entries):
6375 Comment out old alpha stuff.
6376
6377 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
6378
6379 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6380 to `after-save-hook' instead of `before-save-hook'.
6381 (ruby-mode-set-encoding): Use the value of coding system used to
6382 write the file. Call `basic-save-buffer-1' after modifying the
6383 buffer.
6384
6385 2013-10-13 Alan Mackenzie <acm@muc.de>
6386
6387 Fix indentation/fontification of Java enum with
6388 "implements"/generic.
6389
6390 * progmodes/cc-engine.el (c-backward-over-enum-header):
6391 Extracted from the three other places and enhanced to handle generics.
6392 (c-inside-bracelist-p): Uses new function above.
6393 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6394 function above.
6395 (c-font-lock-enum-tail): Uses new function above.
6396
6397 2013-10-13 Kenichi Handa <handa@gnu.org>
6398
6399 * international/mule-cmds.el (select-safe-coding-system): Remove a
6400 superfluous condition in chekcing whether a coding system is safe
6401 or not.
6402
6403 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
6404
6405 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
6406
6407 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
6408
6409 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
6410
6411 2013-10-13 Glenn Morris <rgm@gnu.org>
6412
6413 * menu-bar.el (menu-bar-update-buffers):
6414 Unify Buffers menu prompt string. (Bug#15576)
6415
6416 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
6417
6418 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6419 Add some entries.
6420 (authors-fixed-entries): Use accented form of name.
6421
6422 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6423
6424 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6425 method calls (bug#15594).
6426 (ruby-smie--args-separator-p): New function.
6427 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6428 recognize paren-free method calls.
6429
6430 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6431 internals of universal-argument.
6432
6433 2013-10-11 Eli Zaretskii <eliz@gnu.org>
6434
6435 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6436 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6437 dropped menu on second mouse click on the menu bar.
6438
6439 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6442 (explicit-shell-file-name): Declare.
6443 (sh--vars-before-point, sh--cmd-completion-table): New functions.
6444 (sh-completion-at-point-function): New function.
6445 (sh-mode): Use it.
6446 (sh-smie--keyword-p): Remove unused argument.
6447 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6448 vars.
6449 (sh-set-shell): Always setup SMIE, even if we use the
6450 old indentation code.
6451
6452 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
6453
6454 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6455 cases of ? and =.
6456 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6457 predicate would return nil are almost non-existent.
6458 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6459
6460 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6461 cache also after commands that modify the buffer but don't move
6462 point.
6463
6464 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6465
6466 * env.el (substitute-env-in-file-name): New function.
6467 (substitute-env-vars): Extend the meaning of the optional arg.
6468
6469 2013-10-10 Eli Zaretskii <eliz@gnu.org>
6470
6471 * term/w32-win.el (dynamic-library-alist): Define separate lists
6472 of GIF DLLs for versions before and after 5.0.0 of giflib.
6473 (Bug#15531)
6474
6475 2013-10-10 João Távora <joaotavora@gmail.com>
6476
6477 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6478 not locked, use last revision and current source as
6479 defaults. (Bug#15569)
6480
6481 2013-10-10 Masatake YAMATO <yamato@redhat.com>
6482
6483 * menu-bar.el (menu-bar-open): Don't use popup-menu if
6484 menu-bar is hidden.
6485
6486 2013-10-10 Martin Rudalics <rudalics@gmx.at>
6487
6488 * window.el (pop-to-buffer-same-window): Fix doc-string.
6489 (Bug#15492)
6490
6491 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6492
6493 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6494
6495 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
6496
6497 * calendar/icalendar.el (icalendar-import-file):
6498 Fix interactive spec. (Bug#15482)
6499
6500 2013-10-10 Glenn Morris <rgm@gnu.org>
6501
6502 * desktop.el (desktop-save): Default to saving in .emacs.d,
6503 since PWD is no longer in desktop-path by default. (Bug#15319)
6504
6505 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6506 now that text mode has a menu with the same entry.
6507 (menu-bar-text-mode-auto-fill): Remove now unused func.
6508 * textmodes/text-mode.el (text-mode-map):
6509 Use auto-fill help text from menu-bar.el.
6510
6511 2013-10-10 John Anthony <john@jo.hnanthony.com>
6512
6513 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
6514
6515 2013-10-09 Juri Linkov <juri@jurta.org>
6516
6517 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6518 instead of this-command-keys. Add universal-argument-more and
6519 universal-argument-minus to the list of prefix commands. (Bug#15568)
6520
6521 2013-10-09 Glenn Morris <rgm@gnu.org>
6522
6523 * vc/vc-svn.el (vc-svn-create-repo):
6524 Expand paths in file://... url. (Bug#15446)
6525
6526 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6527 Add some entries.
6528 (authors): Remove unused local variables.
6529
6530 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6531
6532 * profiler.el: Create a more coherent calltree from partial backtraces.
6533 (profiler-format): Hide the tail with `invisible' so that C-s can still
6534 find the hidden elements.
6535 (profiler-calltree-depth): Don't recurse so enthusiastically.
6536 (profiler-function-equal): New hash-table-test.
6537 (profiler-calltree-build-unified): New function.
6538 (profiler-calltree-build): Use it.
6539 (profiler-report-make-name-part): Indent the calltree less.
6540 (profiler-report-mode): Add visibility specs for profiler-format.
6541 (profiler-report-expand-entry, profiler-report-toggle-entry):
6542 Expand the whole subtree when provided with a prefix arg.
6543
6544 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
6545
6546 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6547 iuwu-mod token.
6548 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6549 hanging iuwu-mod token.
6550 (ruby-smie--forward-token): Do not include a dot after a token in
6551 that token.
6552 (ruby-smie--backward-token): Likewise.
6553
6554 2013-10-08 Juri Linkov <juri@jurta.org>
6555
6556 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6557 to isearch-other-control-char.
6558 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6559 and isearch-post-command-hook to post-command-hook.
6560 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6561 and isearch-post-command-hook from post-command-hook.
6562 (isearch-unread-key-sequence)
6563 (isearch-reread-key-sequence-naturally)
6564 (isearch-lookup-scroll-key, isearch-other-control-char)
6565 (isearch-other-meta-char): Remove functions.
6566 (isearch-pre-command-hook, isearch-post-command-hook):
6567 New functions based on isearch-other-meta-char rewritten
6568 relying on the new behavior of overriding-terminal-local-map
6569 that does not replace the local keymaps any more. (Bug#15200)
6570
6571 2013-10-08 Eli Zaretskii <eliz@gnu.org>
6572
6573 Support menus on text-mode terminals.
6574 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6575 functionality.
6576
6577 * tooltip.el (tooltip-mode): Don't error out on TTYs.
6578
6579 * menu-bar.el (popup-menu, popup-menu-normalize-position):
6580 Move here from mouse.el.
6581 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6582 and arrow keys.
6583 (tty-menu-navigation-map): New map for TTY menu navigation.
6584
6585 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6586
6587 * frame.el (display-mouse-p): Report text-mode mouse as available
6588 on w32.
6589 (display-popup-menus-p): Report availability if mouse is
6590 available; don't condition on window-system.
6591
6592 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6593 (tty-menu-selected-face): New faces.
6594
6595 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6598 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6599 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6600 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6601 New constants.
6602 (lisp-mode-variables): New `elisp' argument.
6603 (emacs-lisp-mode): Use it.
6604 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6605 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6606
6607 * indent.el: Use lexical-binding.
6608 (indent-region): Add progress reporter.
6609 (tab-stop-list): Make it implicitly extend to infinity by repeating the
6610 last step.
6611 (indent--next-tab-stop): New function to implement this behavior.
6612 (tab-to-tab-stop, move-to-tab-stop): Use it.
6613
6614 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
6615
6616 * indent.el (indent-rigidly--current-indentation): New function.
6617 (indent-rigidly-map): New var.
6618 (indent-rigidly): Use it to provide interactive mode (bug#8196).
6619
6620 2013-10-08 Bastien Guerry <bzg@gnu.org>
6621
6622 * register.el (insert-register): Fix 2013-10-07 change.
6623
6624 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * progmodes/perl-mode.el: Use lexical-binding.
6627 Remove redundant :group args.
6628 (perl-nochange): Change default to be closer to other major modes's
6629 standard behavior.
6630 (perl-indent-line): Don't consider text on current line as a
6631 valid beginning of function from which to indent.
6632
6633 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6634 with more than one argument (bug#15538).
6635
6636 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6637
6638 * vc/pcvs.el: Use lexical-binding.
6639 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6640 environment of `eval'.
6641 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6642 than a list of expressions. Adjust callers.
6643 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6644
6645 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
6646
6647 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6648 case of the dot in a chained method call being on the following line.
6649
6650 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6651
6652 * electric.el (electric-indent-inhibit): New var.
6653 (electric-indent-post-self-insert-function): Use it.
6654 * progmodes/python.el (python-mode): Set it.
6655
6656 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6657 open braces.
6658
6659 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6660
6661 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6662 (css-mode): Use electric-indent-chars.
6663
6664 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6665 (font-lock-beg, font-lock-end): Move before first use.
6666 (nxml-mode): Use syntax-propertize-function.
6667 (nxml-after-change, nxml-after-change1): Adjust accordingly.
6668 (nxml-extend-after-change-region): Remove.
6669 * nxml/xmltok.el: Use lexical-binding.
6670 (xmltok-save): Use `declare'.
6671 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6672 * nxml/nxml-util.el: Use lexical-binding.
6673 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6674 Use `declare'.
6675 * nxml/nxml-ns.el: Use lexical-binding.
6676 (nxml-ns-save): Use `declare'.
6677 (nxml-ns-prefixes-for): Avoid add-to-list.
6678 * nxml/rng-match.el: Use lexical-binding.
6679 (rng--ipattern): Use cl-defstruct.
6680 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6681 (rng-cons-group-after, rng-subst-group-after)
6682 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6683 Use closures instead of `(lambda...).
6684
6685 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
6686
6687 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6688 of BEG and END.
6689
6690 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6691 Use `tramp-handle-insert-file-contents'.
6692 (tramp-gvfs-handle-insert-file-contents): Remove function.
6693
6694 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6695 Use `save-restriction' in order to keep markers.
6696
6697 * net/trampver.el: Update release number.
6698
6699 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * progmodes/compile.el (compilation-parse-errors):
6702 Use compilation--put-prop.
6703 (compilation--ensure-parse): Check compilation-multiline.
6704
6705 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6706
6707 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6708 lexical-binding.
6709
6710 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6711
6712 * progmodes/ruby-mode.el: Fix recently added tests.
6713 (ruby-smie-grammar): Add - and +.
6714 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6715 (ruby-smie--backward-id): New functions.
6716 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6717 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
6718 any more.
6719
6720 2013-10-07 Leo Liu <sdl.web@gmail.com>
6721
6722 * register.el (register-preview-delay)
6723 (register-preview-functions): New variables.
6724 (register-read-with-preview, register-preview)
6725 (register-describe-oneline): New functions.
6726 (point-to-register, window-configuration-to-register)
6727 (frame-configuration-to-register, jump-to-register)
6728 (number-to-register, view-register, insert-register)
6729 (copy-to-register, append-to-register, prepend-to-register)
6730 (copy-rectangle-to-register): Use register-read-with-preview to
6731 read register. (Bug#15525)
6732
6733 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
6734
6735 * net/network-stream.el (network-stream-open-starttls): Don't add
6736 --insecure if it's already present, because that gnutls-cli
6737 rejects getting that parameter twice.
6738
6739 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
6740
6741 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6742 keyword, too.
6743
6744 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
6745
6746 * newcomment.el (comment-use-global-state): Change default value
6747 to t, mark obsolete (Bug#15251).
6748 (comment-beginning): In addition to `comment-to-syntax', check the
6749 value of `comment-use-global-state'.
6750
6751 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6754 (ruby-comment-column): Follow the global default, by default.
6755 (ruby-smie-grammar): Add assignment syntax.
6756 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6757 open-paren, a comma, or a \.
6758 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6759 and line continuations.
6760 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6761 followed by implicit semi-colons. Add rule for string concatenation
6762 and for indentation at BOB.
6763 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
6764
6765 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6766 calling next-sexp, since next-token may have skipped chars which
6767 next-sexp doesn't know should be skipped!
6768
6769 2013-10-05 Leo Liu <sdl.web@gmail.com>
6770
6771 * progmodes/octave.el (octave-send-region):
6772 Call compilation-forget-errors.
6773
6774 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6775
6776 * vc/vc-svn.el (vc-svn-find-admin-dir):
6777 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6778 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6779 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6780 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6781
6782 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6785
6786 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6787
6788 * subr.el (read-passwd): Hide chars even when called within a context
6789 where after-change-functions is disabled (bug#15501).
6790 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6791 until we removed ourself from overriding-terminal-local-map.
6792
6793 2013-10-04 Leo Liu <sdl.web@gmail.com>
6794
6795 * progmodes/octave.el (inferior-octave-mode):
6796 Call compilation-forget-errors.
6797
6798 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6799
6800 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6801
6802 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
6803
6804 * net/secrets.el (secrets-create-collection): Add optional
6805 argument ALIAS. Use proper Label keyword. Append ALIAS as
6806 dbus-call-method argument. (Bug#15516)
6807
6808 2013-10-04 Leo Liu <sdl.web@gmail.com>
6809
6810 * progmodes/octave.el (inferior-octave-error-regexp-alist)
6811 (inferior-octave-compilation-font-lock-keywords): New variables.
6812 (compilation-error-regexp-alist)
6813 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6814 (inferior-octave-mode): Use compilation-shell-minor-mode.
6815
6816 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
6817
6818 * minibuffer.el (completion--replace): Be careful that `end' might be
6819 a marker.
6820
6821 2013-10-03 Daiki Ueno <ueno@gnu.org>
6822
6823 Add support for package signature checking.
6824 * emacs-lisp/package.el (url-http-file-exists-p)
6825 (epg-make-context, epg-context-set-home-directory)
6826 (epg-verify-string, epg-context-result-for)
6827 (epg-signature-status, epg-signature-to-string)
6828 (epg-check-configuration, epg-configuration)
6829 (epg-import-keys-from-file): Declare.
6830 (package-check-signature): New user option.
6831 (package-unsigned-archives): New user option.
6832 (package-desc): Add `signed' field.
6833 (package-load-descriptor): Set `signed' field if .signed file exists.
6834 (package--archive-file-exists-p): New function.
6835 (package--check-signature): New function.
6836 (package-install-from-archive): Check package signature.
6837 (package--download-one-archive): Check archive signature.
6838 (package-delete): Remove .signed file.
6839 (package-import-keyring): New command.
6840 (package-refresh-contents): Import default keyring.
6841 (package-desc-status): Add "unsigned" status.
6842 (describe-package-1, package-menu--print-info)
6843 (package-menu-mark-delete, package-menu--find-upgrades)
6844 (package-menu--status-predicate): Support "unsigned" status.
6845
6846 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6849 the new compilation scheme using the new byte-codes.
6850
6851 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6852 (byte-pophandler): New byte codes.
6853 (byte-goto-ops): Adjust accordingly.
6854 (byte-compile--use-old-handlers): New var.
6855 (byte-compile-catch): Use new byte codes depending on
6856 byte-compile--use-old-handlers.
6857 (byte-compile-condition-case--old): Rename from
6858 byte-compile-condition-case.
6859 (byte-compile-condition-case--new): New function.
6860 (byte-compile-condition-case): New function that dispatches depending
6861 on byte-compile--use-old-handlers.
6862 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6863 when we can.
6864
6865 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6866 Optimize under `condition-case' and `catch' if
6867 byte-compile--use-old-handlers is nil.
6868 (disassemble-offset): Handle new bytecodes.
6869
6870 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 * subr.el (error): Use `declare'.
6873 (decode-char, encode-char): Use advertised-calling-convention instead
6874 of the docstring to discourage use of the `restriction' arg.
6875
6876 2013-10-03 Daiki Ueno <ueno@gnu.org>
6877
6878 * epg.el (epg-verify-file): Add a comment saying that it does not
6879 notify verification error as a return value nor a signal.
6880 (epg-verify-string): Ditto.
6881
6882 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6883
6884 * progmodes/compile.el (compilation-start): Try globbing the arg to
6885 `cd' (bug#15417).
6886
6887 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
6888
6889 Sync with Tramp 2.2.8.
6890
6891 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6892 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6893 * net/trampver.el: Update release number.
6894
6895 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
6896
6897 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6898 and default-process-coding-system for darwin only.
6899
6900 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
6903
6904 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
6905
6906 * vc/vc-git.el (vc-git-grep): Disable pager.
6907
6908 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
6909
6910 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
6911 Use :url instead of :homepage, as per
6912 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6913
6914 * newcomment.el (comment-beginning): When `comment-use-syntax' is
6915 non-nil, use `syntax-ppss' (Bug#15251).
6916
6917 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6918
6919 * progmodes/octave.el (inferior-octave-startup-file):
6920 Prefer ~/.emacs.d/init_octave.m.
6921
6922 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
6923
6924 * emacs-lisp/package.el (package-desc-from-define):
6925 Accept additional arguments as plist, convert them to an alist and store
6926 them in the `extras' slot.
6927 (package-generate-description-file): Convert extras alist back to
6928 plist and append to the `define-package' form arguments.
6929 (package--alist-to-plist): New function.
6930 (package--ac-desc): Add `extras' slot.
6931 (package--add-to-archive-contents): Check if the archive-contents
6932 vector is long enough, and if it is, pass its `extras' slot value
6933 to `package-desc-create'.
6934 (package-buffer-info): Call `lm-homepage', pass the returned value
6935 to `package-desc-from-define'.
6936 (describe-package-1): Render the homepage button (Bug#13291).
6937
6938 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6939 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
6940
6941 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
6942
6943 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6944 and default-process-coding-system to utf-8-unix (Bug#15402).
6945
6946 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
6947
6948 * subr.el (looking-back): Do not recommend using looking-back.
6949
6950 2013-09-28 Alan Mackenzie <acm@muc.de>
6951
6952 Fix indentation/fontification of Java enum with "implements".
6953
6954 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6955 regexp which matches "implements", etc., in Java.
6956 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6957 specifier clauses coming after "enum".
6958 * progmodes/cc-fonts.el (c-font-lock-declarations)
6959 (c-font-lock-enum-tail): Check for extra specifier clauses coming
6960 after "enum".
6961
6962 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
6963
6964 * faces.el (region): Change ns_selection_color to
6965 ns_selection_fg_color, add ns_selection_bg_color.
6966
6967 2013-09-28 Leo Liu <sdl.web@gmail.com>
6968
6969 * progmodes/octave.el (inferior-octave-completion-table)
6970 (inferior-octave-completion-at-point): Minor tweaks.
6971
6972 * textmodes/ispell.el (ispell-lookup-words): Rename from
6973 lookup-words. (Bug#15460)
6974 (lookup-words): Obsolete.
6975 (ispell-complete-word, ispell-command-loop): All uses changed.
6976
6977 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6978
6979 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6980 (octave-mode-menu): Add octave-send-buffer.
6981 (octave-send-buffer): New function.
6982
6983 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6984
6985 * progmodes/octave.el (octave-mode-map): Add key binding for
6986 octave-lookfor.
6987 (octave-mode-menu): Add octave-lookfor.
6988 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6989 octave-lookfor.
6990 (octave-lookfor): New function.
6991
6992 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6995 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6996 its convention.
6997 (cl--loop-set-iterator-function): New function.
6998 (cl-loop): Adjust accordingly, so as not to use cl-subst.
6999 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7000 Bind `it' with `let' instead of substituting it with `cl-subst'.
7001 (cl--unused-var-p): New function.
7002 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7003 Eliminate some unused variable warnings (bug#15326).
7004
7005 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7006
7007 * doc-view.el (doc-view-scale-reset): Rename from
7008 `doc-view-reset-zoom-level'.
7009 (doc-view-scale-adjust): New command.
7010 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7011 `doc-view-scale-adjust'.
7012
7013 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7014
7015 * doc-view.el (doc-view-reset-zoom-level): New command.
7016 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7017 zoom commands (bug#15466).
7018
7019 2013-09-26 Kenichi Handa <handa@gnu.org>
7020
7021 * international/quail.el (quail-help): Make it not a command.
7022
7023 2013-09-26 Leo Liu <sdl.web@gmail.com>
7024
7025 * minibuffer.el (completion-all-sorted-completions): Make args
7026 optional as they are.
7027
7028 2013-09-25 Daniel Colascione <dancol@dancol.org>
7029
7030 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7031 specs are and that they're not evaluated.
7032
7033 2013-09-24 Sam Steingold <sds@gnu.org>
7034
7035 * midnight.el (clean-buffer-list-kill-regexps)
7036 (clean-buffer-list-kill-buffer-names): Update for the new Man
7037 buffer naming which includes the object name.
7038
7039 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7042 (eshell-parse-command, eshell-parse-pipeline): Use it since
7043 eshell-separate-commands requires a dynamic scoped var.
7044 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7045
7046 2013-09-23 Leo Liu <sdl.web@gmail.com>
7047
7048 * autoinsert.el (auto-insert-alist): Make the value of
7049 lexical-binding match its file setting.
7050
7051 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7052
7053 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7054
7055 * autoarg.el (autoarg-kp-digit-argument):
7056 * electric.el (Electric-command-loop):
7057 * kmacro.el (kmacro-step-edit-insert):
7058 Do not set universal-argument-num-events.
7059
7060 2013-09-22 Leo Liu <sdl.web@gmail.com>
7061
7062 * files.el (interpreter-mode-alist): Add octave.
7063
7064 2013-09-21 Alan Mackenzie <acm@muc.de>
7065
7066 C++: fontify identifier in declaration following "public:" correctly.
7067 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7068 to match "public", etc.
7069 (c-decl-prefix-re): Add ":" into the C++ value.
7070 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7071 bit. Add a check for a ":" preceded by "public", etc.
7072
7073 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7074
7075 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7076 recognized by GDB 7.5 and later.
7077
7078 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7079
7080 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7081
7082 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * subr.el (internal--call-interactively): New const.
7085 (called-interactively-p): Use it (bug#3984).
7086
7087 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7088
7089 * vc/pcvs.el (cvs-mode-ignore):
7090 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7091 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7092
7093 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7094
7095 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7096 (eshell-ls-orig-insert-directory): Remove.
7097 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7098 (eshell-ls-use-in-dired): Use advice-add/remove.
7099 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7100 Add `orig-fun' arg for use in :around advice.
7101 Make it check (redundantly) eshell-ls-use-in-dired.
7102
7103 2013-09-19 Glenn Morris <rgm@gnu.org>
7104
7105 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7106
7107 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7108
7109 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7110
7111 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7112
7113 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7114 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7115 (tramp-get-remote-python): New defuns.
7116 (tramp-get-remote-uid-with-perl)
7117 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7118 contributed by yary <not.com@gmail.com> (tiny change).
7119 (tramp-get-remote-uid-with-python)
7120 (tramp-get-remote-gid-with-python): New defuns. Python code
7121 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7122 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7123
7124 2013-09-19 Glenn Morris <rgm@gnu.org>
7125
7126 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7127
7128 * eshell/em-unix.el (eshell-remove-entries):
7129 Rename argument to avoid name-clash with global `top-level'.
7130
7131 * eshell/esh-proc.el (eshell-kill-process-function):
7132 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7133 (eshell-reset-after-proc): Remove unused arg `proc'.
7134
7135 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7136 (directory-files-and-attributes): Mark unused arg.
7137
7138 * eshell/em-unix.el (eshell-remove-entries):
7139 Remove unused arg `path'. Update callers.
7140
7141 * eshell/em-hist.el (eshell-hist-parse-arguments):
7142 Remove unused arg `silent'. Update callers.
7143
7144 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7145 Fix (f)boundp mix-up.
7146
7147 * eshell/em-smart.el (eshell-smart-scroll-window)
7148 (eshell-disable-after-change):
7149 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7150
7151 2013-09-18 Alan Mackenzie <acm@muc.de>
7152
7153 Fix fontification of type when followed by "const".
7154 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7155 "known" types from fontification.
7156
7157 2013-09-18 Glenn Morris <rgm@gnu.org>
7158
7159 * emacs-lisp/chart.el (x-display-color-cells): Declare.
7160 (chart-face-list): Drop Emacsen without display-color-p.
7161
7162 * net/eww.el (libxml-parse-html-region): Declare.
7163 (eww-display-html): Explicit error if no libxml2 support.
7164
7165 * doc-view.el (doc-view-mode): Silence --without-x compilation.
7166
7167 * image.el (image-type-from-buffer, image-multi-frame-p):
7168 Remove --without-x warning/error.
7169
7170 * mouse.el (mouse-yank-primary):
7171 * term.el (term-mouse-paste):
7172 Reorder to silence --without-x compilation.
7173
7174 * mpc.el (doc-view-mode): Silence --without-x compilation.
7175
7176 * mail/rmailmm.el (rmail-mime-set-bulk-data):
7177 Silence --without-x compilation.
7178
7179 * progmodes/gud.el (gud-find-file, gud-mode):
7180 Silence --without-x compilation.
7181 (tooltip-mode): Declare.
7182
7183 * wdired.el (dired-backup-overwrite): Remove declaration.
7184 (wdired-mode-map): Add doc string.
7185
7186 * custom.el (x-get-resource): Declare.
7187
7188 * eshell/em-glob.el (ange-cache):
7189 * eshell/em-unix.el (ange-cache): Declare.
7190
7191 * faces.el (x-display-list, x-open-connection, x-get-resource):
7192 Declare.
7193
7194 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7195 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7196 Declare.
7197
7198 * frame.el (x-display-grayscale-p, x-display-name): Declare.
7199
7200 * net/gnutls.el (gnutls-log-level): Declare.
7201
7202 * net/shr.el (image-size, image-animate): Declare.
7203
7204 * simple.el (font-info): Declare.
7205
7206 * subr.el (x-popup-dialog): Declare.
7207
7208 * term/common-win.el (x-select-enable-primary)
7209 (x-last-selected-text-primary, x-last-selected-text-clipboard):
7210 Declare.
7211
7212 * term/ns-win.el (x-handle-args): Declare.
7213
7214 * term/x-win.el (x-select-enable-clipboard): Declare.
7215
7216 * term/w32-win.el (create-default-fontset): Declare.
7217
7218 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7219 Declare.
7220
7221 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7222 (fit-frame-to-buffer): Explicit error if --without-x.
7223 (mouse-autoselect-window-select): Silence compiler.
7224
7225 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7226
7227 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7228 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7229 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
7230 * eshell/esh-util.el (eshell-sublist):
7231 Remove unused local variables.
7232
7233 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7234
7235 * textmodes/two-column.el: Make 2C-split work for --without-x.
7236 (scroll-bar-columns): Autoload.
7237 (top-level): Require fringe when compiling.
7238
7239 2013-09-18 Leo Liu <sdl.web@gmail.com>
7240
7241 * subr.el (add-hook): Robustify to handle closure as well.
7242
7243 2013-09-17 Glenn Morris <rgm@gnu.org>
7244
7245 * simple.el (messages-buffer-mode-map): Unbind "g".
7246
7247 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * help-mode.el (help-mode-finish): Use derived-mode-p.
7250 Remove obsolete highlighting.
7251
7252 * play/life.el (life-mode): Use define-derived-mode. Derive from
7253 special-mode.
7254 (life): Let-bind inhibit-read-only.
7255 (life-setup): Avoid `setq'. Use `life-mode'.
7256
7257 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7258 which should not be needed any more.
7259 (package-menu-refresh, package-menu-describe-package): Use user-error.
7260
7261 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7262 (eshell-post-rewrite-command-hook): Make obsolete.
7263 (eshell-parse-command): Simplify.
7264 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7265 (eshell--cmd): Declare.
7266 (eshell-parse-pipeline): Remove unused var `final-p'.
7267 Pass a dynvar to eshell-post-rewrite-command-hook.
7268 Implement the new eshell-post-rewrite-command-function.
7269 (eshell-invoke-directly): Remove unused arg `input'.
7270 * eshell/esh-io.el (eshell-io-initialize):
7271 Use eshell-post-rewrite-command-function (bug#15399).
7272 (eshell--apply-redirections): Rename from eshell-apply-redirections;
7273 adjust to new calling convention.
7274 (eshell-create-handles): Rename args to avoid clashing with dynvar
7275 `standard-output'.
7276
7277 2013-09-17 Glenn Morris <rgm@gnu.org>
7278
7279 * simple.el (messages-buffer-mode): New major mode.
7280 (messages-buffer): New function.
7281 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7282 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7283 (ert-run-test): Use `messages-buffer' function.
7284 (ert--force-message-log-buffer-truncation): Ignore read-only.
7285 * help.el (view-echo-area-messages): Use `messages-buffer' function.
7286 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7287
7288 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7291
7292 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7293
7294 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7295
7296 * icomplete.el (icomplete-in-buffer): New var.
7297 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7298 vars and replace them with functions.
7299 (icomplete-minibuffer-setup): Adjust accordingly.
7300 (icomplete--completion-table, icomplete--completion-predicate)
7301 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7302 New functions.
7303 (icomplete-forward-completions, icomplete-backward-completions)
7304 (icomplete-simple-completing-p, icomplete-exhibit)
7305 (icomplete-completions): Use them.
7306 (icomplete--in-region-buffer): New var.
7307 (icomplete--in-region-setup): New function.
7308 (icomplete-mode): Use it.
7309
7310 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7311 (bug#15379).
7312 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7313 return args and options.
7314 (eshell-eval-using-options): Use the new return value of
7315 eshell--do-opts to set the options's vars in their scope.
7316 (eshell--set-option): Rename from eshell-set-option.
7317 Add arg `opt-vals'.
7318 (eshell--process-option): Rename from eshell-process-option.
7319 Add arg `opt-vals'.
7320 (eshell--process-args): Use an `opt-vals' alist to store the options's
7321 values during their processing and return them additionally to the
7322 remaining args.
7323
7324 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
7325
7326 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7327 continuation character an operator, as far as indentation is
7328 concerned (Bug#15369).
7329
7330 2013-09-15 Martin Rudalics <rudalics@gmx.at>
7331
7332 * window.el (window--state-put-2): Don't process buffer state
7333 when buffer doesn't exist any more (Bug#15382).
7334
7335 2013-09-15 Glenn Morris <rgm@gnu.org>
7336
7337 * eshell/em-unix.el (eshell/rm):
7338 Make -f ignore missing files. (Bug#15373)
7339
7340 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
7341 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7342 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7343
7344 2013-09-14 Glenn Morris <rgm@gnu.org>
7345
7346 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7347
7348 2013-09-13 Glenn Morris <rgm@gnu.org>
7349
7350 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7351 (dired-guess-default): Make `file' available in the env. (Bug#15363)
7352
7353 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
7354
7355 * frame.el (x-focus-frame): Mark as declared in frame.c.
7356
7357 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7358
7359 * ls-lisp.el: Use advice-add.
7360 (original-insert-directory): Remove.
7361 (ls-lisp--insert-directory): Rename from insert-directory; add
7362 `orig-fun' argument.
7363 (insert-directory): Advise.
7364
7365 2013-09-13 Eli Zaretskii <eliz@gnu.org>
7366
7367 * term.el (term-emulate-terminal): Decode the command string
7368 before passing it to term-command-hook. (Bug#15337)
7369
7370 2013-09-13 Glenn Morris <rgm@gnu.org>
7371
7372 * eshell/esh-util.el (ange-cache): Move declaration earlier.
7373
7374 * eshell/esh-ext.el (eshell-search-path): Declare.
7375
7376 * eshell/em-prompt.el (eshell/pwd): Autoload it.
7377 Otherwise an error occurs if eshell-dirs module not loaded.
7378
7379 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7380
7381 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
7382
7383 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7384 `tramp-check-proper-host'. Check for a valid method name.
7385
7386 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7387 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7388 * net/tramp-sh.el (tramp-maybe-open-connection):
7389 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7390
7391 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7392 also for hash values.
7393
7394 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7395
7396 * term/ns-win.el (parameters): Don't declare as dynamic.
7397 (before-make-frame-hook): Don't add ineffective function.
7398
7399 * eshell/*.el: Use lexical-binding (bug#15231).
7400
7401 2013-09-12 Kenichi Handa <handa@gnu.org>
7402
7403 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7404
7405 2013-09-12 Glenn Morris <rgm@gnu.org>
7406
7407 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7408 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7409
7410 * subr.el (do-after-load-evaluation): Also give compiler warnings
7411 when obsolete files are used (except by obsolete files).
7412
7413 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7414 in the status output, assume `filename' is the first. (Bug#15322)
7415
7416 * vc/vc.el (vc-deduce-fileset): Doc fix.
7417
7418 * calc/calc-help.el (Info-goto-node):
7419 * progmodes/cperl-mode.el (Info-find-node):
7420 * vc/ediff.el (Info-goto-node): Update declarations.
7421
7422 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7423
7424 * vc/vc-bzr.el (vc-compilation-mode): Declare.
7425 (vc-bzr-pull): Require vc-dispatcher.
7426 * vc/vc-git.el (vc-compilation-mode): Declare.
7427 (vc-git-pull): Require vc-dispatcher.
7428
7429 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7430
7431 * progmodes/octave.el (help-button-action): Declare.
7432
7433 * shell.el (shell-directory-tracker): Output error as a message
7434 rather than just returning it as a string.
7435 (shell-process-pushd): Remove useless use of message.
7436
7437 * dframe.el (dframe-timer-fn):
7438 * files.el (dir-locals-read-from-file):
7439 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7440 (mpc-format):
7441 * reveal.el (reveal-post-command):
7442 * saveplace.el (load-save-place-alist-from-file):
7443 * shell.el (shell-resync-dirs):
7444 * w32-common-fns.el (x-get-selection-value):
7445 * emacs-lisp/copyright.el (copyright-find-copyright):
7446 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7447 * emulation/tpu-edt.el (tpu-copy-keyfile):
7448 * play/bubbles.el (bubbles--mark-neighbourhood):
7449 * progmodes/executable.el
7450 (executable-make-buffer-file-executable-if-script-p):
7451 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7452
7453 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 Cleanup Eshell to rely less on dynamic scoping.
7456 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7457 last-value, and ext-command here. Bind `args' closer to `body'.
7458 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7459 (eshell--args): Declare new dynamic var.
7460 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
7461 last-value, and ext-command. Pass `args' to `body'.
7462 (eshell-process-args): Bind eshell--args.
7463 (eshell-set-option): Use eshell--args.
7464 * eshell/eshell.el (eshell): Use derived-mode-p.
7465 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7466 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7467 (eshell-glob-function): Declare.
7468 * eshell/esh-util.el: Require cl-lib.
7469 (eshell-read-hosts-file): Avoid add-to-list.
7470 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7471 `err'.
7472 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7473 Declare.
7474 (eshell/diff): Remove unused var `err'.
7475 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7476 `killflag'.
7477 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7478 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7479 first use.
7480 * eshell/em-glob.el (eshell-glob-matches, message-shown):
7481 Move declaration before first use.
7482 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7483 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7484 rely on cl-return.
7485
7486 2013-09-12 Glenn Morris <rgm@gnu.org>
7487
7488 * term/ns-win.el (global-map): Remove binding for ispell-next,
7489 deleted 1999-05-29. (Bug#15357)
7490
7491 2013-09-11 Glenn Morris <rgm@gnu.org>
7492
7493 * echistory.el (electric-command-history): Remove call to deleted func.
7494
7495 * play/landmark.el (landmark-mode): Fix typos.
7496
7497 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7498 Check cvs-sort-ignore-file is bound.
7499
7500 * savehist.el: No need for cl when compiling on Emacs.
7501
7502 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7505 (bug#15338).
7506 (eshell-self-insert-command, eshell-send-invisible):
7507 Remove unused argument.
7508 (eshell-handle-control-codes): Remove unused var `orig'.
7509 Avoid delete-backward-char.
7510
7511 * files.el (set-auto-mode): Simplify a bit further.
7512
7513 2013-09-11 Glenn Morris <rgm@gnu.org>
7514
7515 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7516 (set-auto-mode): Don't regexp-quote elements.
7517 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7518 * progmodes/cc-mode.el (interpreter-mode-alist):
7519 * progmodes/ruby-mode.el (interpreter-mode-alist):
7520 Revert previous change.
7521
7522 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * play/snake.el (snake-mode):
7525 * play/mpuz.el (mpuz-mode):
7526 * play/landmark.el (lm-mode):
7527 * play/blackbox.el (blackbox-mode):
7528 * play/5x5.el (5x5-mode):
7529 * obsolete/options.el (Edit-options-mode):
7530 * net/quickurl.el (quickurl-list-mode):
7531 * net/newst-treeview.el (newsticker-treeview-mode):
7532 * mail/rmailsum.el (rmail-summary-mode):
7533 * mail/mspools.el (mspools-mode):
7534 * locate.el (locate-mode):
7535 * ibuffer.el (ibuffer-mode):
7536 * emulation/ws-mode.el (wordstar-mode):
7537 * emacs-lisp/debug.el (debugger-mode):
7538 * array.el (array-mode):
7539 * net/eudc.el (eudc-mode): Use define-derived-mode.
7540 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7541 Move initialization into declaration.
7542 (mairix-searches-mode): Use define-derived-mode.
7543 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7544 (eudc-edit-hotlist): Use dolist.
7545 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7546 (Man-mode): Use define-derived-mode.
7547 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7548 (Info-edit-mode): Use define-derived-mode.
7549 (Info-cease-edit): Use Info-mode.
7550 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7551 into declaration.
7552 (eshell-mode): Use define-derived-mode.
7553 * chistory.el (command-history-mode-map): Rename from
7554 command-history-map.
7555 (command-history-mode): Use define-derived-mode.
7556 (Command-history-setup): Remove function.
7557 * calc/calc.el (calc-trail-mode-map): New var.
7558 (calc-trail-mode): Use define-derived-mode.
7559 (calc-trail-buffer): Set calc-main-buffer manually.
7560 * bookmark.el (bookmark-insert-annotation): New function.
7561 (bookmark-edit-annotation): Use it.
7562 (bookmark-edit-annotation-mode): Make it a proper major mode.
7563 (bookmark-send-edited-annotation): Use derived-mode-p.
7564 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7565 closer to its ideal place. Use \' to match EOS.
7566
7567 * profiler.el (profiler-calltree-find): Use function-equal.
7568
7569 2013-09-10 Glenn Morris <rgm@gnu.org>
7570
7571 * files.el (interpreter-mode-alist): Convert to regexps.
7572 (set-auto-mode): Adapt for this. (Bug#15306)
7573 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7574 Comment out unused variable.
7575 * progmodes/cc-mode.el (interpreter-mode-alist):
7576 * progmodes/python.el (interpreter-mode-alist):
7577 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7578 * progmodes/sh-script.el (sh-set-shell):
7579 No longer use interpreter-mode-alist to get list of shells.
7580
7581 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7582
7583 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * simple.el: Use set-temporary-overlay-map for universal-argument.
7586 (universal-argument-map): Don't use default-bindings (bug#15317).
7587 Bind switch-frame explicitly. Replace universal-argument-minus with
7588 a conditional binding.
7589 (universal-argument-num-events, saved-overriding-map): Remove.
7590 (restore-overriding-map): Remove.
7591 (universal-argument--mode): Rename from save&set-overriding-map,
7592 and rewrite.
7593 (universal-argument, universal-argument-more, negative-argument)
7594 (digit-argument): Adjust accordingly.
7595 (universal-argument-minus): Remove.
7596 (universal-argument-other-key): Remove.
7597
7598 * subr.el (with-demoted-errors): Add `format' argument.
7599
7600 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
7601
7602 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
7603 `tramp-cleanup-connection'.
7604
7605 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7606 parameters KEEP-DEBUG and KEEP-PASSWORD.
7607
7608 * net/tramp.el (tramp-file-name-handler):
7609 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7610 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7611 (tramp-maybe-open-connection):
7612 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7613 Use `tramp-cleanup-connection'.
7614
7615 * net/tramp-sh.el (tramp-maybe-open-connection):
7616 Catch 'uname-changed inside the progress reporter.
7617
7618 2013-09-10 Glenn Morris <rgm@gnu.org>
7619
7620 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
7621
7622 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7623 returns "alternate access method" in mode (eg "-rw-r--r--.").
7624
7625 2013-09-08 Glenn Morris <rgm@gnu.org>
7626
7627 * saveplace.el (load-save-place-alist-from-file):
7628 Demote errors. (Bug#15305)
7629
7630 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
7631
7632 Improve compatibility with older Emacsen, and XEmacs.
7633
7634 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7635 only if it is bound. It isn't for XEmacs.
7636 (with-tramp-progress-reporter): Do not let-bind `result'.
7637 This yields to scoping errors in XEmacs.
7638 (tramp-handle-make-auto-save-file-name): New function, moved from
7639 tramp-sh.el.
7640
7641 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7642 for `make-auto-save-file-name'.
7643 (tramp-adb--gnu-switches-to-ash):
7644 Use `tramp-compat-replace-regexp-in-string'.
7645
7646 * net/tramp-cache.el (tramp-cache-print): Call
7647 `substring-no-properties' only if it is bound. It isn't for XEmacs.
7648
7649 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7650 bound. It isn't for XEmacs.
7651
7652 * net/tramp-compat.el (tramp-compat-copy-file):
7653 Catch `wrong-number-of-arguments' error.
7654 (tramp-compat-replace-regexp-in-string): New defun.
7655
7656 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7657 for `make-auto-save-file-name'.
7658 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7659 `copy-file'.
7660 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7661 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7662 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7663
7664 * net/tramp-gw.el (tramp-gw-open-network-stream):
7665 Use `tramp-compat-replace-regexp-in-string'.
7666
7667 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7668 Call `tramp-handle-make-auto-save-file-name'.
7669 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7670 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7671 (tramp-sh-file-inotifywait-process-filter):
7672 Use `tramp-compat-replace-regexp-in-string'.
7673 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7674
7675 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7676 for `make-auto-save-file-name'.
7677 (tramp-smb-handle-copy-directory):
7678 Call `tramp-compat-replace-regexp-in-string'.
7679 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7680 (tramp-smb-handle-copy-file): Improve error message.
7681 (tramp-smb-handle-rename-file): Rename directly only in case
7682 `newname' does not exist yet. This is a restriction of smbclient.
7683 (tramp-smb-maybe-open-connection): Rerun the function only when
7684 `auth-sources' is non-nil.
7685
7686 2013-09-08 Kenichi Handa <handa@gnu.org>
7687
7688 * international/characters.el: Set category "^" (Combining) for
7689 more characters.
7690
7691 2013-09-07 Alan Mackenzie <acm@muc.de>
7692
7693 Correctly fontify Java class constructors.
7694 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7695 in Java Mode.
7696 (c-recognize-typeless-decls): Set the Java value to t.
7697 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7698 While handling a "(", add a check for, effectively, Java, and handle a
7699 "typeless" declaration there.
7700
7701 2013-09-07 Roland Winkler <winkler@gnu.org>
7702
7703 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7704 field subtitle for entry type book.
7705
7706 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * minibuffer.el: Make minibuffer-complete call completion-in-region
7709 rather than other way around.
7710 (completion--some, completion-pcm--find-all-completions):
7711 Don't delay signals when debugging.
7712 (minibuffer-completion-contents): Beware fields within the
7713 minibuffer contents.
7714 (completion-all-sorted-completions): Use defvar-local.
7715 (completion--do-completion, completion--cache-all-sorted-completions)
7716 (completion-all-sorted-completions, minibuffer-force-complete):
7717 Add args `beg' and `end'.
7718 (completion--in-region-1): New fun, extracted from minibuffer-complete.
7719 (minibuffer-complete): Use completion-in-region.
7720 (completion-complete-and-exit): New fun, extracted from
7721 minibuffer-complete-and-exit.
7722 (minibuffer-complete-and-exit): Use it.
7723 (completion--complete-and-exit): Rename from
7724 minibuffer--complete-and-exit.
7725 (completion-in-region--single-word): New function, extracted from
7726 minibuffer-complete-word.
7727 (minibuffer-complete-word): Use it.
7728 (display-completion-list): Make `common-substring' argument obsolete.
7729 (completion--in-region): Call completion--in-region-1 instead of
7730 minibuffer-complete.
7731 (completion-help-at-point): Pass boundaries to
7732 minibuffer-completion-help as args rather than via an overlay.
7733 (completion-pcm--string->pattern): Use `any-delim'.
7734 (completion-pcm--optimize-pattern): New function.
7735 (completion-pcm--pattern->regex): Handle `any-delim'.
7736 * icomplete.el (icomplete-forward-completions)
7737 (icomplete-backward-completions, icomplete-completions):
7738 Adjust calls to completion-all-sorted-completions and
7739 completion--cache-all-sorted-completions.
7740 (icomplete-with-completion-tables): Default to t.
7741 * emacs-lisp/crm.el (crm--current-element): Rename from
7742 crm--select-current-element. Don't put an overlay but return the
7743 boundaries instead.
7744 (crm--completion-command): Take two new args to bind to the boundaries.
7745 (crm-completion-help): Adjust accordingly.
7746 (crm-complete): Use completion-in-region.
7747 (crm-complete-word): Use completion-in-region--single-word.
7748 (crm-complete-and-exit): Use completion-complete-and-exit.
7749
7750 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7753 than dynamically.
7754
7755 2013-09-06 Juri Linkov <juri@jurta.org>
7756
7757 * info.el (Info-display-images-node): When image file doesn't exist
7758 display text version of the image if it's provided in the Info file.
7759 Otherwise, display the location of missing image from SRC attribute.
7760 Add help-echo text property from ALT attribute. (Bug#15279)
7761
7762 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7765 (edit-abbrevs-mode): Use define-derived-mode.
7766
7767 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7768 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7769 that it's defined.
7770 (epa-key-list-mode, epa-key-mode, epa-info-mode):
7771 Use define-derived-mode.
7772
7773 * epg.el (epg-start-encrypt): Minor CSE simplification.
7774
7775 2013-09-06 William Xu <william.xwl@gmail.com>
7776
7777 * arc-mode.el: Add support for 7za (bug#15264).
7778 (archive-7z-program): New var.
7779 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7780 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7781 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7782
7783 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
7784
7785 Remove URL syntax.
7786
7787 * net/tramp.el (tramp-syntax, tramp-prefix-format)
7788 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7789 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7790 (tramp-postfix-host-format, tramp-file-name-regexp)
7791 (tramp-completion-file-name-regexp)
7792 (tramp-completion-dissect-file-name)
7793 (tramp-handle-substitute-in-file-name): Remove 'url case.
7794 (tramp-file-name-regexp-url)
7795 (tramp-completion-file-name-regexp-url): Remove constants.
7796
7797 2013-09-06 Glenn Morris <rgm@gnu.org>
7798
7799 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
7800
7801 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
7802
7803 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7804 keywords" below "here-doc beginnings" (Bug#15270).
7805
7806 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * subr.el (pop): Use `car-safe'.
7809 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7810 to detect unused `pop' return value.
7811
7812 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7813 var `block-regexp'.
7814 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7815 (python-fill-string): Remove unused var `marker'.
7816 (python-skeleton-add-menu-items): Remove unused var `items'.
7817
7818 * international/mule-cmds.el: Require CL.
7819 (find-coding-systems-for-charsets): Avoid add-to-list.
7820 (sanitize-coding-system-list): New function, extracted from
7821 select-safe-coding-system-interactively.
7822 (select-safe-coding-system-interactively): Use it.
7823 (read-input-method-name): Accept symbols for `default'.
7824
7825 * emacs-lisp/advice.el (defadvice): Add indent rule.
7826
7827 2013-09-05 Daniel Hackney <dan@haxney.org>
7828
7829 * dired-x.el:
7830 * net/ange-ftp.el:
7831 * net/browse-url.el:
7832 * net/dbus.el:
7833 * net/eudc.el:
7834 * net/eudcb-ldap.el:
7835 * net/eww.el:
7836 * net/imap.el:
7837 * printing.el:
7838 * vc/ediff-diff.el:
7839 * vc/ediff-init.el:
7840 * vc/ediff-merg.el:
7841 * vc/ediff-mult.el:
7842 * vc/ediff-util.el:
7843 * vc/ediff-wind.el:
7844 * vc/ediff.el:
7845 * vc/emerge.el:
7846 * vc/pcvs.el:
7847 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7848 byte compiler. Remove some unused let-bound variables.
7849
7850 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7853 a "ref-cell", since it gets better optimized (bug#14883).
7854
7855 2013-09-05 Glenn Morris <rgm@gnu.org>
7856
7857 * progmodes/cc-awk.el (c-forward-sws): Declare.
7858
7859 2013-09-04 Glenn Morris <rgm@gnu.org>
7860
7861 * generic-x.el [rul-generic-mode]: Require cc-mode.
7862 (c++-mode-syntax-table): Declare.
7863 (rul-generic-mode-syntax-table): Init in the defvar.
7864
7865 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7868 (vc-do-command, vc-set-async-update):
7869 * vc/vc-mtn.el (vc-mtn-dir-status):
7870 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7871 (vc-hg-pull, vc-hg-merge-branch):
7872 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7873 (vc-git-merge-branch):
7874 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7875 (vc-cvs-dir-status-files):
7876 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7877 (vc-bzr-dir-status-files):
7878 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7879 * vc/vc-annotate.el: Use lexical-binding.
7880 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7881 (vc-sentinel-movepoint): Declare.
7882 (vc-annotate): Don't use `goto-line'.
7883 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7884 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7885 (vc-sentinel-movepoint): Declare.
7886 * vc/vc-svn.el: Use lexical-binding.
7887 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7888 * vc/vc-sccs.el:
7889 * vc/vc-rcs.el: Use lexical-binding.
7890
7891 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7892 `deleted'. Don't drop errors silently.
7893
7894 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7895
7896 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
7897
7898 * vc/vc.el (vc-ignore): Rewrite.
7899 (vc-default-ignore): New function.
7900 (vc-default-ignore-completion-table): Use find-ignore-file.
7901
7902 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
7903 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
7904 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
7905 Remove. Most code moved to vc.el.
7906
7907 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
7910 * net/tramp-smb.el (tramp-smb-get-file-entries):
7911 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
7912 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
7913
7914 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
7915 Update call to it.
7916 (eww-change-select): Remove unused var `properties'.
7917 (eww-make-unique-file-name): Remove unused var `base'.
7918
7919 * finder.el (finder-compile-keywords): Don't mess with windows.
7920
7921 * calculator.el (calculator-funcall): Fix typo in last change.
7922
7923 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
7924
7925 * emacs-lisp/package.el (package-activate-1): Don't let a missing
7926 <pkg>-autoloads.el file stop us.
7927
7928 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
7929 warnings, and factor out common code.
7930
7931 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
7932
7933 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7934 two-character operators and whether the character preceding them
7935 changes their meaning (Bug#15208).
7936
7937 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7938
7939 Format code sent to Python shell for robustness.
7940 * progmodes/python.el (python-shell-buffer-substring):
7941 New function.
7942 (python-shell-send-region, python-shell-send-buffer): Use it.
7943
7944 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
7945
7946 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7947 * net/tramp.el (tramp-user-error): ... here.
7948 (tramp-find-method, tramp-check-proper-host)
7949 (tramp-dissect-file-name, tramp-debug-message)
7950 (tramp-handle-shell-command):
7951 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7952 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7953
7954 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7955
7956 2013-09-02 Martin Rudalics <rudalics@gmx.at>
7957
7958 * avoid.el (mouse-avoidance-point-position)
7959 (mouse-avoidance-too-close-p): Handle case where posn-at-point
7960 returns nil.
7961
7962 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7963
7964 * progmodes/python.el (python-shell-completion-get-completions):
7965 Drop use of deleted `comint-last-prompt-overlay'.
7966 (python-nav-if-name-main): New command.
7967
7968 2013-09-01 Glenn Morris <rgm@gnu.org>
7969
7970 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7971 Avoid leading space in $wins. Otherwise the sed command used by
7972 eg compile-main ends up containing "/*.el". (Bug#15170)
7973
7974 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
7975
7976 2013-08-30 Glenn Morris <rgm@gnu.org>
7977
7978 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7979 Fix is-this-a-directory logic. (Bug#15220)
7980
7981 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7982
7983 * textmodes/css-mode.el: Use SMIE.
7984 (css-smie-grammar): New var.
7985 (css-smie--forward-token, css-smie--backward-token)
7986 (css-smie-rules): New functions.
7987 (css-mode): Use them.
7988 (css-navigation-syntax-table): Remove var.
7989 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7990 (css-indent-calculate, css-indent-line): Remove functions.
7991
7992 Misc changes to reduce use of `(lambda...); and other cleanups.
7993 * cus-edit.el: Use lexical-binding.
7994 (customize-push-and-save, customize-apropos)
7995 (custom-buffer-create-internal): Use closures.
7996 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7997 * progmodes/ada-xref.el: Use setq.
7998 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7999 * dframe.el: Use lexical-binding.
8000 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8001 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8002 * descr-text.el: Use lexical-binding.
8003 (describe-text-widget, describe-text-sexp, describe-property-list):
8004 Use closures.
8005 * comint.el (comint-history-isearch-push-state): Use a closure.
8006 * calculator.el: Use lexical-binding.
8007 (calculator-number-to-string): Make it work with lexical-binding.
8008 (calculator-funcall): Same and use cl-letf.
8009
8010 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8011 (lisp--company-doc-string, lisp--company-location): New functions.
8012 (lisp-completion-at-point): Use them to improve Company support.
8013
8014 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8015 params of lambda expressions.
8016 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8017 (ruby-smie--opening-pipe-p): New function.
8018 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8019 symbols and matched |...| for formal params.
8020 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8021 from being treated as hanging. Handle "rescue".
8022
8023 2013-08-29 Glenn Morris <rgm@gnu.org>
8024
8025 * progmodes/cc-engine.el (c-pull-open-brace):
8026 Move definition before use.
8027
8028 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8031 are immutable. Don't use `unsafe' any more.
8032 (cl--defsubst-expand): Don't substitute at the same time as keeping
8033 a residual unused let-binding. Don't use `unsafe' any more.
8034
8035 2013-08-29 Glenn Morris <rgm@gnu.org>
8036
8037 * calendar/cal-china.el (calendar-chinese-year-cache):
8038 Recenter on 2015.
8039
8040 * nxml/nxml-util.el (nxml-debug-clear-inside):
8041 Use cl-loop rather than loop.
8042
8043 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8044
8045 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8046
8047 2013-08-28 Glenn Morris <rgm@gnu.org>
8048
8049 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8050
8051 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8052
8053 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8054
8055 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * simple.el (repeat-complex-command--called-interactively-skip):
8058 New function.
8059 (repeat-complex-command): Use it (bug#14136).
8060
8061 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8062 (c-define-abbrev-table): Add `doc' argument.
8063 (c-mode-abbrev-table, c++-mode-abbrev-table)
8064 (objc-mode-abbrev-table, java-mode-abbrev-table)
8065 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8066 (awk-mode-abbrev-table): Use it.
8067 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8068 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8069 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8070 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8071 Move initialization into the declaration; and remove any
8072 autoload cookie.
8073
8074 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8075 and dynamic let binding.
8076
8077 * vc/smerge-mode.el: Remove redundant :group args.
8078
8079 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8080 to load-path.
8081
8082 2013-08-28 Juri Linkov <juri@jurta.org>
8083
8084 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8085 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8086 (isearch-other-meta-char): Handle an undefined shifted printing
8087 character by downshifting it. (Bug#15200)
8088
8089 2013-08-28 Juri Linkov <juri@jurta.org>
8090
8091 * isearch.el (isearch-search): Change regexp error message for
8092 non-regexp searches. (Bug#15166)
8093
8094 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8095
8096 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8097 for portability to hosts where /bin/sh has problems.
8098
8099 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8102
8103 2013-08-27 Juri Linkov <juri@jurta.org>
8104
8105 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8106 in the keyboard macro. (Bug#15126)
8107
8108 2013-08-27 Juri Linkov <juri@jurta.org>
8109
8110 * isearch.el (isearch-quote-char): Comment out converting unibyte
8111 to multibyte, thus syncing with its `quoted-insert' counterpart.
8112 (Bug#15166)
8113
8114 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8115
8116 * window.el (display-buffer-use-some-window): Add missing
8117 argument in call of get-largest-window (Bug#15185).
8118 Reported by Stephen Leake.
8119
8120 2013-08-27 Glenn Morris <rgm@gnu.org>
8121
8122 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8123
8124 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8127 from a matcher-function unless there's no more matches (bug#15161).
8128
8129 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8130
8131 * minibuffer.el: Revert change from 2013-08-20.
8132
8133 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8134 with text property `tramp-default', if appropriate.
8135 (tramp-check-proper-host): New defun.
8136 (tramp-dissect-file-name): Do not check hostname. Revert change
8137 of 2013-03-18.
8138 (tramp-backtrace): Make VEC-OR-PROC optional.
8139
8140 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8141 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8142 * net/tramp-sh.el (tramp-maybe-open-connection):
8143 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8144 Apply `tramp-check-proper-host'.
8145
8146 2013-08-26 Tassilo Horn <tsdh@gnu.org>
8147
8148 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8149 lambda expression in order to have `describe-variable' display it.
8150
8151 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8152
8153 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8154 BUF can be optional. (Bug#15186)
8155
8156 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
8157
8158 * progmodes/flymake.el (flymake-get-real-file-name-function):
8159 Fix broken customization. (Bug#15184)
8160
8161 2013-08-25 Alan Mackenzie <acm@muc.de>
8162
8163 Improve indentation of bracelists defined by macros (without "=").
8164
8165 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8166 expansion begins with "{", regard it as bracelist when it doesn't
8167 contain a ";".
8168
8169 Parse C++ inher-intro when there's a template split over 2 lines.
8170
8171 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8172 rigorously the search for "class" etc. followed by ":".
8173
8174 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8175 random languages a regexp which never matches rather than nil.
8176
8177 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8178
8179 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8180 (c-awk-regexp-one-line-possibly-open-char-list-re)
8181 (c-awk-one-line-possibly-open-regexp-re)
8182 (c-awk-one-line-non-syn-ws*-re): Remove.
8183 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8184 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8185 (c-awk-space*-unclosed-regexp-/-re): New constants.
8186 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8187 aren't regexp delimiters.
8188
8189 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8190 handling for a rare situation in AWK Mode involving unterminated
8191 strings/regexps.
8192
8193 2013-08-23 Glenn Morris <rgm@gnu.org>
8194
8195 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8196
8197 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8198
8199 * files.el (create-file-buffer): If the result would begin with
8200 spaces, prepend a "|" instead of removing them. (Bug#15162)
8201
8202 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8203
8204 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8205 text-properties (bug#15155).
8206
8207 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8208 exist any more.
8209 (calc-keypad-redraw): Remove unused var `pad'.
8210 (calc-keypad-press): Remove unused var `menu'.
8211
8212 2013-08-23 Martin Rudalics <rudalics@gmx.at>
8213
8214 * window.el (display-buffer-pop-up-frame):
8215 Call pop-up-frame-function with BUFFER current so `make-frame' will
8216 use it as the new frame's buffer (Bug#15133).
8217
8218 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8219
8220 * calendar/timeclock.el: Minor cleanups.
8221 (timeclock-ask-before-exiting, timeclock-use-display-time):
8222 Use `symbol'.
8223 (timeclock-modeline-display): Define as alias before the
8224 actual definition.
8225 (timeclock-mode-line-display): Use define-minor-mode.
8226 (timeclock-day-list-template): Make it a function, add an argument.
8227 (timeclock-day-list-required, timeclock-day-list-length)
8228 (timeclock-day-list-debt, timeclock-day-list-span)
8229 (timeclock-day-list-break): Adjust calls accordingly.
8230
8231 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8232
8233 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8234 Use read--expression so that completion works again.
8235
8236 2013-08-21 Sam Steingold <sds@gnu.org>
8237
8238 Add rudimentary inferior shell interaction
8239 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8240 (sh-set-shell): Reset it.
8241 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8242 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8243
8244 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 * align.el: Use lexical-binding.
8247 (align-region): Simplify accordingly.
8248
8249 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
8250
8251 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8252
8253 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8254 `non-essential' up.
8255
8256 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
8257
8258 * net/tramp.el:
8259 * net/tramp-adb.el:
8260 * net/tramp-cmds.el:
8261 * net/tramp-ftp.el:
8262 * net/tramp-gvfs.el:
8263 * net/tramp-gw.el:
8264 * net/tramp-sh.el: Don't wrap external variable declarations by
8265 `eval-when-compile'.
8266
8267 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8268
8269 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8270 now that Emacs supports ImageMagick animations.
8271
8272 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
8273
8274 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8275 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8276
8277 2013-08-16 Martin Rudalics <rudalics@gmx.at>
8278
8279 * window.el (mouse-autoselect-window-select): Do autoselect when
8280 mouse pointer is on margin.
8281
8282 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
8283
8284 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
8285
8286 2013-08-16 Glenn Morris <rgm@gnu.org>
8287
8288 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8289 Handle "Remote Directory" response of some clients. (Bug#15058)
8290
8291 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8292 Tweak warning. (Bug#14926)
8293
8294 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8295 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
8296
8297 * image-mode.el (image-mode-map): Add menu items to reverse,
8298 increase, decrease, reset animation speed.
8299 (image--set-speed, image-increase-speed, image-decrease-speed)
8300 (image-reverse-speed, image-reset-speed): New functions.
8301 (image-mode-map): Add bindings for speed commands.
8302
8303 * image.el (image-animate-get-speed, image-animate-set-speed):
8304 New functions.
8305 (image-animate-timeout): Respect image :speed property.
8306
8307 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8308
8309 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8310 previous line (bug#15101).
8311 (debugger-eval-expression, debugger-record-expression):
8312 Use read--expression (bug#15102).
8313
8314 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
8315
8316 Remove byte compiler warnings, visible when compiling with
8317 `byte-compile-force-lexical-warnings' set to t.
8318
8319 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8320 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8321 (tramp-handle-unhandled-file-name-directory)
8322 (tramp-handle-file-notify-add-watch, tramp-action-login)
8323 (tramp-action-succeed, tramp-action-permission-denied)
8324 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8325 arguments with "_".
8326
8327 * net/tramp-adb.el (tramp-adb-parse-device-names)
8328 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8329 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8330 (tramp-adb-handle-file-truename): Remove unused arguments.
8331
8332 * net/tramp-cache.el (tramp-flush-directory-property)
8333 (tramp-flush-connection-property, tramp-list-connections)
8334 (tramp-parse-connection-properties): Prefix unused arguments with "_".
8335
8336 * net/tramp-compat.el (tramp-compat-make-temp-file):
8337 Rename FILENAME to F.
8338
8339 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8340 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8341 (tramp-zeroconf-parse-workstation-device-names)
8342 (tramp-zeroconf-parse-webdav-device-names)
8343 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8344
8345 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8346 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8347
8348 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8349 arguments.
8350 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8351 (tramp-sh-handle-insert-file-contents-literally)
8352 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8353 with "_".
8354 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8355 Remove unused variables.
8356
8357 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8358 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8359 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8360
8361 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8362 Make them a defconst.
8363 (tramp-uuencode-region): Remove unused variable.
8364
8365 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
8366
8367 * frameset.el (frameset--prop-setter): New function.
8368 (frameset-prop): Add gv-setter declaration.
8369 (frameset-filter-minibuffer): Deal with the case that the minibuffer
8370 parameter was already set in FILTERED. Doc fix.
8371 (frameset--record-minibuffer-relationships): Allow saving a
8372 minibufferless frame without its corresponding minibuffer frame.
8373 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8374 frame, if the frame id matches.
8375 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8376 frames before orphaned ones.
8377 (frameset-restore): Warn about orphaned windows, instead of error out.
8378
8379 2013-08-14 Martin Rudalics <rudalics@gmx.at>
8380
8381 * window.el (window-make-atom): Don't overwrite parameter
8382 already present.
8383 (display-buffer-in-atom-window): Handle special case where we
8384 split an already atomic window.
8385 (window--major-non-side-window, display-buffer-in-side-window)
8386 (window--side-check): Ignore minibuffer window when walking
8387 window tree.
8388 (window-deletable-p): Return 'frame only if no other frame uses
8389 our minibuffer window.
8390 (record-window-buffer): Run buffer-list-update-hook.
8391 (split-window): Make sure window--check-frame won't destroy an
8392 existing atomic window in case the new window gets nested
8393 inside.
8394 (display-buffer-at-bottom): Ignore minibuffer window when
8395 walking window tree. Don't split a side window.
8396 (pop-to-buffer): Don't set-buffer here, the select-window call
8397 should do that.
8398 (mouse-autoselect-window-select): Autoselect only if we are in the
8399 text portion of the window.
8400
8401 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8402
8403 * net/shr.el (shr-parse-image-data): New function to grab both the
8404 data itself and the Content-Type.
8405 (shr-put-image): Use it.
8406
8407 * net/eww.el (eww-display-image): Ditto.
8408
8409 * image.el (image-content-type-suffixes): New variable.
8410
8411 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8412
8413 * progmodes/python.el (python-imenu--build-tree)
8414 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8415
8416 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
8417
8418 * simple.el (backward-word): Mention the optional argument.
8419
8420 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * frameset.el (frameset--make): Rename constructor from make-frameset.
8423 (frameset-p, frameset-valid-p): Don't autoload.
8424 (frameset-valid-p): Use normal accessors.
8425
8426 2013-08-13 Glenn Morris <rgm@gnu.org>
8427
8428 * progmodes/compile.el (compile-command): Tweak example in doc.
8429 * obsolete/scribe.el (scribe-mode):
8430 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
8431
8432 * mail/feedmail.el (feedmail-confirm-outgoing)
8433 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8434
8435 * cus-start.el (truncate-partial-width-windows): Fix type.
8436
8437 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8438
8439 * net/shr.el (shr-table-horizontal-line): Fix custom type.
8440
8441 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * emacs-lisp/timer.el (timer--time-setter): New function.
8444 (timer--time): Use it as gv-setter.
8445
8446 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8447 setter is not a symbol.
8448
8449 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
8450
8451 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8452 if sending fails. This makes debugging easier.
8453
8454 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
8455
8456 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8457 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8458 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8459
8460 2013-08-12 Eli Zaretskii <eliz@gnu.org>
8461
8462 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8463
8464 2013-08-12 Glenn Morris <rgm@gnu.org>
8465
8466 * format.el (format-annotate-function):
8467 Handle read-only text properties in the source. (Bug#14887)
8468
8469 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8470
8471 * net/eww.el (eww-display-html): Ignore coding system errors.
8472 One web site uses "utf-8lias" as the coding system.
8473
8474 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
8475
8476 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8477
8478 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
8479
8480 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8481 (tutorial--detailed-help): Remove unused local variables.
8482 (tutorial--save-tutorial-to): Use ignore-errors.
8483 (help-with-tutorial): Use looking-at-p.
8484
8485 * view.el (view-buffer-other-window, view-buffer-other-frame):
8486 Mark unused arguments.
8487
8488 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8489 (woman-select-symbol-fonts, woman, woman-find-file)
8490 (woman-insert-file-contents, woman-non-underline-faces):
8491 Use string-match-p.
8492 (woman1-unquote): Move declaration.
8493
8494 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8495 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
8496 argument. Remove unused local variable.
8497 (xml-parse-elem-type): Use string-match-p.
8498 (xml-substitute-numeric-entities): Use ignore-errors.
8499
8500 * calculator.el (calculator): Mark unused argument.
8501 (calculator-paste, calculator-quit, calculator-integer-p):
8502 Use ignore-errors.
8503 (calculator-string-to-number, calculator-decimal, calculator-exp)
8504 (calculator-op-or-exp): Use string-match-p.
8505
8506 * dired.el (dired-buffer-more-recently-used-p): Declare.
8507 (dired-insert-set-properties, dired-insert-old-subdirs):
8508 Use ignore-errors.
8509
8510 * dired-aux.el (dired-compress): Use ignore-errors.
8511 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8512 (dired-do-async-shell-command, dired-do-shell-command)
8513 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8514 (dired-insert-subdir-validate): Use string-match-p.
8515 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8516 (dired-add-entry): Use string-match-p, looking-at-p.
8517 (dired-insert-subdir-newpos): Remove unused local variable.
8518
8519 * filenotify.el (file-notify-callback): Remove unused local variable.
8520
8521 * filesets.el (filesets-error): Mark unused argument.
8522 (filesets-which-command-p, filesets-filter-dir-names)
8523 (filesets-directory-files, filesets-get-external-viewer)
8524 (filesets-ingroup-get-data): Use string-match-p.
8525
8526 * find-file.el (ff-other-file-name, ff-other-file-name)
8527 (ff-find-the-other-file, ff-cc-hh-converter):
8528 Remove unused local variables.
8529 (ff-get-file-name): Use string-match-p.
8530 (ff-all-dirs-under): Use ignore-errors.
8531
8532 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8533 (follow-select-if-visible): Remove unused local variable.
8534
8535 * forms.el (read-file-filter): Move declaration.
8536 (forms--make-format, forms--make-parser, forms-insert-record):
8537 Quote function with #'.
8538 (forms--update): Use string-match-p. Quote function with #'.
8539
8540 * help-mode.el (help-dir-local-var-def): Mark unused argument.
8541 (help-make-xrefs): Use looking-at-p.
8542 (help-xref-on-pp): Use looking-at-p, ignore-errors.
8543
8544 * ibuffer.el (ibuffer-ext-visible-p): Declare.
8545 (ibuffer-confirm-operation-on): Use string-match-p.
8546
8547 * msb.el (msb-item-handler, msb-dired-item-handler):
8548 Mark unused arguments.
8549
8550 * ses.el (ses-decode-cell-symbol)
8551 (ses-kill-override): Remove unused local variable.
8552 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8553 (ses-load): Use ignore-errors, looking-at-p.
8554 (ses-jump-safe): Use ignore-errors.
8555 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8556
8557 * tabify.el (untabify, tabify): Mark unused arguments.
8558
8559 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8560 Mark unused argument.
8561 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8562 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8563
8564 * emacs-lisp/timer.el (timer--time): Define setter with
8565 gv-define-setter to avoid deprecation warning.
8566
8567 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8568 (*record-cmpl-statistics-p*): Remove (was commented out).
8569 (cmpl-statistics-block): Remove (body was commented out).
8570 All callers changed.
8571 (add-completions-from-buffer, load-completions-from-file):
8572 Remove unused variables.
8573
8574 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8575
8576 * filecache.el (file-cache-delete-file-list):
8577 Print message only when told so.
8578 (file-cache-files-matching): Use #' in mapconcat argument.
8579
8580 * ffap.el (ffap-url-at-point): Fix reference to variable
8581 thing-at-point-default-mail-uri-scheme.
8582
8583 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8584
8585 * subr.el (define-error): New function.
8586 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8587 error-file-not-found and define with define-error.
8588 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8589 and define with define-error.
8590 * userlock.el (file-locked, file-supersession):
8591 * simple.el (mark-inactive):
8592 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8593 * progmodes/ada-mode.el (ada-mode-errors):
8594 * play/life.el (life-extinct):
8595 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8596 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8597 * nxml/rng-util.el (rng-error):
8598 * nxml/rng-uri.el (rng-uri-error):
8599 * nxml/rng-match.el (rng-compile-error):
8600 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8601 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8602 * nxml/nxml-rap.el (nxml-scan-error):
8603 * nxml/nxml-outln.el (nxml-outline-error):
8604 * net/soap-client.el (soap-error):
8605 * net/gnutls.el (gnutls-error):
8606 * net/ange-ftp.el (ftp-error):
8607 * mpc.el (mpc-proc-error):
8608 * json.el (json-error, json-readtable-error, json-unknown-keyword)
8609 (json-number-format, json-string-escape, json-string-format)
8610 (json-key-format, json-object-format):
8611 * jka-compr.el (compression-error):
8612 * international/quail.el (quail-error):
8613 * international/kkc.el (kkc-error):
8614 * emacs-lisp/ert.el (ert-test-failed):
8615 * calc/calc.el (calc-error, inexact-result, math-overflow)
8616 (math-underflow):
8617 * bookmark.el (bookmark-error-no-filename):
8618 * epg.el (epg-error): Define with define-error.
8619
8620 * time.el (display-time-event-handler)
8621 (display-time-next-load-average): Don't call sit-for since it seems
8622 unnecessary (bug#15045).
8623
8624 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8625 Use #' instead of ' to quote functions.
8626 (checkdoc-output-mode): Use setq-local.
8627 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8628 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8629 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8630 (checkdoc-ispell, checkdoc-ispell-current-buffer)
8631 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8632 (checkdoc-ispell-message-text, checkdoc-ispell-start)
8633 (checkdoc-ispell-continue, checkdoc-ispell-comments)
8634 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8635
8636 * ido.el (ido-completion-help): Fix up compiler warning.
8637
8638 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8639
8640 * frameset.el (frameset-p): Add autoload cookie.
8641 (frameset--jump-to-register): New function, based on code moved from
8642 register.el.
8643 (frameset-to-register): Move from register.el. Adapt to `registerv'.
8644
8645 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8646 (frameset-restore, frameset-save, frameset-session-filter-alist):
8647 Remove declarations.
8648 (register-alist): Doc fix.
8649 (frameset-to-register): Move to frameset.el.
8650 (jump-to-register, describe-register-1): Remove frameset-specific code.
8651
8652 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8653
8654 * allout-widgets.el (allout-widgets-pre-command-business)
8655 (allout-widgets-post-command-business)
8656 (allout-widgets-after-change-handler)
8657 (allout-decorate-item-and-context, allout-set-boundary-marker)
8658 (allout-body-modification-handler)
8659 (allout-graphics-modification-handler): Mark ignored arguments.
8660 (allout-widgets-post-command-business)
8661 (allout-widgets-exposure-change-processor)
8662 (allout-widgets-exposure-undo-processor)
8663 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8664 (allout-parse-item-at-point, allout-decorate-item-guides)
8665 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8666 * allout.el (epa-passphrase-callback-function): Declare.
8667 (allout-overlay-insert-in-front-handler)
8668 (allout-overlay-interior-modification-handler)
8669 (allout-isearch-end-handler, allout-chart-siblings)
8670 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8671 (allout-yank-processing, allout-process-exposed)
8672 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
8673 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
8674 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8675 (lisp-indent-defform): Mark ignored arguments.
8676 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
8677 (calculate-lisp-indent): Remove unused variables.
8678 * international/characters.el (indian-2-column, arabic-2-column)
8679 (tibetan): Mark ignored arguments.
8680 (use-cjk-char-width-table): Mark ignored arguments.
8681 Remove unused variables.
8682 * international/fontset.el (build-default-fontset-data)
8683 (x-compose-font-name, create-fontset-from-fontset-spec):
8684 Mark ignored arguments.
8685 (fontset-plain-name): Remove unused variables.
8686 * international/mule.el (charset-id, charset-bytes, generic-char-p)
8687 (keyboard-coding-system): Mark ignored arguments.
8688 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
8689 * help.el (resize-temp-buffer-window):
8690 * window.el (display-buffer-in-major-side-window)
8691 (display-buffer-in-side-window, display-buffer-in-previous-window):
8692 Remove unused variables.
8693 * isearch.el (isearch-forward-symbol):
8694 * version.el (emacs-bzr-version-bzr):
8695 * international/mule-cmds.el (current-language-environment):
8696 * term/common-win.el (x-handle-iconic, x-handle-geometry)
8697 (x-handle-display):
8698 * term/pc-win.el (x-list-fonts, x-display-planes)
8699 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8700 (x-server-version, x-display-screens, x-display-mm-height)
8701 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8702 (x-selection-owner-p, x-own-selection-internal)
8703 (x-disown-selection-internal, x-get-selection-internal)
8704 (msdos-initialize-window-system):
8705 * term/tty-colors.el (tty-color-alist, tty-color-clear):
8706 * term/x-win.el (x-handle-no-bitmap-icon):
8707 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8708 (vc-default-find-file-hook, vc-default-extra-menu):
8709 Mark ignored arguments.
8710
8711 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8714 break-condition in the context of the debugged code (bug#12685).
8715
8716 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
8717
8718 * comint.el:
8719 Do not use an overlay to highlight the last prompt. (Bug#14744)
8720 (comint-mode): Make comint-last-prompt buffer local.
8721 (comint-last-prompt): New variable.
8722 (comint-last-prompt-overlay): Remove. Superseded by
8723 comint-last-prompt.
8724 (comint-snapshot-last-prompt, comint-output-filter):
8725 Use comint-last-prompt.
8726
8727 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8728
8729 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
8730 (frameset-save): Check validity of the resulting frameset.
8731
8732 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
8733
8734 * ido.el (ido-record-command): Add doc string.
8735
8736 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8737
8738 * frameset.el (frameset): Do not disable creation of the default
8739 frameset-p predicate. Doc fix.
8740 (frameset-valid-p): New function, copied from the old predicate-p.
8741 Add additional checks.
8742 (frameset-restore): Check with frameset-valid-p.
8743 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8744 (frameset-name, frameset-description, frameset-properties)
8745 (frameset-states): Add docstring.
8746 (frameset-session-filter-alist, frameset-persistent-filter-alist)
8747 (frameset-filter-alist): Doc fixes.
8748
8749 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8750
8751 * frameset.el (frameset-p, frameset-prop): Doc fixes.
8752
8753 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8756 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8757 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8758 (byte-compile-normal-call): Remove obsolescence check.
8759
8760 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8761
8762 * frameset.el (frameset-restore): Doc fix.
8763
8764 * register.el (frameset-frame-id, frameset-frame-with-id)
8765 (frameset-p, frameset-restore, frameset-save): Declare.
8766 (register-alist): Document framesets.
8767 (frameset-session-filter-alist): Declare.
8768 (frameset-to-register): New function.
8769 (jump-to-register): Implement jumping to framesets. Doc fix.
8770 (describe-register-1): Describe framesets.
8771
8772 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8773
8774 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
8775
8776 * desktop.el (desktop-save-frameset): Use new frameset-save args.
8777 Use lexical-binding.
8778
8779 * frameset.el (frameset): Use type vector, not list (incompatible
8780 change). Do not declare a new constructor, use the default one.
8781 Upgrade suggested properties `app', `name' and `desc' to slots `app',
8782 `name' and `description', respectively, and add read-only slot
8783 `timestamp'. Doc fixes.
8784 (frameset-copy, frameset-persistent-filter-alist)
8785 (frameset-filter-alist, frameset-switch-to-gui-p)
8786 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8787 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8788 (frameset-filter-iconified, frameset-keep-original-display-p):
8789 Doc fixes.
8790 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8791 Rename from frameset-filter-(save|restore)-param. All callers changed.
8792 Doc fix.
8793 (frameset-p): Adapt to change to vector and be more thorough.
8794 Change arg name to OBJECT. Doc fix.
8795 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
8796 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8797 All callers changed.
8798 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8799 All callers changed.
8800 (frameset--record-minibuffer-relationships): Rename from
8801 frameset--process-minibuffer-frames. All callers changed.
8802 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8803 Use new default constructor (again). Doc fix.
8804 (frameset--find-frame-if): Rename from `frameset--find-frame'.
8805 All callers changed.
8806 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8807 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8808 Doc fix.
8809 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8810 PARAMETERS and WINDOW-STATE, respectively.
8811 (frameset-restore): Add new keyword argument PREDICATE.
8812 Reset frameset--target-display to nil. Doc fix.
8813
8814 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8815
8816 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8817 (bat-mode): Use it.
8818 (bat-mode-syntax-table): Mark \n as end-of-comment.
8819 (bat-font-lock-keywords): Remove comment rule.
8820
8821 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
8822 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
8823
8824 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8825 (byte-compile-callargs-warn): Use `push'.
8826 (byte-compile-arglist-warn): Ignore higher-order "calls".
8827 (byte-compile-file-form-autoload): Use `pcase'.
8828 (byte-compile-function-form): If quoting a symbol, check that it exists.
8829
8830 2013-08-07 Eli Zaretskii <eliz@gnu.org>
8831
8832 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8833 and add a few popular commands found in batch files.
8834 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8835 (dos-mode): Doc fixes.
8836
8837 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8840 (dos-mode): Use setq-local. Add space after "rem".
8841 (dos-mode-syntax-table): Don't use "w" for symbol chars.
8842 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8843
8844 2013-08-07 Arni Magnusson <arnima@hafro.is>
8845
8846 * progmodes/dos.el: New file.
8847 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8848 dos-mode.
8849
8850 2013-08-06 Glenn Morris <rgm@gnu.org>
8851
8852 * calendar/calendar.el: Add new faces, and day-header-array.
8853 (calendar-weekday-header, calendar-weekend-header)
8854 (calendar-month-header): New faces.
8855 (calendar-day-header-construct): New function.
8856 (calendar-day-header-width): Also :set calendar-day-header-array.
8857 (calendar-american-month-header, calendar-european-month-header)
8858 (calendar-iso-month-header): Use calendar- faces.
8859 (calendar-generate-month):
8860 Use calendar-day-header-array for day headers; apply faces to them.
8861 (calendar-mode): Check calendar-font-lock-keywords non-nil.
8862 (calendar-abbrev-construct): Add optional maxlen argument.
8863 (calendar-day-name-array): Doc fix.
8864 (calendar-day-name-array, calendar-abbrev-length)
8865 (calendar-day-abbrev-array):
8866 Also :set calendar-day-header-array, and maybe redraw.
8867 (calendar-day-header-array): New option. (Bug#15007)
8868 (calendar-font-lock-keywords): Set to nil and make obsolete.
8869 (calendar-day-name): Add option to use header array.
8870
8871 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8872
8873 * net/shr.el (shr-render-td): Remove debugging.
8874 (shr-render-td): Make width computation consistent by defaulting
8875 all zero-width columns to 10 characters. This may not be optimal,
8876 but it's at least consistent.
8877 (shr-make-table-1): Redo last change to fix the real problem in
8878 colspan handling.
8879
8880 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8881
8882 * files.el (cache-long-line-scans):
8883 Make obsolete alias to `cache-long-scans'.
8884
8885 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8886
8887 * frameset.el (frameset, frameset-filter-alist)
8888 (frameset-filter-params, frameset-save, frameset--reuse-frame)
8889 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8890 (frameset-compute-pos): Rename from frameset--compute-pos,
8891 and add docstring.
8892 (frameset-move-onscreen): Use frameset-compute-pos.
8893 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8894
8895 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8896 Fix typos in docstrings.
8897
8898 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8899
8900 * frame.el (get-other-frame): Tiny cleanup.
8901
8902 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8903
8904 * vc/vc.el (vc-default-ignore-completion-table):
8905 Silence byte-compiler warning.
8906
8907 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
8908 slot, which can indeed be nil.
8909 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8910 Move entry for `left' from persistent to live filter alist.
8911 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
8912 Doc fixes.
8913 (frameset-filter-params): When restoring a frame, copy items added to
8914 `filtered', to avoid unwittingly modifying the original parameters.
8915 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
8916 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
8917
8918 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
8919 to use looking-at-p instead of looking-at. (Bug#15028)
8920
8921 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 Revert introduction of isearch-filter-predicates (bug#14714).
8924 Rely on add-function instead.
8925 * isearch.el (isearch-filter-predicates): Rename it back to
8926 isearch-filter-predicate.
8927 (isearch-message-prefix): Use advice-function-mapc and advice
8928 properties to get the isearch-message-prefix.
8929 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8930 instead of run-hook-with-args-until-failure.
8931 (isearch-filter-visible): Not obsolete any more.
8932 * loadup.el: Preload nadvice.
8933 * replace.el (perform-replace): Revert to funcall
8934 instead of run-hook-with-args-until-failure.
8935 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8936 * dired-aux.el (dired-isearch-filenames-mode): Rename from
8937 dired-isearch-filenames-toggle; make it into a proper minor mode.
8938 Use add/remove-function.
8939 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8940 Call the minor-mode rather than add/remove-hook.
8941 (dired-isearch-filter-filenames):
8942 Remove isearch-message-prefix property.
8943 * info.el (Info--search-loop): New function, extracted from Info-search.
8944 Funcall isearch-filter-predicate instead of
8945 run-hook-with-args-until-failure isearch-filter-predicates.
8946 (Info-search): Use it.
8947 (Info-mode): Use isearch-filter-predicate instead of
8948 isearch-filter-predicates.
8949
8950 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8951
8952 Do not call to `selected-window' where it is assumed by default.
8953 Affected functions are `window-minibuffer-p', `window-dedicated-p',
8954 `window-hscroll', `window-width', `window-height', `window-buffer',
8955 `window-frame', `window-start', `window-point', `next-window'
8956 and `window-display-table'.
8957 * abbrev.el (abbrev--default-expand):
8958 * bs.el (bs--show-with-configuration):
8959 * buff-menu.el (Buffer-menu-mouse-select):
8960 * calc/calc.el (calc):
8961 * calendar/calendar.el (calendar-generate-window):
8962 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8963 (diary-make-entry):
8964 * comint.el (send-invisible, comint-dynamic-complete-filename)
8965 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8966 * completion.el (complete):
8967 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8968 * disp-table.el (describe-current-display-table):
8969 * doc-view.el (doc-view-insert-image):
8970 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8971 * ehelp.el (with-electric-help):
8972 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8973 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8974 * emacs-lisp/helper.el (Helper-help-scroller):
8975 * emulation/cua-base.el (cua--post-command-handler-1):
8976 * eshell/esh-mode.el (eshell-output-filter):
8977 * ffap.el (ffap-gnus-wrapper):
8978 * help-macro.el (make-help-screen):
8979 * hilit-chg.el (highlight-compare-buffers):
8980 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8981 * hl-line.el (global-hl-line-highlight):
8982 * icomplete.el (icomplete-simple-completing-p):
8983 * isearch.el (isearch-done):
8984 * jit-lock.el (jit-lock-stealth-fontify):
8985 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8986 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8987 * mpc.el (mpc-tagbrowser, mpc):
8988 * net/rcirc.el (rcirc-any-buffer):
8989 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8990 * play/landmark.el (landmark-max-width, landmark-max-height):
8991 * play/zone.el (zone):
8992 * progmodes/compile.el (compilation-goto-locus):
8993 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8994 * progmodes/etags.el (find-tag-other-window):
8995 * progmodes/fortran.el (fortran-column-ruler):
8996 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8997 * progmodes/verilog-mode.el (verilog-point-text):
8998 * reposition.el (reposition-window):
8999 * rot13.el (toggle-rot13-mode):
9000 * server.el (server-switch-buffer):
9001 * shell.el (shell-dynamic-complete-command)
9002 (shell-dynamic-complete-environment-variable):
9003 * simple.el (insert-buffer, set-selective-display)
9004 (delete-completion-window):
9005 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9006 (speedbar-recenter):
9007 * startup.el (fancy-splash-head):
9008 * textmodes/ispell.el (ispell-command-loop):
9009 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9010 * tutorial.el (help-with-tutorial):
9011 * vc/add-log.el (add-change-log-entry):
9012 * vc/compare-w.el (compare-windows):
9013 * vc/ediff-help.el (ediff-indent-help-message):
9014 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9015 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9016 (ediff-setup-control-frame):
9017 * vc/emerge.el (emerge-position-region):
9018 * vc/pcvs-util.el (cvs-bury-buffer):
9019 * window.el (walk-windows, mouse-autoselect-window-select):
9020 * winner.el (winner-set-conf, winner-undo): Related users changed.
9021
9022 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9023
9024 * frameset.el (frameset--set-id): Doc fix.
9025 (frameset-frame-id, frameset-frame-id-equal-p)
9026 (frameset-locate-frame-id): New functions.
9027 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9028 (frameset-restore): Use them.
9029
9030 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9031
9032 Do not call to `selected-frame' where it is assumed by default.
9033 Affected functions are `raise-frame', `redraw-frame',
9034 `frame-first-window', `frame-terminal' and `delete-frame'.
9035 * calendar/appt.el (appt-disp-window):
9036 * epg.el (epg-wait-for-completion):
9037 * follow.el (follow-delete-other-windows-and-split)
9038 (follow-avoid-tail-recenter):
9039 * international/mule.el (set-terminal-coding-system):
9040 * mail/rmail.el (rmail-mail-return):
9041 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9042 * progmodes/f90.el (f90-add-imenu-menu):
9043 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9044 * server.el (server-switch-buffer):
9045 * simple.el (delete-completion-window):
9046 * talk.el (talk):
9047 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9048 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9049 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9050 * vc/ediff.el (ediff-documentation): Related users changed.
9051 * frame.el (selected-terminal): Remove the leftover.
9052
9053 2013-08-05 Glenn Morris <rgm@gnu.org>
9054
9055 * calendar/calendar.el (calendar-generate-month):
9056 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9057 (calendar-generate-month, calendar-font-lock-keywords):
9058 Fix for calendar-day-header-width > length of any day name.
9059
9060 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9061
9062 * desktop.el (desktop-clear): Use new name of sort predicate.
9063
9064 * frameset.el (frameset): Add docstring. Move :version property to its
9065 own `version' slot.
9066 (frameset-copy): Rename from copy-frameset.
9067 (frameset-p): Check more thoroughly.
9068 (frameset-prop): Do not check for :version, which is no longer a prop.
9069 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9070 Use new :never value instead of t.
9071 (frameset-filter-alist): Expand and clarify docstring.
9072 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9073 (frameset-filter-minibuffer, frameset-filter-save-param)
9074 (frameset-filter-restore-param, frameset-filter-iconified):
9075 Add pointer to docstring of frameset-filter-alist.
9076 (frameset-filter-params): Rename filter values to be more meaningful:
9077 :never instead of t, and reverse the meanings of :save and :restore.
9078 (frameset--process-minibuffer-frames): Clarify error message.
9079 (frameset-save): Avoid unnecessary and confusing call to framep.
9080 Use new BOA constructor for framesets.
9081 (frameset--reuse-list): Doc fix.
9082 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9083 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9084 (frameset-minibufferless-first-p): Doc fix.
9085 Rename from frameset-sort-frames-for-deletion.
9086 (frameset-restore): Doc fixes. Use new function names.
9087 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9088
9089 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9090
9091 * desktop.el (desktop-restore-forces-onscreen)
9092 (desktop-restore-reuses-frames): Document :keyword constant values.
9093 (desktop-filter-parameters-alist): Remove, now identical to
9094 frameset-filter-alist.
9095 (desktop--filter-tty*): Remove, moved to frameset.el.
9096 (desktop-save-frameset, desktop-restore-frameset):
9097 Do not pass :filters argument.
9098
9099 * frameset.el (frameset-live-filter-alist)
9100 (frameset-persistent-filter-alist): New variables.
9101 (frameset-filter-alist): Use them. Add autoload cookie.
9102 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9103 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9104 `frameset--id' (it's supposed to be internal to frameset.el).
9105 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9106 (frameset--initial-params): New function.
9107 (frameset--get-frame): Use it. Doc fix.
9108 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9109 Accept :all, not 'all.
9110 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9111 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9112 with fbound symbols. Fix frame id matching, and remove matching ids if
9113 the frame being restored is deleted. Obey :delete.
9114
9115 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * subr.el (macrop): New function.
9118 (text-clone--maintaining): New var.
9119 (text-clone--maintain): Rename from text-clone-maintain. Use it
9120 instead of inhibit-modification-hooks.
9121
9122 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9123 a proxy, so as handle autoloads and redefinitions of the target.
9124 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9125
9126 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9127 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9128 (pcase--mutually-exclusive-p): New function.
9129 (pcase--split-consp): Use it.
9130 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9131 mutually exclusive with the current predicate.
9132
9133 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9134 (edebug-macrop): Remove. Use `macrop' instead.
9135 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9136 (ad-macro-p):
9137 * eshell/esh-cmd.el (eshell-macrop):
9138 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
9139
9140 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9143 (advice-mapc): New function, using it.
9144 (advice-function-member-p): New function.
9145 (advice--normalize): Store the cdr in advice--saved-rewrite since
9146 that's the part that will be changed.
9147 (advice--symbol-function): New function.
9148 (advice-remove): Handle removal before the function is defined.
9149 Adjust to new advice--saved-rewrite.
9150 (advice-member-p): Use advice-function-member-p and
9151 advice--symbol-function.
9152
9153 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9154
9155 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9156 (frameset-filter-minibuffer): Doc fix.
9157 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
9158 (frameset--set-id, frameset--process-minibuffer-frames)
9159 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9160 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9161
9162 * desktop.el (desktop-clear): Only delete frames when called
9163 interactively and desktop-restore-frames is non-nil. Doc fix.
9164 (desktop-read): Set desktop-saved-frameset to nil.
9165
9166 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
9167
9168 * vc/vc.el (vc-ignore): Rewrite.
9169 (vc-default-ignore-completion-table, vc--read-lines)
9170 (vc--add-line, vc--remove-regexp): New functions.
9171
9172 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9173 (vc-svn-ignore-completion-table): New function.
9174
9175 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9176 (vc-hg-ignore-completion-table)
9177 (vc-hg-find-ignore-file): New functions.
9178
9179 * vc/vc-git.el (vc-git-ignore): Rewrite.
9180 (vc-git-ignore-completion-table)
9181 (vc-git-find-ignore-file): New functions.
9182
9183 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9184
9185 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9186 (vc-bzr-ignore-completion-table)
9187 (vc-bzr-find-ignore-file): New functions.
9188
9189 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
9190
9191 * frameset.el (frameset-prop): New function and setter.
9192 (frameset-save): Do not modify frame list passed by the caller.
9193
9194 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9197
9198 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9199
9200 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9201 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9202
9203 * custom.el (custom-initialize-default, custom-initialize-set)
9204 (custom-initialize-reset, custom-initialize-changed): Affect the
9205 toplevel-default-value (bug#6275, bug#14586).
9206 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9207 for bug#6275.
9208
9209 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9210
9211 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9212 Add cl-def* expressions.
9213
9214 * frameset.el (frameset-filter-params): Fix order of arguments.
9215
9216 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9217
9218 Move code related to saving frames to frameset.el.
9219 * desktop.el: Require frameset.
9220 (desktop-restore-frames): Doc fix.
9221 (desktop-restore-reuses-frames): Rename from
9222 desktop-restoring-reuses-frames.
9223 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9224 (desktop-clear): Clear frames too.
9225 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9226 (desktop--filter-tty*, desktop-save, desktop-read):
9227 Use frameset functions.
9228 (desktop-before-saving-frames-functions, desktop--filter-*-color)
9229 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9230 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9231 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9232 (desktop--process-minibuffer-frames, desktop-save-frames)
9233 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9234 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9235 (desktop--sort-states, desktop-restoring-frames-p)
9236 (desktop-restore-frames): Remove. Most code moved to frameset.el.
9237 (desktop-restoring-frameset-p, desktop-restore-frameset)
9238 (desktop--check-dont-save, desktop-save-frameset): New functions.
9239 (desktop--app-id): New constant.
9240 (desktop-first-buffer, desktop-buffer-ok-count)
9241 (desktop-buffer-fail-count): Move before first use.
9242 * frameset.el: New file.
9243
9244 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9245
9246 * files.el: Use lexical-binding.
9247 (dir-locals-read-from-file): Remove unused `err' variable.
9248 (hack-dir-local-variables--warned-coding): New var.
9249 (hack-dir-local-variables): Use it to avoid repeated warnings.
9250 (make-backup-file-name--default-function): New function.
9251 (make-backup-file-name-function): Use it as default.
9252 (buffer-stale--default-function): New function.
9253 (buffer-stale-function): Use it as default.
9254 (revert-buffer-insert-file-contents--default-function): New function.
9255 (revert-buffer-insert-file-contents-function): Use it as default.
9256 (insert-directory): Avoid add-to-list.
9257
9258 * autorevert.el (auto-revert-handler): Simplify.
9259 Use buffer-stale--default-function.
9260
9261 2013-08-01 Tassilo Horn <tsdh@gnu.org>
9262
9263 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9264
9265 * whitespace.el (whitespace-ensure-local-variables): New function.
9266 (whitespace-cleanup-region): Call it.
9267 (whitespace-turn-on): Call it.
9268
9269 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
9270
9271 Complete file name handlers.
9272
9273 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9274 (tramp-handle-verify-visited-file-modtime)
9275 (tramp-handle-file-notify-rm-watch): New functions.
9276 (tramp-call-process): Do not bind `default-directory'.
9277
9278 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9279 Order alphabetically.
9280 <access-file, add-name-to-file, dired-call-process>:
9281 <dired-compress-file, file-acl, file-notify-rm-watch>:
9282 <file-ownership-preserved-p, file-selinux-context>:
9283 <make-directory-internal, make-symbolic-link, set-file-acl>:
9284 <set-file-selinux-context, set-visited-file-modtime>:
9285 <verify-visited-file-modtime>: Add handler.
9286 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9287
9288 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9289 <file-notify-add-watch, file-notify-rm-watch>:
9290 <set-file-times, set-visited-file-modtime>:
9291 <verify-visited-file-modtime>: Add handler.
9292 (with-tramp-gvfs-error-message)
9293 (tramp-gvfs-handle-set-visited-file-modtime)
9294 (tramp-gvfs-fuse-file-name): Remove.
9295 (tramp-gvfs-handle-file-notify-add-watch)
9296 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9297 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9298
9299 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9300 Order alphabetically.
9301 <file-notify-rm-watch>: Use default Tramp handler.
9302 <executable-find>: Remove private handler.
9303 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9304 `default-directory'.
9305 (tramp-sh-handle-executable-find)
9306 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9307 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9308 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9309 Do not use `format' in `tramp-message'.
9310
9311 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9312 <file-notify-rm-watch, set-visited-file-modtime>:
9313 <verify-visited-file-modtime>: Add handler.
9314 (tramp-smb-call-winexe): Do not bind `default-directory'.
9315
9316 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
9317
9318 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9319
9320 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
9321
9322 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9323 use it.
9324 (log-view-diff-changeset): Same.
9325 (log-view-diff-common): Call backend command `previous-revision'
9326 to find out the previous revision, in both cases. Swap the
9327 variables `to' and `fr', so that `fr' usually refers to the
9328 earlier revision (Bug#14989).
9329
9330 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
9331
9332 * ibuf-ext.el (ibuffer-filter-by-filename):
9333 Make it work with dired buffers too.
9334
9335 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
9336
9337 * emacs-lisp/re-builder.el (reb-color-display-p):
9338 * files.el (save-buffers-kill-terminal):
9339 * net/browse-url.el (browse-url):
9340 * server.el (server-save-buffers-kill-terminal):
9341 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9342 Prefer nil to selected-frame for the first arg of frame-parameter.
9343
9344 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
9345
9346 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9347
9348 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
9349
9350 * minibuffer.el (completion--twq-all): Try and preserve each
9351 completion's case choice (bug#14907).
9352
9353 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9354
9355 * net/network-stream.el (open-network-stream): Mention the new
9356 :nogreeting parameter.
9357 (network-stream-open-starttls): Use the :nogreeting parameter
9358 (bug#14938).
9359
9360 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9361
9362 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9363 more natural than popping.
9364
9365 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9366 (shr-urlify): Highlight under mouse.
9367
9368 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9369
9370 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9371
9372 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9373
9374 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
9375 buffer for output.
9376
9377 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
9378 point-min==1. Fix search string. Fix parentheses missing.
9379
9380 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
9381 assume point-min==1. Fix search string. Fix parentheses missing.
9382
9383 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9384
9385 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
9386 buffer for output.
9387
9388 2013-07-29 Eli Zaretskii <eliz@gnu.org>
9389
9390 * frame.el (frame-notice-user-settings): Avoid inflooping when the
9391 initial frame is minibuffer-less. (Bug#14841)
9392
9393 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
9394
9395 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9396 option.
9397
9398 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9399 (tramp-maybe-open-connection): Use it.
9400
9401 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9402
9403 * desktop.el (desktop--make-frame): Include `minibuffer' in the
9404 minimal set of parameters passed when creating a frame, because
9405 the minibuffer status of a frame cannot be changed later.
9406
9407 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
9408
9409 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9410 replace-regexp-in-string and inadvertent omissions in previous change.
9411 (todo-filter-items): Ensure only file names are comma-separated in
9412 name of filtered items buffer.
9413
9414 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9415
9416 * desktop.el: Optionally force offscreen frames back onscreen.
9417 (desktop-restoring-reuses-frames): New option.
9418 (desktop--compute-pos, desktop--move-onscreen): New functions.
9419 (desktop--make-frame): Use desktop--move-onscreen.
9420
9421 2013-07-27 Alan Mackenzie <acm@muc.de>
9422
9423 Fontify a Java generic method as a function.
9424 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9425 value to t.
9426
9427 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
9428
9429 * calendar/todo-mode.el: Add command to rename todo files.
9430 (todo-rename-file): New command.
9431 (todo-key-bindings-t): Add key binding for it. Change the
9432 bindings of todo-filter-regexp-items(-multifile) to use `x'
9433 instead of `r', since the latter is better suited to the new
9434 renaming command.
9435
9436 2013-07-27 Alan Mackenzie <acm@muc.de>
9437
9438 Make Java try-with-resources statement parse properly.
9439 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9440 (c-block-stmt-1-2-key): New language constants/variables.
9441 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9442 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9443 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9444 with c-block-stmt-1-2-key.
9445
9446 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
9447
9448 * desktop.el (desktop--make-frame): Apply most frame parameters after
9449 creating the frame to force (partially or totally) offscreen frames to
9450 be restored as such.
9451
9452 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
9453
9454 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9455 (Bug#14948)
9456
9457 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9458
9459 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9460 `base' arg of backtrace-frame.
9461
9462 2013-07-26 Eli Zaretskii <eliz@gnu.org>
9463
9464 * simple.el (list-processes): Doc fix.
9465
9466 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9467
9468 * desktop.el (desktop--select-frame):
9469 Try harder to reuse existing frames.
9470
9471 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9474 (edebug-eval): Use backtrace-eval.
9475 (edebug--display, edebug--recursive-edit): Don't let-bind the
9476 edebug-outer-* vars that keep track of variables we locally let-bind.
9477 (edebug-outside-excursion): Don't restore outside values of locally
9478 let-bound vars.
9479 (edebug--display): Use user-error.
9480 (cl-lexical-debug, cl-debug-env): Remove.
9481
9482 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9483
9484 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9485 are restored to be sure that they are visible before deleting any
9486 remaining ones.
9487
9488 2013-07-26 Matthias Meulien <orontee@gmail.com>
9489
9490 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9491 vc-print-root-log. (Bug#14948)
9492
9493 2013-07-26 Richard Stallman <rms@gnu.org>
9494
9495 Add aliases for encrypting mail.
9496 * epa.el (epa-mail-aliases): New option.
9497 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9498 Bind inhibit-read-only so read-only text doesn't ruin everything.
9499 (epa-mail-default-recipients): New subroutine broken out.
9500 Handle epa-mail-aliases.
9501
9502 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 Add support for lexical variables to the debugger's `e' command.
9505 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9506 vars, except for debugger-outer-match-data.
9507 (debugger-frame-number): Move check for "on a function call" from
9508 callers into it. Add `skip-base' argument.
9509 (debugger-frame, debugger-frame-clear): Simplify accordingly.
9510 (debugger-env-macro): Only reset the state stored in non-variables,
9511 i.e. current-buffer and match-data.
9512 (debugger-eval-expression): Rewrite using backtrace-eval.
9513 * subr.el (internal--called-interactively-p--get-frame): Remove.
9514 (called-interactively-p):
9515 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9516 `base' arg of backtrace-frame instead.
9517
9518 2013-07-26 Glenn Morris <rgm@gnu.org>
9519
9520 * align.el (align-regexp): Doc fix. (Bug#14857)
9521 (align-region): Explicit error if subexpression missing/does not match.
9522
9523 * simple.el (global-visual-line-mode):
9524 Do not duplicate the mode lighter. (Bug#14858)
9525
9526 2013-07-25 Martin Rudalics <rudalics@gmx.at>
9527
9528 * window.el (display-buffer): In display-buffer bind
9529 split-window-keep-point to t, bug#14829.
9530
9531 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9532
9533 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9534 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9535 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9536 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9537 Change accordingly.
9538 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9539 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9540
9541 2013-07-25 Glenn Morris <rgm@gnu.org>
9542
9543 * dired-x.el (dired-mark-extension): Convert comment to doc string.
9544
9545 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9546
9547 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9548 parameter to modify-frame-parameters if the value has not changed;
9549 this is a workaround for bug#14949.
9550 (desktop--make-frame): On cl-delete-if call, check parameter name,
9551 not full parameter.
9552
9553 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9554
9555 * vc/vc.el (vc-ignore): New function.
9556
9557 * vc/vc-svn.el (vc-svn-ignore): New function.
9558
9559 * vc/vc-hg.el (vc-hg-ignore): New function.
9560
9561 * vc/vc-git.el (vc-git-ignore): New function.
9562
9563 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9564 (vc-dir-ignore): New function.
9565
9566 * vc/vc-cvs.el (vc-cvs-ignore): New function.
9567 (cvs-append-to-ignore): Move here from pcvs.el.
9568
9569 * vc/vc-bzr.el (vc-bzr-ignore): New function.
9570
9571 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9572
9573 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
9574
9575 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9576 (desktop-restore-frames): Warn when deleting an existing frame failed.
9577
9578 2013-07-24 Glenn Morris <rgm@gnu.org>
9579
9580 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
9581
9582 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
9583
9584 * filenotify.el (file-notify-supported-p):
9585 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9586 Remove functions.
9587
9588 * autorevert.el (auto-revert-use-notify)
9589 (auto-revert-notify-add-watch):
9590 * net/tramp.el (tramp-file-name-for-operation):
9591 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9592 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9593 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9594 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9595 Remove `file-notify-supported-p' entry.
9596
9597 2013-07-24 Glenn Morris <rgm@gnu.org>
9598
9599 * printing.el: Replace all uses of deleted ps-windows-system,
9600 ps-lp-system, ps-flatten-list with lpr- versions.
9601
9602 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9605 checked with memq (bug#14935).
9606
9607 * files.el (revert-buffer-function): Use a non-nil default.
9608 (revert-buffer-preserve-modes): Declare var to
9609 provide access to the `preserve-modes' argument.
9610 (revert-buffer): Let-bind it.
9611 (revert-buffer--default): New function, extracted from revert-buffer.
9612
9613 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 * lpr.el: Signal print errors more prominently.
9616 (print-region-function): Don't default to nil.
9617 (lpr-print-region): New function, extracted from print-region-1.
9618 Check lpr's return value and signal an error in case of problem.
9619 (print-region-1): Use it.
9620 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
9621 versions instead.
9622 (ps-printer-name): Default to nil.
9623 (ps-printer-name-option): Default to lpr-printer-switch.
9624 (ps-print-region-function): Don't default to nil.
9625 (ps-postscript-code-directory): Simplify default.
9626 (ps-do-despool): Use lpr-print-region to properly check the outcome.
9627 (ps-string-list, ps-eval-switch, ps-flatten-list)
9628 (ps-flatten-list-1): Remove.
9629 (ps-multibyte-buffer): Avoid setq.
9630 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9631 (print-region-function, ps-print-region-function): Don't set them here.
9632
9633 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
9634
9635 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9636 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9637 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9638 (ido-decorations): Doc fix.
9639
9640 * ansi-color.el: Fix old URL.
9641
9642 2013-07-23 Michael R. Mauger <michael@mauger.com>
9643
9644 * progmodes/sql.el: Version 3.3
9645 (sql-product-alist): Improve oracle :prompt-cont-regexp.
9646 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9647 (sql-interactive-remove-continuation-prompt): Rewrite, use
9648 functions above. Fix continuation prompt and complete output line
9649 handling.
9650 (sql-redirect-one, sql-execute): Use `read-only-mode' on
9651 redirected output buffer.
9652 (sql-mode): Restore deleted code (Bug#13591).
9653
9654 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9655
9656 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9657
9658 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
9659
9660 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9661
9662 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9663 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9664 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9665
9666 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9667
9668 * desktop.el (desktop-clear): Simplify; remove useless checks
9669 against invalid buffer names.
9670 (desktop-list*): Use cl-list*.
9671 (desktop-buffer-info, desktop-create-buffer): Simplify.
9672
9673 2013-07-23 Leo Liu <sdl.web@gmail.com>
9674
9675 * bookmark.el (bookmark-make-record): Restore NAME as a default
9676 value. (Bug#14933)
9677
9678 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9679
9680 * emacs-lisp/autoload.el (autoload--setup-output): New function,
9681 extracted from autoload--insert-text.
9682 (autoload--insert-text): Remove.
9683 (autoload--print-cookie-text): New function, extracted from
9684 autoload--insert-cookie-text.
9685 (autoload--insert-cookie-text): Remove.
9686 (autoload-generate-file-autoloads): Adjust calls accordingly.
9687
9688 * winner.el (winner-hook-installed-p): Remove.
9689 (winner-mode): Simplify accordingly.
9690
9691 * subr.el (add-to-list): Fix compiler-macro when `append' is
9692 not constant. Don't use `cl-member' for the base case.
9693
9694 * progmodes/subword.el: Fix boundary case (bug#13758).
9695 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
9696 own group.
9697 (subword-backward-regexp): Make it a constant.
9698 (subword-forward-internal): Don't treat a trailing capital as the
9699 beginning of a word.
9700
9701 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
9702
9703 * emacs-lisp/package.el (package-menu-mode): Don't modify the
9704 global value of tabulated-list-revert-hook (bug#14930).
9705
9706 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
9707
9708 * desktop.el: Require 'cl-lib.
9709 (desktop-before-saving-frames-functions): New hook.
9710 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9711 for frames being saved. Rename from desktop--save-minibuffer-frames.
9712 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9713 Do not save frames with non-nil `desktop-dont-save' parameter.
9714 Filter out deleted frames.
9715 (desktop--find-frame): Use cl-find-if.
9716 (desktop--select-frame): Use cl-(first|second|third) to access values
9717 of desktop-mini.
9718 (desktop--make-frame): Use cl-delete-if.
9719 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9720 (desktop-restore-frames): Use cl-(first|second|third) to access values
9721 of desktop-mini. Look for visible frame at the end, not while
9722 restoring frames.
9723
9724 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9725 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9726 Use string-match-p, looking-at-p (bug#14927).
9727
9728 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
9729
9730 * desktop.el (desktop-saved-frame-states):
9731 Rename from desktop--saved-states; all users changed.
9732 (desktop-save-frames): Rename from desktop--save-frames.
9733 Do not save state to desktop file.
9734 (desktop-save): Save desktop-saved-frame-states to desktop file
9735 and reset to nil.
9736 (desktop-restoring-frames-p): New function.
9737 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
9738 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
9739 buffer-lists when restoring frames. Suggested by Martin Rudalics.
9740
9741 * desktop.el: Correctly restore iconified frames.
9742 (desktop--filter-iconified-position): New function.
9743 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9744
9745 2013-07-20 Glenn Morris <rgm@gnu.org>
9746
9747 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9748 Let `message' do the formatting.
9749 (def-gdb-preempt-display-buffer): Add explicit format.
9750
9751 * image-dired.el (image-dired-track-original-file):
9752 Use with-current-buffer.
9753 (image-dired-track-thumbnail): Use with-current-buffer.
9754 Avoid changing point of wrong window.
9755
9756 * image-dired.el (image-dired-track-original-file):
9757 Avoid changing point of wrong window. (Bug#14909)
9758
9759 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
9760
9761 * progmodes/gdb-mi.el (gdb-done-or-error):
9762 Guard against "%" in gdb output. (Bug#14127)
9763
9764 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
9765
9766 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9767 (Bug#14826)
9768
9769 * international/mule.el (coding-system-iso-2022-flags): Fix last
9770 change.
9771
9772 2013-07-20 Kenichi Handa <handa@gnu.org>
9773
9774 * international/mule.el (coding-system-iso-2022-flags):
9775 Add `8-bit-level-4'. (Bug#8522)
9776
9777 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9778
9779 * net/shr.el (shr-mouse-browse-url): New command and keystroke
9780 (bug#14815).
9781
9782 * net/eww.el (eww-process-text-input): Allow inputting when the
9783 point is at the start of the line, as the properties aren't
9784 front-sticky.
9785
9786 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9787 degenerate widths.
9788
9789 2013-07-19 Richard Stallman <rms@gnu.org>
9790
9791 * epa.el (epa-popup-info-window): Doc fix.
9792
9793 * subr.el (split-string): New arg TRIM.
9794
9795 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
9796
9797 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9798 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9799
9800 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
9801
9802 * filenotify.el (file-notify--library): Rename from
9803 `file-notify-support'. Do not autoload. Adapt all uses.
9804 (file-notify-supported-p): New defun.
9805
9806 * autorevert.el (auto-revert-use-notify):
9807 Use `file-notify-supported-p' instead of `file-notify-support'.
9808 Adapt docstring.
9809 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9810
9811 * net/tramp.el (tramp-file-name-for-operation):
9812 Add `file-notify-supported-p'.
9813
9814 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9815 New defun.
9816 (tramp-sh-file-name-handler-alist): Add it as handler for
9817 `file-notify-supported-p '.
9818
9819 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9820 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9821 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9822 Add `ignore' as handler for `file-notify-*' functions.
9823
9824 2013-07-17 Eli Zaretskii <eliz@gnu.org>
9825
9826 * simple.el (line-move-partial, line-move): Don't start vscroll or
9827 scroll-up if the current line is not taller than the window.
9828 (Bug#14881)
9829
9830 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
9831
9832 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9833 highlight question marks in the method names as strings.
9834 (ruby-block-beg-keywords): Inline.
9835 (ruby-font-lock-keyword-beg-re): Extract from
9836 `ruby-font-lock-keywords'.
9837
9838 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
9839
9840 * frame.el (blink-cursor-blinks): New defcustom.
9841 (blink-cursor-blinks-done): New defvar.
9842 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9843 (blink-cursor-timer-function): Check if number of blinks has been
9844 done on X and NS.
9845 (blink-cursor-suspend, blink-cursor-check): New defuns.
9846
9847 2013-07-15 Glenn Morris <rgm@gnu.org>
9848
9849 * edmacro.el (edmacro-format-keys): Fix previous change.
9850
9851 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
9852
9853 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9854 The hack didn't work outside English locales anyway.
9855
9856 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
9857
9858 * simple.el (define-alternatives): Rename from alternatives-define,
9859 per RMS' suggestion.
9860
9861 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
9862
9863 * desktop.el (desktop-restore-frames): Change default to t.
9864 (desktop-restore-in-current-display): Now offer more options.
9865 (desktop-restoring-reuses-frames): New customization option.
9866 (desktop--saved-states): Doc fix.
9867 (desktop-filter-parameters-alist): New variable, renamed and expanded
9868 from desktop--excluded-frame-parameters.
9869 (desktop--target-display): New variable.
9870 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9871 (desktop--filter-tty*, desktop--filter-*-color)
9872 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9873 (desktop--filter-save-desktop-parm)
9874 (desktop-restore-in-original-display-p): New functions.
9875 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9876 (desktop--save-minibuffer-frames): New function, inspired by a similar
9877 function from Martin Rudalics.
9878 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9879 (desktop--restore-in-this-display-p): Remove.
9880 (desktop--find-frame): Rename from desktop--find-frame-in-display
9881 and add predicate argument.
9882 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9883 (desktop--reuse-list): New variable.
9884 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9885 New functions.
9886 (desktop--restore-frames): Add support for "minibuffer-special" frames.
9887
9888 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
9889
9890 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9891
9892 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
9893
9894 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9895 Highlight conversion methods on Kernel.
9896
9897 2013-07-13 Alan Mackenzie <acm@muc.de>
9898
9899 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
9900 and comment it out. This out-commenting enables certain C++
9901 declarations to be parsed correctly.
9902
9903 2013-07-13 Eli Zaretskii <eliz@gnu.org>
9904
9905 * international/mule.el (define-coding-system): Doc fix.
9906
9907 * simple.el (default-font-height): Don't call font-info if the
9908 frame's default font didn't change since the frame was created.
9909 (Bug#14838)
9910
9911 2013-07-13 Leo Liu <sdl.web@gmail.com>
9912
9913 * ido.el (ido-read-file-name): Guard against non-symbol value.
9914
9915 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9916
9917 * progmodes/python.el (python-imenu--build-tree): Fix corner case
9918 in nested defuns.
9919
9920 2013-07-13 Leo Liu <sdl.web@gmail.com>
9921
9922 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
9923 ido-set-matches call. (Bug#6852)
9924
9925 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
9926
9927 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
9928 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9929 Ruby 2.0.
9930 (ruby-font-lock-keywords): Distinguish calls to functions with
9931 module-like names from module references. Highlight character
9932 literals.
9933
9934 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
9935
9936 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
9937 (gdb-send): Handle continued commands. (Bug#14847)
9938
9939 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9940
9941 * desktop.el (desktop--v2s): Remove unused local variable.
9942 (desktop-save-buffer): Make defvar-local; adjust docstring.
9943 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9944 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9945
9946 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
9947
9948 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9949
9950 2013-07-12 Eli Zaretskii <eliz@gnu.org>
9951
9952 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9953 (Bug#14842)
9954
9955 2013-07-12 Glenn Morris <rgm@gnu.org>
9956
9957 * doc-view.el: Require cl-lib at runtime too.
9958 (doc-view-remove-if): Remove.
9959 (doc-view-search-next-match, doc-view-search-previous-match):
9960 Use cl-remove-if.
9961
9962 * edmacro.el: Require cl-lib at runtime too.
9963 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9964 (edmacro-mismatch, edmacro-subseq): Remove.
9965
9966 * shadowfile.el: Require cl-lib.
9967 (shadow-remove-if): Remove.
9968 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9969 Use cl-remove-if.
9970
9971 * wid-edit.el: Require cl-lib.
9972 (widget-choose): Use cl-remove-if.
9973 (widget-remove-if): Remove.
9974
9975 * progmodes/ebrowse.el: Require cl-lib at runtime too.
9976 (ebrowse-delete-if-not): Remove.
9977 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9978 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9979 Use cl-delete-if-not.
9980
9981 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9982
9983 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9984 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9985
9986 2013-07-12 Leo Liu <sdl.web@gmail.com>
9987
9988 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
9989
9990 2013-07-11 Glenn Morris <rgm@gnu.org>
9991
9992 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9993 (edebug-gensym-index, edebug-gensym):
9994 Remove reimplementation of cl-gensym.
9995 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9996
9997 * thumbs.el: Require cl-lib at run-time too.
9998 (thumbs-gensym-counter, thumbs-gensym):
9999 Remove reimplementation of cl-gensym.
10000 (thumbs-temp-file): Use cl-gensym.
10001
10002 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10003 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10004 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10005 (ert--union, ert--gensym-counter, ert--gensym-counter)
10006 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10007 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10008 (ert-make-test-unbound, ert--expand-should-1)
10009 (ert--expand-should, ert--should-error-handle-error)
10010 (should-error, ert--explain-equal-rec)
10011 (ert--plist-difference-explanation, ert-select-tests)
10012 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10013 Use cl-lib functions rather than reimplementations.
10014
10015 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10016
10017 * net/tramp.el (tramp-methods): Extend docstring.
10018 (tramp-connection-timeout): New defcustom.
10019 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10020 (with-tramp-progress-reporter): Simplify.
10021 (tramp-process-actions): Improve messages.
10022
10023 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10024 * net/tramp-sh.el (tramp-maybe-open-connection):
10025 Use `tramp-connection-timeout'.
10026 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10027 (Bug#14808)
10028
10029 2013-07-11 Leo Liu <sdl.web@gmail.com>
10030
10031 * ido.el (ido-read-file-name): Conform to the requirements of
10032 read-file-name. (Bug#11861)
10033 (ido-read-directory-name): Conform to the requirements of
10034 read-directory-name.
10035
10036 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10037
10038 * subr.el (delay-warning): New function.
10039
10040 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10041
10042 * simple.el (default-line-height): New function.
10043 (line-move-partial, line-move): Use it instead of computing the
10044 line height inline.
10045 (line-move-partial): Always compute ROWH. If the last line is
10046 partially-visible, but its text is completely visible, allow
10047 cursor to enter such a partially-visible line.
10048
10049 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10050
10051 Improve error messages. (Bug#14808)
10052
10053 * net/tramp.el (tramp-current-connection): New defvar, moved from
10054 tramp-sh.el.
10055 (tramp-message-show-progress-reporter-message): Remove, not
10056 needed anymore.
10057 (tramp-error-with-buffer): Show message in minibuffer.
10058 Discard input before waiting. Reset connection timestamp.
10059 (with-tramp-progress-reporter): Improve messages.
10060 (tramp-process-actions): Use progress reporter. Delete process in
10061 case of error. Improve messages.
10062
10063 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10064 Call `tramp-error-with-buffer' with vector and buffer.
10065 (tramp-current-connection): Remove.
10066 (tramp-maybe-open-connection): The car of
10067 `tramp-current-connection' are the first 3 slots of the vector.
10068
10069 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10070
10071 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10072 inside continued strings.
10073
10074 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10075
10076 Timestamp fixes for undo (Bug#14824).
10077 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10078
10079 2013-07-10 Leo Liu <sdl.web@gmail.com>
10080
10081 * files.el (require-final-newline): Allow safe local value.
10082 (Bug#14834)
10083
10084 2013-07-09 Leo Liu <sdl.web@gmail.com>
10085
10086 * ido.el (ido-read-directory-name): Handle fallback.
10087 (ido-read-file-name): Update DIR to ido-current-directory.
10088 (Bug#1516)
10089 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10090
10091 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10092
10093 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10094 "autoload". Remove "warn lower camel case" section, previously
10095 commented out. Highlight negation char. Do not highlight the
10096 target in singleton method definitions.
10097
10098 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10099
10100 * faces.el (tty-setup-hook): Declare the hook.
10101
10102 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10103 and detect when a guard/pred depends on local vars (bug#14773).
10104 (pcase--u1): Adjust caller.
10105
10106 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10107
10108 * simple.el (line-move-partial, line-move): Account for
10109 line-spacing.
10110 (line-move-partial): Avoid setting vscroll when the last
10111 partially-visible line in window is of default height.
10112
10113 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10114
10115 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10116 been used a while.
10117
10118 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10119
10120 * subr.el (read-quoted-char): Remove unused local variable `char'.
10121
10122 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10123
10124 * ediff.el (ediff-version): Version update.
10125 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10126 (ediff-merge-with-ancestor-command, ediff-directories-command)
10127 (ediff-directories3-command, ediff-merge-directories-command)
10128 (ediff-merge-directories-with-ancestor-command): New functions.
10129 All are command-line interfaces to ediff: to facilitate calling
10130 Emacs with the appropriate ediff functions invoked.
10131
10132 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10133 (viper-save-kill-buffer): Check if buffer is modified.
10134
10135 * viper.el (viper-version): Version update.
10136 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10137
10138 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10139
10140 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10141 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10142 (viper-intercept-ESC-key): Simplify.
10143 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10144 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10145 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10146 (viper-setup-ESC-to-escape): New functions.
10147 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10148 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
10149
10150 2013-07-07 Eli Zaretskii <eliz@gnu.org>
10151
10152 * simple.el (default-font-height, window-screen-lines):
10153 New functions.
10154 (line-move, line-move-partial): Use them instead of
10155 frame-char-height and window-text-height. This makes scrolling
10156 text smoother when the buffer's default face uses a font that is
10157 different from the frame's default font.
10158
10159 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
10160
10161 * files.el (write-file): Do not display confirm dialog for NS,
10162 it does its own dialog, which can't be canceled (Bug#14578).
10163
10164 2013-07-06 Eli Zaretskii <eliz@gnu.org>
10165
10166 * simple.el (line-move-partial): Adjust the row returned by
10167 posn-at-point for the current window-vscroll. (Bug#14567)
10168
10169 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
10170
10171 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10172 (tramp-sh-file-inotifywait-process-filter): Handle file names with
10173 spaces.
10174
10175 2013-07-06 Martin Rudalics <rudalics@gmx.at>
10176
10177 * window.el (window-state-put-stale-windows): New variable.
10178 (window--state-put-2): Save list of windows without matching buffer.
10179 (window-state-put): Remove "bufferless" windows if possible.
10180
10181 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10182
10183 * simple.el (alternatives-define): Remove leftover :group keyword.
10184 Tweak docstring.
10185
10186 2013-07-06 Leo Liu <sdl.web@gmail.com>
10187
10188 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10189 (ido-enable-virtual-buffers): New variable.
10190 (ido-buffer-internal, ido-toggle-virtual-buffers)
10191 (ido-make-buffer-list): Use it.
10192 (ido-exhibit): Support turning on and off virtual buffers
10193 automatically.
10194
10195 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10196
10197 * simple.el (alternatives-define): New macro.
10198
10199 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10200
10201 * subr.el (read-quoted-char): Use read-key.
10202 (sit-for): Let read-event decode tty input (bug#14782).
10203
10204 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
10205
10206 * calendar/todo-mode.el: Add handling of file deletion, both by
10207 mode command and externally. Fix various related bugs.
10208 Clarify Commentary and improve some documentation strings and code.
10209 (todo-delete-file): New command.
10210 (todo-check-file): New function.
10211 (todo-show): Handle external deletion of the file we're trying to
10212 show (bug#14688). Replace called-interactively-p by an optional
10213 prefix argument to avoid problematic interaction with catch form
10214 when byte compiled (bug#14702).
10215 (todo-quit): Handle external deletion of the archive's todo file.
10216 Make sure the buffer that was visiting the archive file is still
10217 live before trying to bury it.
10218 (todo-category-completions): Handle external deletion of any
10219 category completion files.
10220 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10221 of todo files, in case of external deletion.
10222 (todo-add-file): Replace unnecessary setq by let-binding.
10223 (todo-find-archive): Check whether there are any archives.
10224 Replace unnecessary setq by let-binding.
10225 (todo-archive-done-item): Use find-file-noselect to get the
10226 archive buffer whether or not the archive already exists.
10227 Remove superfluous code. Use file size instead of buffer-file-name to
10228 check if the archive is new; if it is, update list of archives.
10229 (todo-default-todo-file): Allow nil to be a valid value for when
10230 there are no todo files.
10231 (todo-reevaluate-default-file-defcustom): Use corrected definition
10232 of todo-default-todo-file.
10233 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10234 (todo-delete-category, todo-show-categories-table)
10235 (todo-category-number): Clarify comment.
10236 (todo-filter-items): Clarify documentation string.
10237 (todo-show-current-file, todo-display-as-todo-file)
10238 (todo-reset-and-enable-done-separator): Tweak documentation string.
10239 (todo-done-separator): Make separator length window-width, since
10240 bug#2749 is now fixed.
10241
10242 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
10243
10244 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10245 Support both "gvfs-monitor-dir" and "inotifywait".
10246 (tramp-sh-file-inotifywait-process-filter): Rename from
10247 `tramp-sh-file-notify-process-filter'.
10248 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10249 (tramp-get-remote-gvfs-monitor-dir): New defuns.
10250
10251 2013-07-05 Leo Liu <sdl.web@gmail.com>
10252
10253 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10254
10255 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10256
10257 * frame.el (display-pixel-height, display-pixel-width)
10258 (display-mm-height, display-mm-width): Mention behavior on
10259 multi-monitor setups in docstrings.
10260 (w32-display-monitor-attributes-list): Declare function.
10261 (display-monitor-attributes-list): Use it.
10262
10263 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
10264
10265 * filenotify.el: New package.
10266
10267 * autorevert.el (top): Require filenotify.el.
10268 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
10269 instead.
10270 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10271 (auto-revert-notify-handler): Use `file-notify-*' functions.
10272
10273 * subr.el (file-notify-handle-event): Move function to filenotify.el.
10274
10275 * net/tramp.el (tramp-file-name-for-operation):
10276 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10277
10278 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10279 for `file-notify-add-watch' and `file-notify-rm-watch'.
10280 (tramp-process-sentinel): Improve trace.
10281 (tramp-sh-handle-file-notify-add-watch)
10282 (tramp-sh-file-notify-process-filter)
10283 (tramp-sh-handle-file-notify-rm-watch)
10284 (tramp-get-remote-inotifywait): New defuns.
10285
10286 2013-07-03 Juri Linkov <juri@jurta.org>
10287
10288 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10289 call of `occur-read-primary-args' to interactive spec.
10290
10291 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10292 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
10293
10294 2013-07-03 Matthias Meulien <orontee@gmail.com>
10295
10296 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10297 `Buffer-menu-multi-occur'. Add it to the menu.
10298 (Buffer-menu-mode): Document it in docstring.
10299 (Buffer-menu-multi-occur): New command. (Bug#14673)
10300
10301 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10302
10303 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10304 keywords and built-ins.
10305
10306 2013-07-03 Glenn Morris <rgm@gnu.org>
10307
10308 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
10309
10310 Make info-xref checks case-sensitive by default
10311 * info.el (Info-find-node, Info-find-in-tag-table)
10312 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10313 Add option for exact case matching of nodes.
10314 * info-xref.el (info-xref): New custom group.
10315 (info-xref-case-fold): New option.
10316 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10317
10318 2013-07-03 Leo Liu <sdl.web@gmail.com>
10319
10320 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10321
10322 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10323
10324 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10325 middle of block statement initially, lower the depth. Remove
10326 FIXME comment, not longer valid. Remove middle of block statement
10327 detection, no need to do that anymore since we've been using
10328 `ruby-parse-region' here.
10329
10330 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
10331
10332 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10333
10334 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10335
10336 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10337
10338 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
10339
10340 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10341 (desktop-restore-in-current-display): New customization option.
10342 (desktop--excluded-frame-parameters): Add `font'.
10343 (desktop--save-frames): Rename from desktop--save-windows.
10344 (desktop--restore-in-this-display-p): New function.
10345 (desktop--make-full-frame): Remove unwanted width/height from
10346 full(width|height) frames.
10347 (desktop--restore-frames): Rename from desktop--restore-windows.
10348 Obey desktop-restore-current-display. Do not delete old frames or
10349 select a new frame unless we were able to restore at least one frame.
10350
10351 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
10352
10353 * files.el (find-file-noselect): Simplify conditional expression.
10354
10355 * textmodes/remember.el (remember-append-to-file):
10356 Don't mix `find-buffer-visiting' and `get-file-buffer'.
10357
10358 Add `remember-notes' function to store random notes across Emacs
10359 restarts.
10360 * textmodes/remember.el (remember-data-file): Add :set callback to
10361 affect notes buffer (if any).
10362 (remember-notes): New command.
10363 (remember-notes-buffer-name, bury-remember-notes-on-kill):
10364 New defcustoms for the `remember-notes' function.
10365 (remember-notes-save-and-bury-buffer): New command.
10366 (remember-notes-mode-map): New variable.
10367 (remember-mode): New minor mode.
10368 (remember-notes--kill-buffer-query): New function.
10369 * startup.el (initial-buffer-choice): Add notes to custom type.
10370
10371 2013-06-30 Eli Zaretskii <eliz@gnu.org>
10372
10373 * bindings.el (right-char, left-char): Don't call sit-for, this is
10374 no longer needed. Use arithmetic comparison only for numerical
10375 arguments.
10376
10377 * international/mule-cmds.el (select-safe-coding-system):
10378 Handle the case of FROM being a string correctly. (Bug#14755)
10379
10380 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10381
10382 * net/shr.el (shr-make-table-1): Add a sanity check that allows
10383 progression on degenerate tables.
10384 (shr-rescale-image): ImageMagick animated images currently don't work.
10385
10386 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
10387
10388 Some fixes and improvements for desktop frame restoration.
10389 It is still experimental and disabled by default.
10390 * desktop.el (desktop--save-windows): Put the selected frame at
10391 the head of the list.
10392 (desktop--make-full-frame): New function.
10393 (desktop--restore-windows): Try to re-select the frame that was
10394 selected upon saving. Do not abort if some frames fail to restore,
10395 just show an error message and continue. Set up maximized frames
10396 so they have default non-maximized dimensions.
10397
10398 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
10399
10400 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10401 Don't start heredoc inside a string or comment.
10402
10403 2013-06-29 Eli Zaretskii <eliz@gnu.org>
10404
10405 * bindings.el (visual-order-cursor-movement): New defcustom.
10406 (right-char, left-char): Provide visual-order cursor motion by
10407 calling move-point-visually. Update the doc strings.
10408
10409 2013-06-28 Kenichi Handa <handa@gnu.org>
10410
10411 * international/mule.el (define-coding-system): New coding system
10412 properties :inhibit-null-byte-detection,
10413 :inhibit-iso-escape-detection, and :prefer-utf-8.
10414 (set-buffer-file-coding-system): If :charset-list property of
10415 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10416 appropriate for setting.
10417
10418 * international/mule-cmds.el (select-safe-coding-system):
10419 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10420 multibyte characters, return utf-8 (or one of its siblings).
10421
10422 * international/mule-conf.el (prefer-utf-8): New coding system.
10423 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10424 files.
10425
10426 2013-06-28 Ivan Kanis <ivan@kanis.fr>
10427
10428 * net/shr.el (shr-render-region): New function.
10429
10430 * net/eww.el: Autoload `eww-browse-url'.
10431
10432 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
10433
10434 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10435 Adapt to `package-desc-version' being a list.
10436 Use `package--ac-desc-version' to retrieve version from a package
10437 archive element.
10438
10439 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
10440
10441 New experimental feature to save&restore window and frame setup.
10442 * desktop.el (desktop-save-windows): New defcustom.
10443 (desktop--saved-states): New var.
10444 (desktop--excluded-frame-parameters): New defconst.
10445 (desktop--filter-frame-parms, desktop--find-frame-in-display)
10446 (desktop--restore-windows, desktop--save-windows): New functions.
10447 (desktop-save): Call `desktop--save-windows'.
10448 (desktop-read): Call `desktop--restore-windows'.
10449
10450 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10451
10452 * net/shr.el (add-face-text-property): Remove compat definition.
10453
10454 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10455
10456 * info.el (Info-try-follow-nearest-node): Move search for footnote
10457 above search for node name to prevent missing a footnote (bug#14717).
10458
10459 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10460
10461 * obsolete/otodo-mode.el: Add obsolescence info to file header.
10462
10463 2013-06-27 Leo Liu <sdl.web@gmail.com>
10464
10465 * net/eww.el (eww-read-bookmarks): Check file size.
10466
10467 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10470 advice--pending if newdef is nil or an autoload (bug#13820).
10471 (advice-mapc): New function.
10472
10473 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10474
10475 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10476 probably.
10477 (eww-mode-map): Add a menu bar.
10478 (eww-add-bookmark): New command.
10479 (eww-bookmark-mode): New mode and commands.
10480 (eww-add-bookmark): Remove newlines from the title.
10481 (eww-bookmark-browse): Don't bug out if it's the only window.
10482
10483 2013-06-26 Glenn Morris <rgm@gnu.org>
10484
10485 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10486 (hfy-size): Handle ttys. (Bug#14668)
10487
10488 * info-xref.el: Update for Texinfo 5 change in *note format.
10489 (info-xref-node-re, info-xref-note-re): New constants.
10490 (info-xref-check-buffer): Use info-xref-note-re.
10491
10492 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10493
10494 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10495
10496 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10497 nil terminate the loop (bug#14718).
10498
10499 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10500
10501 * net/eww.el: Rework history traversal. When going forward/back,
10502 put these actions into the history, too, so that they can be
10503 replayed.
10504 (eww-render): Move the history reset to the correct buffer.
10505
10506 2013-06-25 Juri Linkov <juri@jurta.org>
10507
10508 * files-x.el (modify-dir-local-variable): Change the header comment
10509 in the file with directory local variables. (Bug#14692)
10510
10511 * files-x.el (read-file-local-variable-value): Add `default'.
10512 (Bug#14710)
10513
10514 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10515
10516 * net/eww.el (eww-make-unique-file-name): Create a unique file
10517 name before saving to entering `y' accidentally asynchronously.
10518
10519 2013-06-25 Ivan Kanis <ivan@kanis.fr>
10520
10521 * net/eww.el (eww-download): New command and keystroke.
10522
10523 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10524
10525 * net/eww.el (eww-copy-page-url): Change name of command.
10526
10527 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10528 be more consistent with Info and dired.
10529
10530 * net/eww.el (eww-mode-map): Ditto.
10531
10532 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10533
10534 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
10535 packages from archives.
10536 (package-archive-contents): Change format; include obsolete packages.
10537 (package-desc): Use `dir' to mark builtin packages.
10538 (package--from-builtin): Set the `dir' field to `builtin'.
10539 (generated-autoload-file, version-control): Declare.
10540 (package-compute-transaction): Change first arg and return value to be
10541 lists of package-descs. Adjust to new package-archive-contents format.
10542 (package--add-to-archive-contents): Adjust to new
10543 package-archive-contents format.
10544 (package-download-transaction): Arg is now a list of package-descs.
10545 (package-install): If `pkg' is a package name, pass it as
10546 a requirement, so it is subject to the usual (e.g. disabled) checks.
10547 (describe-package): Accept package-desc as well.
10548 (describe-package-1): Describe a specific package-desc. Add links to
10549 other package-descs for the same package name.
10550 (package-menu-describe-package): Pass the actual package-desc.
10551 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10552 works correctly.
10553 (package-desc-status): New function.
10554 (package-menu--refresh): New function, extracted
10555 from package-menu--generate.
10556 (package-menu--generate): Use it.
10557 (package-delete): Update package-alist.
10558 (package-menu-execute): Don't call package-initialize.
10559
10560 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10561 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10562 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10563 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10564 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10565 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10566
10567 2013-06-25 Martin Rudalics <rudalics@gmx.at>
10568
10569 * window.el (window--state-get-1): Workaround for bug#14527.
10570 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10571
10572 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10573
10574 * net/eww.el (eww-back-url): Implement the history by stashing all
10575 the data into a list.
10576 (eww-forward-url): Allow going forward in the history, too.
10577
10578 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10581 for values and use read--expression for expressions (bug#14710).
10582 (read-file-local-variable): Avoid setq.
10583 (read-file-local-variable-mode): Use minor-mode-list.
10584
10585 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10586
10587 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10588 for DOI URLs.
10589
10590 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10591
10592 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10593 Update imenu-support when dialect changes.
10594
10595 2013-06-25 Leo Liu <sdl.web@gmail.com>
10596
10597 * ido.el (ido-read-internal): Allow forward slash on windows.
10598
10599 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10600
10601 * net/eww.el (eww): Start of strings is \\`, not ^.
10602
10603 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10604
10605 * net/shr.el (shr-browse-url): Fix interactive spec.
10606
10607 * net/eww.el (eww): Add a trailing slash to domain names.
10608
10609 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
10610
10611 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10612
10613 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10614
10615 * net/shr.el (shr-browse-url): Use an external browser if given a
10616 prefix.
10617
10618 * net/eww.el (eww-external-browser): Move to shr.
10619
10620 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10621
10622 * net/eww.el (eww): Work more correctly for file: URLs.
10623 (eww-detect-charset): Allow quoted charsets.
10624 (eww-yank-page-url): New command and keystroke.
10625
10626 2013-06-24 Daiki Ueno <ueno@gnu.org>
10627
10628 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10629 file name of gpg executable.
10630 (epg-context-program): New function.
10631 (epg-context-home-directory): New function.
10632 (epg-context-set-program): New function.
10633 (epg-context-set-home-directory): New function.
10634 (epg--start): Use `epg-context-program' instead of
10635 'epg-gpg-program'.
10636 (epg--list-keys-1): Likewise.
10637
10638 2013-06-24 Leo Liu <sdl.web@gmail.com>
10639
10640 * ido.el (ido-read-internal): Fix bug#14620.
10641
10642 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10643
10644 * faces.el (face-documentation): Simplify.
10645 (read-face-attribute, tty-find-type, x-resolve-font-name):
10646 Use `string-match-p'.
10647 (list-faces-display): Use `string-match-p'. Simplify.
10648 (face-spec-recalc): Check face to avoid face alias loops.
10649 (read-color): Use `string-match-p' and non-capturing parenthesis.
10650
10651 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10652
10653 * net/shr.el (shr-rescale-image): Use the new
10654 :max-width/:max-height functionality.
10655
10656 2013-06-23 Ivan Kanis <ivan@kanis.fr>
10657
10658 * net/eww.el (eww-search-prefix): New variable.
10659 (eww): Use it.
10660 (eww-external-browser): New variable.
10661 (eww-mode-map): New keystroke.
10662 (eww-browse-with-external-browser): New command.
10663
10664 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10665
10666 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10667
10668 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10669 Don't skip aligning the next header field when padding is 0;
10670 otherwise, field width is not respected unless the title is as
10671 wide as the field.
10672
10673 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * emacs-lisp/package.el (package-el-version): Remove.
10676 (package-process-define-package): Fix inf-loop.
10677 (package-install): Allow symbols as arguments again.
10678
10679 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10680
10681 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10682 add some more keyword-like methods.
10683 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10684
10685 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
10686
10687 * bs.el (bs-buffer-show-mark): Make defvar-local.
10688 (bs-mode): Use setq-local.
10689
10690 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10691 (emacs-lock--try-unlocking): Make defvar-local.
10692
10693 2013-06-22 Glenn Morris <rgm@gnu.org>
10694
10695 * play/cookie1.el (cookie-apropos): Minor simplification.
10696
10697 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10698
10699 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10700
10701 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10702 `regexp-opt', it breaks the build during dumping.
10703
10704 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
10705
10706 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10707 Highlight keyword-like methods on Kernel and Module with
10708 font-lock-builtin-face.
10709 (auto-mode-alist): Consolidate different entries into one regexp
10710 and add more *file-s.
10711
10712 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
10713
10714 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10715
10716 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10717 (diary-entry): Use it in the action of this button type instead of
10718 diary-goto-entry.
10719
10720 * calendar/todo-mode.el: New version.
10721 (todo-add-category): Append new category to end of file and give
10722 it the highest number, instead of putting it at the beginning and
10723 giving it 0. Incorporate noninteractive functionality.
10724 (todo-forward-category): Adapt to 1-based category numbering.
10725 Allow skipping over archived categories.
10726 (todo-backward-category): Derive from todo-forward-category.
10727 (todo-backward-item, todo-forward-item): Make noninteractive and
10728 delegate interactive part to new commands. Make sensitive to done items.
10729 (todo-categories): Make value an alist of category names and
10730 vectors of item counts.
10731 (todo-category-beg): Make a defconst.
10732 (todo-category-number): Use 1 instead of 0 as initial value.
10733 (todo-category-select): Make sensitive to overlays, optional item
10734 highlighting and done items.
10735 (todo-delete-item): Make sensitive to overlays and marked and done items.
10736 (todo-edit-item): Make sensitive to overlays and editing of
10737 date/time header optional. Add format checks.
10738 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
10739 no-op if point is not on an item. Advertise using todo-edit-quit.
10740 (todo-edit-mode): Make sensitive to new format, font-locking, and
10741 multiple todo files.
10742 (todo-insert-item, todo-insert-item-here): Derive from
10743 todo-basic-insert-item and extend functionality.
10744 (todo-item-end, todo-item-start): Make sensitive to done items.
10745 (todo-item-string): Don't return text properties. Restore point.
10746 (todo-jump-to-category): Make sensitive to multiple todo files and
10747 todo archives. Use extended category completion.
10748 (todo-lower-item, todo-raise-item): Rename to *-priority and
10749 derive from todo-set-item-priority.
10750 (todo-mode): Derive from special-mode. Make sensitive to new
10751 format, font-locking and multiple todo files. Make read-only.
10752 (todo-mode-map): Don't suppress digit keys, so they can supply
10753 prefix arguments. Add many new key bindings.
10754 (todo-prefix): Insert as an overlay instead of file text.
10755 Change semantics from diary date expression to purely visual mark.
10756 (todo-print): Rename to todo-print-buffer. Make buffer display
10757 features printable. Remove option to restrict number of items
10758 printed. Add option to print to file.
10759 (todo-print-function): Rename to todo-print-buffer-function.
10760 (todo-quit): Extend to handle exiting new todo modes.
10761 (todo-remove-item): Make sensitive to overlays.
10762 (todo-save): Extend to buffers of filtered items.
10763 (todo-show): Make sensitive to done items, multiple todo files and
10764 new todo modes. Offer to convert legacy todo file before creating
10765 first new todo file.
10766 (todo-show-priorities): Rename to todo-top-priorities.
10767 Change semantics of value 0.
10768 (todo-top-priorities): Rename to todo-filter-top-priorities,
10769 derive from todo-filter-items and extend functionality.
10770 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10771 and extend functionality to other types of filtered items.
10772 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10773 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10774 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10775 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10776 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10777 (todo-edit-mode-hook, todo-entry-prefix-function)
10778 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10779 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10780 (todo-initials, todo-insert-threshold, todo-item-string-start)
10781 (todo-line-string, todo-menu, todo-mode-hook)
10782 (todo-more-important-p, todo-previous-answer, todo-previous-line)
10783 (todo-print-priorities, todo-remove-separator)
10784 (todo-save-top-priorities-too, todo-string-count-lines)
10785 (todo-string-multiline-p, todo-time-string-format)
10786 (todo-tmp-buffer-name): Remove.
10787 (todo-add-file, todo-archive-done-item, todo-choose-archive)
10788 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10789 (todo-edit-category-diary-inclusion)
10790 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10791 (todo-edit-file, todo-edit-item-date-day)
10792 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10793 (todo-edit-item-date-month, todo-edit-item-date-to-today)
10794 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10795 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10796 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10797 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10798 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10799 (todo-filter-top-priorities-multifile, todo-find-archive)
10800 (todo-find-filtered-items-file, todo-go-to-source-item)
10801 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10802 (todo-jump-to-archive-category, todo-lower-category)
10803 (todo-mark-category, todo-marked-item-p, todo-merge-category)
10804 (todo-move-category, todo-move-item, todo-next-button)
10805 (todo-next-item, todo-padded-string, todo-powerset)
10806 (todo-previous-button, todo-previous-item)
10807 (todo-print-buffer-to-file, todo-raise-category)
10808 (todo-rename-category, todo-repair-categories-sexp, todo-search)
10809 (todo-set-category-number, todo-set-item-priority)
10810 (todo-set-top-priorities-in-category)
10811 (todo-set-top-priorities-in-file, todo-show-categories-table)
10812 (todo-sort-categories-alphabetically-or-numerically)
10813 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10814 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10815 (todo-toggle-item-header, todo-toggle-item-highlighting)
10816 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10817 (todo-toggle-view-done-items, todo-toggle-view-done-only)
10818 (todo-unarchive-items, todo-unmark-category): New commands.
10819 (todo-absolute-file-name, todo-add-to-buffer-list)
10820 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10821 (todo-basic-insert-item, todo-category-completions)
10822 (todo-category-number, todo-category-string-matcher-1)
10823 (todo-category-string-matcher-2, todo-check-filtered-items-file)
10824 (todo-check-format, todo-clear-matches)
10825 (todo-comment-string-matcher, todo-convert-legacy-date-time)
10826 (todo-current-category, todo-date-string-matcher)
10827 (todo-define-insertion-command, todo-diary-expired-matcher)
10828 (todo-diary-goto-entry, todo-diary-item-p)
10829 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10830 (todo-display-categories, todo-display-sorted, todo-done-item-p)
10831 (todo-done-item-section-p, todo-done-separator)
10832 (todo-done-string-matcher, todo-files, todo-filter-items)
10833 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10834 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10835 (todo-insert-category-line, todo-insert-item-from-calendar)
10836 (todo-insert-sort-button, todo-insert-with-overlays)
10837 (todo-insertion-command-name, todo-insertion-key-bindings)
10838 (todo-label-to-key, todo-longest-category-name-length)
10839 (todo-make-categories-list, todo-mode-external-set)
10840 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10841 (todo-modes-set-3, todo-multiple-filter-files)
10842 (todo-nondiary-marker-matcher, todo-prefix-overlays)
10843 (todo-read-category, todo-read-date, todo-read-dayname)
10844 (todo-read-file-name, todo-read-time)
10845 (todo-reevaluate-category-completions-files-defcustom)
10846 (todo-reevaluate-default-file-defcustom)
10847 (todo-reevaluate-filelist-defcustoms)
10848 (todo-reevaluate-filter-files-defcustom)
10849 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10850 (todo-reset-done-separator, todo-reset-done-separator-string)
10851 (todo-reset-done-string, todo-reset-global-current-todo-file)
10852 (todo-reset-highlight-item, todo-reset-nondiary-marker)
10853 (todo-reset-prefix, todo-set-categories)
10854 (todo-set-date-from-calendar, todo-set-show-current-file)
10855 (todo-set-top-priorities, todo-short-file-name)
10856 (todo-show-current-file, todo-sort, todo-time-string-matcher)
10857 (todo-total-item-counts, todo-update-buffer-list)
10858 (todo-update-categories-display, todo-update-categories-sexp)
10859 (todo-update-count, todo-validate-name, todo-y-or-n-p):
10860 New functions.
10861 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10862 New major modes.
10863 (todo-categories, todo-display, todo-edit, todo-faces)
10864 (todo-filtered): New defgroups.
10865 (todo-archived-only, todo-button, todo-category-string, todo-date)
10866 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10867 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10868 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10869 (todo-add-item-if-new-category, todo-always-add-time-string)
10870 (todo-categories-align, todo-categories-archived-label)
10871 (todo-categories-category-label, todo-categories-diary-label)
10872 (todo-categories-done-label, todo-categories-number-separator)
10873 (todo-categories-todo-label, todo-categories-totals-label)
10874 (todo-category-completions-files, todo-completion-ignore-case)
10875 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10876 (todo-done-separator-string, todo-done-string)
10877 (todo-files-function, todo-filter-done-items, todo-filter-files)
10878 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10879 (todo-initial-category, todo-initial-file, todo-item-mark)
10880 (todo-legacy-date-time-regexp, todo-mode-line-function)
10881 (todo-nondiary-marker, todo-number-prefix)
10882 (todo-print-buffer-function, todo-show-current-file)
10883 (todo-show-done-only, todo-show-first, todo-show-with-done)
10884 (todo-skip-archived-categories, todo-top-priorities-overrides)
10885 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10886 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10887 New defcustoms.
10888 (todo-category-done, todo-date-pattern, todo-date-string-start)
10889 (todo-diary-items-buffer, todo-done-string-start)
10890 (todo-filtered-items-buffer, todo-item-start)
10891 (todo-month-abbrev-array, todo-month-name-array)
10892 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10893 (todo-top-priorities-buffer): New defconsts.
10894 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10895 (todo-categories-with-marks, todo-category-string-face)
10896 (todo-comment-face, todo-comment-string, todo-current-todo-file)
10897 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10898 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
10899 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
10900 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
10901 (todo-font-lock-keywords, todo-global-current-todo-file)
10902 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
10903 (todo-insertion-commands-args)
10904 (todo-insertion-commands-args-genlist)
10905 (todo-insertion-commands-names, todo-insertion-map)
10906 (todo-key-bindings-t, todo-key-bindings-t+a)
10907 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
10908 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
10909 (todo-nondiary-face, todo-print-buffer, todo-time-face)
10910 (todo-visited): New variables.
10911
10912 2013-06-21 Glenn Morris <rgm@gnu.org>
10913
10914 * play/cookie1.el (cookie-apropos): Add optional display argument.
10915 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
10916 (psychoanalyze-pinhead): Use cookie-doctor.
10917
10918 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10919
10920 * emacs-lisp/package.el (tar-get-file-descriptor)
10921 (tar--extract): Declare.
10922
10923 2013-06-21 Eduard Wiebe <usenet@pusto.de>
10924
10925 Extend flymake's warning predicate to be a function (bug#14217).
10926 * progmodes/flymake.el (flymake-warning-predicate): New.
10927 (flymake-parse-line): Use it.
10928 (flymake-warning-re): Make obsolete alias to
10929 `flymake-warning-predicate'.
10930
10931 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * emacs-lisp/package.el (package-alist): Include obsolete packages.
10934 (package-obsolete-list): Remove.
10935 (package-activate): Remove min-version argument. Add `force' argument.
10936 Adjust to new package-alist format.
10937 (package-mark-obsolete): Remove.
10938 (package-unpack): Force reload of the package's autoloads.
10939 (package-installed-p): Check builtins if the installed package is not
10940 recent enough.
10941 (package-initialize): Don't reset package-obsolete-list.
10942 Don't specify which package version to activate.
10943 (package-process-define-package, describe-package-1)
10944 (package-menu--generate): Adjust to new package-alist format.
10945
10946 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10947
10948 * allout-widgets.el (allout-widgets-mode-off)
10949 (allout-widgets-mode-on, allout-widgets-pre-command-business)
10950 (allout-widgets-post-command-business)
10951 (allout-widgets-after-copy-or-kill-function)
10952 (allout-widgets-after-undo-function, allout-test-range-overlaps)
10953 (allout-decorate-item-and-context)
10954 (allout-graphics-modification-handler): Fix typos in docstrings.
10955 (allout-get-or-create-parent-widget): Use `looking-at-p'.
10956
10957 * cmuscheme.el (scheme-start-file): Doc fix.
10958 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10959 (scheme-input-filter): Use `string-match-p'.
10960
10961 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10962
10963 * dired-x.el: Use Dired consistently in docstrings.
10964
10965 * dired.el: Use Dired consistently in docstrings.
10966 (dired-readin, dired-mode): Use `setq-local'.
10967 (dired-switches-alist): Make defvar-local.
10968 (dired-buffers-for-dir): Use `zerop'.
10969 (dired-safe-switches-p, dired-switches-escape-p)
10970 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10971 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10972 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10973 (dired-goto-next-nontrivial-file): Use `string-match-p'.
10974 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10975 (dired-toggle-marks, dired-mark-files-containing-regexp)
10976 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10977 (dired-flag-auto-save-files, dired-flag-backup-files):
10978 Use `looking-at-p'.
10979 (dired-mark-files-regexp, dired-build-subdir-alist):
10980 Use `string-match-p', `looking-at-p'.
10981
10982 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10983 (direct-print-region-helper): Use `string-match-p'.
10984
10985 2013-06-21 Leo Liu <sdl.web@gmail.com>
10986
10987 * comint.el (comint-redirect-results-list-from-process):
10988 Fix infinite loop.
10989
10990 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10991
10992 * net/eww.el (eww-update-header-line-format): Quote % characters.
10993
10994 2013-06-21 Glenn Morris <rgm@gnu.org>
10995
10996 * play/cookie1.el (cookie): New custom group.
10997 (cookie-file): New option.
10998 (cookie-check-file): New function.
10999 (cookie): Make it interactive. Make start and end messages optional.
11000 Interactively, display the result. Default to cookie-file.
11001 (cookie-insert): Default to cookie-file.
11002 (cookie-snarf): Make start and end messages optional.
11003 Default to cookie-file. Use with-temp-buffer.
11004 (cookie-read): Rename from read-cookie.
11005 Make start and end messages optional. Default to cookie-file.
11006 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11007 Do not autoload it.
11008 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11009 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11010
11011 2013-06-21 Leo Liu <sdl.web@gmail.com>
11012
11013 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11014
11015 2013-06-21 Glenn Morris <rgm@gnu.org>
11016
11017 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11018
11019 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11020 Daniel Hackney <dan@haxney.org>
11021
11022 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11023 Consolidate the single-file vs tarball code.
11024 (package-desc-suffix): New function.
11025 (package-desc-full-name): Don't bother inlining it.
11026 (package-load-descriptor): Return the new package-desc.
11027 (package-mark-obsolete): Remove unused arg `package'.
11028 (package-unpack): Make it work for single files as well.
11029 Make it update package-alist.
11030 (package--make-autoloads-and-stuff): Rename from
11031 package--make-autoloads-and-compile. Don't compile any more.
11032 (package--compile): New function.
11033 (package-generate-description-file): New function, extracted from
11034 package-unpack-single.
11035 (package-unpack-single): Remove.
11036 (package--with-work-buffer): Add indentation and debugging info.
11037 (package-download-single): Remove.
11038 (package-install-from-archive): Rename from package-download-tar, make
11039 it take a pkg-desc, and make it work for single files as well.
11040 (package-download-transaction): Simplify.
11041 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11042 external tar program.
11043 (package-install-from-buffer): Remove `pkg-desc' argument.
11044 Use package-tar-file-info for tar-mode buffers.
11045 (package-install-file): Simplify accordingly.
11046 (package-archive-base): Change to take a pkg-desc.
11047 * tar-mode.el (tar--check-descriptor): New function, extracted from
11048 tar-get-descriptor.
11049 (tar-get-descriptor): Use it.
11050 (tar-get-file-descriptor): New function.
11051 (tar--extract): New function, extracted from tar-extract.
11052 (tar--extract): Use it.
11053 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11054 case the summary uses non-ascii. Adjust to new calling convention of
11055 package-tar-file-info.
11056
11057 2013-06-21 Leo Liu <sdl.web@gmail.com>
11058
11059 * comint.el (comint-redirect-results-list-from-process):
11060 Fix random delay. (Bug#14681)
11061
11062 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11063
11064 * profiler.el (profiler-format-number): Use log, not log10.
11065
11066 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11067
11068 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11069
11070 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11071
11072 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11073 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11074 yet available.
11075 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11076 (AUTOGENEL): ... here.
11077 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11078 (cl--defsubst-expand): Use it.
11079
11080 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11081
11082 * subr.el (log10): Move here from C code, and declare as obsolete.
11083 All uses of (log10 X) replaced with (log X 10).
11084
11085 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11086
11087 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11088 Declare with `defvar-local'.
11089 (tabulated-list-use-header-line, tabulated-list-entries)
11090 (tabulated-list-padding, tabulated-list-printer)
11091 (tabulated-list-sort-key): Declare with `defvar-local'.
11092 (tabulated-list-init-header, tabulated-list-print-fake-header):
11093 Use `setq-local'.
11094
11095 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11096
11097 * arc-mode.el (archive-mode): Add `archive-write-file' to
11098 `write-contents-functions' also for remote files. (Bug#14652)
11099
11100 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11101
11102 * cus-edit.el (custom-commands): Fix typos.
11103 (custom-display): Fix tooltip text.
11104 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11105 Fix typos in docstrings.
11106 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11107 (custom-unlispify-menu-entry, custom-magic-value-create)
11108 (custom-add-see-also, custom-group-value-create): Use ?\s.
11109 (custom-guess-type, customize-apropos, editable-field)
11110 (custom-face-value-create): Use `string-match-p'.
11111 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11112
11113 * custom.el (custom-load-symbol): Use `string-match-p'.
11114
11115 * ansi-color.el: Convert to lexical binding.
11116 (ansi-colors): Fix URL.
11117 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11118 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11119 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11120
11121 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11122
11123 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11124
11125 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11126
11127 2013-06-19 Tom Tromey <tromey@redhat.com>
11128
11129 * net/eww.el (eww-top-url): Remove.
11130 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11131 (eww-render): Set new variables. Don't set eww-top-url.
11132 (eww-handle-link): Handle "prev", "home", and "contents".
11133 Downcase the rel text.
11134 (eww-top-url): Choose best top URL.
11135
11136 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11137
11138 * net/eww.el: Rewrite to implement form elements "by hand" instead of
11139 relying in widget.el. Using widget.el leads to too many
11140 user interface inconsistencies.
11141 (eww-self-insert): Implement entering commands in text fields.
11142 (eww-process-text-input): New function to make text input field editing
11143 work.
11144 (eww-submit): Rewrite to use the new-style form methods.
11145 (eww-select-display): Display the correct selected item.
11146 (eww-change-select): Implement changing the select value.
11147 (eww-toggle-checkbox): Implement radio/checkboxes.
11148 (eww-update-field): Fix compilation error.
11149 (eww-tag-textarea): Implement <textarea>.
11150
11151 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11152 we don't shadow mode-specific bindings.
11153
11154 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11155 nothing to push.
11156
11157 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11158
11159 2013-06-19 Glenn Morris <rgm@gnu.org>
11160
11161 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11162
11163 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11164
11165 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11166 not needed.
11167
11168 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11169
11170 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11171
11172 * net/browse-url.el (browse-url-browser-function):
11173 `eww-browse-url' has the right calling signature, `eww' does not.
11174
11175 2013-06-19 Glenn Morris <rgm@gnu.org>
11176
11177 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11178 Only eval autoloaded macros.
11179 (byte-compile-autoload): Only give the macro warning for macros.
11180
11181 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11182 (ps-underlined-faces): Declare.
11183
11184 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11185 (speedbar-add-supported-extension): Declare.
11186
11187 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11188 Don't include a date stamp in the header of the generated file;
11189 it leads to needless differences between output files.
11190
11191 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11192
11193 * net/secrets.el (secrets-struct-secret-content-type):
11194 Replace check of introspection data by a test call of "CreateItem".
11195 Some servers do not offer introspection.
11196
11197 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11198
11199 * electric.el (electric-pair-mode): Improve interaction with
11200 electric-layout-mode.
11201 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11202 (electric-pair-syntax): Use text-mode-syntax-table in comments
11203 and strings.
11204 (electric-pair--insert): New function.
11205 (electric-pair-post-self-insert-function): Use it and
11206 electric--after-char-pos.
11207
11208 2013-06-19 Leo Liu <sdl.web@gmail.com>
11209
11210 * progmodes/octave.el (octave-help): Fix regexp.
11211
11212 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11213
11214 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11215 (shr-table-horizontal-line): Allow nil as a value, and change the
11216 default.
11217 (shr-insert-table-ruler): Respect the nil value.
11218
11219 2013-06-18 Tom Tromey <tromey@barimba>
11220
11221 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11222 New defvars.
11223 (eww-open-file): New defun.
11224 (eww-render): Initialize new variables.
11225 (eww-display-html): Handle "link" and "a".
11226 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11227 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
11228 (eww-back-url): Rename from eww-previous-url.
11229 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11230 New defuns.
11231
11232 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
11233
11234 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11235 Distinguish ternary operator tokens from slash symbol and slash
11236 char literal.
11237
11238 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11239
11240 Convert symbol prettification into minor mode and global minor mode.
11241
11242 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11243 `prog-prettify-symbols', and make a local defvar instead of defcustom.
11244 (prettify-symbols--keywords): Rename from
11245 `prog-prettify-symbols-alist' and make a local defvar.
11246 (prettify-symbols--compose-symbol): Rename from
11247 `prog--prettify-font-lock-compose-symbol'.
11248 (prettify-symbols--make-keywords): Rename from
11249 `prog-prettify-font-lock-symbols-keywords' and simplify.
11250 (prog-prettify-install): Remove.
11251 (prettify-symbols-mode): New minor mode, based on
11252 `prog-prettify-install'.
11253 (turn-on-prettify-symbols-mode): New function.
11254 (global-prettify-symbols-mode): New globalized minor mode.
11255
11256 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11257 * progmodes/cfengine.el (cfengine3-mode):
11258 * progmodes/perl-mode.el (perl-mode): Don't call
11259 `prog-prettify-install'; set `prettify-symbols-alist' instead.
11260
11261 2013-06-18 Juri Linkov <juri@jurta.org>
11262
11263 * files-x.el (modify-file-local-variable-message): New function.
11264 (modify-file-local-variable)
11265 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11266 and call `modify-file-local-variable-message' when it's non-nil.
11267 (add-file-local-variable, delete-file-local-variable)
11268 (add-file-local-variable-prop-line)
11269 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11270 and use it. (Bug#9820)
11271
11272 2013-06-18 Juri Linkov <juri@jurta.org>
11273
11274 * emulation/vi.el (vi-shell-op):
11275 * emulation/vip.el (vip-execute-com, ex-command):
11276 * emulation/viper-cmd.el (viper-exec-bang):
11277 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11278 the call of `shell-command-on-region'. (Bug#14637)
11279
11280 * simple.el (shell-command-on-region): Doc fix.
11281
11282 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11283
11284 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11285 (bug#14633).
11286
11287 2013-06-18 Glenn Morris <rgm@gnu.org>
11288
11289 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11290
11291 * newcomment.el (comment-search-forward, comment-search-backward):
11292 Doc fix. (Bug#14376)
11293
11294 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11295
11296 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11297 (buffer-face-mode-invoke): Doc fix.
11298
11299 2013-06-18 Matthias Meulien <orontee@gmail.com>
11300
11301 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11302 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11303
11304 2013-06-18 Glenn Morris <rgm@gnu.org>
11305
11306 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11307 Replace obsolete function generic-make-keywords with its expansion.
11308
11309 * progmodes/python.el (ffap-alist): Declare.
11310
11311 * textmodes/reftex.el (bibtex-mode-map): Declare.
11312
11313 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11314
11315 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11316 (package-unpack, package-unpack-single): Return the pkg-dir.
11317 (package-download-transaction): Use it to update package-alist.
11318
11319 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11320
11321 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11322 possible choice.
11323
11324 2013-06-17 Juri Linkov <juri@jurta.org>
11325
11326 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11327
11328 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11329
11330 * emacs-lisp/package.el (package-load-descriptor):
11331 Remove `with-syntax-table' call, `read' doesn't need it.
11332 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11333
11334 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11335
11336 * startup.el (command-line): Expand package name returned by
11337 `package--description-file' (bug#14639).
11338
11339 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11340
11341 * emacs-lisp/package.el (package-load-descriptor): Do not call
11342 `emacs-lisp-mode', just use its syntax table.
11343
11344 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11345
11346 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11347 `font-lock-extra-managed-props' if any prettifying keyword is added.
11348 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11349 (prog-mode): Use `setq-local'.
11350
11351 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11352
11353 * international/characters.el (standard-case-table): Set syntax of ?»
11354 and ?« to punctuation.
11355
11356 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
11357
11358 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11359 Save relevant match data before calling `syntax-ppss' (bug#14595).
11360
11361 2013-06-15 Juri Linkov <juri@jurta.org>
11362
11363 * files-x.el (modify-file-local-variable-prop-line): Add local
11364 variables to the end of the existing comment on the first line.
11365 Use `file-auto-mode-skip' to skip interpreter magic line,
11366 and also skip XML declaration.
11367
11368 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * startup.el (package--builtin-versions): New var.
11371 (package-subdirectory-regexp): Remove.
11372 (package--description-file): Hard code its value instead.
11373
11374 * emacs-lisp/package.el: Don't activate packages older than builtin.
11375 (package-obsolete-list): Rename from package-obsolete-alist, and make
11376 it into a simple list of package-desc.
11377 (package-strip-version): Remove.
11378 (package-built-in-p): Use package--builtin-versions.
11379 (package-mark-obsolete): Simplify.
11380 (package-process-define-package): Mark it obsolete if older than the
11381 builtin version.
11382 (package-handle-response): Use line-end-position.
11383 (package-read-archive-contents, package--download-one-archive):
11384 Simplify.
11385 (package--add-to-archive-contents): Skip if older than the builtin or
11386 installed version.
11387 (package-menu-describe-package): Fix last change.
11388 (package-list-unversioned): New var.
11389 (package-menu--generate): Use it.
11390
11391 * emacs-lisp/autoload.el: Manage package--builtin-versions.
11392 (autoload--insert-text, autoload--insert-cookie-text): New functions.
11393 (autoload-builtin-package-versions): New variable.
11394 (autoload-generate-file-autoloads): Use them.
11395 Remove the list of autoloaded functions/macros from the
11396 (autoload...) comments.
11397
11398 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11399
11400 2013-06-15 Eli Zaretskii <eliz@gnu.org>
11401
11402 * simple.el (line-move-partial): Don't jump to the next screen
11403 line as soon as it becomes visible. Instead, continue enlarging
11404 the vscroll until the portion of a tall screen line that's left on
11405 display is about the height of the frame's default font.
11406 (Bug#14567)
11407
11408 2013-06-15 Glenn Morris <rgm@gnu.org>
11409
11410 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11411 compilation-error-regexp-alist void, or local while let-bound.
11412
11413 * progmodes/make-mode.el (makefile-mode-syntax-table):
11414 Treat "=" as punctuation. (Bug#14614)
11415
11416 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
11417
11418 * help-fns.el (describe-variable):
11419 Add extra line for permanent-local variables.
11420
11421 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
11422
11423 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11424 Add export, import, library. (Bug#9164)
11425 (library): Set indent function.
11426
11427 2013-06-14 Glenn Morris <rgm@gnu.org>
11428
11429 * term/xterm.el (xterm--query):
11430 Stop after first matching handler. (Bug#14615)
11431
11432 2013-06-14 Ivan Kanis <ivan@kanis.fr>
11433
11434 Add support for dired in saveplace.
11435 * dired.el (dired-initial-position-hook): New variable.
11436 (dired-initial-position): Call hook to place cursor position.
11437 * saveplace.el (save-place-to-alist): Add dired position.
11438 (save-place-dired-hook): New function.
11439
11440 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11441
11442 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11443 through a symbol rather than letrec.
11444
11445 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
11446 (package-desc): Add `dir' field.
11447 (package-desc-full-name): New function.
11448 (package-load-descriptor): Combine the two arguments. Don't use `load'.
11449 (package-maybe-load-descriptor): Remove.
11450 (package-load-all-descriptors): Just call package-load-descriptor.
11451 (package--disabled-p): New function.
11452 (package-desc-vers, package-desc-doc): Remove aliases.
11453 (package--dir): Remove function.
11454 (package-activate): Check if a package is disabled.
11455 (package-process-define-package): New function, extracted from
11456 define-package.
11457 (define-package): Turn into a place holder.
11458 (package-unpack-single, package-tar-file-info):
11459 Use package--description-file.
11460 (package-compute-transaction): Use package--disabled-p.
11461 (package-download-transaction): Don't call
11462 package-maybe-load-descriptor since they're all loaded anyway.
11463 (package-install): Change argument to be a pkg-desc.
11464 (package-delete): Use a single pkg-desc argument.
11465 (describe-package-1): Use package-desc-dir instead of package--dir.
11466 Use package-desc property instead of package-symbol.
11467 (package-install-button-action): Adjust accordingly.
11468 (package--push): Rewrite.
11469 (package-menu--print-info): Adjust accordingly. Change the ID format
11470 to be a pkg-desc.
11471 (package-menu-describe-package, package-menu-get-status)
11472 (package-menu--find-upgrades, package-menu-mark-upgrades)
11473 (package-menu-execute, package-menu--name-predicate):
11474 Adjust accordingly.
11475 * startup.el (package--description-file): New function.
11476 (command-line): Use it.
11477 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11478 Use package-desc-version.
11479
11480 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11481 (byte-compile-preprocess): Use it.
11482 (byte-compile-file-form-defalias): Try a bit harder to use macros we
11483 can't quite recognize.
11484 (byte-compile-add-to-list): Remove.
11485 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11486 (cconv-closure-convert): Add assertion.
11487
11488 * emacs-lisp/map-ynp.el: Use lexical-binding.
11489 (map-y-or-n-p): Remove unused vars `tail' and `object'.
11490 Factor out some repeated code.
11491
11492 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11493
11494 * subr.el (with-eval-after-load): New macro.
11495 (eval-after-load): Allow form to be a function.
11496 take advantage of lexical-binding.
11497 (do-after-load-evaluation): Use dolist and adjust to new format.
11498 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11499
11500 2013-06-13 Juri Linkov <juri@jurta.org>
11501
11502 * replace.el (perform-replace): Display "symbol " and other search
11503 modes from `isearch-message-prefix' in the *Help* buffer.
11504
11505 * isearch.el (isearch-query-replace): Add " symbol" and other
11506 possible search modes from `isearch-message-prefix' to the prompt.
11507 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11508 when reading a regexp to collect.
11509
11510 2013-06-13 Juri Linkov <juri@jurta.org>
11511
11512 * isearch.el (word-search-regexp): Match whitespace if the search
11513 string begins or ends in whitespace. The LAX arg is applied to
11514 both ends of the search string. Use `regexp-quote' and explicit
11515 \< and \> instead of \b. Use \` and \' instead of ^ and $.
11516 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11517 boundaries are replaced with symbol boundaries, and characters
11518 between symbols match non-word non-symbol syntax. (Bug#14602)
11519
11520 2013-06-13 Juri Linkov <juri@jurta.org>
11521
11522 * isearch.el (isearch-del-char): Don't exceed the length of
11523 `isearch-string' by the prefix arg. (Bug#14563)
11524
11525 2013-06-13 Juri Linkov <juri@jurta.org>
11526
11527 * isearch.el (isearch-yank-word, isearch-yank-line)
11528 (isearch-char-by-name, isearch-quote-char)
11529 (isearch-printing-char, isearch-process-search-char):
11530 Add optional count prefix arg. (Bug#14563)
11531
11532 * international/isearch-x.el
11533 (isearch-process-search-multibyte-characters):
11534 Add optional count prefix arg.
11535
11536 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11537
11538 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11539 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11540 lexical-binding.
11541
11542 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
11543
11544 * subr.el (set-temporary-overlay-map): Add on-exit argument.
11545
11546 2013-06-13 Glenn Morris <rgm@gnu.org>
11547
11548 * startup.el (tty-handle-args):
11549 Don't just discard "--" and anything after. (Bug#14608)
11550
11551 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11552
11553 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
11554
11555 Implement changes in Secret Service API. Make it backward compatible.
11556 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11557 (secrets-create-item): Use it. Prefix properties with interface.
11558
11559 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
11560
11561 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
11562 (term-emulate-terminal): Respect term-suppress-hard-newline.
11563
11564 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
11565
11566 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11567 Only remove a `thumb-file' overlay. (Bug#14548)
11568
11569 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
11570
11571 * mail/reporter.el (reporter-submit-bug-report):
11572 Handle missing package-name. (Bug#14600)
11573
11574 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11575
11576 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11577 (reftex-citation-prompt, reftex-default-bibliography)
11578 (reftex-bib-or-thebib, reftex-get-bibfile-list)
11579 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11580 (reftex-bib-sort-author, reftex-bib-sort-year)
11581 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11582 (reftex-extract-bib-entries-from-thebibliography)
11583 (reftex-get-bibkey-default, reftex-get-bib-names)
11584 (reftex-parse-bibtex-entry, reftex-get-bib-field)
11585 (reftex-format-bib-entry, reftex-parse-bibitem)
11586 (reftex-format-bibitem, reftex-do-citation)
11587 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11588 (reftex-restrict-bib-matches, reftex-extract-bib-file)
11589 (reftex-insert-bib-matches, reftex-format-citation)
11590 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11591 (reftex-create-bibtex-file): Add docstrings, mostly by converting
11592 existing comments into docstrings.
11593
11594 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11595
11596 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11597
11598 2013-06-12 Andreas Schwab <schwab@suse.de>
11599
11600 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11601 for auto-save files.
11602
11603 2013-06-12 Glenn Morris <rgm@gnu.org>
11604
11605 * ido.el (ido-delete-ignored-files): Remove.
11606 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11607 Go back to calling ido-ignore-item-p directly.
11608
11609 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
11610
11611 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11612
11613 * ido.el (ido-delete-ignored-files): New function,
11614 split from ido-make-file-list-1.
11615 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
11616 (ido-make-file-list-1): Use ido-delete-ignored-files.
11617
11618 2013-06-12 Leo Liu <sdl.web@gmail.com>
11619
11620 * progmodes/octave.el (inferior-octave-startup)
11621 (inferior-octave-completion-table)
11622 (inferior-octave-track-window-width-change)
11623 (octave-eldoc-function-signatures, octave-help)
11624 (octave-find-definition): Use single quoted strings.
11625 (inferior-octave-startup-args): Change default value.
11626 (inferior-octave-startup): Do not hard code "-i" and
11627 "--no-line-editing".
11628 (inferior-octave-resync-dirs): Add optional arg NOERROR.
11629 (inferior-octave-directory-tracker): Use it.
11630 (octave-goto-function-definition): Robustify.
11631 (octave-help): Support highlighting operators in 'See also'.
11632 (octave-find-definition): Find subfunctions only in Octave mode.
11633
11634 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11635
11636 * help-fns.el (help-fns--compiler-macro): If the handler function is
11637 named, then put a link to it.
11638 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11639 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11640 (cl-typep): Use it.
11641 (cl-eval-when): Simplify debug spec.
11642 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
11643 compiler-macro function instead of setting `compiler-macro-file'.
11644
11645 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11646
11647 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11648 * vc/vc-hooks.el (vc-stay-local): Doc fix.
11649
11650 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11651 Daniel Hackney <dan@haxney.org>
11652
11653 First part of Daniel Hackney's patch to package.el.
11654 * emacs-lisp/package.el: Use defstruct.
11655 (package-desc): New, main struct.
11656 (package--bi-desc, package--ac-desc): New structs, used to describe the
11657 format in external files.
11658 (package-desc-vers): Replace with package-desc-version accessor.
11659 (package-desc-doc): Replace with package-desc-summary accessor.
11660 (package-activate-1): Remove `package' arg since the pkg-vec now
11661 includes the name.
11662 (define-package): Use package-desc-from-define.
11663 (package-unpack-single): Change file-name arg to be a symbol.
11664 (package--add-to-archive-contents): Use package-desc-create and new
11665 accessor functions to package--ac-desc.
11666 (package-buffer-info, package-tar-file-info): Return a package-desc.
11667 (package-install-from-buffer): Remove `type' argument. Change pkg-info
11668 arg to be a package-desc.
11669 (package-install-file): Adjust accordingly. Use \' to match EOS.
11670 (package--from-builtin): New function.
11671 (describe-package-1, package-menu--generate): Use it.
11672 (package--make-autoloads-and-compile): Change name arg to be a symbol.
11673 (package-generate-autoloads): Idem and return the name of the file.
11674 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11675 Change pkg-info arg to be a package-desc.
11676 Use package-make-ac-desc.
11677 (package-upload-file): Use \' to match EOS.
11678 * finder.el (finder-compile-keywords): Use package-make-builtin.
11679
11680 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11681
11682 * vc/vc.el (vc-deduce-fileset): Change error message.
11683 (vc-read-backend): New function.
11684 (vc-next-action): Use it.
11685
11686 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11687
11688 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11689 (prolog-font-lock-keywords): Use regexp-opt instead.
11690 Don't manually highlight strings.
11691 (prolog-mode-variables): Simplify comment-start-skip.
11692 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
11693
11694 * emacs-lisp/generic.el (generic--normalise-comments)
11695 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11696 (generic-mode-set-comments): Use them.
11697 (generic-bracket-support): Use setq-local.
11698 (generic-make-keywords-list): Declare obsolete.
11699
11700 2013-06-11 Glenn Morris <rgm@gnu.org>
11701
11702 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11703 Prettify after setting font-lock-defaults. (Bug#14574)
11704
11705 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
11706
11707 * replace.el (query-replace, occur-read-regexp-defaults-function)
11708 (replace-search):
11709 * subr.el (declare-function, number-sequence, local-set-key)
11710 (substitute-key-definition, locate-user-emacs-file)
11711 (with-silent-modifications, split-string, eval-after-load):
11712 Fix typos, remove unneeded backslashes and reflow some docstrings.
11713
11714 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11715
11716 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11717 default for Elisp files.
11718
11719 2013-06-11 Glenn Morris <rgm@gnu.org>
11720
11721 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11722 although define-derived-mode was doing this anyway. (Bug#14583)
11723
11724 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
11725
11726 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11727 Fix make-variable-buffer-local call to refer to the correct variable.
11728
11729 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
11730
11731 * eshell/em-term.el (eshell-visual-commands)
11732 (eshell-visual-subcommands, eshell-visual-options):
11733 Add summary line to docstrings. Add cross-references.
11734
11735 2013-06-10 Glenn Morris <rgm@gnu.org>
11736
11737 * epa.el (epa-read-file-name): New function. (Bug#14510)
11738 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
11739
11740 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11741
11742 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11743 output redirection to be ignored with visual commands.
11744
11745 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11746
11747 * eshell/em-term.el (eshell-visual-command-p): New function.
11748 (eshell-term-initialize): Move long lambda to separate function
11749 eshell-visual-command-p.
11750 * eshell/em-dirs.el (eshell-dirs-initialize):
11751 * eshell/em-script.el (eshell-script-initialize):
11752 Add missing #' to lambda.
11753
11754 2013-06-08 Leo Liu <sdl.web@gmail.com>
11755
11756 * progmodes/octave.el (octave-add-log-current-defun): New function.
11757 (octave-mode): Set add-log-current-defun-function.
11758 (octave-goto-function-definition): Do not move point if not found.
11759 (octave-find-definition): Enhance to try subfunctions first.
11760
11761 2013-06-08 Glenn Morris <rgm@gnu.org>
11762
11763 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11764 (byte-compile-backward-char, byte-compile-backward-word):
11765 Improve previous change, to handle non-explicit nil.
11766
11767 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11768
11769 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11770 (smie--opener/closer-at-point): New function.
11771 (smie--matching-block-data): Use it. Don't match from right after an
11772 opener or right before a closer. Obey smie-blink-matching-inners.
11773 Don't signal a mismatch for repeated inners like "switch..case..case".
11774
11775 2013-06-07 Leo Liu <sdl.web@gmail.com>
11776
11777 * progmodes/octave.el (octave-mode): Set comment-use-global-state
11778 to t. (Bug#14303)
11779 (octave-function-header-regexp): Fix. (Bug#14570)
11780 (octave-help-mode-finish-hook, octave-help-mode-finish):
11781 Remove. Just use temp-buffer-show-hook.
11782
11783 * newcomment.el (comment-search-backward): Revert last change.
11784 (Bug#14434)
11785
11786 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11787
11788 2013-06-07 Eli Zaretskii <eliz@gnu.org>
11789
11790 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11791 through xargs, to avoid failure due to MS-Windows limitations on
11792 command-line length.
11793
11794 2013-06-06 Glenn Morris <rgm@gnu.org>
11795
11796 * font-lock.el (lisp-font-lock-keywords-2):
11797 Treat user-error like error.
11798
11799 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11800 (byte-compile-backward-char, byte-compile-backward-word):
11801 Handle explicit nil arguments. (Bug#14565)
11802
11803 2013-06-05 Alan Mackenzie <acm@muc.de>
11804
11805 * isearch.el (isearch-allow-prefix): New user option.
11806 (isearch-other-meta-char): Don't exit isearch when a prefix
11807 argument is typed whilst `isearch-allow-prefix' is non-nil.
11808 (Bug#9706)
11809
11810 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11811
11812 * autorevert.el (auto-revert-notify-handler): Use memq.
11813 Hide assertion failure.
11814
11815 * skeleton.el: Use cl-lib.
11816 (skeleton-further-elements): Use defvar-local.
11817 (skeleton-insert): Use cl-progv.
11818
11819 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11820
11821 * progmodes/prog-mode.el (prog-prettify-symbols)
11822 (prog-prettify-install): Update docstrings.
11823
11824 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11825
11826 * simple.el: Move all the prog-mode code to prog-mode.el.
11827 * progmodes/prog-mode.el: New file.
11828 * loadup.el: Add prog-mode.el.
11829
11830 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11831
11832 * simple.el (prog-prettify-symbols): Add version.
11833 (prog-prettify-install): Add convenience function to prettify symbols.
11834
11835 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11836 (perl--augmented-font-lock-keywords-1)
11837 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11838 variables and use it.
11839
11840 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11841 (cfengine3-mode): Remove unneeded variable and use it.
11842
11843 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11844 (lisp--augmented-font-lock-keywords-1)
11845 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11846 Remove unneeded variables and use it.
11847
11848 2013-06-05 João Távora <joaotavora@gmail.com>
11849
11850 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
11851 to point when opening the connection. (Bug#14380)
11852
11853 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11854
11855 * subr.el (load-history-regexp, load-history-filename-element)
11856 (eval-after-load, after-load-functions, do-after-load-evaluation)
11857 (eval-next-after-load, display-delayed-warnings)
11858 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11859 definition of save-match-data.
11860 (overriding-local-map): Remove accidental obsolescence declaration.
11861
11862 * emacs-lisp/edebug.el (edebug-result): Move before first use.
11863
11864 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11865
11866 Generalize symbol prettify support to prog-mode and implement it
11867 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11868 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11869 (prog--prettify-font-lock-compose-symbol)
11870 (prog-prettify-font-lock-symbols-keywords): New variables and
11871 functions to support symbol prettification.
11872 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11873 (lisp--augmented-font-lock-keywords-1)
11874 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11875 (lisp--prettify-symbols-alist): Implement prettify of lambda.
11876 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11877 (cfengine3--prettify-symbols-alist, cfengine3-mode):
11878 Implement prettify of -> => :: strings.
11879 * progmodes/perl-mode.el (perl-prettify-symbols)
11880 (perl--font-lock-compose-symbol)
11881 (perl--font-lock-symbols-keywords): Move to prog-mode.
11882 (perl--prettify-symbols-alist): Prettify -> => :: strings.
11883 (perl-font-lock-keywords-1)
11884 (perl-font-lock-keywords-2): Remove explicit prettify support.
11885 (perl--augmented-font-lock-keywords)
11886 (perl--augmented-font-lock-keywords-1)
11887 (perl--augmented-font-lock-keywords-2, perl-mode):
11888 Implement prettify support.
11889
11890 2013-06-05 Leo Liu <sdl.web@gmail.com>
11891
11892 Re-implement SMIE matching block highlight using
11893 show-paren-data-function. (Bug#14395)
11894 * emacs-lisp/smie.el (smie-matching-block-highlight)
11895 (smie--highlight-matching-block-overlay)
11896 (smie--highlight-matching-block-lastpos)
11897 (smie-highlight-matching-block)
11898 (smie-highlight-matching-block-mode): Remove.
11899 (smie--matching-block-data-cache): New variable.
11900 (smie--matching-block-data): New function.
11901 (smie-setup): Use smie--matching-block-data for
11902 show-paren-data-function.
11903
11904 * progmodes/octave.el (octave-mode-menu): Fix.
11905 (octave-find-definition): Skip garbage lines.
11906
11907 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11908
11909 Fix compilation error with simultaneous dynamic+lexical scoping.
11910 Add warning when a defvar appears after the first let-binding.
11911 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
11912 (byte-compile-close-variables): Initialize it.
11913 (byte-compile--declare-var): New function.
11914 (byte-compile-file-form-defvar)
11915 (byte-compile-file-form-define-abbrev-table)
11916 (byte-compile-file-form-custom-declare-variable): Use it.
11917 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
11918 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
11919 (byte-compile-bind): Handle dynamic bindings that shadow
11920 lexical bindings.
11921 (byte-compile-unbind): Make arg non-optional.
11922 (byte-compile-let): Simplify.
11923 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
11924 (cconv--analyse-function, cconv-analyse-form): Populate it.
11925 Protect byte-compile-bound-variables to limit the scope of defvars.
11926 (cconv-analyse-form): Add missing rule for (defvar <foo>).
11927 Remove unneeded rule for `declare'.
11928
11929 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11930 so as to avoid depending on cl-adjoin at run-time.
11931 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11932
11933 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11934 (macroexp--warn-and-return): Use it.
11935
11936 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11937
11938 * subr.el: Convert to lexical binding.
11939 (overriding-local-map): Make obsolete.
11940 (add-to-list): Doc fix. Add compiler macro.
11941 (read-key): Swap values of local maps.
11942
11943 2013-06-05 Leo Liu <sdl.web@gmail.com>
11944
11945 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11946
11947 2013-06-04 Leo Liu <sdl.web@gmail.com>
11948
11949 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11950 (compilation-auto-jump): Suppress the "Mark set" message to give
11951 way to exit message.
11952
11953 2013-06-04 Alan Mackenzie <acm@muc.de>
11954
11955 Remove faulty optimisation from indentation calculation.
11956 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11957 search limit based on 2000 characters back from indent-point.
11958
11959 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11960
11961 * eshell/em-term.el (cl-lib): Require `cl-lib'.
11962
11963 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11964
11965 * emacs-lisp/lisp.el: Use lexical-binding.
11966 (lisp--local-variables-1, lisp--local-variables): New functions.
11967 (lisp--local-variables-completion-table): New var.
11968 (lisp-completion-at-point): Use it complete let-bound vars.
11969
11970 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11971 eagerly (bug#14422).
11972
11973 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
11974
11975 * autorevert.el (auto-revert-notify-enabled)
11976 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11977 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11978 (auto-revert-notify-handler): Handle also gfilenotify.
11979
11980 * subr.el (file-notify-handle-event): New defun. Replacing ...
11981 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11982 Remove.
11983
11984 2013-06-03 Juri Linkov <juri@jurta.org>
11985
11986 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11987 `M-s h .'. (Bug#14427)
11988
11989 * hi-lock.el (highlight-symbol-at-point): New alias for the new
11990 command `hi-lock-face-symbol-at-point'.
11991 (hi-lock-face-symbol-at-point): New command.
11992 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11993 (hi-lock-menu): Add `highlight-symbol-at-point'.
11994 (hi-lock-mode): Doc fix.
11995
11996 * isearch.el (isearch-forward-symbol-at-point): New command.
11997 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11998 (isearch-highlight-regexp): Add a regexp which matches
11999 words/symbols for word/symbol mode.
12000
12001 * subr.el (find-tag-default-bounds): New function with the body
12002 mostly moved from `find-tag-default'.
12003 (find-tag-default): Move most code to `find-tag-default-bounds',
12004 call it and apply `buffer-substring-no-properties' afterwards.
12005
12006 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12007
12008 * eshell/em-term.el (eshell-term-initialize):
12009 Use `cl-intersection' rather than `intersection'.
12010
12011 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12012
12013 * vc/log-view.el: Doc fix.
12014 (log-view-mode-map): Copy keymap from `special-mode-map'.
12015
12016 2013-06-02 Eric Ludlam <zappo@gnu.org>
12017
12018 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12019 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12020 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12021 (eieio-unbound, eieio-default-superclass)
12022 (eieio--define-field-accessors, method-static, method-before)
12023 (method-primary, method-after, method-num-lists)
12024 (method-generic-before, method-generic-primary)
12025 (method-generic-after, method-num-slots)
12026 (eieio-specialized-key-to-generic-key)
12027 (eieio--check-type, class-v, class-p)
12028 (eieio-class-name, define-obsolete-function-alias)
12029 (eieio-class-parents-fast, eieio-class-children-fast)
12030 (same-class-fast-p, class-constructor, generic-p)
12031 (generic-primary-only-p, generic-primary-only-one-p)
12032 (class-option-assoc, class-option, eieio-object-p)
12033 (class-abstract-p, class-method-invocation-order)
12034 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12035 (eieio-class-un-autoload, eieio-defclass)
12036 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12037 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12038 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12039 (eieio-defgeneric-reset-generic-form)
12040 (eieio-defgeneric-form-primary-only)
12041 (eieio-defgeneric-reset-generic-form-primary-only)
12042 (eieio-defgeneric-form-primary-only-one)
12043 (eieio-defgeneric-reset-generic-form-primary-only-one)
12044 (eieio-unbind-method-implementations)
12045 (eieio--defmethod, eieio--typep)
12046 (eieio-perform-slot-validation, eieio-validate-slot-value)
12047 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12048 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12049 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12050 (eieio-slot-name-index, eieio-class-slot-name-index)
12051 (eieio-set-defaults, eieio-initarg-to-attribute)
12052 (eieio-attribute-to-initarg, eieio-c3-candidate)
12053 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12054 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12055 (eieio-class-precedence-list, eieio-generic-call-methodname)
12056 (eieio-generic-call-arglst, eieio-generic-call-key)
12057 (eieio-generic-call-next-method-list)
12058 (eieio-pre-method-execution-functions, eieio-generic-call)
12059 (eieio-generic-call-primary-only, eieiomt-method-list)
12060 (eieiomt-optimizing-obarray, eieiomt-install)
12061 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12062 (eieio-generic-form, eieio-defmethod, make-obsolete)
12063 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12064 (defclass): Remove `eval-and-compile' from macro.
12065 (call-next-method, shared-initialize): Instead of using
12066 `scoped-class' variable, use new eieio--scoped-class, and
12067 eieio--with-scoped-class.
12068 (initialize-instance): Rename local variable 'scoped-class' to
12069 'this-class' to remove ambiguitity from old global.
12070
12071 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12072 eieio.el.
12073 (eieio--scoped-class-stack): New variable.
12074 (eieio--scoped-class): New fcn.
12075 (eieio--with-scoped-class): New scoping macro.
12076 (eieio-defclass): Use pushnew instead of add-to-list.
12077 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12078 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12079 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12080 `scoped-class' variable, use new eieio--scoped-class, and
12081 eieio--with-scoped-class.
12082
12083 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12084
12085 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12086
12087 * eshell/esh-ext.el (eshell-external-command): Pass args to
12088 `eshell-find-interpreter'.
12089 (eshell-find-interpreter): Add new second parameter ARGS.
12090
12091 * eshell/em-script.el (eshell-script-initialize): Add second arg
12092 to the function added as MATCH to `eshell-interpreter-alist'.
12093
12094 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12095 the function added as MATCH to `eshell-interpreter-alist'.
12096
12097 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12098 (eshell-visual-options): New defcustom.
12099 (eshell-escape-control-x): Adapt docstring.
12100 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12101 `eshell-visual-options' in addition to `eshell-visual-commands'.
12102 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12103
12104 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12105
12106 * progmodes/python.el (python-indent-block-enders): Add break,
12107 continue and raise keywords.
12108
12109 2013-06-01 Glenn Morris <rgm@gnu.org>
12110
12111 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12112
12113 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12114 * progmodes/cc-cmds.el (delete-forward-p):
12115 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12116 * progmodes/cc-engine.el (buffer-syntactic-context):
12117 * progmodes/cc-fonts.el (face-property-instance):
12118 * progmodes/cc-mode.el (set-keymap-parents):
12119 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12120 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12121 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12122 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12123 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12124
12125 * progmodes/cc-vars.el (other): Emacs has this widget since
12126 at least 21.1, so don't (re)define it.
12127
12128 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12129 Replace the obsolete alias pcomplete-arg-quote-list.
12130
12131 2013-06-01 Leo Liu <sdl.web@gmail.com>
12132
12133 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12134 punctuation syntax.
12135 (inferior-octave-minimal-columns)
12136 (inferior-octave-last-column-width): New variables.
12137 (inferior-octave-track-window-width-change): New function.
12138 (inferior-octave-mode): Adjust column width so that Octave output,
12139 for example from 'ls', can fit into the window nicely.
12140
12141 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12142
12143 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12144 Highlight expansions inside regexp literals.
12145
12146 2013-05-31 Glenn Morris <rgm@gnu.org>
12147
12148 * obsolete/sym-comp.el (symbol-complete):
12149 Replace obsolete completion-annotate-function.
12150
12151 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12152
12153 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12154
12155 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12156 New function, checks if point is inside a literal that allows
12157 expression expansion.
12158 (ruby-syntax-propertize-expansion): Use it.
12159 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12160 around the body.
12161
12162 2013-05-30 Juri Linkov <juri@jurta.org>
12163
12164 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12165 to "\M-si".
12166 (isearch-invisible): New variable.
12167 (isearch-forward): Doc fix.
12168 (isearch-mode): Set `isearch-invisible'
12169 to the value of `search-invisible'.
12170 (isearch-toggle-case-fold): Doc fix.
12171 (isearch-toggle-invisible): New command.
12172 (isearch-query-replace): Let-bind `search-invisible'
12173 to the value of `isearch-invisible'.
12174 (isearch-search): Use `isearch-invisible' instead of
12175 `search-invisible'. Let-bind `search-invisible'
12176 to the value of `isearch-invisible'. (Bug#11378)
12177
12178 2013-05-30 Juri Linkov <juri@jurta.org>
12179
12180 * replace.el (perform-replace): Avoid `isearch-range-invisible'
12181 call when `query-flag' is nil and `search-invisible' is non-nil.
12182 (Bug#11746)
12183
12184 2013-05-30 Glenn Morris <rgm@gnu.org>
12185
12186 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12187
12188 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12189 (cc-require): Suppress spurious "noruntime" warnings.
12190 (cc-require-when-compile): Use fboundp, for sake of compiler.
12191
12192 * progmodes/cc-mode.el: Move load of cc-vars before that of
12193 cc-langs (which in turn loads cc-vars), to quieten compiler.
12194
12195 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * paren.el: Simplify the code.
12198 (show-paren-mode): Always start the timer.
12199 (show-paren--idle-timer): Rename from show-paren-idle-timer.
12200 (show-paren--overlay, show-paren--overlay-1): Rename from
12201 show-paren-overlay and show-paren-overlay-1, and initialize to an
12202 overlay rather than to nil.
12203 (show-paren-function): Misc cleanup and simplifications.
12204
12205 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * paren.el (show-paren-data-function): New hook.
12208 (show-paren--default): New function, extracted from show-paren-function.
12209 (show-paren-function): Use show-paren-data-function.
12210
12211 2013-05-30 Glenn Morris <rgm@gnu.org>
12212
12213 * ielm.el (ielm-map, ielm-complete-symbol):
12214 Use completion-at-point rather than obsolete functions.
12215 (inferior-emacs-lisp-mode): Doc fix.
12216 Set completion-at-point-functions, rather than
12217 comint-dynamic-complete-functions.
12218
12219 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12220 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12221 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12222
12223 * image.el (image-animated-p): Tweak definition.
12224
12225 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12226 (rlogin-process-connection-type): Tweak default. Add set-after.
12227 (rlogin-host): Doc fix.
12228 (rlogin): Tweak prompt.
12229 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12230
12231 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12232 * progmodes/tcl.el (inferior-tcl-mode-map):
12233 Use completion-at-point rather than obsolete alias.
12234
12235 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12236
12237 * minibuffer.el (read-file-name-completion-ignore-case):
12238 Move before completion--in-region, for eager macro expansion.
12239
12240 2013-05-29 Juri Linkov <juri@jurta.org>
12241
12242 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12243 for total count of matching lines. Add `global-matches' for total
12244 count of matches. Rename `matches' to `lines' for count of
12245 matching lines. Add `matches' for count of matches.
12246 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
12247 to `prev-line' for line number of prev match endpt.
12248 Increment `matches' for every match. Print the number of
12249 matching lines in the header.
12250 (occur-context-lines): Rename `lines' to `curr-line'.
12251 Rename `prev-lines' to `prev-line'. (Bug#14017)
12252
12253 2013-05-29 Juri Linkov <juri@jurta.org>
12254
12255 * replace.el (perform-replace): Add `skip-read-only-count',
12256 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12257 Increment them for corresponding conditions and report the number
12258 of skipped occurrences in the final message. (Bug#11746)
12259 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12260 (replace-string, replace-regexp): Doc fix.
12261
12262 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * emacs-lisp/trace.el (trace--read-args): Provide a default.
12265
12266 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12267 prog-mode-map (bug#14504).
12268
12269 2013-05-29 Leo Liu <sdl.web@gmail.com>
12270
12271 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12272 (octave-help): Small simplification.
12273
12274 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12275 off the highlight first.
12276
12277 2013-05-29 Glenn Morris <rgm@gnu.org>
12278
12279 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12280 Handle idlwave-last-system-routine-info-cons-cell being nil.
12281
12282 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12283 (idlwave-write-paths): Simplify via with-temp-buffer.
12284
12285 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12286 * emulation/cua-rect.el: Also load cua-base at run time.
12287
12288 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12289 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12290 (cperl-imenu-on-info): Require imenu.
12291
12292 2013-05-28 Alan Mackenzie <acm@muc.de>
12293
12294 Handle "capitalised keywords" correctly.
12295 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12296
12297 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
12298
12299 * eshell/em-unix.el: Add -r option to cp.
12300
12301 2013-05-28 Glenn Morris <rgm@gnu.org>
12302
12303 * vc/vc-arch.el (vc-exec-after): Declare.
12304 (vc-switches): Autoload.
12305 * vc/vc-bzr.el: No need to require vc when compiling.
12306 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12307 (vc-resynch-buffer, vc-dir-refresh): Declare.
12308 (vc-setup-buffer, vc-switches): Autoload.
12309 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12310 (vc-resynch-buffer): Declare.
12311 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12312 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12313 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12314 (grep-read-regexp, grep-read-files, grep-expand-template)
12315 (vc-dir-refresh): Declare.
12316 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12317 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12318 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12319 * vc/vc-mtn.el (vc-exec-after): Declare.
12320 (vc-switches): Autoload.
12321 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12322 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12323 (vc-file-tree-walk): Declare.
12324 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12325 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12326 (vc-tag-precondition, vc-rename-master): Autoload.
12327 * vc/vc-svn.el (vc-exec-after): Declare.
12328 (vc-switches, vc-setup-buffer): Autoload.
12329 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12330 Autoload.
12331 (vc-resynch-buffer): Declare.
12332
12333 * obsolete/fast-lock.el (byte-compile-warnings):
12334 Don't warn about obsolete features in this obsolete file.
12335
12336 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12337 Move definition before use.
12338
12339 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12340 (dun-unix-verbs): Remove dun-zippy.
12341 (dun-zippy): Remove function.
12342
12343 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12344
12345 2013-05-27 Juri Linkov <juri@jurta.org>
12346
12347 * replace.el (replace-search): New function with code moved out
12348 from `perform-replace'.
12349 (replace-highlight, replace-dehighlight): Move function definitions
12350 up closer to `replace-search'. (Bug#11746)
12351
12352 2013-05-27 Juri Linkov <juri@jurta.org>
12353
12354 * replace.el (perform-replace): Ignore invisible matches.
12355 In addition to checking `query-replace-skip-read-only', also
12356 filter out matches by calling `run-hook-with-args-until-failure'
12357 on `isearch-filter-predicates', and also check `search-invisible'
12358 for t or call `isearch-range-invisible'.
12359 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
12360
12361 2013-05-27 Juri Linkov <juri@jurta.org>
12362
12363 * isearch.el (isearch-filter-predicates): Rename from
12364 `isearch-filter-predicate'. Doc fix. (Bug#11378)
12365 (isearch-message-prefix): Display text from the property
12366 `isearch-message-prefix' of the currently active filters.
12367 (isearch-search): Don't compare `isearch-filter-predicate' with
12368 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
12369 on `isearch-filter-predicates'. Also check `search-invisible' for t
12370 or call `isearch-range-invisible'.
12371 (isearch-filter-visible): Make obsolete.
12372 (isearch-lazy-highlight-search):
12373 Call `run-hook-with-args-until-failure' on
12374 `isearch-filter-predicates' and use `isearch-range-invisible'.
12375
12376 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12377 `isearch-filter-predicates' instead of `funcall'ing
12378 `isearch-filter-predicate'.
12379 (Info-mode): Set `Info-isearch-filter' to
12380 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12381
12382 * dired-aux.el (dired-isearch-filter-predicate-orig):
12383 Remove variable.
12384 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12385 (dired-isearch-filenames-end): Add and remove
12386 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12387 instead of changing the value of `isearch-filter-predicate'.
12388 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12389 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12390 Put property `isearch-message-prefix' to "filename " on
12391 `dired-isearch-filter-filenames'.
12392
12393 * wdired.el (wdired-change-to-wdired-mode):
12394 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12395 locally instead of changing `isearch-filter-predicate'.
12396 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12397
12398 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
12399
12400 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12401 return the commit hash (Bug#14459). Also set the
12402 `vc-git-detached' property.
12403 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12404 (vc-git-mode-line-string): Use the same help-echo format whether
12405 in detached mode or not, because we know the actual revision now.
12406 When in detached mode, shorten the revision to 7 chars.
12407
12408 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12409
12410 * emacs-lisp/easy-mmode.el (define-minor-mode):
12411 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12412 mode hook and provide a docstring.
12413
12414 2013-05-27 Alan Mackenzie <acm@muc.de>
12415
12416 Remove spurious syntax-table text properties inserted by C-y.
12417 * progmodes/cc-mode.el (c-after-change): Also clear hard
12418 syntax-table property with value nil.
12419
12420 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
12421
12422 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12423 when reading the events; the buffer layout shall not be changed.
12424
12425 2013-05-27 Leo Liu <sdl.web@gmail.com>
12426
12427 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12428 New variable.
12429 (inferior-octave-directory-tracker): Automatically re-sync
12430 default-directory.
12431 (octave-help): Improve handling of 'See also'.
12432
12433 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 * doc-view.el: Minor naming convention tweaks.
12436 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12437
12438 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12439 even if there's no `display' property yet (bug#14435).
12440
12441 2013-05-25 Eli Zaretskii <eliz@gnu.org>
12442
12443 * subr.el (unmsys--file-name): Rename from reveal-filename.
12444
12445 * Makefile.in (custom-deps, finder-data, autoloads)
12446 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12447 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12448 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12449
12450 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12453 error-completion on the first 2 args of condition-case (bug#14446).
12454 Don't burp at EOB.
12455
12456 2013-05-25 Leo Liu <sdl.web@gmail.com>
12457
12458 * comint.el (comint-previous-matching-input): Do not flood the
12459 *Messages* buffer with trivial messages.
12460
12461 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12462
12463 * progmodes/flymake.el (flymake-nop): Don't return a string.
12464 (flymake-set-at): Fix typo.
12465
12466 * simple.el (read--expression): New function, extracted from
12467 eval-expression. Set completion-at-point-functions (bug#14465).
12468 (eval-expression, eval-minibuffer): Use it.
12469
12470 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
12471
12472 * progmodes/flymake.el (flymake-save-buffer-in-file)
12473 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12474 (flymake-selected-frame, flymake-log, flymake-ins-after)
12475 (flymake-set-at, flymake-get-buildfile-from-cache)
12476 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12477 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12478 Refine the doc string.
12479 (flymake-get-file-name-mode-and-masks): Reformat.
12480 (flymake-get-real-file-name-function): Fix a minor bug.
12481
12482 2013-05-24 Juri Linkov <juri@jurta.org>
12483
12484 * progmodes/grep.el (grep-mode-font-lock-keywords):
12485 Support =linenumber= format used by git-grep for lines with
12486 function names. (Bug#13549)
12487
12488 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12489
12490 * progmodes/octave.el (octave-smie-rules): Return nil rather than
12491 0 after a semi-colon; it works better for smie-auto-fill.
12492 (octave--indent-new-comment-line): New function.
12493 (octave-indent-new-comment-line): Use it (indirectly).
12494 (octave-mode): Don't disable smie-auto-fill. Use add-function to
12495 modify comment-line-break-function.
12496
12497 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12498 (smie-setup): Use add-function to set it.
12499
12500 2013-05-24 Sam Steingold <sds@gnu.org>
12501
12502 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12503 argument (before the `interactive' argument).
12504
12505 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12506
12507 * image-mode.el (image-mode-winprops): Add winprops to
12508 image-mode-winprops-alist before running
12509 image-mode-new-window-functions.
12510 * doc-view.el (doc-view-new-window-function): Don't delay
12511 doc-view-goto-page via timers (bug#14435).
12512
12513 2013-05-24 Tassilo Horn <tsdh@gnu.org>
12514
12515 * doc-view.el: Integrate with desktop.el. (Bug#14435)
12516 (doc-view-desktop-save-buffer): New function.
12517 (doc-view-restore-desktop-buffer): New function.
12518 (desktop-buffer-mode-handlers):
12519 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12520 handler.
12521 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12522 `desktop-save-buffer' function.
12523
12524 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
12525
12526 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12527 (tramp-gvfs-file-name-handler): Raise a user error when
12528 `tramp-gvfs-enabled' is nil.
12529 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12530 Do not raise a user error when loading package. (Bug#14447)
12531
12532 * net/xesam.el: Move to obsolete/.
12533
12534 2013-05-24 Glenn Morris <rgm@gnu.org>
12535
12536 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12537
12538 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12539
12540 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12541 (Info-find-node, Man-getpage-in-background): Declare.
12542
12543 * mail/unrmail.el (unrmail):
12544 Replace obsolete detect-coding-with-priority.
12545
12546 * net/socks.el (socks-split-string): Use this rather than split-string.
12547 (socks-nslookup-host): Update for above change.
12548 (dynamic-choice, s5-dynamic-choice-match)
12549 (s5-dynamic-choice-match-inline, s5-widget-value-create):
12550 Comment out unused code.
12551
12552 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12553 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12554 (gud-tooltip-echo-area): Make obsolete.
12555 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12556
12557 * progmodes/js.el (js--optimize-arglist): Declare.
12558
12559 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12560
12561 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12562 (ediff-window-C): Declare.
12563
12564 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12565 Tweak requires to silence compiler.
12566
12567 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12568 (he-search-string, he-tried-table, he-expand-list)
12569 (he-init-string, he-string-member, he-substitute-string)
12570 (he-reset-string): Declare.
12571
12572 * obsolete/options.el (list-options): Use custom-variable-p,
12573 rather than obsolete alias.
12574
12575 2013-05-23 Sam Steingold <sds@gnu.org>
12576
12577 * simple.el (shell-command-on-region): Pass the `replace' argument
12578 down to `call-process-region' to comply with the doc as reported on
12579 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12580
12581 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12582
12583 * emacs-lisp/smie.el (smie-indent-forward-token)
12584 (smie-indent-backward-token): Handle string tokens (bug#14381).
12585
12586 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12587
12588 * ielm.el (ielm-menu): New menu.
12589 (inferior-emacs-lisp-mode): Set comment-start.
12590
12591 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12592
12593 * textmodes/reftex.el (reftex-ref-style-toggle):
12594 Fix deactivate action.
12595
12596 * textmodes/reftex-vars.el (reftex-ref-style-alist):
12597 Add cleveref macros.
12598
12599 * textmodes/reftex-parse.el
12600 (reftex-locate-bibliography-files): Accept options for
12601 bibliography commands.
12602 * textmodes/reftex-vars.el (reftex-bibliography-commands):
12603 Add addbibresource. Basic Biblatex support.
12604
12605 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
12606
12607 * net/tramp-gvfs.el (top):
12608 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12609 when loading package. (Bug#14447)
12610
12611 2013-05-23 Glenn Morris <rgm@gnu.org>
12612
12613 * progmodes/js.el: No need to load comint when compiling.
12614 (ring-insert, comint-send-string, comint-send-input)
12615 (comint-last-input-end, ido-chop): Declare.
12616
12617 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12618 * vc/ediff-mult.el: Adjust requires.
12619 (ediff-directories-internal, ediff-directory-revisions-internal)
12620 (ediff-patch-file-internal): Declare.
12621 * vc/ediff-ptch.el: Adjust requires.
12622 (ediff-use-last-dir, ediff-buffers-internal): Declare.
12623 (ediff-find-file): Autoload.
12624 * vc/ediff-util.el: No need to load ediff when compiling.
12625 (ediff-regions-internal): Declare.
12626 * vc/ediff-wind.el: Adjust requires.
12627 (ediff-compute-toolbar-width): Define when compiling.
12628 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12629 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12630 (dired-get-filename, dired-get-marked-files)
12631 (ediff-last-dir-patch, ediff-patch-default-directory)
12632 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12633 (ediff-patch-buffer-internal): Declare.
12634
12635 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12636 (ispell-process, ispell-buffer-local-words, lm-summary)
12637 (lm-section-start, lm-section-end): Declare.
12638 (checkdoc-ispell-init): Simplify.
12639
12640 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12641 (he-string-member, he-reset-string, he-substitute-string): Declare.
12642
12643 * eshell/em-ls.el: Adjust requires.
12644 (eshell-glob-regexp): Declare.
12645 * eshell/em-tramp.el: Adjust requires.
12646 (eshell-parse-command): Autoload.
12647 * eshell/em-xtra.el: Adjust requires.
12648 (eshell-parse-command): Autoload.
12649 * eshell/esh-ext.el: Adjust requires.
12650 (eshell-parse-command, eshell-close-handles): Autoload.
12651 * eshell/esh-io.el: Adjust requires.
12652 (eshell-output-filter): Autoload.
12653 * eshell/esh-util.el: No need to load tramp when compiling.
12654 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12655 Declare.
12656 (eshell-parse-ange-ls): Require ange-ftp and tramp.
12657 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12658 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12659 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12660 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12661 * eshell/esh-opt.el, eshell/esh-proc.el:
12662 * eshell/esh-var.el: Adjust requires.
12663 * eshell/eshell.el: Do not require esh-util twice.
12664 (eshell-add-input-to-history): Declare.
12665 (eshell-command): Check history module is active before using it.
12666
12667 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12668
12669 2013-05-22 Leo Liu <sdl.web@gmail.com>
12670
12671 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12672
12673 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
12674
12675 * autorevert.el (auto-revert-notify-add-watch)
12676 (auto-revert-notify-handler): Add `attrib' for the inotify case,
12677 it indicates changes in file modification time.
12678
12679 2013-05-22 Glenn Morris <rgm@gnu.org>
12680
12681 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12682 Always delete the autoloaded function from the noruntime and
12683 unresolved functions lists.
12684
12685 * allout.el: No need to load epa, epg, overlay when compiling.
12686 (epg-context-set-passphrase-callback, epg-list-keys)
12687 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12688 (epg-key-user-id-list): Declare.
12689
12690 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12691 (viper-set-parsing-style-toggling-macro)
12692 (viper-set-emacs-state-searchstyle-macros):
12693 Use called-interactively-p on Emacs.
12694 (viper-looking-back): Make it an obsolete alias. Update callers.
12695 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12696 Use looking-back rather than viper-looking-back.
12697 (viper-tmp-insert-at-eob, viper-enlarge-region)
12698 (viper-read-string-with-history, viper-register-to-point)
12699 (viper-append-to-register, viper-change-state-to-vi)
12700 (viper-backward-char-carefully, viper-forward-char-carefully)
12701 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12702 (viper-change-state-to-emacs): Declare.
12703 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12704 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12705 * emulation/viper-mous.el: Do not load viper-cmd.
12706 (viper-backward-char-carefully, viper-forward-char-carefully)
12707 (viper-forward-word, viper-adjust-window): Declare.
12708
12709 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12710
12711 * progmodes/idlw-help.el (idlwave-help-fontify):
12712 Use called-interactively-p.
12713
12714 * term/w32console.el (w32-get-console-codepage)
12715 (w32-get-console-output-codepage): Declare.
12716
12717 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12718 Remove unnecessary declarations.
12719 (dframe-message): Doc fix.
12720
12721 * info.el (dframe-select-attached-frame, dframe-current-frame):
12722 Declare.
12723
12724 * speedbar.el (speedbar-message): Make it an obsolete alias.
12725 Update all callers.
12726 (speedbar-with-attached-buffer)
12727 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12728 (speedbar-with-writable): Use backquote.
12729 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12730 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12731 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12732 rather than speedbar- aliases.
12733 * mail/rmail.el: Load dframe rather than speedbar when compiling.
12734 (speedbar-make-specialized-keymap, speedbar-insert-button)
12735 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12736 (speedbar-do-function-pointer): Declare.
12737 (rmail-speedbar-button, rmail-speedbar-find-file)
12738 (rmail-speedbar-move-message):
12739 Use dframe-with-attached-buffer rather than speedbar- alias.
12740 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12741 (dframe-message, speedbar-make-specialized-keymap)
12742 (speedbar-add-expansion-list, speedbar-mode-functions-list)
12743 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12744 (speedbar-insert-button, dframe-select-attached-frame)
12745 (dframe-maybee-jump-to-attached-frame)
12746 (speedbar-change-initial-expansion-list)
12747 (speedbar-previously-used-expansion-list-name): Declare.
12748 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12749 Use dframe-message, dframe-with-attached-buffer rather than
12750 speedbar- aliases.
12751 (gud-sentinel): Silence compiler.
12752 * progmodes/vhdl-mode.el (speedbar-refresh)
12753 (speedbar-do-function-pointer, speedbar-add-supported-extension)
12754 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12755 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12756 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12757 (speedbar-file-lists, speedbar-make-tag-line)
12758 (speedbar-line-directory, speedbar-goto-this-file)
12759 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12760 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12761 (speedbar-make-button, speedbar-reset-scanners)
12762 (speedbar-files-item-info, speedbar-line-text)
12763 (speedbar-find-file-in-frame, speedbar-set-timer)
12764 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12765 (speedbar-with-writable): Do not (re)define it.
12766 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12767 rather than speedbar- alias.
12768
12769 2013-05-21 Leo Liu <sdl.web@gmail.com>
12770
12771 * progmodes/octave.el (octave-mode-menu): Update and re-organize
12772 menu items.
12773 (octave-mode): Tweak fill-nobreak-predicate.
12774 (inferior-octave-startup): Check process to avoid infinite loop.
12775 (inferior-octave): Pop to buffer first to show abornmal process
12776 exit information.
12777
12778 2013-05-21 Glenn Morris <rgm@gnu.org>
12779
12780 * printing.el (pr-menu-bar): Define when compiling.
12781
12782 2013-05-21 Leo Liu <sdl.web@gmail.com>
12783
12784 * progmodes/octave.el (octave-auto-fill): Remove.
12785 (octave-indent-new-comment-line): Improve.
12786 (octave-mode): Use auto fill mode through
12787 comment-line-break-function and fill-nobreak-predicate.
12788 (octave-goto-function-definition): Support DEFUN_DLD.
12789 (octave-beginning-of-defun): Small tweak.
12790 (octave-help): Show parent directory.
12791
12792 2013-05-21 Glenn Morris <rgm@gnu.org>
12793
12794 * files.el (dired-unmark):
12795 * progmodes/gud.el (gdb-input): Update declarations.
12796
12797 * calculator.el (electric, ehelp): No need to load when compiling.
12798 (Electric-command-loop, electric-describe-mode): Declare.
12799
12800 * doc-view.el (doc-view-current-converter-processes): Move before use.
12801
12802 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12803 Move MODE-set-explicitly definition before use.
12804
12805 * international/mule-diag.el (mule-diag):
12806 Don't use obsolete window-system-version.
12807
12808 * mail/feedmail.el (smtpmail): No need to load when compiling.
12809 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12810
12811 * mail/mail-utils.el (rfc822): No need to load when compiling.
12812 (rfc822-addresses): Autoload it.
12813 (mail-strip-quoted-names): Trivial simplification.
12814
12815 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12816 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12817
12818 * net/snmp-mode.el (tempo): Don't duplicate requires.
12819
12820 * progmodes/prolog.el (info): No need to load when compiling.
12821 (comint): Require before shell requires it.
12822 (Info-goto-node): Autoload it.
12823 (Info-follow-nearest-node): Declare.
12824 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12825
12826 * textmodes/artist.el (picture-mode-exit): Declare.
12827
12828 * textmodes/reftex-parse.el (reftex-parse-from-file):
12829 Trivial rewrite so the compiler can parse it better.
12830
12831 2013-05-20 Leo Liu <sdl.web@gmail.com>
12832
12833 * progmodes/octave.el (octave-help-mode-map)
12834 (octave-help-mode-finish-hook): New variables.
12835 (octave-help-mode, octave-help-mode-finish): New functions.
12836 (octave-help): Use octave-help-mode.
12837
12838 2013-05-20 Glenn Morris <rgm@gnu.org>
12839
12840 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
12841
12842 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
12843
12844 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12845 start at point, so that expansion starting right after opening
12846 slash in a regexp is recognized.
12847 (ruby-syntax-before-regexp-re): New defvar, extracted from
12848 ruby-syntax-propertize-function. Since the value of this regexp
12849 is looked up at runtime now, we should be able to turn
12850 `ruby-syntax-methods-before-regexp' into a defcustom later.
12851 (ruby-syntax-propertize-function): Split regexp matching into two
12852 parts, for opening and closing slashes. That allows us to skip
12853 over string interpolations and support multiline regexps.
12854 Don't call `ruby-syntax-propertize-expansions', instead use another rule
12855 for them, which calls `ruby-syntax-propertize-expansion'.
12856 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12857 call to `ruby-syntax-propertize-function'.
12858 (ruby-syntax-propertize-expansion): Extracted from
12859 `ruby-syntax-propertize-expansions'. Handles one expansion.
12860 (ruby-syntax-propertize-percent-literal): Leave point right after
12861 the percent symbol, so that the expression expansion rule can
12862 propertize the contents.
12863 (ruby-syntax-propertize-heredoc): Leave point at bol following the
12864 heredoc openers.
12865 (ruby-syntax-propertize-expansions): Remove.
12866
12867 2013-05-18 Juri Linkov <juri@jurta.org>
12868
12869 * man.el (Man-default-man-entry): Remove `-' from the end
12870 of the default value. (Bug#14400)
12871
12872 2013-05-18 Glenn Morris <rgm@gnu.org>
12873
12874 * comint.el (comint-password-prompt-regexp):
12875 Allow "password for XXX" where XXX contains colons (eg https://...).
12876
12877 2013-05-18 Leo Liu <sdl.web@gmail.com>
12878
12879 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
12880 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
12881 (octave-source-directories): Don't check process.
12882 (octave-source-directories, octave-find-definition): Doc fix.
12883
12884 2013-05-18 Glenn Morris <rgm@gnu.org>
12885
12886 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12887 Remove backspace/delete bindings. (Bug#14392)
12888
12889 * cus-dep.el (custom-make-dependencies): Sort the output.
12890 (custom-versions-load-alist): Convert comment to doc.
12891
12892 2013-05-17 Leo Liu <sdl.web@gmail.com>
12893
12894 * newcomment.el (comment-search-backward): Stricter in finding
12895 comment start. (Bug#14303)
12896
12897 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12898 (octave-comment-start-skip): Properly anchored.
12899
12900 2013-05-17 Leo Liu <sdl.web@gmail.com>
12901
12902 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
12903 Clean up when turned off. (Bug#14395)
12904 (smie--highlight-matching-block-overlay): No longer buffer-local.
12905 (smie-highlight-matching-block): Adjust.
12906
12907 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
12908
12909 Doc string fix for "nanoseconds" (Bug#14406).
12910 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
12911 Fix doc string typo that had "nanoseconds" instead of "microseconds".
12912
12913 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
12914
12915 * calc/calc-units.el (math-extract-units): Preserve powers
12916 of units.
12917
12918 2013-05-17 Leo Liu <sdl.web@gmail.com>
12919
12920 * subr.el (delete-consecutive-dups): New function.
12921 * ido.el (ido-set-matches-1): Use it.
12922 * progmodes/octave.el (inferior-octave-completion-table): Use it.
12923 * ido.el (ido-remove-consecutive-dups): Remove.
12924
12925 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12928 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12929 regexp-opt's `words'.
12930
12931 2013-05-16 Leo Liu <sdl.web@gmail.com>
12932
12933 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12934 (smie--highlight-matching-block-overlay)
12935 (smie--highlight-matching-block-lastpos)
12936 (smie--highlight-matching-block-timer): New variables.
12937 (smie-highlight-matching-block): New function.
12938 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
12939 (smie-setup): Conditionally enable smie-blink-matching-open.
12940
12941 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
12942
12943 Sync with upstream verilog-mode r840.
12944 * progmodes/verilog-mode.el (verilog-mode-version)
12945 (verilog-mode-release-date): Update.
12946 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12947 (verilog-sig-tieoff): Fix string error on
12948 AUTORESET with colon define, bug594. Reported by Andrew Hou.
12949 (verilog-read-decls): Fix parameters confusing
12950 AUTOINST interfaces, bug565. Reported by Leith Johnson.
12951
12952 2013-05-16 Eli Zaretskii <eliz@gnu.org>
12953
12954 * subr.el (reveal-filename): New function.
12955
12956 * loadup.el: Compute Emacs executable versions on MS-Windows,
12957 where executables have the .exe extension. Add a hard link
12958 emacs-XX.YY.ZZ.exe on MS-Windows.
12959
12960 * Makefile.in (XARGS_LIMIT): New variable.
12961 (custom-deps, finder-data, autoloads)
12962 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12963 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12964 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12965 (compile-main): Limit xargs according to $(XARGS_LIMIT).
12966
12967 2013-05-16 Leo Liu <sdl.web@gmail.com>
12968
12969 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12970 (octave-mode-menu, octave-mode-map): Remove its uses.
12971
12972 2013-05-16 Reto Zimmermann <reto@gnu.org>
12973
12974 Sync with upstream vhdl mode v3.34.2.
12975 * progmodes/vhdl-mode.el: Use `push' throughout.
12976 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12977 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12978 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
12979 (vhdl-actual-generic-name): New option to derive actual generic name.
12980 (vhdl-port-paste-signals): Replace formal by actual generics.
12981 (vhdl-beautify): New name for old group vhdl-align. Update users.
12982 (vhdl-beautify-options): New option.
12983 (vhdl-last-input-event): New compat alias. Use throughout.
12984 (vhdl-goto-line): Replace user level function `goto-line'.
12985 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12986 vhdl-fix-statement-buffer.
12987 (vhdl-create-mode-menu): Add some entries.
12988 (vhdl-align-region-groups): Respect vhdl-beautify-options.
12989 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12990 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12991 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12992 to force statements on one line.
12993 (vhdl-remove-trailing-spaces-region):
12994 New, split from vhdl-remove-trailing-spaces.
12995 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12996 Respect vhdl-beautify-options.
12997 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12998 (vhdl-update-sensitivity-list): Not add with index if exists without.
12999 Not include array index with signal. Ignore keywords in comments.
13000 (vhdl-get-visible-signals): Regexp tweaks.
13001 (vhdl-template-component-inst): Handle empty library.
13002 (vhdl-template-type): Add template for 'enum' type.
13003 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13004 Use vhdl-replace-string.
13005 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13006 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13007 (vhdl-speedbar-initialize): Update for above name change.
13008 (vhdl-compose-wire-components): Fix in handling of constants.
13009 (vhdl-error-regexp-emacs-alist): New variable.
13010 (vhdl-error-regexp-add-emacs): New function;
13011 adds support for new compile.el (Emacs 22+)
13012 (vhdl-generate-makefile-1): Change target order for single lib. units.
13013 Allow use of absolute file names.
13014
13015 2013-05-16 Leo Liu <sdl.web@gmail.com>
13016
13017 * simple.el (prog-indent-sexp): Indent enclosing defun.
13018
13019 2013-05-15 Glenn Morris <rgm@gnu.org>
13020
13021 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13022 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13023 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13024 (whitespace-highlight): Move to whitespace group.
13025
13026 * comint.el (comint-source):
13027 * pcmpl-linux.el (pcmpl-linux):
13028 * shell.el (shell-faces):
13029 * eshell/esh-opt.el (eshell-opt):
13030 * international/ccl.el (ccl): Remove empty custom groups.
13031
13032 * completion.el (dynamic-completion-mode):
13033 * jit-lock.el (jit-lock-debug-mode):
13034 * minibuffer.el (completion-in-region-mode):
13035 * type-break.el (type-break-mode-line-message-mode)
13036 (type-break-query-mode):
13037 * emulation/tpu-edt.el (tpu-edt-mode):
13038 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13039 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13040 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13041
13042 * term/xterm.el (xterm): Change parent group to terminals.
13043
13044 * master.el (master): Remove empty custom group.
13045 (master-mode): Remove unused :group argument.
13046 * textmodes/refill.el (refill): Remove empty custom group.
13047 (refill-mode): Remove unused :group argument.
13048
13049 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13050
13051 * cus-dep.el: Provide a feature.
13052 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13053 Don't mistakenly ignore files whose basenames match a basename
13054 from preloaded-file-list (eg cedet/ede/simple.el).
13055 Add a fallback method for getting :group.
13056
13057 2013-05-15 Juri Linkov <juri@jurta.org>
13058
13059 * isearch.el (isearch-char-by-name): Rename from
13060 `isearch-insert-char-by-name'. Doc fix.
13061 (isearch-forward): Mention `isearch-char-by-name' in
13062 the docstring. (Bug#13348)
13063
13064 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13065 `exit-minibuffer' instead of
13066 `isearch-nonincremental-exit-minibuffer'.
13067 (isearch-edit-string): Remove mention of
13068 `isearch-nonincremental-exit-minibuffer' from docstring.
13069 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13070 (isearch-forward-exit-minibuffer)
13071 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13072
13073 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * loadup.el: Just use unversioned DOC.
13076
13077 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13078 literals as extending to EOB.
13079 (nxml-last-fontify-end): Remove unused variable.
13080 (nxml-after-change1): Use with-silent-modifications.
13081 (nxml-extend-after-change-region): Simplify.
13082 (nxml-extend-after-change-region1): Remove function.
13083 (nxml-after-change1): Don't adjust for dependent regions.
13084 (nxml-fontify-matcher): Simplify.
13085 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13086 (xmltok-add-dependent): Remove function.
13087 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13088 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13089 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13090 unclosed <[[, <?, comment, and other literals as extending to EOB.
13091 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13092 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13093 Remove functions.
13094 (rng-do-some-validation-1): Don't mark dependent regions.
13095 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13096 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13097 (nxml-clear-dependent-regions): Remove functions.
13098 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13099 (nxml-ensure-scan-up-to-date):
13100 Don't clear&mark dependent regions.
13101
13102 2013-05-15 Leo Liu <sdl.web@gmail.com>
13103
13104 * progmodes/octave.el (octave-goto-function-definition):
13105 Improve and fix callers.
13106
13107 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13108
13109 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13110 the setter (bug#14387).
13111
13112 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13113 surrounding group (bug#14402).
13114
13115 2013-05-14 Juri Linkov <juri@jurta.org>
13116
13117 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13118 (Bug#14390)
13119
13120 2013-05-14 Glenn Morris <rgm@gnu.org>
13121
13122 * progmodes/f90.el (f90-imenu-generic-expression):
13123 Fix typo in 2013-05-08 change. (Bug#14402)
13124
13125 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13126
13127 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13128 Remove signals for which replies are never received.
13129
13130 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13131
13132 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13133 (gdb-handler-alist, gdb-handler-number): Remove variables.
13134 (gdb-handler-list): New variable.
13135 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13136 (gdb-pending-handler-p, gdb-handle-reply)
13137 (gdb-remove-all-pending-triggers): New functions.
13138 (gdb-discard-unordered-replies): New defcustom.
13139 (gdb-handler): New defstruct.
13140 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
13141 instead of gdb-pending-triggers. Update docstring.
13142 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
13143 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13144 (gdb-var-update-handler, def-gdb-auto-update-trigger)
13145 (def-gdb-auto-update-handler, gdb-get-changed-registers)
13146 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13147 (gdb-frame-handler): Pending triggers are now automatically managed.
13148 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13149 Remove argument.
13150 (gdb-input): Automatically handles pending triggers. Update docstring.
13151 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13152 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13153 Update comments.
13154 (gdb-done-or-error): Now use gdb-handle-reply.
13155
13156 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13157
13158 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13159 gdb-debug-log.
13160
13161 2013-05-14 Glenn Morris <rgm@gnu.org>
13162
13163 * subr.el (user-emacs-directory-warning): New option.
13164 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
13165
13166 2013-05-14 Leo Liu <sdl.web@gmail.com>
13167
13168 * progmodes/octave.el (octave-font-lock-keywords): Fix error
13169 during redisplay.
13170 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13171 (octave-font-lock-texinfo-comment): Fix invalid search bound
13172 error: wrong side of point.
13173
13174 2013-05-14 Glenn Morris <rgm@gnu.org>
13175
13176 * progmodes/flymake.el (flymake-xml-program): New option.
13177 (flymake-xml-init): Use it.
13178
13179 * term/xterm.el: Provide a feature.
13180
13181 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
13182
13183 2013-05-13 Glenn Morris <rgm@gnu.org>
13184
13185 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13186 Add compat aliases as a hack workaround. (Bug#14384)
13187
13188 2013-05-13 Leo Liu <sdl.web@gmail.com>
13189
13190 * progmodes/octave.el (octave-indent-comment): Fix indentation for
13191 ###, and %!.
13192 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13193 C-M-q.
13194 (octave-comment-start-skip): Include %!.
13195 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13196
13197 2013-05-12 Leo Liu <sdl.web@gmail.com>
13198
13199 * progmodes/octave.el (inferior-octave-startup): Store the value
13200 of __octave_srcdir__ for octave-source-directories.
13201 (inferior-octave-check-process): New function refactored out of
13202 inferior-octave-send-list-and-digest.
13203 (octave-source-directories)
13204 (octave-find-definition-filename-function): New variables.
13205 (octave-source-directories)
13206 (octave-find-definition-default-filename): New functions.
13207 (octave-find-definition): Improve to find functions implemented in C++.
13208
13209 2013-05-12 Glenn Morris <rgm@gnu.org>
13210
13211 * calendar/diary-lib.el (diary-outlook-format-1):
13212 Don't include dayname in the output. (Bug#14349)
13213
13214 2013-05-11 Glenn Morris <rgm@gnu.org>
13215
13216 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13217
13218 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13219 Treat cc-provide like provide.
13220
13221 2013-05-11 Kevin Ryde <user42@zip.com.au>
13222
13223 * cus-dep.el (custom-make-dependencies):
13224 Use generated-autoload-load-name for the sake of files such
13225 such cedet/semantic/bovine/c.el, where the base file name
13226 is not in load-path. (Bug#5277)
13227
13228 2013-05-11 Glenn Morris <rgm@gnu.org>
13229
13230 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13231 Provide features.
13232
13233 2013-05-11 Leo Liu <sdl.web@gmail.com>
13234
13235 * progmodes/octave.el (octave-indent-comment): Improve.
13236 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
13237 (octave-eldoc-function-signatures, octave-eldoc-function):
13238 New functions.
13239 (octave-mode, inferior-octave-mode): Add eldoc support.
13240
13241 2013-05-11 Richard Stallman <rms@gnu.org>
13242
13243 * epa.el (epa-decrypt-file): Take output file name as argument
13244 and read it using `interactive'.
13245
13246 2013-05-11 Leo Liu <sdl.web@gmail.com>
13247
13248 * progmodes/octave.el (octave-beginning-of-line)
13249 (octave-end-of-line): Check before using up-list because it jumps
13250 out of more syntactic contructs since moving to smie.
13251 (octave-indent-comment): New function.
13252 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
13253 (octave-begin-keywords, octave-end-keywords)
13254 (octave-reserved-words, octave-smie-bnf-table)
13255 (octave-smie-rules): Add new keywords from Octave 3.6.4.
13256
13257 2013-05-11 Glenn Morris <rgm@gnu.org>
13258
13259 * faces.el (internal-face-x-get-resource):
13260 * frame.el (ns-display-monitor-attributes-list):
13261 * calc/calc-aent.el (math-to-radians-2):
13262 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13263 Fix declarations.
13264
13265 * calc/calc-menu.el: Make it loadable in isolation.
13266
13267 * net/eudcb-bbdb.el: Make it loadable without bbdb.
13268 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13269 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13270 (eudc-bbdb-query-internal): Require 'bbdb.
13271
13272 * lpr.el (lpr-headers-switches):
13273 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13274
13275 * progmodes/sql.el (sql-login-params): Fix and improve :type.
13276
13277 * emulation/edt-mapper.el: In batch mode, error rather than hang.
13278
13279 * term.el (term-set-escape-char): Make it idempotent.
13280
13281 2013-05-10 Leo Liu <sdl.web@gmail.com>
13282
13283 * progmodes/octave.el (inferior-octave-completion-table):
13284 No longer a function and all uses changed. Use cache to speed up
13285 completion due to bug#11906.
13286 (octave-beginning-of-defun): Re-write to be more general.
13287
13288 2013-05-10 Glenn Morris <rgm@gnu.org>
13289
13290 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13291
13292 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13293
13294 * comint.el (comint-redirect-send-command-to-process): Use :around
13295 rather than :override for comint-redirect-filter.
13296 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13297 Call it instead of comint-redirect-original-filter-function (which
13298 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
13299
13300 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
13301
13302 * frame.el (display-monitor-attributes-list): Add NS case.
13303 (ns-display-monitor-attributes-list): Declare.
13304
13305 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
13306
13307 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
13308
13309 2013-05-09 Glenn Morris <rgm@gnu.org>
13310
13311 * international/fontset.el (vertical-centering-font-regexp):
13312 Set standard-value.
13313
13314 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13315
13316 * bookmark.el (bookmark-search-delay):
13317 * cus-start.el (vertical-centering-font-regexp):
13318 * ps-mule.el (ps-mule-font-info-database-default):
13319 * ps-print.el (ps-default-fg, ps-default-bg):
13320 * type-break.el (type-break-good-break-interval):
13321 * whitespace.el (whitespace-indentation-regexp)
13322 (whitespace-space-after-tab-regexp):
13323 * emacs-lisp/testcover.el (testcover-1value-functions)
13324 (testcover-noreturn-functions, testcover-progn-functions)
13325 (testcover-prog1-functions):
13326 * emulation/viper-init.el (viper-emacs-state-cursor-color):
13327 * eshell/em-glob.el (eshell-glob-translate-alist):
13328 * play/tetris.el (tetris-tty-colors):
13329 * progmodes/cpp.el (cpp-face-default-list):
13330 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13331 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13332 (idlwave-help-browser-generic-args):
13333 * progmodes/make-mode.el (makefile-special-targets-list):
13334 * progmodes/python.el (python-shell-virtualenv-path):
13335 * progmodes/verilog-mode.el (verilog-active-low-regexp)
13336 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13337 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13338 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13339 * textmodes/reftex-vars.el (reftex-format-label-function):
13340 * textmodes/remember.el (remember-diary-file): Fix custom types.
13341
13342 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13343 Add :version.
13344
13345 2013-05-09 Leo Liu <sdl.web@gmail.com>
13346
13347 * progmodes/octave.el (inferior-octave-completion-at-point):
13348 Restore file completion. (Bug#14300)
13349 (inferior-octave-startup): Fix incorrect highlighting for the
13350 first prompt.
13351
13352 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13353
13354 * progmodes/ruby-mode.el: First cut at SMIE support.
13355 (ruby-use-smie): New var.
13356 (ruby-smie-grammar): New constant.
13357 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13358 (ruby-smie--forward-token, ruby-smie--backward-token)
13359 (ruby-smie-rules): New functions.
13360 (ruby-mode-variables): Setup SMIE if applicable.
13361
13362 2013-05-08 Eli Zaretskii <eliz@gnu.org>
13363
13364 * simple.el (line-move-visual): Signal beginning/end of buffer
13365 only if vertical-motion moved less than it was requested. Avoids
13366 silly incorrect error messages when there are display strings with
13367 multiple newlines at EOL.
13368
13369 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13370
13371 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13372 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13373 (prolog-char-quote-workaround):
13374 * progmodes/cperl-mode.el (cperl-under-as-char):
13375 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13376 Mark as obsolete.
13377 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13378 their declaration.
13379 (vhdl-mode-syntax-table-init): Remove.
13380
13381 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13382 last change.
13383
13384 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13385 syntax for "_".
13386 (ld-script-font-lock-keywords):
13387 Change regexps to use things like \_< and \_>.
13388
13389 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13390 Change all regexps to use things like \_< and \_>.
13391
13392 * progmodes/autoconf.el (autoconf-definition-regexp)
13393 (autoconf-font-lock-keywords, autoconf-current-defun-function):
13394 Handle a _ with symbol syntax.
13395 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13396
13397 * progmodes/ada-mode.el (ada-mode-abbrev-table):
13398 Consolidate declaration.
13399 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13400 the declaration.
13401 (ada-create-syntax-table): Remove.
13402 (ada-capitalize-word): Don't mess with the syntax of "_" since it
13403 already has the right syntax nowadays.
13404 (ada-goto-next-word): Don't change the syntax of "_".
13405
13406 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13407 with-wrapper-hook.
13408
13409 2013-05-08 Sam Steingold <sds@gnu.org>
13410
13411 * thingatpt.el (thing-at-point): Accept optional second argument
13412 NO-PROPERTIES to strip the text properties from the return value.
13413 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13414 to `thing-at-point' instead of stripping the properties ourselves.
13415 Also, when `thing-at-point' fails to find a url, prepend "http://"
13416 to the filename at point on the assumption that the user is
13417 pointing at something like gnu.org/gnu.
13418
13419 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
13420
13421 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13422 * faces.el (crm-separator):
13423 Silence byte-compiler.
13424
13425 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13426 (tool-bar-map): Remove unneeded defvars.
13427
13428 2013-05-08 Leo Liu <sdl.web@gmail.com>
13429
13430 Re-work a fix for bug#10994 based on Le Wang's patch.
13431 * ido.el (ido-remove-consecutive-dups): New helper.
13432 (ido-completing-read): Use it.
13433 (ido-chop): Revert fix for bug#10994.
13434
13435 2013-05-08 Adam Spiers <emacs@adamspiers.org>
13436
13437 * cus-edit.el (custom-save-variables):
13438 Pretty-print long values. (Bug#14187)
13439
13440 2013-05-08 Glenn Morris <rgm@gnu.org>
13441
13442 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13443 (m4-mode-syntax-table): Init in the defvar.
13444 (m4-mode-abbrev-table): Let define-derived-mode define it.
13445
13446 2013-05-08 Tom Tromey <tromey@redhat.com>
13447
13448 * progmodes/m4-mode.el (m4-mode-syntax-table):
13449 Do not treat "_" as word constituent. (Bug#14167)
13450
13451 2013-05-07 Glenn Morris <rgm@gnu.org>
13452
13453 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13454 Remove explicit eshell-isearch-cancel-map.
13455
13456 * progmodes/f90.el (f90-smart-end-names): New option.
13457 (f90-smart-end): Doc fix.
13458 (f90-end-block-optional-name): New constant.
13459 (f90-block-match): Respect f90-smart-end-names.
13460
13461 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13462
13463 * progmodes/octave.el (octave-smie-forward-token): Be more careful
13464 about implicit semi-colons (bug#14218).
13465
13466 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13467
13468 * frame.el (display-monitor-attributes-list)
13469 (frame-monitor-attributes): New functions.
13470
13471 2013-05-06 Leo Liu <sdl.web@gmail.com>
13472
13473 * progmodes/octave.el (octave-syntax-propertize-function): Change
13474 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
13475 (octave-font-lock-keywords): Use octave-operator-regexp.
13476 (octave-completion-at-point): Rename from
13477 octave-completion-at-point-function.
13478 (inferior-octave-directory-tracker): Robustify.
13479 (octave-text-functions): Remove and fix its uses. No such things
13480 any more.
13481
13482 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * emacs-lisp/trace.el (trace--display-buffer): New function.
13485 (trace-make-advice): Use it.
13486
13487 2013-05-06 Juri Linkov <juri@jurta.org>
13488
13489 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
13490 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13491 Doc fix.
13492 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13493 in the help string. (Bug#12985)
13494
13495 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
13496
13497 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
13498
13499 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13500
13501 * progmodes/perl-mode.el: Add support for here documents.
13502 (perl-syntax-propertize-function): Match here-doc markers.
13503 (perl-syntax-propertize-special-constructs): Find their end.
13504 (perl-imenu-generic-expression): Use [:alnum:].
13505
13506 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13507 (advice--add-function): Refresh the advice if already present
13508 (bug#14317).
13509
13510 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
13511
13512 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
13513
13514 2013-05-06 Glenn Morris <rgm@gnu.org>
13515
13516 * w32-fns.el (w32-charset-info-alist): Declare.
13517
13518 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13519 of its defcustom properties.
13520 (eshell-cmpl-initialize): No need to load pcomplete.
13521
13522 * generic-x.el: No need to require comint when compiling.
13523
13524 * net/eudc-export.el: Make it loadable without bbdb.
13525 (top-level): Use require rather than load-library.
13526 (eudc-create-bbdb-record, eudc-bbdbify-phone)
13527 (eudc-batch-export-records-to-bbdb)
13528 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13529 Require bbdb.
13530
13531 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13532
13533 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13534 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13535 some tweaks, instead.
13536
13537 2013-05-05 Leo Liu <sdl.web@gmail.com>
13538
13539 * progmodes/octave.el (octave-font-lock-keywords)
13540 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13541 (inferior-octave-send-list-and-digest): Improve error message.
13542 (octave-mode, inferior-octave-mode): Use setq-local.
13543 (octave-help): Set info-lookup-mode.
13544
13545 2013-05-05 Richard Stallman <rms@gnu.org>
13546
13547 * vc/compare-w.el (compare-windows-whitespace):
13548 Treat no-break space as whitespace.
13549
13550 * mail/rmailsum.el (rmail-summary-rmail-update):
13551 Detect empty summary and don't change selected message.
13552 (rmail-summary-goto-msg): Likewise.
13553
13554 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13555 Doc fixes, rename args.
13556
13557 2013-05-05 Alan Mackenzie <acm@muc.de>
13558
13559 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13560
13561 2013-05-05 Juri Linkov <juri@jurta.org>
13562
13563 * info.el (Info-read-subfile): Use (point-min) instead of (point)
13564 to not add the length of the summary segment to the return value.
13565 (Bug#14125)
13566
13567 2013-05-05 Leo Liu <sdl.web@gmail.com>
13568
13569 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13570 (inferior-octave-output-filter): Remove.
13571 (octave-send-region, inferior-octave-startup): Fix callers.
13572 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13573 (octave-binary-file-extensions): New user variable.
13574 (octave-find-definition): Confirm if opening binary files.
13575 (octave-help-file): Use octave-find-definition to get the binary
13576 confirmation.
13577 (octave-help): Adjust for octave-help-file change.
13578
13579 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13580
13581 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13582 Merge the two entries that handle function definitions.
13583 (pascal--syntax-propertize): New const.
13584 (pascal-mode): Use it. Use setq-local.
13585
13586 2013-05-04 Glenn Morris <rgm@gnu.org>
13587
13588 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13589 (diary-from-outlook): Respect diary-from-outlook-function.
13590
13591 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13592
13593 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13594 Move the declaration from C.
13595 (read-minibuffer, eval-minibuffer): Move from C.
13596 (completion-setup-function): Avoid minibuffer-completion-contents.
13597
13598 2013-05-03 Leo Liu <sdl.web@gmail.com>
13599
13600 * progmodes/octave.el (octave-font-lock-keywords): Do not
13601 dehighlight 'end' in comments or strings.
13602 (octave-completing-read, octave-goto-function-definition):
13603 New helpers.
13604 (octave-help-buffer): New user variable.
13605 (octave-help-file, octave-help-function): New button types.
13606 (octave-help): New command and bind it to C-h ;.
13607 (octave-find-definition): New command and bind it to M-.
13608 (user-error): Alias to error if not defined.
13609
13610 2013-05-02 Leo Liu <sdl.web@gmail.com>
13611
13612 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13613 for \. (bug#14332)
13614 (octave-font-lock-keywords): Include [ and {.
13615
13616 2013-05-02 Leo Liu <sdl.web@gmail.com>
13617
13618 * progmodes/octave.el (inferior-octave-startup-file): Change default.
13619 (inferior-octave): Remove calling comint-mode and return the buffer.
13620 (inferior-octave-startup): Cosmetic changes.
13621
13622 2013-05-02 Leo Liu <sdl.web@gmail.com>
13623
13624 * progmodes/octave.el (octave-syntax-propertize-function):
13625 Include the case when ' is at line beginning. (Bug#14336)
13626
13627 2013-05-02 Glenn Morris <rgm@gnu.org>
13628
13629 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13630 * desktop.el (vc-dir-mode): Just autoload it here.
13631
13632 2013-05-02 Alan Mackenzie <acm@muc.de>
13633
13634 Eliminate variable c-standard-font-lock-fontify-region-function.
13635 * progmodes/cc-mode.el
13636 (c-standard-font-lock-fontify-region-function): Remove.
13637 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13638
13639 2013-05-01 Leo Liu <sdl.web@gmail.com>
13640
13641 * progmodes/octave.el: Compatible with older emacs-24 releases.
13642 (inferior-octave-has-built-in-variables): Remove. Built-in
13643 variables were removed from Octave in 2007.
13644 (inferior-octave-startup): Fix uses.
13645 (comint-line-beginning-position): Remove compatibility code for
13646 emacs 21.
13647
13648 2013-05-01 Juri Linkov <juri@jurta.org>
13649
13650 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
13651
13652 2013-05-01 Juri Linkov <juri@jurta.org>
13653
13654 * comint.el (comint-previous-matching-input): Don't print message
13655 "History item: %d" when `isearch-mode' is active.
13656 (comint-history-isearch-message): Print message "History item: %d"
13657 when `comint-input-ring-index' is not empty and this function is
13658 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
13659
13660 2013-05-01 Leo Liu <sdl.web@gmail.com>
13661
13662 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13663 definitions. Use completion-at-point to insert keywords.
13664 (octave-abbrev-start): Remove.
13665 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13666
13667 2013-04-30 Leo Liu <sdl.web@gmail.com>
13668
13669 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13670 change.
13671
13672 2013-04-30 Alan Mackenzie <acm@muc.de>
13673
13674 Handle arbitrarily long C++ member initialisation lists.
13675 * progmodes/cc-engine.el (c-back-over-member-initializers):
13676 new function.
13677 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13678 (most) member init lists.
13679
13680 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13681
13682 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13683 variable.
13684
13685 2013-04-30 Leo Liu <sdl.web@gmail.com>
13686
13687 * progmodes/octave.el (octave-variables): Remove. No builtin
13688 variables any more. All converted to functions.
13689 (octave-font-lock-keywords, octave-completion-at-point-function):
13690 Fix uses.
13691 (octave-font-lock-texinfo-comment): New user variable.
13692 (octave-texinfo-font-lock-keywords): New variable for texinfo
13693 comment block.
13694 (octave-function-comment-block): New face.
13695 (octave-font-lock-texinfo-comment): New function.
13696 (octave-mode): Font lock texinfo comment block.
13697
13698 2013-04-29 Leo Liu <sdl.web@gmail.com>
13699
13700 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13701 indexing expression.
13702 (octave-continuation-string): Do not use \.
13703 (inferior-octave-complete-impossible): Remove.
13704 (inferior-octave-completion-table)
13705 (inferior-octave-completion-at-point): Remove its uses.
13706 (inferior-octave-startup): completion_matches was introduced to
13707 Octave in 1996 so safe to assume it.
13708 (octave-function-file-comment): Improve to follow how Octave does it.
13709 (octave-update-function-file-comment): Tweak.
13710
13711 2013-04-29 Leo Liu <sdl.web@gmail.com>
13712
13713 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13714 (inferior-octave-startup): Remove inferior-octave-startup-hook.
13715 (octave-function-file-comment): Fix typo.
13716 (octave-sync-function-file-names): Use read-char-choice.
13717
13718 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
13719
13720 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13721 to t for the less important warnings.
13722
13723 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
13724
13725 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
13726
13727 2013-04-27 Glenn Morris <rgm@gnu.org>
13728
13729 * vc/log-view.el (log-view-current-entry):
13730 Treat "---" separator lines as part of the following rev. (Bug#14169)
13731
13732 2013-04-27 Juri Linkov <juri@jurta.org>
13733
13734 * subr.el (read-number): Doc fix about using it by interactive
13735 code letter `n'. (Bug#14254)
13736
13737 2013-04-27 Juri Linkov <juri@jurta.org>
13738
13739 * desktop.el (desktop-auto-save-timeout): New option.
13740 (desktop-file-checksum): New variable.
13741 (desktop-save): Add optional arg `auto-save' and don't auto-save
13742 if nothing changed.
13743 (desktop-auto-save-timer): New variable.
13744 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13745 (after-init-hook): Call `desktop-auto-save-set-timer'.
13746 Suggested by Reuben Thomas <rrt@sc3d.org> in
13747 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13748
13749 2013-04-27 Leo Liu <sdl.web@gmail.com>
13750
13751 * progmodes/octave.el (octave-function-file-p)
13752 (octave-skip-comment-forward, octave-function-file-comment)
13753 (octave-update-function-file-comment): New functions.
13754 (octave-mode-map): Bind C-c ; to
13755 octave-update-function-file-comment.
13756 (octave-mode-menu): Add octave-update-function-file-comment.
13757 (octave-mode, inferior-octave-mode): Fix doc-string.
13758 (octave-insert-defun): Conform to Octave's coding convention.
13759 (Bug#14285)
13760
13761 * files.el (basic-save-buffer): Don't let errors in
13762 before-save-hook prevent saving buffer.
13763
13764 2013-04-20 Roland Winkler <winkler@gnu.org>
13765
13766 * faces.el (read-face-name): Use completing-read if arg multiple
13767 is nil.
13768
13769 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
13770
13771 * ls-lisp.el (ls-lisp-insert-directory): If no files are
13772 displayed, move point to after the totals line.
13773 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
13774 for the details.
13775
13776 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13777
13778 * emacs-lisp/package.el (package-autoload-ensure-default-file):
13779 Add current dir to the load-path.
13780 (package-generate-autoloads): Don't rely on
13781 autoload-ensure-default-file.
13782
13783 2013-04-26 Reuben Thomas <rrt@sc3d.org>
13784
13785 * textmodes/remember.el (remember-store-in-files): Document that
13786 the file name format is passed to `format-time-string'.
13787
13788 2013-04-26 Leo Liu <sdl.web@gmail.com>
13789
13790 * progmodes/octave.el (octave-sync-function-file-names): New function.
13791 (octave-mode): Use it in before-save-hook.
13792
13793 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13794
13795 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13796 (bug#14274).
13797
13798 * progmodes/octave.el (octave-smie-forward-token): Properly skip
13799 \n and comment, even if it's not an implicit ; (bug#14218).
13800
13801 2013-04-26 Glenn Morris <rgm@gnu.org>
13802
13803 * subr.el (read-number): Once more use `read' rather than
13804 `string-to-number', to trap non-numeric input. (Bug#14254)
13805
13806 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
13807
13808 * emacs-lisp/syntax.el (syntax-propertize-multiline):
13809 Use `syntax-multiline' text property consistently instead of
13810 `font-lock-multiline'. (Bug#14237)
13811
13812 2013-04-26 Glenn Morris <rgm@gnu.org>
13813
13814 * emacs-lisp/shadow.el (list-load-path-shadows):
13815 No longer necessary to check for duplicate simple.el, since
13816 2012-07-07 change to init_lread to not include installation lisp
13817 directories in load-path when running uninstalled. (Bug#14270)
13818
13819 2013-04-26 Leo Liu <sdl.web@gmail.com>
13820
13821 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13822 (octave-mode, inferior-octave-mode): Use setq-local.
13823 (octave-not-in-string-or-comment-p): Rename to
13824 octave-in-string-or-comment-p.
13825 (octave-in-comment-p, octave-in-string-p)
13826 (octave-in-string-or-comment-p): Replace defsubst with defun.
13827
13828 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
13829
13830 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13831
13832 2013-04-25 Bastien Guerry <bzg@gnu.org>
13833
13834 * textmodes/remember.el (remember-data-directory)
13835 (remember-directory-file-name-format): Fix custom types.
13836
13837 2013-04-25 Leo Liu <sdl.web@gmail.com>
13838
13839 * progmodes/octave.el (octave-completion-at-point-function):
13840 Make use of inferior octave process.
13841 (octave-initialize-completions): Remove.
13842 (inferior-octave-completion-table): New function.
13843 (inferior-octave-completion-at-point): Use it.
13844 (octave-completion-alist): Remove.
13845
13846 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13847
13848 * progmodes/opascal.el: Use font-lock and syntax-propertize.
13849 (opascal-mode-syntax-table): New var.
13850 (opascal-literal-kind, opascal-is-literal-end)
13851 (opascal-literal-token-at): Rewrite.
13852 (opascal--literal-start-re, opascal-font-lock-keywords)
13853 (opascal--syntax-propertize): New constants.
13854 (opascal-font-lock-defaults): Adjust.
13855 (opascal-mode): Use them. Set comment-<foo> variables as well.
13856 (delphi-comment-face, opascal-comment-face, delphi-string-face)
13857 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13858 (delphi-other-face, opascal-other-face): Remove face variables.
13859 (opascal-save-state): Remove macro.
13860 (opascal-fontifying-progress-step): Remove constant.
13861 (opascal--ignore-changes): Remove var.
13862 (opascal-set-token-property, opascal-parse-next-literal)
13863 (opascal-is-stable-literal, opascal-complete-literal)
13864 (opascal-is-literal-start, opascal-face-of)
13865 (opascal-parse-region, opascal-parse-region-until-stable)
13866 (opascal-fontify-region, opascal-after-change)
13867 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13868 (opascal-debug-parse-region, opascal-debug-parse-window)
13869 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13870 (opascal-debug-fontify-buffer): Remove.
13871 (opascal-debug-mode-map): Adjust accordingly.
13872
13873 2013-04-25 Leo Liu <sdl.web@gmail.com>
13874
13875 Merge octave-mod.el and octave-inf.el into octave.el with some
13876 cleanups.
13877 * progmodes/octave.el: New file renamed from octave-mod.el.
13878 * progmodes/octave-inf.el: Merged into octave.el.
13879 * progmodes/octave-mod.el: Renamed to octave.el.
13880
13881 2013-04-25 Tassilo Horn <tsdh@gnu.org>
13882
13883 * textmodes/reftex-vars.el
13884 (reftex-label-ignored-macros-and-environments): New defcustom.
13885
13886 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13887
13888 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13889
13890 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13891 (smie-indent-keyword): Improve the check to ensure that the next
13892 comment is really on the same line.
13893 (smie-indent-comment): Don't align with a subsequent closer (or eob).
13894
13895 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13896 semi-colons if the line is not otherwise empty (bug#14218).
13897
13898 2013-04-25 Glenn Morris <rgm@gnu.org>
13899
13900 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
13901
13902 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13903
13904 * progmodes/opascal.el (opascal-set-token-property): Rename from
13905 opascal-set-text-properties and only set `token' (bug#14134).
13906 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
13907 (opascal-literal-text-properties): Remove.
13908 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
13909 Adjust callers.
13910
13911 2013-04-24 Reuben Thomas <rrt@sc3d.org>
13912
13913 * textmodes/remember.el (remember-handler-functions): Add an
13914 option for a new handler `remember-store-in-files'.
13915 (remember-data-directory, remember-directory-file-name-format):
13916 New options.
13917 (remember-store-in-files): New function to store remember notes
13918 as separate files within a directory.
13919
13920 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
13921
13922 * progmodes/compile.el (compilation-next-error-function):
13923 Pass "formats" to compilation-find-file (bug#11777).
13924
13925 2013-04-24 Glenn Morris <rgm@gnu.org>
13926
13927 * vc/vc-bzr.el (vc-bzr-print-log):
13928 * vc/vc-hg.el (vc-hg-print-log):
13929 * vc/vc-svn.el (vc-svn-print-log):
13930 Fix START-REVISION with LIMIT != 1. (Bug#14168)
13931
13932 * vc/vc-bzr.el (vc-bzr-print-log):
13933 * vc/vc-cvs.el (vc-cvs-print-log):
13934 * vc/vc-git.el (vc-git-print-log):
13935 * vc/vc-hg.el (vc-hg-print-log):
13936 * vc/vc-mtn.el (vc-mtn-print-log):
13937 * vc/vc-rcs.el (vc-rcs-print-log):
13938 * vc/vc-sccs.el (vc-sccs-print-log):
13939 * vc/vc-svn.el (vc-svn-print-log):
13940 * vc/vc.el (vc-print-log-internal): Doc fixes.
13941
13942 2013-04-23 Glenn Morris <rgm@gnu.org>
13943
13944 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13945 Remove venerable code attempting to avoid substitute-command-keys.
13946
13947 2013-04-23 Tassilo Horn <tsdh@gnu.org>
13948
13949 * textmodes/reftex-vars.el (reftex-label-regexps):
13950 Call `reftex-compile-variables' after changes to this variable.
13951
13952 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13953
13954 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
13955 Use lexical-binding.
13956 (jit-lock-force-redisplay): Use markers, check buffer's continued
13957 existence and beware narrowed buffers.
13958 (jit-lock-fontify-now): Adjust call accordingly.
13959
13960 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13961
13962 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13963 to avoid misleading the user.
13964
13965 2013-04-22 Leo Liu <sdl.web@gmail.com>
13966
13967 * info-look.el: Prefer latex2e.info. (Bug#14240)
13968
13969 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
13970
13971 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
13972
13973 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13974 * net/tramp.el (tramp-call-process): ... here.
13975 (tramp-set-completion-function, tramp-parse-putty):
13976 * net/tramp-adb.el (tramp-adb-execute-adb-command):
13977 * net/tramp-gvfs.el (tramp-gvfs-send-command):
13978 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13979 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13980 (tramp-call-local-coding-command): Use `tramp-call-process'
13981 instead of `tramp-compat-call-process'.
13982
13983 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13984 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13985 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13986 (tramp-find-inline-compress): Improve traces.
13987 (tramp-maybe-send-script): Check for Perl binary.
13988 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13989
13990 2013-04-22 Daiki Ueno <ueno@gnu.org>
13991
13992 * epg.el (epg-context-pinentry-mode): New function.
13993 (epg-context-set-pinentry-mode): New function.
13994 (epg--start): Pass --pinentry-mode option to gpg command.
13995
13996 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
13997
13998 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13999 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14000 `completion-at-point'. (Bug#13774)
14001
14002 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14003 default key binding for `describe-distribution' has been moved to
14004 `C-h C-o'. (Bug#13970)
14005
14006 2013-04-21 Glenn Morris <rgm@gnu.org>
14007
14008 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14009 Add doc strings.
14010 (vc-print-log): Clarify interactive prompt.
14011
14012 2013-04-20 Glenn Morris <rgm@gnu.org>
14013
14014 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14015 No longer include timestamp etc information.
14016
14017 2013-04-20 Roland Winkler <winkler@gnu.org>
14018
14019 * faces.el (read-face-name): Bug fix, return just one face if arg
14020 multiple is nil. (Bug#14209)
14021
14022 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14023
14024 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14025 (remove-function): Autoload.
14026
14027 * comint.el (comint-redirect-original-filter-function): Remove.
14028 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14029 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14030 (vc-cvs-annotate-command):
14031 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14032 * progmodes/prolog.el (prolog-consult-compile):
14033 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14034 Use add/remove-function instead.
14035 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14036 (gud-tooltip-process-output, gud-tooltip-tips):
14037 Use add/remove-function instead.
14038 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14039 (scheme-interaction-mode, exit-scheme-interaction-mode):
14040 Use add/remove-function instead.
14041
14042 * vc/vc-dispatcher.el: Use lexical-binding.
14043 (vc--process-sentinel): Rename from vc-process-sentinel.
14044 Change last arg to be the code to run. Don't use vc-previous-sentinel
14045 and vc-sentinel-commands any more.
14046 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14047 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14048
14049 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14050
14051 * progmodes/sh-script.el (sh-imenu-generic-expression):
14052 Handle function names with a single character. (Bug#14111)
14053
14054 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14055
14056 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14057 for subroutines defined in an eval (bug#14182).
14058
14059 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14060
14061 * bookmark.el (bookmark-completing-read): Improve handling of empty
14062 string (bug#14176).
14063
14064 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14065
14066 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14067
14068 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14069
14070 New faster Imenu implementation (bug#14058).
14071 * progmodes/python.el:
14072 (python-imenu-prev-index-position):
14073 (python-imenu-format-item-label-function)
14074 (python-imenu-format-parent-item-label-function)
14075 (python-imenu-format-parent-item-jump-label-function):
14076 New vars.
14077 (python-imenu-format-item-label)
14078 (python-imenu-format-parent-item-label)
14079 (python-imenu-format-parent-item-jump-label)
14080 (python-imenu--put-parent, python-imenu--build-tree)
14081 (python-imenu-create-index, python-imenu-create-flat-index)
14082 (python-util-popn): New functions.
14083 (python-mode): Set imenu-create-index-function to
14084 python-imenu-create-index.
14085
14086 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14087
14088 * winner.el (winner-active-region): Use region-active-p, activate-mark
14089 and deactivate-mark (bug#14225).
14090
14091 * simple.el (deactivate-mark): Don't inline it.
14092
14093 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14094
14095 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14096
14097 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14098
14099 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14100 file extensions from the archive-mode entry in order to prefer
14101 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14102
14103 2013-04-18 Leo Liu <sdl.web@gmail.com>
14104
14105 * bindings.el (help-event-list): Add ?\?.
14106
14107 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * subr.el (with-wrapper-hook): Declare obsolete.
14110 * simple.el (filter-buffer-substring-function): New hook.
14111 (filter-buffer-substring): Use it.
14112 (filter-buffer-substring-functions): Mark obsolete.
14113 * minibuffer.el (completion-in-region-function): New hook.
14114 (completion-in-region): Use it.
14115 (completion-in-region-functions): Mark obsolete.
14116 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14117 * abbrev.el (abbrev-expand-function): New hook.
14118 (expand-abbrev): Use it.
14119 (abbrev-expand-functions): Mark obsolete.
14120 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14121 and :filter-return.
14122
14123 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14124
14125 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14126 and do not care about match data.
14127
14128 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14129
14130 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14131 completion tables when completing error conditions and
14132 `declare' arguments.
14133 (lisp-complete-symbol, field-complete): Mark as obsolete.
14134 (check-parens): Unmatched parens are user errors.
14135 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14136
14137 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
14138
14139 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14140 command changed buffer (ie. `flyspell-pre-buffer' is not current
14141 buffer), which prevents making decisions based on invalid value of
14142 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
14143 cause an error when `flyspell-pre-point' was nil after switching
14144 buffers.
14145 (flyspell-post-command-hook): No longer needs to change buffers when
14146 checking pre-word. While at it remove unnecessary progn.
14147
14148 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
14149
14150 * textmodes/ispell.el (ispell-add-per-file-word-list):
14151 Fix `flyspell-correct-word-before-point' error when accepting
14152 words and `coment-padding' is an integer by using
14153 `comment-normalize-vars' (Bug #14214).
14154
14155 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14156
14157 New defun movement commands.
14158 * progmodes/python.el (python-nav--syntactically)
14159 (python-nav--forward-defun, python-nav-backward-defun)
14160 (python-nav-forward-defun): New functions.
14161
14162 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14163
14164 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14165 (python-syntax-context): Use named compiler-macro for backwards
14166 compatibility with Emacs 24.x.
14167
14168 2013-04-17 Leo Liu <sdl.web@gmail.com>
14169
14170 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14171 octave-hide-process-buffer.
14172
14173 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14174
14175 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14176 (bug#14216).
14177
14178 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
14179
14180 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14181 Fix adjustment of offset when receiving incomplete responses from GDB
14182 (bug#14129).
14183
14184 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14187 python-mode-abbrev-table.
14188 (python-skeleton-define): Adjust accordingly.
14189 (python-mode-abbrev-table): New table that inherits from it so that
14190 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14191
14192 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14193 (abbrev-symbol): Use it.
14194 (abbrev--before-point): Use it since we already handle inheritance.
14195
14196 2013-04-16 Leo Liu <sdl.web@gmail.com>
14197
14198 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14199 binding to info-lookup-symbol.
14200
14201 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
14202
14203 * minibuffer.el (completion--twq-all):
14204 * term/ns-win.el (ns-initialize-window-system):
14205 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14206
14207 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14208
14209 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14210 global bindings.
14211
14212 * doc-view.el (doc-view-start-process): Handle url-handler directories.
14213
14214 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
14215
14216 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14217 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14218 to nil.
14219 (ruby-end-of-defun): Remove the unused arg, change the docstring
14220 to reflect that this function is only used as the value of
14221 `end-of-defun-function'.
14222 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14223 to reflect an earlier change that beginning/end-of-defun functions
14224 jump between methods in a class definition, as well as top-level
14225 functions.
14226
14227 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14228
14229 * minibuffer.el (minibuffer-complete): Don't just scroll
14230 a *Completions* that's been iconified.
14231 (minibuffer-force-complete): Make sure repetitions do cycle when going
14232 through completion-in-region -> minibuffer-complete.
14233
14234 2013-04-15 Alan Mackenzie <acm@muc.de>
14235
14236 Correct the placement of c-cpp-delimiters when there're #s not at
14237 col 0.
14238
14239 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14240 place a submatch around the #.
14241 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14242 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
14243 on the #, not BOL.
14244
14245 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14246
14247 * emacs-lisp/nadvice.el: Properly test names when adding advice.
14248 (advice--member-p): New arg `name'.
14249 (advice--add-function, advice-member-p): Use it (bug#14202).
14250
14251 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
14252
14253 Reformulate java imenu-generic-expression.
14254 The old expression contained ill formed regexps.
14255
14256 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14257 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14258 (cc-imenu-java-method-arg-regexp): New defconsts.
14259 (cc-imenu-java-build-type-args-regex): New defun.
14260 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14261 handling of spaces in the regexp.
14262
14263 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14264
14265 * textmodes/ispell.el (ispell-command-loop): Remove
14266 flyspell highlight of a word when ispell accepts it (bug #14178).
14267
14268 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
14269
14270 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14271 uses code from the previous `ange-ftp-run-real-handler'.
14272 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14273 only in case that function exist. This is needed for proper
14274 unloading of Tramp.
14275
14276 2013-04-15 Tassilo Horn <tsdh@gnu.org>
14277
14278 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14279
14280 * textmodes/reftex.el (reftex-compile-variables): Use it.
14281
14282 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14283
14284 * files.el (normal-mode): Only use default major-mode if no other mode
14285 was specified.
14286
14287 * emacs-lisp/trace.el (trace-values): New function.
14288
14289 * files.el: Allow : in local variables (bug#14089).
14290 (hack-local-variable-regexp): New var.
14291 (hack-local-variables-prop-line, hack-local-variables): Use it.
14292
14293 2013-04-13 Roland Winkler <winkler@gnu.org>
14294
14295 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
14296 data before it gets modified by bibtex-beginning-of-entry.
14297
14298 2013-04-13 Roland Winkler <winkler@gnu.org>
14299
14300 * textmodes/bibtex.el (bibtex-url): Doc fix.
14301
14302 2013-04-13 Roland Winkler <winkler@gnu.org>
14303
14304 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14305 does not visit a BibTeX file, exclude it from the list of buffers
14306 returned by bibtex-initialize.
14307
14308 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
14309
14310 * window.el (split-window): Remove interactive form, since as a
14311 command this function is a special case of split-window-below.
14312 Correct doc string.
14313
14314 2013-04-12 Roland Winkler <winkler@gnu.org>
14315
14316 * faces.el (read-face-name): Do not override value of arg default.
14317 Allow single faces and strings as default values. Remove those
14318 elements from return value that are not faces.
14319 (describe-face): Simplify.
14320 (face-at-point): New optional args thing and multiple so that this
14321 function can provide the same functionality previously provided by
14322 read-face-name.
14323 (make-face-bold, make-face-unbold, make-face-italic)
14324 (make-face-unitalic, make-face-bold-italic, invert-face)
14325 (modify-face, read-face-and-attribute): Use face-at-point.
14326
14327 * cus-edit.el (customize-face, customize-face-other-window)
14328 * cus-theme.el (custom-theme-add-face)
14329 * face-remap.el (buffer-face-set)
14330 * facemenu.el (facemenu-set-face): Use face-at-point.
14331
14332 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
14333
14334 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14335
14336 2013-04-10 Tassilo Horn <tsdh@gnu.org>
14337
14338 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14339 off leading { and trailing } from field values.
14340
14341 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14342
14343 * emacs-lisp/timer.el (timer--check): New function.
14344 (timer--time, timer-set-function, timer-event-handler): Use it.
14345 (timer-set-idle-time): Simplify.
14346 (timer--activate): CSE.
14347 (timer-event-handler): Give more info in error message.
14348 (internal-timer-start-idle): New function, moved from C.
14349
14350 * mpc.el (mpc-proc): Add `restart' argument.
14351 (mpc-proc-cmd): Use it.
14352 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14353 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14354 less often.
14355
14356 2013-04-10 Masatake YAMATO <yamato@redhat.com>
14357
14358 * progmodes/sh-script.el: Implement `sh-mode' own
14359 `add-log-current-defun-function' (bug#14112).
14360 (sh-current-defun-name): New function.
14361 (sh-mode): Use the function.
14362
14363 2013-04-09 Bastien Guerry <bzg@gnu.org>
14364
14365 * simple.el (choose-completion-string): Fix docstring (bug#14163).
14366
14367 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14368
14369 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14370
14371 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14372 timer (bug#14156).
14373
14374 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
14375
14376 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14377 declaration.
14378
14379 2013-04-07 Leo Liu <sdl.web@gmail.com>
14380
14381 * pcmpl-x.el: New file.
14382
14383 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
14384
14385 Do not set x-display-name until X connection is established.
14386 This is needed to prevent from weird situation described at
14387 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14388 * frame.el (make-frame): Set x-display-name after call to
14389 window system initialization function, not before.
14390 * term/x-win.el (x-initialize-window-system): Add optional
14391 display argument and use it.
14392 * term/w32-win.el (w32-initialize-window-system):
14393 * term/ns-win.el (ns-initialize-window-system):
14394 * term/pc-win.el (msdos-initialize-window-system):
14395 Add compatible optional display argument.
14396
14397 2013-04-06 Eli Zaretskii <eliz@gnu.org>
14398
14399 * files.el (normal-backup-enable-predicate): On MS-Windows and
14400 MS-DOS compare truenames of temporary-file-directory and of the
14401 file, so that 8+3 aliases (usually found in $TEMP on Windows)
14402 don't fail comparison by compare-strings. Also, compare file
14403 names case-insensitively on MS-Windows and MS-DOS.
14404
14405 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14406
14407 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14408 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14409
14410 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
14411
14412 * whitespace.el (whitespace-color-on, whitespace-color-off):
14413 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14414
14415 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
14416
14417 * ispell.el (ispell-set-spellchecker-params):
14418 Really set `ispell-args' for all equivs.
14419
14420 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14421
14422 * ido.el (ido-completions): Use extra elements of ido-decorations
14423 (bug#14143).
14424 (ido-decorations): Update docstring.
14425
14426 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
14427
14428 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14429 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14430 nil during initialization, in order not to miss changes since the
14431 file was opened. (Bug#14140)
14432
14433 2013-04-05 Leo Liu <sdl.web@gmail.com>
14434
14435 * kmacro.el (kmacro-call-macro): Fix bug#14135.
14436
14437 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
14438
14439 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14440
14441 2013-04-04 Glenn Morris <rgm@gnu.org>
14442
14443 * electric.el (electric-pair-inhibit-predicate): Add :version.
14444
14445 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14446
14447 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14448 when a package is required several times (bug#14082).
14449
14450 2013-04-04 Roland Winkler <winkler@gnu.org>
14451
14452 * faces.el (read-face-name): Behave as promised by the docstring.
14453 Assume that arg default is a list of faces.
14454 (describe-face): Call read-face-name with list of default faces.
14455
14456 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14457
14458 * bookmark.el: Fix deletion of bookmarks (bug#13972).
14459 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14460 (bookmark-bmenu-execute-deletions): Only skip first line if it's
14461 the header.
14462 (bookmark-exit-hook-internal): Save even if list is empty.
14463
14464 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
14465
14466 * emacs-lisp/package.el (package-pinned-packages): New var.
14467 (package--add-to-archive-contents): Obey it (bug#14118).
14468
14469 2013-04-03 Alan Mackenzie <acm@muc.de>
14470
14471 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14472 Also adapt to the new values of element 7 of a parse state.
14473
14474 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14475 parameter `not-in-delimiter'. Handle being inside comment opener.
14476 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14477 character in case we're typing a '*' after a '/'.
14478 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14479 instead by passing the parameter to c-state-pp-to-literal.
14480
14481 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14482 for elt. 7 of a parse state.
14483
14484 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
14485
14486 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14487 * international/latin1-disp.el, international/mule-util.el:
14488 * language/cyril-util.el, language/european.el, language/ind-util.el:
14489 * language/lao-util.el, language/thai.el, language/tibet-util.el:
14490 * language/tibetan.el, language/viet-util.el:
14491 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14492
14493 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14494
14495 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14496 (electric-pair-post-self-insert-function): Use it.
14497 (electric-pair-default-inhibit): New function, extracted from
14498 electric-pair-post-self-insert-function.
14499
14500 2013-03-31 Roland Winkler <winkler@gnu.org>
14501
14502 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14503
14504 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14505
14506 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14507
14508 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
14509
14510 Un-indent after "pass" and "return" statements (Bug#13888)
14511 * progmodes/python.el (python-indent-block-enders): New var.
14512 (python-indent-calculate-indentation): Use it.
14513
14514 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
14515
14516 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14517 defun. Defining it as defalias could introduce too eager
14518 byte-compiler optimization. (Bug#14030)
14519
14520 2013-03-30 Chong Yidong <cyd@gnu.org>
14521
14522 * iswitchb.el (iswitchb-read-buffer): Fix typo.
14523
14524 2013-03-30 Leo Liu <sdl.web@gmail.com>
14525
14526 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14527 (kmacro-execute-from-register): Pass the keyboard macro to
14528 kmacro-call-macro or repeating won't work correctly.
14529
14530 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
14531
14532 * progmodes/subword.el: Back to using `forward-symbol'.
14533
14534 * subr.el (forward-whitespace, forward-symbol)
14535 (forward-same-syntax): Move from thingatpt.el.
14536
14537 2013-03-29 Leo Liu <sdl.web@gmail.com>
14538
14539 * kmacro.el (kmacro-to-register): New command.
14540 (kmacro-execute-from-register): New function.
14541 (kmacro-keymap): Bind to 'x'. (Bug#14071)
14542
14543 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14544
14545 * mpc.el: Use defvar-local and setq-local.
14546 (mpc--proc-connect): Connection failures are not bugs.
14547 (mpc-mode-map): `follow-link' only applies to the buffer's content.
14548 (mpc-volume-map): Bind to the up-events.
14549
14550 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
14551
14552 * progmodes/subword.el (superword-mode): Use `forward-sexp'
14553 instead of `forward-symbol'.
14554
14555 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14556
14557 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14558 (edebug--recursive-edit): Use it.
14559 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14560 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14561
14562 2013-03-28 Leo Liu <sdl.web@gmail.com>
14563
14564 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
14565
14566 2013-03-27 Eli Zaretskii <eliz@gnu.org>
14567
14568 * facemenu.el (list-colors-callback): New defvar.
14569 (list-colors-redisplay): New function.
14570 (list-colors-display): Install list-colors-redisplay as the
14571 revert-buffer-function. (Bug#14063)
14572
14573 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14574
14575 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14576 and suffixes don't overlap (bug#14061).
14577
14578 * case-table.el: Use lexical-binding.
14579 (case-table-get-table): New function.
14580 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
14581
14582 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
14583
14584 * progmodes/subword.el: Add `superword-mode' to do word motion
14585 over symbol_words (parallels and leverages `subword-mode' which
14586 does word motion inside MixedCaseWords).
14587
14588 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
14589
14590 * eshell/em-unix.el: Move su and sudo to...
14591 * eshell/em-tramp.el: ...Eshell tramp module.
14592
14593 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14594
14595 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14596 Change return value to be a sexp. Delay `get-buffer' to after
14597 restoring the desktop (bug#13951).
14598
14599 2013-03-26 Leo Liu <sdl.web@gmail.com>
14600
14601 * register.el: Move semantic tag handling back to
14602 cedet/semantic/senator.el. (Bug#14052)
14603
14604 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14605
14606 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14607 into the prompt either (bug#13963).
14608
14609 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14612 part of "(error-foo)".
14613
14614 2013-03-24 Juri Linkov <juri@jurta.org>
14615
14616 * replace.el (list-matching-lines-prefix-face): New defcustom.
14617 (occur-1): Pass `list-matching-lines-prefix-face' to the function
14618 `occur-engine' if `face-differs-from-default-p' returns t.
14619 (occur-engine): Add `,' inside backquote construct to evaluate
14620 `prefix-face'. Propertize the prefix with the `prefix-face' face.
14621 Pass `prefix-face' to the functions `occur-context-lines' and
14622 `occur-engine-add-prefix'.
14623 (occur-engine-add-prefix, occur-context-lines): Add optional arg
14624 `prefix-face' and propertize the prefix with `prefix-face'.
14625 (Bug#14017)
14626
14627 2013-03-24 Leo Liu <sdl.web@gmail.com>
14628
14629 * nxml/rng-valid.el (rng-validate-while-idle)
14630 (rng-validate-quick-while-idle): Guard against deleted buffer.
14631 (Bug#13999)
14632
14633 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14634 is the last entry in kill-buffer-hook.
14635
14636 * files.el (kill-buffer-hook): Doc fix.
14637
14638 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
14639
14640 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14641 Make it safe-local.
14642
14643 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14644
14645 2013-03-23 Leo Liu <sdl.web@gmail.com>
14646
14647 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14648 Remove.
14649
14650 * nxml/rng-valid.el (rng-validate-mode)
14651 (rng-after-change-function, rng-do-some-validation):
14652 * nxml/rng-maint.el (rng-validate-buffer):
14653 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14654 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14655 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14656 (nxml-extend-after-change-region): Use with-silent-modifications.
14657
14658 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14659 timer-idle-list.
14660
14661 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14662 (rng-next-error-1, rng-previous-error-1): Do not let-bind
14663 timer-idle-list. (Bug#13999)
14664
14665 2013-03-23 Juri Linkov <juri@jurta.org>
14666
14667 * info.el (info-index-match): New face.
14668 (Info-index, Info-apropos-matches): Add a nested subgroup to the
14669 main pattern and add text properties with the new face to matches
14670 in index entries relative to the beginning of the index entry.
14671 (Bug#14015)
14672
14673 2013-03-21 Eric Ludlam <zappo@gnu.org>
14674
14675 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
14676 Inhibit read only while inserting objects.
14677
14678 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
14679
14680 * progmodes/cfengine.el: Update docs to mention
14681 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
14682 symbol motion. Remove "_" from the word syntax.
14683
14684 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
14685
14686 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14687 syntax for both `cfengine2-mode' and `cfengine3-mode'.
14688
14689 2013-03-20 Juri Linkov <juri@jurta.org>
14690
14691 * info.el (Info-next-reference-or-link)
14692 (Info-prev-reference-or-link): New functions.
14693 (Info-next-reference, Info-prev-reference): Use them.
14694 (Info-try-follow-nearest-node): Handle footnote navigation.
14695 (Info-fontify-node): Fontify footnotes. (Bug#13989)
14696
14697 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14698
14699 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14700 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14701
14702 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
14703
14704 Suppress unnecessary non-ASCII chatter during build process.
14705 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14706 (batch-skkdic-convert): Suppress most of the chatter.
14707 It's not needed so much now that machines are faster,
14708 and its non-ASCII component was confusing; see Dmitry Gutov in
14709 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14710
14711 2013-03-20 Leo Liu <sdl.web@gmail.com>
14712
14713 * ido.el (ido-chop): Fix bug#10994.
14714
14715 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14716
14717 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14718 Remove vars.
14719 (whitespace-color-on, whitespace-color-off):
14720 Use `font-lock-fontify-buffer' (Bug#13817).
14721
14722 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14723
14724 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14725 remapping in mode-line.
14726 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14727
14728 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14729
14730 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14731 value for `whitespace-line' face (Bug#13875).
14732 (whitespace-font-lock-keywords): Change description.
14733 (whitespace-color-on): Don't save `font-lock-keywords' value, save
14734 the constructed keywords instead.
14735 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
14736
14737 2013-03-19 Leo Liu <sdl.web@gmail.com>
14738
14739 * progmodes/compile.el (compilation-display-error): New command.
14740 (compilation-mode-map, compilation-minor-mode-map): Bind it to
14741 C-o. (Bug#13992)
14742
14743 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14744
14745 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14746
14747 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
14748
14749 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14750
14751 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
14752
14753 * net/tramp-compat.el (tramp-compat-user-error): New defun.
14754
14755 * net/tramp-adb.el (tramp-adb-handle-shell-command):
14756 * net/tramp-gvfs.el (top):
14757 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14758 (tramp-handle-shell-command): Use it.
14759 (tramp-dissect-file-name): Raise an error when hostname is a
14760 method name, and neither method nor user is specified.
14761
14762 * net/trampver.el: Update release number.
14763
14764 2013-03-18 Leo Liu <sdl.web@gmail.com>
14765
14766 Make sure eldoc can be turned off properly.
14767 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14768 eldoc-mode.
14769 (eldoc-display-message-p): Revert last change.
14770 (eldoc-display-message-no-interference-p)
14771 (eldoc-print-current-symbol-info): Tweak.
14772
14773 2013-03-18 Tassilo Horn <tsdh@gnu.org>
14774
14775 * doc-view.el (doc-view-new-window-function): Check the new window
14776 overlay's display property instead the char property of the
14777 buffer's first char. Use `with-selected-window' instead of
14778 `save-window-excursion' with `select-window'.
14779 (doc-view-document->bitmap): Check the current doc-view overlay's
14780 display property instead the char property of the buffer's first char.
14781
14782 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14783
14784 Automate the build of ja-dic.el (Bug#13984).
14785 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14786 from the input, rather than assume that it's been done for us by the
14787 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
14788 the current date into a ja-dic.el comment, as that complicates
14789 regression testing.
14790
14791 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
14792
14793 * whitespace.el: Fix double evaluation.
14794 (whitespace-space, whitespace-hspace, whitespace-tab)
14795 (whitespace-newline, whitespace-trailing, whitespace-line)
14796 (whitespace-space-before-tab, whitespace-indentation)
14797 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14798 obsolete defvars.
14799 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14800 (whitespace-color-on): Use a single font-lock-add-keywords call.
14801 Fix double-evaluation of face variables.
14802
14803 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
14804
14805 * net/tramp-adb.el (tramp-adb-parse-device-names):
14806 Use `start-process' instead of `call-process'. Otherwise, the
14807 function might be blocked under MS Windows. (Bug#13299)
14808
14809 2013-03-17 Leo Liu <sdl.web@gmail.com>
14810
14811 Extend eldoc to display info in the mode-line. (Bug#13978)
14812 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14813 (eldoc-mode-line-string): New variable.
14814 (eldoc-minibuffer-message): New function.
14815 (eldoc-message-function): New variable.
14816 (eldoc-message): Use it.
14817 (eldoc-display-message-p)
14818 (eldoc-display-message-no-interference-p):
14819 Support eldoc-post-insert-mode.
14820
14821 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14822 (eval-expression): Run it.
14823
14824 2013-03-17 Roland Winkler <winkler@gnu.org>
14825
14826 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14827 strings in the list of return values.
14828
14829 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14830
14831 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14832 radix before checking for HMS forms.
14833
14834 2013-03-16 Leo Liu <sdl.web@gmail.com>
14835
14836 * progmodes/scheme.el: Add indentation and font-locking for λ.
14837 (Bug#13975)
14838
14839 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
14840
14841 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14842 token before point (bug#13942).
14843
14844 2013-03-16 Leo Liu <sdl.web@gmail.com>
14845
14846 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
14847
14848 2013-03-16 Eli Zaretskii <eliz@gnu.org>
14849
14850 * startup.el (command-line-normalize-file-name): Fix handling of
14851 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
14852 <xfq.free@gmail.com> in
14853 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14854
14855 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
14856
14857 Sync with Tramp 2.2.7.
14858
14859 * net/trampver.el: Update release number.
14860
14861 2013-03-14 Tassilo Horn <tsdh@gnu.org>
14862
14863 * doc-view.el: Fix bug#13887.
14864 (doc-view-insert-image): Don't modify overlay associated to
14865 non-live windows, and implement horizontal centering of image in
14866 case it's smaller than the window.
14867 (doc-view-new-window-function): Force redisplay of new windows on
14868 doc-view buffers.
14869
14870 2013-03-13 Karl Fogel <kfogel@red-bean.com>
14871
14872 * saveplace.el (save-place-alist-to-file): Don't sort
14873 `save-place-alist', just pretty-print it (bug#13882).
14874
14875 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
14876
14877 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14878 Check whether `default-file-name-coding-system' is bound.
14879 It isn't in XEmacs.
14880
14881 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14882
14883 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14884 backquotes for `obsolete' (bug#13929).
14885
14886 * international/mule.el (find-auto-coding): Include file name in
14887 obsolescence warning (bug#13922).
14888
14889 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
14890
14891 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14892 for CFEngine 3-specific indentation.
14893 (cfengine3-indent-line): Use it. Fix up category regex.
14894 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14895
14896 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14897
14898 * type-break.el (type-break-file-name):
14899 * textmodes/remember.el (remember-data-file):
14900 * strokes.el (strokes-file):
14901 * shadowfile.el (shadow-initialize):
14902 * saveplace.el (save-place-file):
14903 * ps-bdf.el (bdf-cache-file):
14904 * progmodes/idlwave.el (idlwave-config-directory):
14905 * net/quickurl.el (quickurl-url-file):
14906 * international/kkc.el (kkc-init-file-name):
14907 * ido.el (ido-save-directory-list-file):
14908 * emulation/viper.el (viper-custom-file-name):
14909 * emulation/vip.el (vip-startup-file):
14910 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
14911 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
14912
14913 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
14914
14915 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
14916 * language/thai-word.el: Switch to UTF-8.
14917
14918 See ChangeLog.16 for earlier changes.
14919
14920 ;; Local Variables:
14921 ;; coding: utf-8
14922 ;; End:
14923
14924 Copyright (C) 2011-2014 Free Software Foundation, Inc.
14925
14926 This file is part of GNU Emacs.
14927
14928 GNU Emacs is free software: you can redistribute it and/or modify
14929 it under the terms of the GNU General Public License as published by
14930 the Free Software Foundation, either version 3 of the License, or
14931 (at your option) any later version.
14932
14933 GNU Emacs is distributed in the hope that it will be useful,
14934 but WITHOUT ANY WARRANTY; without even the implied warranty of
14935 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14936 GNU General Public License for more details.
14937
14938 You should have received a copy of the GNU General Public License
14939 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.