]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/minibuffer.el (completion--sreverse): Remove.
[gnu-emacs] / lisp / ChangeLog
1 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion--sreverse): Remove.
4 (completion--common-suffix): Use `reverse' instead.
5 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
6
7 2014-05-22 Glenn Morris <rgm@gnu.org>
8
9 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
10
11 2014-05-21 Daniel Colascione <dancol@dancol.org>
12
13 * files.el (interpreter-mode-alist): Add mksh.
14
15 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
16 derivative.
17 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
18 mksh. Improve custom spec; allow regular expressions.
19 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
20 (sh-after-hack-local-variables): New function.
21 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
22 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
23 the normalization.
24 (sh-canonicalize-shell): Rewrite to support regexes.
25
26 2014-05-21 Leo Liu <sdl.web@gmail.com>
27
28 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
29
30 2014-05-19 Leo Liu <sdl.web@gmail.com>
31
32 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
33
34 2014-05-18 Glenn Morris <rgm@gnu.org>
35
36 * loadup.el:
37 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
38
39 2014-05-14 Sam Steingold <sds@gnu.org>
40
41 * progmodes/python.el (python-shell-get-or-create-process):
42 Do not bind `current-prefix-arg' so that C-c C-z does not talk
43 back unless requested.
44
45 2014-05-14 Glenn Morris <rgm@gnu.org>
46
47 * subr.el (with-file-modes): New macro.
48 * printing.el (pr-save-file-modes): Make obsolete.
49 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
50 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
51 Add with-file-modes.
52 * doc-view.el (doc-view-make-safe-dir):
53 * epg.el (epg--start):
54 * files.el (locate-user-emacs-file, make-temp-file)
55 (backup-buffer-copy, move-file-to-trash):
56 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
57 * eshell/esh-util.el (eshell-with-private-file-modes)
58 (eshell-make-private-directory):
59 * net/browse-url.el (browse-url-mosaic):
60 * obsolete/mailpost.el (post-mail-send-it):
61 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
62 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
63 Use with-file-modes.
64
65 * vc/emerge.el (emerge-make-temp-file): Simplify.
66
67 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
68 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
71 suffix (bug#15419).
72
73 2014-05-14 Glenn Morris <rgm@gnu.org>
74
75 * vc/emerge.el (emerge-temp-file-prefix):
76 Make pointless option obsolete.
77 (emerge-temp-file-mode): Make non-functional option obsolete.
78
79 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
80
81 * net/browse-url.el (browse-url):
82 Use `unhandled-file-name-directory' when setting `default-directory',
83 in order to circumvent stalled remote connections. (Bug#17425)
84
85 2014-05-14 Glenn Morris <rgm@gnu.org>
86
87 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
88 Optimize on Emacs, which has the relevant functions for ages.
89
90 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * simple.el (undo-make-selective-list): Obey undo-no-redo.
93
94 2014-05-12 Sam Steingold <sds@gnu.org>
95
96 * calendar/time-date.el (seconds-to-string): New function to
97 pretty print time delay in seconds.
98
99 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * mpc.el (mpc-format): Trim Date to the year.
102 (mpc-songs-hashcons): Shorten the Date field.
103
104 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
105 into autoloading just because of a silly indirection.
106
107 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com> (tiny change)
108
109 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
110
111 2014-05-12 Glenn Morris <rgm@gnu.org>
112
113 * emacs-lisp/find-gc.el: Move to ../admin.
114
115 * printing.el (pr-version):
116 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
117
118 * net/browse-url.el (browse-url-mosaic):
119 Create /tmp/Mosaic.PID as a private file.
120
121 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
124 (advice--member-p): If name is given, only compare the name.
125 (advice--remove-function): Don't stop at the first match.
126 (advice--normalize-place): New function.
127 (add-function, remove-function): Use it.
128 (advice--add-function): Pass the name, if any, to
129 advice--remove-function.
130
131 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
132
133 * electric.el (electric-indent-post-self-insert-function): Don't use
134 `pos' after modifying the buffer (bug#17449).
135
136 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
137
138 * calendar/todo-mode.el (todo-insert-item-from-calendar):
139 Correct argument list to conform to todo-insert-item--basic.
140
141 2014-05-12 Glenn Morris <rgm@gnu.org>
142
143 * files.el (cd-absolute): Test if directory is accessible
144 rather than executable. (Bug#17330)
145
146 * progmodes/compile.el (recompile):
147 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
148
149 * net/browse-url.el (browse-url-mosaic):
150 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
151 This is CVE-2014-3423.
152
153 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * mouse.el: Use the normal toplevel loop while dragging.
156 (mouse-set-point): Handle multi-clicks.
157 (mouse-set-region): Handle multi-clicks for drags.
158 (mouse-drag-region): Update call accordingly.
159 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
160 Use the normal event loop instead of a local while/read-event loop.
161 (global-map): Remove redundant bindings for double/triple-mouse-1.
162 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
163 Generate synthetic down events when the protocol only sends up events.
164 (xterm-mouse-last): Remove.
165 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
166 terminal parameter instead.
167 (xterm-mouse--set-click-count): New function.
168 (xterm-mouse-event): Detect/generate double/triple clicks.
169 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
170
171 * info.el (Info-quoted): New face.
172 (Info-mode-font-lock-keywords): New var.
173 (Info-mode): Use it.
174
175 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
176 are a hindrance for C-x C-e.
177
178 2014-05-11 Leo Liu <sdl.web@gmail.com>
179
180 * net/rcirc.el (rcirc-sentinel): Fix last change.
181
182 2014-05-08 Sam Steingold <sds@gnu.org>
183
184 * net/rcirc.el (rcirc-reconnect-delay): New user option.
185 (rcirc-sentinel): Auto-reconnect to the server if
186 `rcirc-reconnect-delay' is non-0 (but not more often than its
187 value in case the host is off-line).
188
189 2014-05-09 Eli Zaretskii <eliz@gnu.org>
190
191 * progmodes/grep.el (lgrep): Fix a typo in last commit.
192
193 2014-05-09 Glenn Morris <rgm@gnu.org>
194
195 * files.el (file-expand-wildcards):
196 * man.el (Man-support-local-filenames):
197 * printing.el (pr-i-directory, pr-interface-directory):
198 * progmodes/grep.el (lgrep, rgrep):
199 * textmodes/ispell.el (ispell-call-process)
200 (ispell-call-process-region, ispell-start-process)
201 (ispell-init-process): Use file-accessible-directory-p.
202
203 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
206 (xterm-mouse--read-event-sequence-1000): Return nil if something
207 looks fishy.
208 (xterm-mouse-event): Propagate it.
209 (xterm-mouse-translate-1): Handle it.
210
211 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
212
213 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
214 four slots of the parameter list are filled, make sure to pass it
215 to the argument list of todo-insert-item--basic.
216
217 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
220 Add optional `seen' argument to detect and break infinite loops.
221
222 2014-05-08 Eli Zaretskii <eliz@gnu.org>
223
224 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
225 (trace-unsafe, trace-use-tree): Make parentheses style be
226 according to Emacs style.
227
228 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
229
230 * net/tramp-sh.el (tramp-remote-process-environment):
231 Remove HISTFILE and HISTSIZE; it's too late to set them here.
232 Add :version entry.
233 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
234 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
235 extra "PSx=..." commands.
236 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
237 (Bug#17295)
238
239 (tramp-uudecode): Replace the hard-coded temporary file name by a
240 format specifier.
241 (tramp-remote-coding-commands): Enhance docstring.
242 (tramp-find-inline-encoding): Replace "%t" by a temporary file
243 name. (Bug#17415)
244 This is CVE-2014-3424.
245
246 2014-05-08 Glenn Morris <rgm@gnu.org>
247
248 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
249 (find-gc-source-files): Update some names.
250 (trace-call-tree): Simplify and update.
251 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
252 This is CVE-2014-3422.
253
254 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * minibuffer.el (completion--try-word-completion): Revert fix for
257 Bug#15980 (bug#17375).
258
259 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
260 Always store button numbers in the same way in xterm-mouse-last;
261 Don't burp is xterm-mouse-last is not set as expected.
262 Never return negative indices.
263
264 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
265
266 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
267 Backtrack one char if the global/char-literal var matcher hits
268 inside a string. The next char could be the beginning of an
269 expression expansion.
270
271 2014-05-08 Glenn Morris <rgm@gnu.org>
272
273 * help-fns.el (describe-function-1): Test for an autoload before a
274 macro, since `macrop' works on autoloads. (Bug#17410)
275
276 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
277
278 * electric.el (electric-indent-functions-without-reindent): Add yaml.
279
280 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
281 Make sure the new point we return is within the new string (bug#17239).
282
283 2014-05-05 Daniel Colascione <dancol@dancol.org>
284
285 * progmodes/compile.el (compilation-error-regexp-alist-alist):
286 Port `gnu' pattern to rx.
287
288 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
289
290 Remove unneeded prompt when closing a buffer with active
291 emacsclient ("Buffer ... still has clients"), #16548.
292 * server.el (server-start): Remove the only call to:
293 (server-kill-buffer-query-function): Remove.
294
295 2014-05-04 Leo Liu <sdl.web@gmail.com>
296
297 * calendar/diary-lib.el (calendar-chinese-month-name-array):
298 Defvar to pacify compiler.
299
300 2014-05-04 Eli Zaretskii <eliz@gnu.org>
301
302 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
303
304 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
307 Use nil rather than `default' for the "default" appearance (bug#17388).
308 * vc/ediff-util.el (ediff-inferior-compare-regions)
309 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
310 a misleading `default' value when it's really a boolean.
311 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
312 overlay is not visible.
313
314 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
315
316 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
317 (todo-menu): Uncomment and update.
318
319 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
320
321 * calendar/todo-mode.el: Reimplement item editing to have the same
322 basic user interface as item insertion, and make small UI and
323 larger internal improvements to the latter.
324 (todo-insert-item): Add reference to the Todo mode user manual to
325 the documentation string.
326 (todo-insert-item--basic): Rename from todo-basic-insert-item and
327 adjust all callers. Change signature to combine diary and
328 nonmarking arguments. Incorporate functionality of deleted item
329 copying command and add error checking. Remove detailed
330 descriptions of the arguments from the documentation string, since
331 this is treated in the Todo mode user manual.
332 (todo-copy-item, todo-edit-multiline-item)
333 (todo-edit-done-item-comment, todo-edit-item-header)
334 (todo-edit-item-time, todo-edit-item-date-from-calendar)
335 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
336 (todo-edit-item-date-year, todo-edit-item-date-month)
337 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
338 Remove.
339 (todo-edit-item): Reimplement as wrapper command for
340 todo-edit-item--next-key and make it distinguish done and not done
341 todo items.
342 (todo-edit-item--text): New function, replacing old command
343 todo-edit-item and incorporating deleted commands
344 todo-edit-multiline-item and todo-edit-done-item-comment.
345 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
346 Use only numeric value of prefix argument. Remove detailed
347 descriptions of the arguments from the documentation string, since
348 this is treated in the Todo mode user manual.
349 (todo-edit-item--diary-inclusion): New function, replacing old
350 command todo-edit-item-diary-inclusion and incorporating and fixing
351 functionality of deleted command todo-edit-item-diary-nonmarking,
352 making sure to remove todo-nondiary-marker when adding
353 diary-nonmarking-symbol.
354 (todo-edit-category-diary-inclusion): Make sure to delete
355 diary-nonmarking-symbol when adding todo-nondiary-marker.
356 (todo-edit-category-diary-nonmarking): Fix indentation.
357 (todo-insert-item--parameters): Group diary and nonmarking
358 parameters together.
359 (todo-insert-item--apply-args): Adjust to signature of
360 todo-insert-item--basic and incorporate copy parameter.
361 Make small code improvements.
362 (todo-insert-item--next-param): Improve prompt and adjust it to
363 new parameter grouping. Remove obsolete code.
364 (todo-edit-item--param-key-alist)
365 (todo-edit-item--date-param-key-alist)
366 (todo-edit-done-item--param-key-alist): New defconsts.
367 (todo-edit-item--prompt): New variable.
368 (todo-edit-item--next-key): New function.
369 (todo-key-bindings-t): Bind "e" to todo-edit-item.
370 Remove bindings of deleted commands.
371
372 2014-05-04 Leo Liu <sdl.web@gmail.com>
373
374 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
375
376 2014-05-04 Glenn Morris <rgm@gnu.org>
377
378 * allout-widgets.el (allout-widgets-tally)
379 (allout-decorate-item-guides):
380 * menu-bar.el (menu-bar-positive-p):
381 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
382 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
383 * progmodes/js.el (js--inside-param-list-p)
384 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
385 * progmodes/prolog.el (region-exists-p):
386 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
387 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
388 Doc fixes (replace `iff').
389
390 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
393
394 2014-05-04 Leo Liu <sdl.web@gmail.com>
395
396 Support Chinese diary entries in calendar and diary. (Bug#17393)
397 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
398 (calendar-chinese-from-absolute-for-diary)
399 (calendar-chinese-to-absolute-for-diary)
400 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
401 (diary-chinese-list-entries): New functions to list and mark
402 Chinese diary entries in the calendar window.
403 (diary-chinese-anniversary)
404 (diary-chinese-insert-anniversary-entry)
405 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
406 (diary-chinese-insert-yearly-entry): New commands to insert
407 Chinese diary entries.
408
409 * calendar/diary-lib.el (diary-font-lock-keywords):
410 Support font-locking Chinese dates.
411
412 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
413 inserting Chinese diary entries.
414
415 * calendar/calendar.el (diary-chinese-entry-symbol):
416 New customizable variable.
417 (calendar-mode-map): Add bindings for inserting Chinese diary
418 entries.
419
420 2014-05-03 Juri Linkov <juri@jurta.org>
421
422 * dired.el (dired-check-switches, dired-switches-recursive-p):
423 New functions. (Bug#17218)
424 (dired-switches-escape-p, dired-move-to-end-of-filename):
425 Use `dired-check-switches'.
426 (dired-insert-old-subdirs, dired-build-subdir-alist)
427 (dired-sort-R-check): Use `dired-switches-recursive-p'.
428
429 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
430
431 * simple.el (undo-make-selective-list): New algorithm fixes
432 incorrectness of position adjustments when undoing in region.
433 (Bug#17235)
434 (undo-elt-crosses-region): Make obsolete.
435 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
436 New functions to adjust positions using undo-deltas.
437
438 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
441 the last consecutive closing paren (bug#17345).
442
443 2014-04-30 Reuben Thomas <rrt@sc3d.org>
444
445 * dired.el (dired-mode): make terminology for eXpunge command
446 consistent. (Bug#17276)
447
448 2014-04-30 Eli Zaretskii <eliz@gnu.org>
449
450 * dired.el (dired-initial-position-hook, dired-initial-position):
451 Doc string fixes.
452
453 2014-04-30 Glenn Morris <rgm@gnu.org>
454
455 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
456
457 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
458
459 * faces.el (face-spec-recalc): Apply X resources only after the
460 defface spec has been applied. Thus, X resources are no longer
461 overriden by the defface spec which also fixes issues on win32 where
462 the toolbar coloring was wrong because it is set through X resources
463 and was (wrongfully) overriden. (Bug#16694)
464
465 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * textmodes/rst.el (electric-pair-pairs): Declare.
468 (rst-mode): Set it (bug#17131).
469
470 2014-04-30 Juri Linkov <juri@jurta.org>
471
472 * desktop.el (desktop-value-to-string): Let-bind `print-length'
473 and `print-level' to nil. (Bug#17351)
474
475 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
476
477 * battery.el (battery-update): Handle the case where battery
478 status is "N/A" (bug#17319).
479
480 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
483 to syntax-propertize.
484 (ps-mode-auto-indent): Mark as obsolete.
485 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
486 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
487 word regexp operators.
488 (ps-mode-map): Move initialization into declaration. Remove binding
489 for TAB, RET, >, ], and }.
490 (ps-mode-syntax-table): Move initialization into declaration.
491 Don't give word syntax to non-word chars.
492 (ps-run-mode-map): Move initialization into declaration.
493 (ps-mode-menu-main): Remove auto-indent entry.
494 (ps-mode-smie-rules): New function.
495 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
496 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
497 (ps-mode--string-syntax-table): New const.
498 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
499 New functions.
500 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
501 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
502
503 2014-04-27 Daniel Colascione <dancol@dancol.org>
504
505 * term/xterm.el (xterm-paste): Use large finite timeout when
506 reading event to avoid putting keys in this-command-keys.
507
508 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
511 (perl-syntax-propertize-function): Use it. Extend handling of
512 here-docs to the unquoted case.
513
514 2014-04-25 Eli Zaretskii <eliz@gnu.org>
515
516 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
517 Use equal-including-properties to compare help-echo strings (bug#17331).
518
519 2014-04-25 Leo Liu <sdl.web@gmail.com>
520
521 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
522 Fix syntax for @. (Bug#17325)
523
524 2014-04-25 Daniel Colascione <dancol@dancol.org>
525
526 * emacs-lisp/cl.el (gv): Require gv early to break eager
527 macro-expansion cycles.
528
529 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
530
531 * simple.el (region-active-p): Check there's a mark (bug#17324).
532
533 * simple.el (completion-list-mode-map): Use choose-completion for the
534 mouse binding as well (bug#17302).
535 (completion-list-mode, completion-setup-function): Adjust docstring and
536 echo area message accordingly.
537 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
538 calling convention of choose-completion.
539 * comint.el (comint-dynamic-list-completions):
540 * term.el (term-dynamic-list-completions): Accept choose-completion.
541
542 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
543 &, |, +, - and * can't be a division (bug#17317).
544
545 * term/xterm.el (xterm--version-handler): Don't use modern xterm
546 features on gnome-terminal (bug#16988).
547
548 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
549
550 Improve Scheme font-locking for (define ((foo ...) ...) ...).
551
552 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
553 the declared object, ignore zero or more parens, not zero or one.
554
555 2014-04-24 Leo Liu <sdl.web@gmail.com>
556
557 * progmodes/xscheme.el (xscheme-expressions-ring)
558 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
559 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
560 (xscheme-allow-output-p, xscheme-prompt)
561 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
562
563 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
564 Comment out unused functions.
565
566 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * info.el: Use lexical-binding and cl-lib.
569 Use defvar-local and setq-local instead of make-local-variable.
570 (Info-apropos-matches): Avoid add-to-list.
571 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
572
573 2014-04-24 Daniel Colascione <dancol@dancol.org>
574
575 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
576
577 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
580
581 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
582
583 * dired.el (dired-insert-set-properties): Do not consider
584 subdirectory headings and empty lines to be information that
585 `dired-hide-details-mode' should hide. (Bug#17228)
586
587 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
588
589 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
590 Remove test messages.
591 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
592 and `target' twice.
593
594 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
595
596 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
597 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
598
599 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
600
601 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
602
603 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
604 Set "IFS=" when using read builtin, in order to preserve spaces in
605 the file name. Add test messages for hunting a bug on hydra.
606 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
607
608 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
611 Don't prettify a word within a symbol.
612
613 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
614
615 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
616 possible.
617
618 2014-04-22 Daniel Colascione <dancol@dancol.org>
619
620 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
621 use defun to define `function-put'.
622
623 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
626 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
627 (lisp-mode-variables): Set font-lock-extra-managed-props.
628
629 * emacs-lisp/byte-run.el (function-put): New function.
630 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
631 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
632 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
633 Use them.
634
635 2014-04-22 Daniel Colascione <dancol@dancol.org>
636
637 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
638 Add `full-p' parameter; when nil, call `macroexpand' instead of
639 `macroexpand-all'.
640
641 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
642 Improve docstrings.
643
644 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
645 Use lambda function values, not quoted lambdas.
646 (byte-compile-recurse-toplevel): Remove extraneous &optional.
647
648 * emacs-lisp/cl-macs.el
649 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
650 (cl-struct-slot-value): Conditionally use aref or nth so that the
651 compiler produces optimal code.
652
653 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
656 (inline): Don't inline cl--set-elt.
657 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
658 Define as inlinable instead.
659 (cl-struct-set-slot-value): Remove.
660
661 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
662 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
663 Use setf instead.
664
665 2014-04-21 Daniel Colascione <dancol@dancol.org>
666
667 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
668 last two parameters after all.
669 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
670 (cl--compiler-macro-assoc,cl-struct-slot-value)
671 (cl-struct-set-slot-value): Stop using them.
672
673 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
676 entry in image-mode-winprops-alist.
677
678 2014-04-21 Daniel Colascione <dancol@dancol.org>
679
680 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
681 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
682 (byte-compile-toplevel-file-form): Use it.
683
684 * emacs-lisp/cl-macs.el:
685 (cl--loop-let): Properly destructure `while' clauses.
686
687 2014-04-20 Daniel Colascione <dancol@dancol.org>
688
689 * vc/vc.el (vc-root-dir): New public autoloaded function for
690 generically finding the current VC root.
691 * vc/vc-hooks.el (vc-not-supported): New error.
692 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
693
694 2014-04-20 Daniel Colascione <dancol@dancol.org>
695
696 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
697 argument.
698 (cl--const-expr-val): cl--const-expr-val should macroexpand its
699 argument in case we're inside a symbol-macrolet.
700 (cl--do-arglist, cl--compiler-macro-typep)
701 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
702 environment to `cl--const-expr-val'.
703 (cl-struct-sequence-type,cl-struct-slot-info)
704 (cl-struct-slot-offset, cl-struct-slot-value)
705 (cl-struct-set-slot-value): New functions.
706
707 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
710 assignments such as "case=hello" (bug#17297).
711
712 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
713
714 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
715 Do not autoload.
716 (tramp-file-name-handler, tramp-completion-file-name-handler):
717 Revert patch from 2014-04-10, it isn't necessary anymore.
718 (tramp-autoload-file-name-handler)
719 (tramp-register-autoload-file-name-handlers): New defuns.
720 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
721 (tramp-register-file-name-handlers): Remove also
722 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
723 Do not autoload its invocation, but eval it after loading of 'tramp.
724
725 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
726
727 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
728
729 2014-04-17 Daniel Colascione <dancol@dancol.org>
730
731 Add support for bracketed paste mode; add infrastructure for
732 managing terminal mode enabling and disabling automatically.
733
734 * xt-mouse.el:
735 (xterm-mouse-mode): Simplify.
736 (xterm-mouse-tracking-enable-sequence)
737 (xterm-mouse-tracking-disable-sequence): New constants.
738 (turn-on-xterm-mouse-tracking-on-terminal)
739 (turn-off-xterm-mouse-tracking-on-terminal):
740 Use tty-mode-set-strings and tty-mode-reset-strings terminal
741 parameters instead of random hooks.
742 (turn-on-xterm-mouse-tracking)
743 (turn-off-xterm-mouse-tracking): Delete.
744
745 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
746 (xterm-paste-ending-sequence): New constant.
747 (xterm-paste): New command used for bracketed paste support.
748
749 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
750 (terminal-init-xterm-bracketed-paste-mode): New function.
751 (terminal-init-xterm): Call it.
752 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
753 and tty-mode-reset-strings instead of random hooks.
754 (xterm-turn-on-modify-other-keys)
755 (xterm-turn-off-modify-other-keys)
756 (xterm-remove-modify-other-keys): Delete obsolete functions.
757
758 * term/screen.el: Rewrite to just use the xterm code.
759 Add copyright notice. Mention tmux.
760
761 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
762
763 * image-mode.el (image-mode-window-put): Also update the property of
764 the "default window".
765 * doc-view.el (doc-view-new-window-function): If no window
766 exists, move to the last known page.
767
768 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
771 here-documents (bug#17262).
772
773 2014-04-16 Eli Zaretskii <eliz@gnu.org>
774
775 * term/pc-win.el (x-list-fonts, x-get-selection-value):
776 Provide doc strings, as required by snarf-documentation.
777
778 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
779
780 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
781 arg of overlays-at. Use `invisible-p'.
782
783 * obsolete/lucid.el (extent-at):
784 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
785 overlays-at.
786 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
787
788 2014-04-16 João Távora <joaotavora@gmail.com>
789
790 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
791 links. (Bug#17217).
792
793 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
794
795 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
796 Use mapc to loop over a vector. (Bug#17257).
797
798 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
799
800 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
801 patch, there are new problems with file names containing spaces.
802 Get rid of backticks. (Bug#17238)
803
804 2014-04-16 João Távora <joaotavora@gmail.com>
805
806 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
807 possible bug.
808
809 2014-04-16 Eli Zaretskii <eliz@gnu.org>
810
811 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
812 (blink-cursor-mode): Mention customization variables and the
813 effect of 'blink-cursor-blinks'.
814
815 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
816
817 * simple.el (undo): Prevent insertion of identity mapping into
818 undo-equiv-table so as undo-only does not inf loop in the presence
819 of consecutive nils in undo list.
820
821 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
822
823 * faces.el (make-face): Deprecate optional argument as it is no
824 longer needed/used since the conditional X resources handling
825 has been pushed down to make-face-x-resource-internal itself.
826 (make-empty-face): Don't pass optional argument to make-face.
827
828 2014-04-16 Karl Fogel <kfogel@red-bean.com>
829
830 * savehist.el (savehist-save): Remove workaround for a read-passwd
831 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
832 noticing that the shim was still present.
833
834 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
835
836 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
837
838 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
839
840 * faces.el (face-set-after-frame-default): Remove unused local variable.
841
842 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * progmodes/grep.el: Use lexical-binding.
845 (grep-expand-template): Pass explicit lexical env to `eval'.
846 (zrgrep): Let-bind grep-find-template explicitly.
847
848 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
849 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
850
851 2014-04-12 Eli Zaretskii <eliz@gnu.org>
852
853 * international/characters.el <standard-case-table>: Add entries
854 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
855 Set category of Coptic characters be 'g' (Greek).
856
857 2014-04-12 Leo Liu <sdl.web@gmail.com>
858
859 * progmodes/octave.el (completion-table-with-cache):
860 Define if not available.
861 (octave-goto-function-definition, octave-sync-function-file-names)
862 (octave-find-definition-default-filename):
863 Backquote upattern for compatibility.
864
865 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
866
867 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
868 name twice due to backticks. (Bug#17238)
869
870 2014-04-12 Glenn Morris <rgm@gnu.org>
871
872 * term/w32-win.el (x-win-suspend-error):
873 * term/x-win.el (x-win-suspend-error): Sync docs.
874
875 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
876
877 * faces.el (make-face): Remove deprecated optional argument.
878 The conditional application of X resources is handled directly by
879 make-face-x-resource-internal since Emacs 24.4.
880 (make-empty-face): Don't pass optional argument to make-face.
881
882 2014-04-11 Glenn Morris <rgm@gnu.org>
883
884 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
885
886 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
887
888 Ediff's overlay priorities cause more trouble than they solve.
889 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
890 (ediff-highest-priority): Remove function (bug#17234).
891 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
892 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
893 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
894 overlay priorities.
895
896 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
897
898 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
899 entry; use symbol boundaries to avoid mis-matches.
900
901 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
902
903 * net/tramp.el (tramp-file-name-handler)
904 (tramp-completion-file-name-handler): Avoid recursive loading.
905
906 * net/tramp-sh.el (tramp-make-copy-program-file-name):
907 Quote result also locally.
908
909 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
912 Remove left-over code.
913
914 * newcomment.el (comment-indent-new-line): Sink code where it's used.
915 Reuse the previous comment's indentation unconditionally if it's on its
916 own line.
917
918 2014-04-09 Daniel Colascione <dancol@dancol.org>
919
920 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
921 `no-syntax-crossing' arguments. Forward to `up-list'.
922 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
923 Implement logic for escaping from strings. Use narrowing to deal
924 with corner cases.
925
926 2014-04-09 Leo Liu <sdl.web@gmail.com>
927
928 * net/rcirc.el (rcirc-connection-info): New variable.
929 (rcirc-connect): Use it to store connection info.
930 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
931 for killed process.
932 (rcirc-cmd-reconnect): New command. (Bug#17045)
933 (rcirc-mode, set-rcirc-encode-coding-system)
934 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
935
936 2014-04-09 Daniel Colascione <dancol@dancol.org>
937
938 * emacs-lisp/cl-indent.el: Add comment claiming
939 facility is also good for elisp.
940 (lisp-indent-find-method): New function.
941 (common-lisp-indent-function): Recognize cl-loop.
942 (common-lisp-indent-function-1): Recognize cl constructs; use
943 `lisp-indent-find-method' instead of `get' directly.
944 (if): Use else-body style for elisp.
945
946 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
947
948 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
949 Module methods. (Bug#17216)
950
951 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
952
953 * help.el (describe-bindings): Fix buffer handling (bug#17210).
954 (describe-bindings-internal): Mark obsolete.
955
956 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
959 buffer-file-name, and buffer-file-truename any more.
960
961 2014-04-08 Leo Liu <sdl.web@gmail.com>
962
963 Use lexical-binding and require cl-lib.
964 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
965 (rcirc-handler-generic, rcirc-fill-paragraph)
966 (rcirc-format-response-string, rcirc-target-buffer)
967 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
968 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
969 (rcirc-ctcp-sender-PING, rcirc-browse-url)
970 (rcirc-markup-timestamp, rcirc-markup-attributes)
971 (rcirc-markup-my-nick, rcirc-markup-urls)
972 (rcirc-markup-bright-nicks, rcirc-markup-fill)
973 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
974 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
975 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
976 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
977 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
978 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
979 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
980 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
981 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
982 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
983 use cl-lib.
984
985 2014-04-07 João Távora <joaotavora@gmail.com>
986
987 * elec-pair.el (electric-pair--syntax-ppss):
988 When inside comments parse from comment beginning.
989 (electric-pair--balance-info): Fix typo in comment.
990 (electric-pair--in-unterminated-string-p): Delete.
991 (electric-pair--unbalanced-strings-p): New function.
992 (electric-pair-string-bound-function): New var.
993 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
994 according to `electric-pair--in-unterminated-string-p'
995
996 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
997 Inhibit quote pairing if point-max is inside an unterminated string.
998 (electric-pair--looking-at-unterminated-string-p): Delete.
999 (electric-pair--in-unterminated-string-p): New function.
1000
1001 2014-04-07 Glenn Morris <rgm@gnu.org>
1002
1003 * shell.el (shell-directory-tracker):
1004 Go back to just ignoring failures. (Bug#17159)
1005
1006 2014-04-07 João Távora <joaotavora@gmail.com>
1007
1008 Fix `electric-pair-delete-adjacent-pairs' in modes binding
1009 backspace. (bug#16981)
1010 * elec-pair.el (electric-pair-backward-delete-char): Delete.
1011 (electric-pair-backward-delete-char-untabify): Delete.
1012 (electric-pair-mode-map): Bind backspace to a menu item filtering
1013 a new `electric-pair-delete-pair' command.
1014 (electric-pair-delete-pair): New command.
1015
1016 * progmodes/python.el (python-electric-pair-string-delimiter):
1017 Fix triple-quoting electricity. (Bug#17192)
1018
1019 * elec-pair.el (electric-pair-post-self-insert-function):
1020 Don't skip whitespace when `electric-pair-text-pairs' and
1021 `electric-pair-pairs' were used. syntax to
1022 electric-pair--skip-whitespace. (Bug#17183)
1023
1024 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1025
1026 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1027 "<F>". (Bug#17199)
1028
1029 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1032 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1033
1034 2014-04-07 Glenn Morris <rgm@gnu.org>
1035
1036 * help.el (view-lossage): Doc tweak.
1037
1038 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
1039
1040 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1041 only when inhibit-x-resources is nil, and do that earlier in the
1042 function. Doc fix. (Bug#16694)
1043 (face-spec-choose): Accept additional optional argument, whose
1044 value is returned if no matching attributes are found.
1045 (face-spec-recalc): Use the new optional argument when calling
1046 face-spec-choose. (Bug#16378)
1047 (make-face-x-resource-internal): Do nothing when
1048 inhibit-x-resources is non-nil. Don't touch the default face if
1049 reversed video is given--as was done in previous versions of Emacs.
1050 (face-set-after-frame-default): Don't call
1051 make-face-x-resource-internal here. (Bug#16434)
1052
1053 2014-04-07 Tassilo Horn <tsdh@gnu.org>
1054
1055 * doc-view.el (doc-view-bookmark-jump):
1056 Use `bookmark-after-jump-hook' to jump to the right page after the
1057 buffer is shown in a window. (bug#16090)
1058
1059 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1060
1061 * international/characters.el (mirroring): Fix last change:
1062 instead of loading uni-mirrored.el explicitly, do that implicitly
1063 by creating the 'mirroring' uniprop table. This avoids announcing
1064 the loading of uni-mirrored.el.
1065
1066 2014-04-07 Glenn Morris <rgm@gnu.org>
1067
1068 * files.el (buffer-stale--default-function)
1069 (buffer-stale-function, revert-buffer--default):
1070 * autorevert.el (auto-revert-buffers): Doc tweaks.
1071
1072 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1073
1074 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
1075
1076 2014-04-07 Glenn Morris <rgm@gnu.org>
1077
1078 * files.el (make-backup-file-name-function)
1079 (make-backup-file-name, make-backup-file-name--default-function)
1080 (make-backup-file-name-1, find-backup-file-name)
1081 (revert-buffer-function, revert-buffer-insert-file-contents-function)
1082 (buffer-stale--default-function, buffer-stale-function)
1083 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1084 (revert-buffer, revert-buffer--default)
1085 (revert-buffer-insert-file-contents--default-function):
1086 Doc fixes related to defaults no longer being nil.
1087 (make-backup-file-name-function): Bump :version.
1088 Restore nil as a valid but deprecated custom type.
1089
1090 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1093 Handle $' used as a variable (bug#17174).
1094
1095 * progmodes/perl-mode.el (perl-indent-new-calculate):
1096 Handle forward-sexp failure (bug#16985).
1097 (perl-syntax-propertize-function): Add "foreach" and "for" statement
1098 modifiers introducing expressions (bug#17116).
1099
1100 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
1103
1104 2014-04-05 Leo Liu <sdl.web@gmail.com>
1105
1106 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1107 Add define-compilation-mode.
1108
1109 2014-04-04 João Távora <joaotavora@gmail.com>
1110
1111 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
1112 parse from comment beginning.
1113 (electric-pair--balance-info): Fix typo in comment.
1114 (electric-pair--in-unterminated-string-p): Delete.
1115 (electric-pair--unbalanced-strings-p): New function.
1116 (electric-pair-string-bound-function): New var.
1117 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1118 according to `electric-pair--in-unterminated-string-p'.
1119
1120 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
1123 Move declaration before first use.
1124 (reftex-move-to-next-arg): Silence compiler warning.
1125
1126 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
1127
1128 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
1129 Use `window-total-width' instead of `window-width'.
1130
1131 2014-04-03 Daniel Colascione <dancol@dancol.org>
1132
1133 * subr.el (set-transient-map): Remove rms's workaround entirely;
1134 use new `suspicious-object' subr to mark our lambda for closer
1135 scrutiny during gc.
1136
1137 2014-04-02 Richard Stallman <rms@gnu.org>
1138
1139 * subr.el (set-transient-map): Comment out previous change.
1140
1141 2014-04-02 Glenn Morris <rgm@gnu.org>
1142
1143 * menu-bar.el (menu-bar-file-menu):
1144 * vc/ediff.el (ediff-current-file):
1145 Update for revert-buffer-function no longer being nil by default.
1146
1147 * simple.el (command-execute): Respect nil disabled-command-function.
1148
1149 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1150
1151 * simple.el (command-execute): Do not execute the command when it
1152 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
1153
1154 2014-04-02 Juri Linkov <juri@jurta.org>
1155
1156 * dired-aux.el (dired-compress-file): Don't use string-match-p
1157 because its match data is used afterwards.
1158
1159 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1160
1161 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1162 0 like nil.
1163
1164 2014-04-02 João Távora <joaotavora@gmail.com>
1165
1166 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1167 Inhibit quote pairing if point-max is inside an unterminated string.
1168 (electric-pair--looking-at-unterminated-string-p):
1169 Delete.
1170 (electric-pair--in-unterminated-string-p): New function.
1171
1172 2014-04-01 Daniel Colascione <dancol@dancol.org>
1173
1174 * minibuffer.el (minibuffer-complete): Prevent assertion failure
1175 when trying to complete the prompt.
1176
1177 2014-03-31 Leo Liu <sdl.web@gmail.com>
1178
1179 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1180 Refactor out eldoc-documentation-function-default.
1181 (eldoc-documentation-function-default): New function.
1182 (eldoc-documentation-function): Change value.
1183
1184 2014-03-31 Glenn Morris <rgm@gnu.org>
1185
1186 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
1187
1188 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
1189 (vhdl-compose-components-package, vhdl-compose-configuration):
1190 Abbreviate default-directory (missing from some previous upstream sync).
1191
1192 2014-03-31 Reto Zimmermann <reto@gnu.org>
1193
1194 Sync with upstream vhdl mode v3.35.2.
1195 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
1196 (top-level): No longer require assoc.
1197 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
1198 New functions. Use throughout to replace aget etc.
1199 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
1200 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
1201 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
1202 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
1203 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
1204 except `vhdl-compiler'.
1205 (vhdl-error-regexp-add-emacs): Remove all other compilers,
1206 when appropriate.
1207
1208 2014-03-31 Glenn Morris <rgm@gnu.org>
1209
1210 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
1211 Revert 2014-03-26 merge goof; go back to using defalias.
1212
1213 2014-03-30 Daniel Colascione <dancol@dancol.org>
1214
1215 * comint.el (comint-send-input):
1216 Deactivate completion-in-region-mode before we send comint input.
1217 (Bug#17139).
1218
1219 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
1220 on keyboard-quit.
1221
1222 2014-03-29 Glenn Morris <rgm@gnu.org>
1223
1224 * textmodes/reftex.el: Manage most autoloads automatically.
1225 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
1226 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
1227 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
1228 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
1229 * textmodes/reftex-toc.el: Set generated-autoload-file,
1230 and add autoload cookies for reftex.el.
1231 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
1232
1233 2014-03-28 Glenn Morris <rgm@gnu.org>
1234
1235 * cus-start.el (report-emacs-bug-address): Set custom properties.
1236 * mail/emacsbug.el (report-emacs-bug-address):
1237 Variable is now defined in emacs.c.
1238
1239 * mail/emacsbug.el (report-emacs-bug):
1240 Include system-configuration-features.
1241
1242 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
1243
1244 * simple.el (cycle-spacing): Never delete spaces on first run by
1245 default, but do so in a new 'fast mode and if there are already
1246 N spaces (the previous behavior).
1247 Compare N with its value in previous invocation so that changing
1248 prefix argument restarts `cycle-spacing' sequence.
1249 The idea is that with this change, binding M-SPC to
1250 `cycle-spacing' should not introduce any changes in behavior of
1251 the binding so long as users do not type M-SPC twice in a raw with
1252 the same prefix argument or lack thereof.
1253
1254 2014-03-28 Glenn Morris <rgm@gnu.org>
1255
1256 * faces.el (term-file-aliases): New variable.
1257 (tty-run-terminal-initialization): Respect term-file-aliases.
1258 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
1259 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
1260 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
1261
1262 2014-03-27 Glenn Morris <rgm@gnu.org>
1263
1264 * startup.el (inhibit-startup-hooks): Doc tweak.
1265 (normal-top-level): Simplify running of hooks.
1266 For window-setup-hook, respect inhibit-startup-hooks.
1267 (command-line-1): Don't set window-setup-hook to nil.
1268
1269 Allow selective autoloading from obsolete/ directory.
1270 * Makefile.in (obsolete-autoloads): New rule.
1271 (autoloads): Run obsolete-autoloads.
1272 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
1273 * simple.el (iswitchb-mode): Remove hand-written autoloads.
1274
1275 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
1276
1277 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1278 Highlight special globals with font-lock-builtin-face. (Bug#17057)
1279
1280 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1281 Don't propertize `?' or `!' as symbol constituent when after
1282 colon. (Bug#17097)
1283
1284 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
1285
1286 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1287 which is no longer needed and causes trouble in GTK builds (bug#17046).
1288
1289 * emacs-lisp/package-x.el (package--archive-contents-from-url):
1290 Use url-insert-file-contents; package-handle-response no longer exists.
1291
1292 2014-03-26 Daniel Colascione <dancol@dancol.org>
1293
1294 * simple.el (process-menu-mode-map): New variable.
1295 (process-menu-delete-process): New command.
1296
1297 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1298
1299 * emacs-lisp/package.el: Fix bug#16733 (again).
1300 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1301 (url-http-target-url): Remove unused declarations.
1302 (package-handle-response): Remove.
1303 (package--with-work-buffer): Use url-insert-file-contents and simplify.
1304 (package--download-one-archive): Use current-buffer instead of
1305 dynamic binding of `buffer'.
1306 (describe-package-1): Do not decode readme-string.
1307
1308 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
1309
1310 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1311
1312 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1313 from 2014-03-07, it decreases performance unnecessarily. Let-bind
1314 `remote-file-name-inhibit-cache' to nil in the second pass.
1315 (tramp-find-executable): Do not call "which" on SunOS.
1316 (tramp-send-command-and-check): Fix docstring.
1317 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1318 check whether source directory has set the sticky bit.
1319
1320 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
1321
1322 * simple.el (primitive-undo): Only process marker adjustments
1323 validated against their corresponding (TEXT . POS). Issue warning
1324 for lone marker adjustments in undo history. (Bug#16818)
1325 (undo-make-selective-list): Add marker adjustments to selective
1326 undo list based on whether their corresponding (TEXT . POS) is in
1327 the region. Remove variable adjusted-markers, which was unused
1328 and only non nil during undo-make-selective-list.
1329 (undo-elt-in-region): Return nil when passed a marker adjustment
1330 and explain in function doc.
1331
1332 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1333
1334 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1335
1336 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
1337
1338 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1339 Match special global variables without curlies, too.
1340 (ruby-font-lock-keywords): Simplify the matcher for special global
1341 variables. Don't require a non-word character after the variable.
1342 (Bug#17057)
1343
1344 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * simple.el (redisplay-highlight-region-function): Increase priority of
1347 overlay to make sure boundaries are visible (bug#15899).
1348
1349 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1350
1351 * frameset.el (frameset--initial-params): Fix typo in parameter name.
1352 (frameset-restore): Compare display strings with equal.
1353
1354 * frame.el (make-frame): Don't quote display name in error message,
1355 it is already a string.
1356
1357 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1358
1359 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1360 the password.
1361
1362 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
1363
1364 * emacs-lisp/package.el (package--add-to-archive-contents):
1365 Include already installed and built-in packages in
1366 `package-archive-contents'.
1367 (package-install): Don't include already installed packages in the
1368 options during interactive invocation. (Bug#16762)
1369 (package-show-package-list): If the buffer is already displayed in
1370 another window, switch to that window.
1371
1372 2014-03-26 Reto Zimmermann <reto@gnu.org>
1373
1374 Sync with upstream vhdl mode v3.35.1.
1375 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
1376 (vhdl-compiler-alist): Doc fix.
1377 (vhdl-goto-line): Remove.
1378 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
1379 (vhdl-mode) <paragraph-start>: Fix value.
1380 (vhdl-fix-statement-region): Not `for' in wait-statement.
1381 (vhdl-beautify-region): Also (un)tabify.
1382 (vhdl-get-visible-signals):
1383 Scan declarative part of generate statements.
1384 (vhdl-template-record): Fix indentation for record type declaration.
1385 (vhdl-expand-abbrev, vhdl-expand-paren):
1386 Revert to using fset again rather than defalias.
1387 (vhdl-scan-directory-contents): Tweak.
1388 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
1389 (vhdl-compose-components-package):
1390 Replace vhdl-goto-line with forward-line.
1391 (top-level): Tweak speedbar frame selection.
1392 (vhdl-generate-makefile-1): Support for compilers with no
1393 unit-to-file name mapping (create directory with dummy files).
1394
1395 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
1396
1397 Sync with upstream verilog-mode revision 702457d.
1398 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1399 (create-lockfiles): Declare.
1400 (verilog-read-decls): Fix module header imports, bug709.
1401 Reported by Victor Lau.
1402 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
1403 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
1404 interface-only modules, bug721. Reported by Dean Hoyt.
1405
1406 2014-03-26 Glenn Morris <rgm@gnu.org>
1407
1408 * obsolete/gulp.el: Move here from emacs-lisp/.
1409
1410 * files.el (lock-buffer, unlock-buffer, file-locked-p):
1411 Remove fallback aliases, since they are always defined now.
1412
1413 2014-03-24 Daniel Colascione <dancol@dancol.org>
1414
1415 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1416 instead of cl-loop search function.
1417
1418 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
1419
1420 * calendar/parse-time.el (parse-time-iso8601-regexp)
1421 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1422 it more generally.
1423
1424 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
1425
1426 * net/dns.el (network-interface-list): Define for XEmacs.
1427
1428 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
1429
1430 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
1431 the network interfaces changed.
1432 (dns-query): Use it to flush the data.
1433
1434 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
1435
1436 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
1437
1438 2014-03-23 Daniel Colascione <dancol@dancol.org>
1439
1440 Change subword-mode to use `find-word-boundary-function-table' and
1441 replace `capitalized-words-mode'. Also, convert to lexical
1442 binding.
1443
1444 * progmodes/cap-words.el: Delete now-obsolete file.
1445 * progmodes/subword.el: Reimplement using
1446 `find-word-boundary-function-table'.
1447 (subword-mode-map): Hollow out.
1448 (capitalized-words-mode): Define as obsolete alias for
1449 `subword-mode'.
1450 (subword-mode, superword-mode): Tweak documentation to reflect new
1451 implementation; call `subword-setup-buffer'.
1452 (subword-forward, subword-capitalize): Add underscore to indicate
1453 unused variable.
1454 (subword-find-word-boundary-function-table): New constant.
1455 (subword-empty-char-table): New constant.
1456 (subword-setup-buffer): New function.
1457 (subword-find-word-boundary): New function.
1458
1459 2014-03-23 Daniel Colascione <dancol@dancol.org>
1460
1461 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1462 list to look for keyword arguments instead of `memq', fixing
1463 (Bug#3647) --- unfortunately, only for freshly-compiled code.
1464 Please make bootstrap.
1465
1466 2014-03-22 Glenn Morris <rgm@gnu.org>
1467
1468 * dired.el (dired-read-regexp): Make obsolete.
1469 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
1470 (dired-flag-files-regexp):
1471 * dired-aux.el (dired-mark-read-regexp):
1472 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
1473
1474 * startup.el (fancy-startup-text):
1475 * help.el (describe-gnu-project): Visit online info about GNU project.
1476
1477 * help-fns.el (help-fns--interactive-only): New function.
1478 (help-fns-describe-function-functions): Add the above function.
1479 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
1480 (next-line, previous-line): Remove hand-written interactive-only
1481 information from doc strings, it is auto-generated now.
1482 * bookmark.el (bookmark-write):
1483 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
1484 (epa-mail-import-keys): Mark interactive-only,
1485 and remove hand-written interactive-only information from doc strings.
1486 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
1487 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
1488 * files.el (not-modified):
1489 * simple.el (mark-whole-buffer): Mark interactive-only.
1490
1491 * emacs-lisp/byte-run.el (defun-declarations-alist):
1492 Add interactive-only. Doc tweak.
1493 (macro-declarations-alist): Doc tweak.
1494 * subr.el (declare): Doc tweak (add xref to manual).
1495 * comint.el (comint-run):
1496 * files.el (insert-file-literally, insert-file):
1497 * replace.el (replace-string, replace-regexp):
1498 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1499 (delete-forward-char, goto-line, insert-buffer, next-line)
1500 (previous-line): Set interactive-only via declare.
1501
1502 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1503
1504 * emacs-lisp/package.el (package-desc): Use the contents of the
1505 quoted form, not its cdr. (Bug#16873)
1506
1507 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1508
1509 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1510 benefit of doc.c; change parameter profile to match the X function.
1511
1512 2014-03-22 Leo Liu <sdl.web@gmail.com>
1513
1514 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
1515 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
1516
1517 2014-03-21 Richard Stallman <rms@gnu.org>
1518
1519 * battery.el (battery-linux-sysfs): Search for each field
1520 from the beginning of the buffer.
1521
1522 * subr.el (set-transient-map): Clear out function and value
1523 of the temporary symbol when we're done with it.
1524
1525 * mail/rmailsum.el (rmail-summary-delete-forward):
1526 Optimize case of reaching end and handling count.
1527 (rmail-summary-mark-deleted): Optimize when N is current msg.
1528 Don't create new summary line.
1529 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
1530 (rmail-summary-undelete-many): Rewrite for speed.
1531 (rmail-summary-msg-number): New function.
1532
1533 * mail/rmail.el (rmail-delete-message): Update summary.
1534 (rmail-undelete-previous-message): Handle repeat count arg.
1535 (rmail-delete-backward, rmail-delete-forward): Likewise.
1536
1537 2014-03-21 Daniel Colascione <dancol@dancol.org>
1538
1539 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1540 information in bug reports.
1541
1542 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1543
1544 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1545 and `tramp-copy-env'.
1546
1547 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1548 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1549
1550 2014-03-21 Glenn Morris <rgm@gnu.org>
1551
1552 * electric.el (electric-indent-post-self-insert-function): Add doc.
1553
1554 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1555
1556 * emacs-lisp/package.el (package-compute-transaction):
1557 Use `version-list-<=' to compare the requirement version against
1558 the version of package already to be installed. Update the error
1559 message. (Bug#16826)
1560
1561 * progmodes/ruby-mode.el (ruby-smie-rules):
1562 Add indentation rule for ` @ '. (Bug#17050)
1563
1564 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1565
1566 * align.el (align-regexp): Remove superfluous backslash.
1567
1568 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1569 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1570 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1571 Fix docstring typos.
1572 (ffap-next): Use C-u in docstring.
1573 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1574 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1575 Remove superfluous backslashes.
1576 (ffap-string-at-point): Reflow docstring.
1577
1578 * server.el (server-host): Reflow docstring.
1579 (server-unload-function): Fix docstring typo.
1580 (server-eval-at): Remove superfluous backslash.
1581
1582 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1583 (skeleton-insert): Doc fix.
1584 (skeleton-insert): Reflow docstring.
1585
1586 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1587 (tty-color-approximate, tty-color-by-index, tty-color-values)
1588 (tty-color-desc): Remove superfluous backslashes.
1589
1590 2014-03-21 Glenn Morris <rgm@gnu.org>
1591
1592 * cus-start.el (history-length): Bump :version.
1593
1594 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1595 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1596 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1597 Don't set `make-backup-files'.
1598
1599 * info.el (info--prettify-description): New function,
1600 to give info-finder descriptions consistent case, punctuation.
1601 (Info-finder-find-node): Use it. Sort packages.
1602 Refer to "description" rather than "commentary".
1603
1604 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1605
1606 * frameset.el (frameset--print-register): New function.
1607 (frameset-to-register): Use it.
1608
1609 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
1610
1611 * progmodes/hideif.el (hif-string-to-number): New function.
1612 (hif-tokenize): Use it to understand non-decimal floats.
1613
1614 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
1615
1616 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
1617
1618 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1619
1620 * electric.el (electric-newline-and-maybe-indent): New command.
1621 Bind it globally to C-j.
1622 (electric-indent-mode): Don't mess with the global map any more.
1623 Don't drop the post-self-insert-hook is some buffer is still using it
1624 (bug#16770).
1625
1626 * bindings.el (global-map): Remove C-j binding.
1627
1628 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1629 the docstring of functions advised before dumping (bug#16993).
1630
1631 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1632
1633 * ps-print.el (ps-generate-postscript-with-faces):
1634 Explicitly deactivate the mark (bug#16866).
1635 * simple.el (deactivate-mark): Update region highlight.
1636
1637 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1638
1639 * emacs-lisp/package.el (describe-package-1):
1640 Decode commentary (bug#16733).
1641
1642 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1643
1644 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1645 modification of the value argument of :set (bug#16755).
1646
1647 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * simple.el (newline-and-indent): Do autofill (bug#17031).
1650
1651 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1652
1653 * newcomment.el (comment-normalize-vars): Only add escaping check
1654 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1655 (comment-beginning): Use `narrow-to-region' instead of moving back
1656 one character.
1657 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1658 (comment-start-skip): Update the docstring.
1659
1660 2014-03-18 Richard Stallman <rms@gnu.org>
1661
1662 * dired.el (dired-display-file): Force use of other window.
1663
1664 2014-03-18 Daniel Colascione <dancol@dancol.org>
1665
1666 * startup.el (tty-handle-args): Remove debug message from 2007.
1667
1668 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1669
1670 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1671 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1672 (advice--make-1, advice-add, advice-remove):
1673 Remove braindead :advice-pending hack.
1674
1675 2014-03-17 Glenn Morris <rgm@gnu.org>
1676
1677 * calendar/calendar.el (calendar-generate-month): Apply weekend
1678 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1679
1680 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1681
1682 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1683 (tramp-call-process): Trace also DESTINATION.
1684
1685 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1686 Quote file names when they are local. Remove superfluous trace.
1687
1688 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1689
1690 * newcomment.el (comment-beginning): If `comment-start-skip'
1691 doesn't match, move back one char and try again. (Bug#16971)
1692
1693 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1694 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1695 Set `comment-start-skip' to a simpler value that doesn't try to
1696 check if the semicolon is escaped (this is handled by
1697 `syntax-ppss' now). (Bug#16971)
1698
1699 * progmodes/scheme.el (scheme-mode-variables): Same.
1700
1701 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1702
1703 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1704 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1705 current (Bug#16816, Bug#17007).
1706 (with-current-buffer-window): New macro doing the same as
1707 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1708 * help.el (help-print-return-message): Warn in doc-string to not
1709 use this in `with-help-window'.
1710 (describe-bindings-internal): Call `describe-buffer-bindings'
1711 from within help buffer. See Juanma's scenario in (Bug#16816).
1712 (with-help-window): Update doc-string.
1713 * dired.el (dired-mark-pop-up):
1714 * files.el (save-buffers-kill-emacs):
1715 * register.el (register-preview): Use `with-current-buffer-window'
1716 instead of `with-temp-buffer-window'.
1717
1718 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1719
1720 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1721 Implement inserting into current buffer, documented in their docstrings.
1722 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1723 (rst-section-tree-point, rst-forward-section, rst-indent)
1724 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1725 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1726 (rst-font-lock-handle-adornment-pre-match-form)
1727 (rst-repeat-last-character): Reflow docstrings.
1728 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1729 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1730 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1731 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1732 Fix docstring typos.
1733 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1734 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1735 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1736
1737 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1738
1739 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1740 for compatibility with other ports.
1741 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1742 from the -xrm command line argument, but in the Nextstep port its value
1743 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1744
1745 * progmodes/python.el (defconst, python-syntax-count-quotes)
1746 (python-indent-region, python-indent-shift-right)
1747 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1748 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1749 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1750 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1751 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1752 (python-shell-buffer-substring, python-shell-send-buffer)
1753 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1754 (python-completion-complete-at-point, python-fill-docstring-style)
1755 (python-eldoc-function, python-imenu-format-item-label)
1756 (python-imenu-format-parent-item-label)
1757 (python-imenu-format-parent-item-jump-label)
1758 (python-imenu--build-tree, python-imenu-create-index)
1759 (python-imenu-create-flat-index): Fix docstring typos.
1760 (python-indent-context, python-shell-prompt-regexp, run-python):
1761 Remove superfluous backslashes.
1762 (python-indent-line, python-nav-beginning-of-defun)
1763 (python-shell-get-buffer, python-shell-get-process)
1764 (python-info-current-defun, python-info-current-line-comment-p)
1765 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1766 (python-indent-post-self-insert-function, python-shell-send-file)
1767 (python-shell-completion-get-completions)
1768 (python-shell-completion-complete-or-indent)
1769 (python-eldoc--get-doc-at-point): Reflow docstrings.
1770
1771 2014-03-14 Glenn Morris <rgm@gnu.org>
1772
1773 * emacs-lisp/package.el (package-menu-mode-map):
1774 Replace use of obsolete function alias. Tweak menu item text.
1775
1776 * info.el (Info-finder-find-node):
1777 Ignore the `emacs' metapackage. (Bug#10813)
1778
1779 * finder.el (finder-list-matches): Include unversioned packages
1780 in the result of a keyword search.
1781
1782 * finder.el (finder--builtins-descriptions): New constant.
1783 (finder-compile-keywords): Use finder--builtins-descriptions.
1784
1785 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1786
1787 * simple.el (blink-matching-paren): Describe the new value,
1788 `jump', enabling the old behavior.
1789 (blink-matching-open): Use that value. (Bug#17008)
1790
1791 2014-03-14 Glenn Morris <rgm@gnu.org>
1792
1793 * finder.el (finder-no-scan-regexp): Add leim-list.
1794 (finder-compile-keywords):
1795 Don't skip files with same basename. (Bug#14010)
1796 * Makefile.in (setwins_finder): New, excluding leim.
1797 (finder-data): Use setwins_finder.
1798
1799 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1800 (help-function-arglist, help-make-usage): Move from here...
1801 * help.el (help-split-fundoc, help-add-fundoc-usage)
1802 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1803 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1804
1805 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
1806
1807 * net/socks.el (socks, socks-override-functions)
1808 (socks-find-services-entry):
1809 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1810 (hif-find-ifdef-block):
1811 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1812
1813 * net/tls.el (tls-program): Reflow docstring.
1814
1815 * progmodes/pascal.el (pascal-mode-abbrev-table)
1816 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1817 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1818 (pascal-outline-mode): Fix docstring typos.
1819 (pascal-mode): Let define-derived-mode document mode hook.
1820 (pascal-uncomment-area): Reflow.
1821 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1822
1823 * progmodes/opascal.el (opascal-compound-block-indent)
1824 (opascal-case-label-indent): Fix docstring typos.
1825 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1826
1827 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1828
1829 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1830 Fontify multiple adjacent negation chars. (Bug#17004)
1831
1832 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1833
1834 * emacs-lisp/package.el (package--prepare-dependencies):
1835 Accept requirements without explicit version (bug#14941).
1836
1837 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1838
1839 * register.el (register-separator, copy-to-register): Doc fixes.
1840 (register-preview-default): Remove unnecessary call to concat.
1841
1842 * frameset.el (frameset-restore): When checking for a visible frame,
1843 use the action map instead of calling visible-frame-list.
1844
1845 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1846
1847 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1848
1849 2014-03-12 Martin Rudalics <rudalics@gmx.at>
1850
1851 * window.el (fit-frame-to-buffer): Get maximum width from
1852 display's width instead of height.
1853
1854 2014-03-12 Glenn Morris <rgm@gnu.org>
1855
1856 * desktop.el (desktop-restore-frames)
1857 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1858 (desktop-restore-reuses-frames): Doc tweaks.
1859
1860 * electric.el (electric-indent-mode): Doc fix.
1861
1862 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1865 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1866 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1867 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1868 (cvs-dired-use-hook): Fix docstring typos.
1869 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1870 Doc fixes.
1871
1872 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1873 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1874 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1875 (cvs-execute-single-dir): Fix docstring typos.
1876
1877 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1878 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1879
1880 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1881
1882 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1883 Fix docstring typos.
1884
1885 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1886
1887 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1888 called from jump-to-register after unloading the frameset package.
1889
1890 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1893 (bug#16975). Deactivate the mark before setting it to nil.
1894 (activate-mark): Do nothing if region is already active.
1895
1896 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1897
1898 * frameset.el (frameset--target-display): Remove definition; declare.
1899 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1900
1901 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1904 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1905 when the advice is pending.
1906 (advice-remove): Remove this marker when not needed any more.
1907
1908 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * frameset.el: Separate options for reusing frames and cleaning up.
1911 (frameset--reuse-list): Remove definition; declare.
1912 (frameset--action-map): Declare.
1913 (frameset--find-frame-if): Doc fix.
1914 (frameset--restore-frame): Cache frame action.
1915 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1916 how to clean up the frame list after restoring. Remove cleaning
1917 options from REUSE-FRAMES. Change all keyword values to symbols.
1918 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1919
1920 * desktop.el (desktop-restore-forces-onscreen)
1921 (desktop-restore-reuses-frames): Use non-keyword values.
1922 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1923
1924 2014-03-10 Glenn Morris <rgm@gnu.org>
1925
1926 * files.el (find-file): Doc fix: update info node name.
1927
1928 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1929 Doc fix: remove references to deleted info nodes.
1930
1931 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1932
1933 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1934 Do not add `nil' to the environment, when there's no remote `locale'.
1935 (tramp-find-inline-encoding): Check, that the remote host has
1936 installed perl, before sending scripts.
1937
1938 2014-03-10 Leo Liu <sdl.web@gmail.com>
1939
1940 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1941 Clear eldoc-last-message. (Bug#16920)
1942
1943 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1946 (bug#14430).
1947
1948 2014-03-09 Juri Linkov <juri@jurta.org>
1949
1950 * ansi-color.el (ansi-color-names-vector): Copy default colors
1951 from `xterm-standard-colors' that look well on the default white
1952 background (and also on the black background) to avoid illegible
1953 color combinations like yellow-on-white and white-on-white.
1954 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1955
1956 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1957
1958 * frameset.el (frameset-restore): When no frame is visible, do not
1959 generate a list of frames, just make visible the selected one.
1960
1961 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1962
1963 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1964 it only contains the repository root. (Bug#16897)
1965
1966 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1967
1968 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1969 only when `remote-file-name-inhibit-cache' is nil.
1970 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1971
1972 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1973
1974 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1975 Fix doc-strings.
1976 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1977 fit-frame-to-buffer variable. Fix doc-string.
1978 (fit-window-to-buffer): Set ONLY argument in call of
1979 fit-frame-to-buffer. Fix doc-string.
1980
1981 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1982
1983 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1984 (tramp-action-password): Clear password cache if needed.
1985 (tramp-read-passwd): Do not clear password cache.
1986
1987 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1988 cache unless it is the first password request.
1989
1990 2014-03-06 Glenn Morris <rgm@gnu.org>
1991
1992 * simple.el (newline): Doc tweak.
1993
1994 * emacs-lisp/shadow.el (load-path-shadows-find):
1995 Ignore dir-locals. (Bug#12357)
1996
1997 2014-03-05 Glenn Morris <rgm@gnu.org>
1998
1999 * files.el (interpreter-mode-alist):
2000 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2001
2002 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2003
2004 * frameset.el (frameset--initial-params): Filter out null entries.
2005
2006 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2007
2008 * window.el (window-min-height, window-min-width):
2009 Rewrite doc-strings.
2010 (window-body-size): Add PIXELWISE argument to make it consistent
2011 with its callees.
2012
2013 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2014
2015 * finder.el (finder-mode-map, finder-mode-syntax-table):
2016 Revert part of 2014-02-28 change.
2017
2018 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2019
2020 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2021 (eww-setup-buffer): Clear next/prev/etc more reliably.
2022 (eww-textarea-map): [tab] doesn't work on tty.
2023 Reported by Mario Lang.
2024
2025 * net/shr.el (shr-map): Ditto.
2026
2027 2014-03-04 Glenn Morris <rgm@gnu.org>
2028
2029 * minibuffer.el (completion-hilit-commonality):
2030 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2031
2032 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2033
2034 * hilit-chg.el (hilit-chg-unload-function): New function.
2035 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2036 (hilit-chg-map-changes): Prefer cardinal number to digit.
2037 (hilit-chg-display-changes): Reflow docstring.
2038 (highlight-changes-rotate-faces): Remove superfluous backslash.
2039
2040 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2041
2042 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2043 `tramp-send-command-and-check'.
2044
2045 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2046
2047 * hexl.el (hexl-address-region, hexl-ascii-region)
2048 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2049 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2050 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2051 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2052 (hexl-mode): Doc fix.
2053 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2054 (hexl-mode-ruler): Fix typos in docstrings.
2055
2056 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2057 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2058 Remove superfluous backslashes.
2059 (strokes-last-stroke, strokes-global-map, strokes-mode):
2060 Reflow docstrings.
2061 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2062 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2063 (strokes-distance-squared, strokes-global-set-stroke)
2064 (strokes-global-set-stroke-string): Doc fixes.
2065 (strokes-help): Fix typos; reflow docstring.
2066
2067 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2068
2069 * window.el (window-in-direction): Fix doc-string.
2070
2071 2014-03-04 Glenn Morris <rgm@gnu.org>
2072
2073 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2074 Explicit error if no grammar.
2075 (smie-config-save): Doc fix. Fix quote typo.
2076
2077 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2080 electric-indent-mode-hook if we obey electric-indent-mode.
2081 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2082 decide whether we obey electric-indent-mode.
2083 (c-change-set-fl-decl-start, c-extend-after-change-region):
2084 Silence warnings.
2085 (c-electric-indent-mode-hook): Assume we do want to obey
2086 electric-indent-mode.
2087
2088 * electric.el (electric-indent-mode-has-been-called): Remove.
2089 (electric-indent-mode): Fix accordingly.
2090
2091 * files.el (hack-local-variables): Mention file name in warning.
2092
2093 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2094
2095 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2096
2097 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2098 * simple.el (delete-forward-char): Mark as interactive-only.
2099
2100 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2101
2102 * icomplete.el (icomplete-completions):
2103 Follow-up to 2014-03-01 change.
2104
2105 * icomplete.el: Miscellaneous doc fixes.
2106 Use Icomplete everywhere instead of icomplete for consistency.
2107 (icomplete-max-delay-chars): Fix typo.
2108 (icomplete-mode): Use \[].
2109 (icomplete-tidy, icomplete-exhibit): Reflow.
2110 (icomplete-minibuffer-setup-hook, icomplete-completions):
2111 Remove superfluous backlashes.
2112
2113 * ido.el: Miscellaneous doc fixes.
2114 Use Ido everywhere instead of ido or `ido' for consistency.
2115 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2116 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2117 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2118 (ido-separator): Extract obsolescence info from docstring and declare
2119 with make-obsolete-variable.
2120 (ido-minibuffer-setup-hook): Simplify example.
2121 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2122 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2123 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2124 (ido-everywhere): Reflow docstring.
2125 (ido-toggle-vc): Doc fix.
2126 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2127 of long list of keybindings.
2128
2129 2014-03-03 Glenn Morris <rgm@gnu.org>
2130
2131 * frame.el (display-pixel-height, display-pixel-width)
2132 (display-mm-dimensions-alist, display-mm-height)
2133 (display-mm-width): Doc tweaks.
2134
2135 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2136
2137 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2138 case of undo in region.
2139
2140 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2141
2142 * window.el (fit-window-to-buffer): Fix argument in window-size
2143 call when window is horizontally combined.
2144
2145 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2146
2147 * icomplete.el (icomplete-completions): Use string-width.
2148 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2149
2150 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2151
2152 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2153 Highlight regexp options. (Bug#16914)
2154
2155 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2156
2157 * window.el (window--max-delta-1): Round down when calculating
2158 how many lines/columns we can get from a window.
2159
2160 2014-03-01 Glenn Morris <rgm@gnu.org>
2161
2162 * isearch.el (search-invisible): Doc fix.
2163
2164 * minibuffer.el (completion-hilit-commonality):
2165 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2166 * comint.el (comint-dynamic-list-completions): Doc fix.
2167 * comint.el (comint-dynamic-list-completions):
2168 * filecache.el (file-cache-minibuffer-complete):
2169 * tempo.el (tempo-display-completions):
2170 * eshell/em-hist.el (eshell-list-history):
2171 Replace use of obsolete argument of display-completion-list.
2172
2173 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2174
2175 * icomplete.el (icomplete-completions):
2176 Revert back to using "..." when ?… cannot be displayed.
2177
2178 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2179
2180 * finder.el (finder-unload-function): New function.
2181
2182 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * dframe.el (dframe-detach):
2185 * find-dired.el (find-dired, find-name-dired):
2186 * finder.el (finder-mode-map, finder-mode-syntax-table)
2187 (finder-headmark, finder-select, finder-mouse-select):
2188 Fix docstring typos.
2189
2190 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2191
2192 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2193 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2194 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2195 Fix doc-string based on a suggestion by Nicolas Richard
2196 <theonewiththeevillook@yahoo.fr>.
2197 * help.el (with-help-window): Fix doc-string.
2198
2199 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2200
2201 * net/shr.el (shr-image-animate): New option.
2202 (shr-put-image): Respect shr-image-animate.
2203
2204 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
2205
2206 * net/tramp-adb.el (tramp-adb-parse-device-names):
2207 Use `accept-process-output'.
2208 (tramp-adb-handle-file-truename): Cache the localname only.
2209 (tramp-adb-handle-make-directory)
2210 (tramp-adb-handle-delete-directory): Flush file properties correctly.
2211 (tramp-adb-handle-set-file-modes): Do not raise an error when file
2212 modes cannot be changed.
2213
2214 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2215 file properties of symlinks.
2216
2217 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2218
2219 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2220 required/optional fields to match development biblatex. (Bug#16781)
2221
2222 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2223
2224 * saveplace.el (toggle-save-place):
2225 Fix argument handling. (Bug#16673)
2226
2227 2014-02-28 Glenn Morris <rgm@gnu.org>
2228
2229 * minibuffer.el (completions-first-difference)
2230 (completions-common-part, completion-hilit-commonality): Doc fixes.
2231
2232 2014-02-28 Karl Berry <karl@gnu.org>
2233
2234 * info.el (Info-mode-map): Add H for describe-mode,
2235 to synchronize with standalone Info.
2236
2237 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
2238
2239 * progmodes/sql.el (sql-interactive-mode):
2240 Avoid setting global comint-input-ring-separator. (Bug#16814)
2241
2242 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2243
2244 * net/dbus.el (dbus--init-bus): Declare function.
2245 (dbus-path-local, dbus-interface-local): New defconst.
2246 (dbus-init-bus): Use them.
2247 (dbus-return-values-table): Extend doc.
2248 (dbus-handle-bus-disconnect): Extend error message.
2249
2250 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
2251
2252 * subr.el (y-or-n-p): Fix double space issue in message.
2253
2254 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2255
2256 * net/tramp.el (tramp-call-process): Improve trace message.
2257 (tramp-handle-insert-file-contents): Trace error case.
2258
2259 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2260 <insert-directory>: Use `tramp-handle-insert-directory'.
2261 (tramp-adb-handle-insert-directory): Remove function.
2262 (tramp-adb-send-command-and-check): New defun, replacing
2263 `tramp-adb-command-exit-status'. Change all callees.
2264 (tramp-adb-handle-file-attributes)
2265 (tramp-adb-handle-directory-files-and-attributes): Use it.
2266 (tramp-adb-ls-output-name-less-p):
2267 Use `directory-listing-before-filename-regexp'.
2268 (tramp-adb-handle-delete-directory): Flush also file properties of
2269 the truename of directory.
2270 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2271 (tramp-adb-handle-file-local-copy): Make the local copy readable.
2272 (tramp-adb-handle-write-region): Implement APPEND.
2273 (tramp-adb-handle-rename-file): Make it more robust. Flush file
2274 properties correctly.
2275 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2276 variables. Check for connected devices only when needed.
2277
2278 2014-02-27 Glenn Morris <rgm@gnu.org>
2279
2280 * minibuffer.el (completion-table-dynamic)
2281 (completion-table-with-cache): Doc fixes.
2282
2283 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2284 (completing-read-multiple): Doc fixes.
2285
2286 2014-02-27 Daniel Colascione <dancol@dancol.org>
2287
2288 * minibuffer.el (completion--nth-completion): Fix indentation.
2289
2290 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2291 explicit tramp path is empty.
2292
2293 2014-02-27 Glenn Morris <rgm@gnu.org>
2294
2295 * emacs-lisp/crm.el (completing-read-multiple):
2296 Empower help-enable-auto-load.
2297
2298 2014-02-26 Glenn Morris <rgm@gnu.org>
2299
2300 * startup.el (command-line): Don't init the tty in daemon mode.
2301
2302 Avoid calling tty-setup-hook twice, eg if a term file
2303 explicitly calls tty-run-terminal-initialization. (Bug#16859)
2304 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2305 (tty-create-frame-with-faces): Use it.
2306 * startup.el (command-line): Pass run-hook argument
2307 to tty-run-terminal-initialization.
2308
2309 * dired.el (dired-restore-desktop-buffer): Demote errors;
2310 eg in case a glob match fails. (Bug#16884)
2311
2312 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
2313
2314 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2315 error from `read-from-string'. (Bug#16850)
2316
2317 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2318 result of `completing-read' in the interactive form. (Bug#16854)
2319
2320 2014-02-25 Glenn Morris <rgm@gnu.org>
2321
2322 * image.el (image-animate, image-animate-timeout):
2323 Stop animating images in dead buffers. (Bug#16878)
2324
2325 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
2326
2327 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2328 Doc fixes.
2329 * startup.el (term-setup-hook): Doc fix. Make obsolete.
2330 * term/sun.el (sun-raw-prefix-hooks):
2331 Use tty-setup-hook instead of term-setup-hook.
2332 (terminal-init-sun): Construct message from bytecomp plist.
2333 * term/wyse50.el (enable-arrow-keys): Doc fix.
2334
2335 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2336
2337 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2338 Fix docstring typos.
2339
2340 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
2341
2342 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2343
2344 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2345
2346 * minibuffer.el (completion--try-word-completion):
2347 Fix error when completing M-x commands (bug#16808).
2348
2349 2014-02-24 Leo Liu <sdl.web@gmail.com>
2350
2351 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2352
2353 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2354
2355 * apropos.el (apropos-print): Avoid formatting error when
2356 apropos-do-all and apropos-compact-layout are both t.
2357
2358 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2359
2360 * apropos.el (apropos-property, apropos-all-words-regexp)
2361 (apropos-true-hit, apropos-variable, apropos-print):
2362 Fix docstring typos, and remove obsolete comment.
2363
2364 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
2365
2366 * net/tramp-sh.el (tramp-sh-handle-file-truename):
2367 Preserve trailing "/". (Bug#16851)
2368
2369 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
2370
2371 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2372 after `=>' (bug#16811).
2373 (ruby-smie-rules): Handle the inconsistent second element of the
2374 list returned by `smie-indent--parent'.
2375 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2376 method call.
2377
2378 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2379
2380 * elec-pair.el (electric-pair-text-syntax-table)
2381 (electric-pair-syntax-info, electric-pair--syntax-ppss)
2382 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2383 (electric-pair--looking-at-unterminated-string-p): Doc fix.
2384 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
2385
2386 2014-02-22 Glenn Morris <rgm@gnu.org>
2387
2388 * imenu.el (imenu--generic-function): Doc fix.
2389
2390 * register.el (frame-configuration-to-register): Make obsolete.
2391
2392 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
2393
2394 * desktop.el (desktop-save-buffer-p): Do not fail when
2395 desktop-files-not-to-save is nil. Return t for true result
2396 as the doc says.
2397
2398 2014-02-22 Daniel Colascione <dancol@dancol.org>
2399
2400 * net/secrets.el (secrets-create-item, secrets-search-items):
2401 Check that attribute values are strings, avoiding the construction
2402 of invalid dbus messages.
2403
2404 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2405
2406 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2407 defun-declarations-alist.
2408
2409 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2412 (bug#16829).
2413
2414 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2415
2416 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2417 (whitespace-newline, whitespace-trailing, whitespace-line)
2418 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2419 (whitespace-space-after-tab): Fix typo in docstrings.
2420
2421 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
2422
2423 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2424
2425 * electric.el (electric-indent-functions-without-reindent):
2426 Add `yaml-indent-line'.
2427
2428 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2429
2430 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2431 It has done nothing for years; should be removed after the release.
2432
2433 * simple.el (choose-completion): Fix docstring typo.
2434 (read-quoted-char-radix): Remove unneeded * in docstring.
2435 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2436 Don't escape parentheses unnecessarily in docstrings.
2437
2438 2014-02-21 Martin Rudalics <rudalics@gmx.at>
2439
2440 Fix handling of window-min-height/-width (Bug#16738).
2441 * window.el (window--dump-window, window--dump-frame):
2442 New functions.
2443 (window--min-size-1): Account for window dividers.
2444 When window-resize-pixelwise is nil, delay rounding till after the
2445 sum of the window components has been calculated.
2446 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2447 nil make sure at least one text line and two text columns remain
2448 fully visible.
2449 (window-resize): Signal an error when window-resize-apply fails.
2450 (window--resize-child-windows): Fix calculation of by how many
2451 pixels a window can still be shrunk via window-new-normal.
2452 (adjust-window-trailing-edge): Call window--resizable with
2453 correct TRAIL argument.
2454
2455 (with-temp-buffer-window): Don't evaluate BODY within
2456 with-current-buffer (Bug#16816).
2457
2458 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
2459
2460 * net/tramp.el (tramp-check-cached-permissions):
2461 Call `file-attributes' with `suffix' being a symbol but a string.
2462
2463 2014-02-21 Daniel Colascione <dancol@dancol.org>
2464
2465 * net/dbus.el (dbus-init-bus-1): Declare new subr.
2466 (dbus-init-bus): New function: call into dbus-init-bus-1
2467 and installs a handler for the disconnect signal.
2468 (dbus-call-method): Rewrite to look for result in cons.
2469 (dbus-call-method-handler): Store result in cons.
2470 (dbus-check-event): Recognize events with nil sender as valid.
2471 (dbus-handle-bus-disconnect): New function. React to bus
2472 disconnection signal by synthesizing dbus error for each
2473 pending synchronous or asynchronous call.
2474 (dbus-notice-synchronous-call-errors): New function.
2475 (dbus-handle-event): Raise errors directly only when `dbus-debug'
2476 is true, not all the time.
2477
2478 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2479
2480 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2481 Remove obsolescence declarations, these variables do not exist anymore.
2482
2483 * savehist.el (savehist-save-minibuffer-history)
2484 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2485 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2486 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2487 mostly, refer to "Savehist mode" when talking about the mode,
2488 and not the function.
2489
2490 * saveplace.el (save-place): Remove redundant info in docstring.
2491 (save-place-forget-unreadable-files, toggle-save-place)
2492 (save-place-forget-unreadable-files, save-place-dired-hook):
2493 Fix typos and remove unneeded backslashes.
2494
2495 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2496
2497 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2498 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2499
2500 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2501 <insert-directory>: Use `tramp-handle-insert-directory'.
2502 (tramp-gvfs-handle-insert-directory): Remove function.
2503
2504 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2505 Call `tramp-handle-insert-directory'.
2506
2507 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2508
2509 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2510 before the start of buffer/region (bug#16799).
2511
2512 2014-02-20 Glenn Morris <rgm@gnu.org>
2513
2514 * isearch.el (search-invisible): Doc fix.
2515
2516 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2517
2518 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2519 (bug#16657).
2520
2521 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2522
2523 * frameset.el (frameset-restore): Delay removing an old frame's
2524 duplicate id until the new frame has been correctly created.
2525
2526 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2527
2528 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2529 (tramp-check-cached-permissions): Call `file-attributes' if the
2530 cache is empty.
2531
2532 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2533 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2534
2535 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2536 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2537 (tramp-gvfs-maybe-open-connection): Set always connection
2538 properties, even if target is mounted already.
2539
2540 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2541 Set tramp-autoload cookie.
2542 (tramp-get-remote-touch): New defun.
2543 (tramp-sh-handle-set-file-times): Use it.
2544 (tramp-sh-handle-directory-files-and-attributes):
2545 Use `tramp-handle-directory-files-and-attributes' if neither stat
2546 nor perl are available on the remote host.
2547
2548 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2549 "/". Write long listing only when "l" belongs to the switches.
2550
2551 * net/trampver.el: Update release number.
2552
2553 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2554
2555 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2556
2557 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2558
2559 * window.el (window-state-put): Allow WINDOW to refer to an
2560 internal window (Bug#16793).
2561
2562 2014-02-19 Glenn Morris <rgm@gnu.org>
2563
2564 * textmodes/remember.el: Move provide statement to end.
2565 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2566 (remember-notes): Doc fixes.
2567
2568 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2569
2570 * delsel.el (delete-char): Restore incorrectly erased property
2571 (bug#16795).
2572
2573 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2574
2575 * frameset.el (frameset--restore-frame): When a frame is being reused
2576 and its root window is not alive, delete all the frame's windows before
2577 restoring the window state. This works around the issue in bug#16793.
2578
2579 2014-02-18 Glenn Morris <rgm@gnu.org>
2580
2581 * textmodes/remember.el (remember-data-directory)
2582 (remember-directory-file-name-format, remember-store-in-files)
2583 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2584 (remember-notes-save-and-bury-buffer)
2585 (remember-notes--kill-buffer-query): Doc fixes.
2586
2587 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2588
2589 2014-02-17 Alan Mackenzie <acm@muc.de>
2590
2591 Connect electric-indent-mode up with CC Mode. Bug #15478.
2592 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2593 to electric-indent-{,local-}-mode.
2594 (c-basic-common-init): Set electric-indent-inhibit.
2595 Initialise c-electric-flag from electric-indent-mode.
2596 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2597 New hook functions which propagate electric-indent-mode to CC mode.
2598
2599 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2600 hit, toggle electric-indent-local-mode.
2601
2602 * electric.el (electric-indent-mode-has-been-called):
2603 New variable.
2604
2605 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2606
2607 * frameset.el (frameset-cfg-id): New function.
2608 (frameset--reuse-frame, frameset-restore): Use it.
2609 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2610
2611 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2612
2613 * ido.el (ido-file-internal): Remove unused var `d'.
2614 Use \` for to match BoS. Fit within 80n columns.
2615
2616 2014-02-17 Daniel Colascione <dancol@dancol.org>
2617
2618 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2619 dbus-call-method check for completion using a busy-wait loop with
2620 gradual backoff.
2621
2622 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2623
2624 Sync with Tramp 2.2.9.
2625
2626 * net/trampver.el: Update release number.
2627
2628 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2629
2630 * ido.el (ido-file-internal): Don't add the name of an existing
2631 directory twice. (Bug#16747)
2632
2633 2014-02-16 Glenn Morris <rgm@gnu.org>
2634
2635 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2636 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2637
2638 2014-02-15 Michael R. Mauger <michael@mauger.com>
2639
2640 * progmodes/sql.el: Version 3.4
2641 (sql-oracle-options): New default value ("-L").
2642 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2643 (sql-placeholders-filter): Correct placeholder pattern.
2644 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2645 (sql-login-delay): New variable.
2646 (sql-product-interactive): Use it.
2647
2648 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2649
2650 * frameset.el (frameset--jump-to-register): Check that buffer is live
2651 (bug#16749).
2652
2653 2014-02-15 Glenn Morris <rgm@gnu.org>
2654
2655 * info.el (info-initialize): Revert 2014-01-10 change.
2656
2657 2014-02-14 Glenn Morris <rgm@gnu.org>
2658
2659 * replace.el (map-query-replace-regexp)
2660 (read-regexp-defaults-function, read-regexp): Doc fixes.
2661
2662 * dired.el (dired-read-regexp):
2663 * faces.el (list-faces-display):
2664 * misearch.el (multi-isearch-read-matching-buffers)
2665 (multi-isearch-read-matching-files):
2666 * play/cookie1.el (cookie-apropos):
2667 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2668
2669 * textmodes/remember.el (remember): Use frameset-to-register
2670 rather than frame-configuration-to-register.
2671
2672 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2673
2674 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2675 incorrect keybinding.
2676
2677 2014-02-13 Daniel Colascione <dancol@dancol.org>
2678
2679 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2680 when adding overlays so that line numbers from compiler match line
2681 numbers we use.
2682
2683 2014-02-13 Glenn Morris <rgm@gnu.org>
2684
2685 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2686
2687 * jit-lock.el (jit-lock-mode): Doc fix.
2688
2689 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2690
2691 * apropos.el (apropos-read-pattern): When the user passes an empty
2692 string, give a more helpful error message than "Wrong type
2693 argument: stringp, nil".
2694
2695 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2698
2699 2014-02-13 Glenn Morris <rgm@gnu.org>
2700
2701 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2702
2703 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2706 shift-select commands.
2707
2708 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2709
2710 * progmodes/js.el (js-indent-line): Don't widen.
2711 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2712
2713 2014-02-12 Glenn Morris <rgm@gnu.org>
2714
2715 * icomplete.el (icomplete): Add info-link to defgroup.
2716 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2717 (icomplete-minibuffer-map, icomplete-mode)
2718 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2719
2720 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2721 (package-menu-filter): Rename from package-menu-filter-interactive.
2722 Doc fix.
2723
2724 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2725
2726 * frameset.el (frameset--jump-to-register): Select the required
2727 window and buffer before restoring position (bug#16696).
2728
2729 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2730
2731 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2732
2733 2014-02-10 Glenn Morris <rgm@gnu.org>
2734
2735 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2736
2737 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2738
2739 * w32-common-fns.el (x-get-selection): Doc fix.
2740 * select.el (x-get-selection): Doc fix. (Bug#15109)
2741
2742 * face-remap.el (face-remap-add-relative)
2743 (face-remap-remove-relative, face-remap-reset-base)
2744 (face-remap-set-base): Call force-mode-line-update to redisplay
2745 the current buffer due to potential change in faces. (Bug#16709)
2746
2747 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2748
2749 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2750 script more robustly.
2751
2752 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2753
2754 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2755
2756 * simple.el (choose-completion): Doc fix (bug#14160).
2757
2758 * subr.el (event-start): Say what a nil EVENT value means.
2759
2760 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2761 (bug#14197).
2762
2763 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2764
2765 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2766
2767 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2768
2769 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2770 predicate function (bug#15455).
2771
2772 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2773
2774 * ielm.el (inferior-emacs-lisp-mode): Instead of
2775 `comment-use-global-state', set `comment-use-syntax'.
2776
2777 2014-02-10 Glenn Morris <rgm@gnu.org>
2778
2779 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2780
2781 2014-02-09 Alan Mackenzie <acm@muc.de>
2782
2783 Fix c-invalidate-state-cache on narrowed buffers.
2784 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2785 Widen when setting and clearing the CPP delimiter properties.
2786
2787 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2788
2789 * help.el (describe-bindings): Doc fix (bug#9888).
2790
2791 * files.el (save-buffer): Use ARG as the parameter name for
2792 consistency (bug#10346).
2793 (save-buffer): Clarify the 0 argument (bug#10346).
2794
2795 * cus-edit.el (customize-apropos): Fix error string.
2796 (custom-buffer-create): Doc fix (bug#11122).
2797 (custom-sort-items): Doc fix (bug#11121).
2798
2799 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2800
2801 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2802 (icomplete-simple-completing-p): Mention the previous variable.
2803
2804 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2805 meaning of the parameter (bug#12282).
2806
2807 * files.el (find-file-noselect): Clarify prompt when changing
2808 readedness (bug#13261).
2809 (locate-file): Suffixes aren't returned, so don't say that they
2810 are (bug#12674).
2811 (backup-inhibited): Doc clarification (bug#12525).
2812
2813 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2814 before we actually start to delete things (bug#16331).
2815
2816 * subr.el (event-start): Doc fix (bug#14228).
2817 (event-end): Ditto.
2818
2819 2014-02-09 Glenn Morris <rgm@gnu.org>
2820
2821 * emacs-lisp/warnings.el (lwarn):
2822 Empower help-enable-auto-load. (Bug#15940)
2823
2824 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2825
2826 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2827 (Bug#16690)
2828
2829 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
2830
2831 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2832 Insert output at end of buffer. (Bug#16120)
2833
2834 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2835
2836 * simple.el (choose-completion-string-functions): Document new
2837 calling convention (bug#14153).
2838 (execute-extended-command): Clarify doc string (bug#13373).
2839
2840 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2841
2842 * find-dired.el (find-name-dired): Doc fix (bug#14290).
2843 (find-grep-dired): Doc fix (bug#14288).
2844
2845 2014-02-08 Juri Linkov <juri@jurta.org>
2846
2847 * isearch.el (isearch-quote-char): Check character validity
2848 like in `quoted-insert' (bug#16677).
2849
2850 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2851
2852 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2853
2854 * isearch.el (isearch-hide-immediately): Doc clarification
2855 (bug#14723).
2856
2857 * simple.el (line-move): Document utility function used many
2858 places in the Emacs sources (bug#14843).
2859
2860 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2861 (dired-prev-marked-file): Doc fix (bug#14855).
2862 (dired-up-directory): Doc fix (bug#14848).
2863
2864 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2865
2866 * files.el (file-relative-name): Doc fix (bug#15159).
2867
2868 * fringe.el (fringe-styles): Doc fix (bug#15239).
2869
2870 * isearch.el (isearch-filter-predicate): Documentation typo fix
2871 (bug#15474).
2872
2873 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2874
2875 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2876
2877 * replace.el (replace-match-maybe-edit): Doc clarification
2878 (bug#15632).
2879
2880 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2881
2882 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2883
2884 2014-02-08 Glenn Morris <rgm@gnu.org>
2885
2886 * help-fns.el (describe-variable):
2887 Check {file,dir}-local-variables-alist, and buffer-file-name,
2888 in the correct buffer.
2889
2890 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2891
2892 * help-fns.el (describe-variable): Fix the case where
2893 a value is directory-local with no dir-locals file. (Bug#16635)
2894
2895 2014-02-08 Glenn Morris <rgm@gnu.org>
2896
2897 * abbrev.el (edit-abbrevs-mode):
2898 Derive from fundamental-mode. (Bug#16682)
2899
2900 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2901
2902 * simple.el (quoted-insert): Check character validity (bug#16677).
2903
2904 2014-02-07 Juri Linkov <juri@jurta.org>
2905
2906 * desktop.el (desktop-read): Claim the lock when the owner is not
2907 the current process. (Bug#16157)
2908
2909 2014-02-07 Juri Linkov <juri@jurta.org>
2910
2911 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2912 to "\\` ". (Bug#16651)
2913
2914 2014-02-07 Juri Linkov <juri@jurta.org>
2915
2916 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2917 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2918 (desktop-auto-save-cancel-timer): New function with some code from
2919 `desktop-auto-save-set-timer'.
2920 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2921 Instead of setting `desktop-save-mode' to nil, call
2922 `desktop-save-mode' with arg 0. (Bug#16630)
2923
2924 2014-02-07 Glenn Morris <rgm@gnu.org>
2925
2926 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2927 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2928 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2929
2930 * obsolete/iswitchb.el: Move to obsolete/.
2931 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2932 since obsolete/ is not scanned for autoloads.
2933 * emacs-lisp/authors.el (authors-valid-file-names):
2934 Add iswitchb.el.
2935
2936 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2937 Disable now non-functional find-file-hook.
2938
2939 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2940
2941 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2942 instead of ";" in order to avoid additional prompts. Let heredoc
2943 scripts read from tty. (Bug#16582)
2944 (tramp-send-command): No special handling of heredocs, it isn't
2945 necessary anymore.
2946
2947 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2948
2949 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2950 with a space (bug#16664). Limit the symbols considered to the ones
2951 that are bound or fbound (bug#16646).
2952
2953 2014-02-06 Glenn Morris <rgm@gnu.org>
2954
2955 * epa.el (epa-mail-aliases): Doc fix.
2956
2957 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2958
2959 * emacs-lisp/lisp.el (lisp-completion-at-point):
2960 Use `completion-table-merge' instead of `completion-table-in-turn'
2961 (bug#16604).
2962
2963 * minibuffer.el (completion-table-merge): New function.
2964
2965 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2966
2967 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2968 (tramp-sh-handle-set-file-acl)
2969 (tramp-sh-handle-start-file-process)
2970 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2971 (tramp-find-executable, tramp-send-command): Use it.
2972
2973 2014-02-05 Glenn Morris <rgm@gnu.org>
2974
2975 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2976
2977 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2978
2979 * progmodes/python.el (python-shell-send-string)
2980 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2981
2982 2014-02-04 Anders Lindgren <andlind@gmail.com>
2983
2984 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2985 the names (bug#16620).
2986
2987 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2988
2989 * faces.el (window-divider): New default value. Rewrite doc-string.
2990 (window-divider-first-pixel, window-divider-last-pixel): New faces.
2991
2992 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2993
2994 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2995 `protected' and `public' can also be called without arguments.
2996
2997 2014-02-03 Glenn Morris <rgm@gnu.org>
2998
2999 * register.el (window-configuration-to-register)
3000 (frame-configuration-to-register): Unadvertise unused argument.
3001 * frameset.el (frameset-to-register): Remove unused argument.
3002
3003 * frameset.el (frameset-to-register):
3004 * kmacro.el (kmacro-to-register):
3005 * register.el (increment-register):
3006 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3007 (calc-append-to-register, calc-prepend-to-register):
3008 * play/gametree.el (gametree-layout-to-register)
3009 (gametree-apply-register-layout):
3010 * textmodes/picture.el (picture-clear-rectangle-to-register)
3011 (picture-yank-rectangle-from-register):
3012 * vc/emerge.el (emerge-combine-versions-register):
3013 Use register-read-with-preview to read registers.
3014
3015 2014-02-03 João Távora <joaotavora@gmail.com>
3016
3017 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3018 when at beginning of (possibly narrowed) buffer.
3019
3020 2014-02-02 Daniel Colascione <dancol@dancol.org>
3021
3022 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3023 Also try to display local help from just before point.
3024
3025 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3026
3027 c-parse-state. Don't "append-lower-brace-pair" in certain
3028 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3029 recognised as a comment.
3030
3031 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3032 as well as normal comment starter.
3033 (c-parse-state-get-strategy): Extra return possibility
3034 'back-and-forward.
3035 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3036 return value list to indicate replacement of a brace-pair cons
3037 with its car.
3038 (c-parse-state-1): With 'back-and-forward, only call
3039 c-append-lower-brace-pair-to state-cache when cons-separated.
3040
3041 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3042
3043 * term/ns-win.el (ns-suspend-error): New function.
3044 (ns-initialize-window-system): Add ns-suspend-error to
3045 suspend-hook (Bug#16612).
3046
3047 2014-02-02 Daniel Colascione <dancol@dancol.org>
3048
3049 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3050 Make loading cc-mode silent.
3051
3052 2014-02-02 Daniel Colascione <dancol@dancol.org>
3053
3054 * comint.el (comint-prompt-read-only): Change doc to suggest
3055 remap keybinding.
3056
3057 2014-02-02 Glenn Morris <rgm@gnu.org>
3058
3059 * register.el (register-read-with-preview, point-to-register)
3060 (window-configuration-to-register, frame-configuration-to-register)
3061 (jump-to-register, number-to-register, view-register, insert-register)
3062 (copy-to-register, append-to-register, prepend-to-register)
3063 (copy-rectangle-to-register): Doc fixes.
3064
3065 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3066
3067 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3068 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3069 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3070 * help-fns.el (describe-function-1): Use it.
3071
3072 2014-02-02 Glenn Morris <rgm@gnu.org>
3073
3074 * register.el (register-preview-default): New function,
3075 split from register-preview.
3076 (register-preview-function): Rename from register-preview-functions,
3077 make it not a hook.
3078 (register-preview): Use register-preview-function.
3079 (register-read-with-preview): Error on non-character event. (Bug#16595)
3080
3081 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3082
3083 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3084 `:' before binary operators (bug#16609). Don't check for `:'
3085 before `[' and `(', or their syntax status. A percent literal
3086 can't end with either.
3087 (ruby-font-lock-keywords): For built-ins that require arguments,
3088 check that they're followed by something that looks like argument
3089 (bug#16610).
3090
3091 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3092
3093 * subr.el (butlast): Document what an omitted N means (bug#13437).
3094 (nbutlast): Ditto.
3095
3096 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3097
3098 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3099 depth shallower (bug#16587).
3100 (shr-tag-svg): Respect `shr-inhibit-images'.
3101 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3102
3103 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3104
3105 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3106 (ruby-smie-grammar): Make "." right-associative. Make its priority
3107 lower than the ternary and all binary operators.
3108 (ruby-smie-rules): Indent "(" relative to the first non-"."
3109 parent, or the first "." parent at indentation.
3110 Use `ruby-align-chained-calls' for indentation of "." tokens.
3111 (Bug#16593)
3112
3113 2014-01-31 Juri Linkov <juri@jurta.org>
3114
3115 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3116 from `make-hash-table'.
3117
3118 * textmodes/ispell.el (ispell-init-process): Change message format
3119 to be consistent with other messages.
3120
3121 2014-01-31 Glenn Morris <rgm@gnu.org>
3122
3123 * delsel.el (delete-selection-mode): Doc fix.
3124
3125 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3126 (trace-function-background): Doc fixes.
3127
3128 * ido.el (ido-use-virtual-buffers): Doc fix.
3129 Reset :version, since the default value has not changed.
3130
3131 * register.el (register-preview-delay, register-read-with-preview):
3132 Doc fixes.
3133
3134 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3135 do not mess with mail-buffer position (fixes 2009-11-03 change).
3136 * progmodes/cc-mode.el (c-submit-bug-report):
3137 Check auto-fill-mode is bound. (Bug#16592)
3138
3139 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3140
3141 * startup.el (fancy-splash-image-file): New function,
3142 split from fancy-splash-head.
3143 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3144 so that we are both using the same image. (Bug#16574)
3145
3146 2014-01-30 Glenn Morris <rgm@gnu.org>
3147
3148 * simple.el (eval-expression): Doc fix.
3149
3150 * hexl.el (hexl-mode-hook):
3151 * ielm.el (ielm-mode-hook):
3152 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3153 (lisp-interaction-mode-hook):
3154 * progmodes/cfengine.el (cfengine3-documentation-function):
3155 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3156
3157 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3158
3159 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3160 is a symbol (bug#16584).
3161
3162 2014-01-30 Glenn Morris <rgm@gnu.org>
3163
3164 * help.el (help-for-help-internal): Add "P" to text.
3165
3166 2014-01-29 Glenn Morris <rgm@gnu.org>
3167
3168 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3169
3170 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3171
3172 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3173 height constraints.
3174
3175 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3176
3177 * progmodes/hideif.el: Extend to full CPP expression syntax.
3178 (hif-token-alist): Add missing tokens.
3179 (hif-token-regexp): Add support for float/octal/hex immediates.
3180 (hif-string-literal-regexp): New const.
3181 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3182 (hif-exprlist): New function.
3183 (hif-parse-if-exp): Use it.
3184 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3185 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3186 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3187 (hif-logxor, hif-comma): New functions.
3188
3189 2014-01-28 Glenn Morris <rgm@gnu.org>
3190
3191 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3192
3193 * indent.el (tab-stop-list): Doc fix. Add :version.
3194
3195 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3196 (cvs-append-to-ignore): Add compatibility alias.
3197
3198 2014-01-27 Glenn Morris <rgm@gnu.org>
3199
3200 * dired.el (dired-hide-details-mode): Don't autoload it,
3201 since it cannot be used outside Dired buffers anyway.
3202
3203 * emulation/cua-base.el (cua-mode): Doc fix.
3204
3205 * dired.el (dired-hide-details-hide-symlink-targets)
3206 (dired-hide-details-hide-information-lines)
3207 (dired-hide-details-mode): Doc fixes.
3208
3209 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3210 * strokes.el (strokes-file): Doc fix. Bump :version.
3211 (strokes-help): Doc fix.
3212 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3213 * emulation/viper.el (viper): Doc fix for custom group.
3214 (top-level): Remove oh-so-no-longer-relevant text about vip.
3215 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3216
3217 * ido.el (ido-save-directory-list-file):
3218 * saveplace.el (save-place-file):
3219 * calendar/timeclock.el (timeclock-file):
3220 * net/quickurl.el (quickurl-url-file):
3221 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3222 * progmodes/idlwave.el (idlwave-config-directory):
3223 * textmodes/remember.el (remember-data-file):
3224 Bump :version.
3225
3226 2014-01-26 Glenn Morris <rgm@gnu.org>
3227
3228 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3229 Doc fix. Make obsolete.
3230 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3231
3232 * sort.el (delete-duplicate-lines): Doc fix.
3233
3234 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3235
3236 * progmodes/ada-mode.el (ada):
3237 * woman.el (woman): Link to info manual and Commentary section.
3238
3239 * progmodes/flymake.el (flymake):
3240 * nxml/nxml-mode.el (nxml):
3241 * net/eww.el (eww):
3242 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3243 * htmlfontify.el (htmlfontify):
3244 * ses.el (ses):
3245 * epa.el (epa):
3246 * ido.el (ido): Link to info manual.
3247
3248 2014-01-25 Leo Liu <sdl.web@gmail.com>
3249
3250 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3251
3252 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
3253
3254 * net/shr.el (shr-tag-img): Prefer the title over the alt text
3255 (bug#16537).
3256
3257 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
3258
3259 * net/eww.el (eww-download-callback):
3260 Fix reference to eww-download-directory.
3261
3262 * emacs-lisp/bytecomp.el (byte-compile-file):
3263 Remove unused local variable `file-name'.
3264
3265 2014-01-24 Glenn Morris <rgm@gnu.org>
3266
3267 * woman.el (woman-default-faces, woman-monochrome-faces):
3268 Fix obsolescence specification.
3269
3270 * subr.el (with-demoted-errors): Doc fix.
3271
3272 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3275 (cl--macroexp-fboundp): New function.
3276 (cl--make-type-test): Use it.
3277
3278 2014-01-23 Glenn Morris <rgm@gnu.org>
3279
3280 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3281 * simple.el (eval-expression): Doc fixes.
3282
3283 2014-01-22 Glenn Morris <rgm@gnu.org>
3284
3285 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3286
3287 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * emacs-lisp/package.el: Write files silently.
3290 (package-autoload-ensure-default-file, package--write-file-no-coding)
3291 (package-generate-description-file, package--download-one-archive)
3292 (package-install-from-archive): Tell `write-region' to stay quiet.
3293 (package-menu-mode, package-menu--print-info): Omit the Archive column
3294 if there's only one archive.
3295 (package-all-keywords, package--has-keyword-p): Remove dead code.
3296
3297 2014-01-22 Glenn Morris <rgm@gnu.org>
3298
3299 * version.el (emacs-bzr-version-bzr): Fix typo.
3300
3301 * version.el (emacs-repository-get-version):
3302 Check either .bzr or .git, but not both.
3303 Make the git case actually use the DIR argument, and return nil
3304 rather than the empty string.
3305 Avoid error if .git exists but the git executable is not found.
3306
3307 2014-01-22 Martin Rudalics <rudalics@gmx.at>
3308
3309 Fixes in window size functions around Bug#16430 and Bug#16470.
3310 * window.el (window-total-size, window-size): New argument ROUND.
3311 (window--min-delta-1, window-min-delta, window--max-delta-1):
3312 Be more conservative when calculating the numbers of lines or
3313 columns a window can shrink (Bug#16430).
3314 (fit-window-to-buffer): Simplify code.
3315 * term.el (term-window-width): Call window-body-width again.
3316
3317 2014-01-22 Glenn Morris <rgm@gnu.org>
3318
3319 * image.el (image-format-suffixes): Doc fix.
3320
3321 * international/quail.el (quail-define-package): Doc fix.
3322
3323 * emacs-lisp/authors.el (authors-valid-file-names)
3324 (authors-renamed-files-alist): Additions.
3325
3326 * vc/vc-git.el (vc-git-print-log): Remove --follow;
3327 reverts 2014-01-09 change. (Bug#16422)
3328
3329 * calc/calc-embed.el (thing-at-point-looking-at):
3330 * emacs-lisp/map-ynp.el (x-popup-dialog):
3331 * obsolete/lmenu.el (x-popup-dialog):
3332 * emacs-lisp/package.el (url-recreate-url):
3333 * mail/mailclient.el (clipboard-kill-ring-save):
3334 * subr.el (x-popup-dialog): Update declaration.
3335 * mail/rmail.el (rmail-mime-message-p):
3336 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3337
3338 2014-01-21 Daniel Colascione <dancol@dancol.org>
3339
3340 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3341 Correctly detect when we're inside an arithmetic expansion form
3342 containing nested parenthesis.
3343 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3344 to detect cases where we shouldn't expand "<<" to a heredoc
3345 skeleton.
3346
3347 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3350 (eldoc--message-command-p): New function.
3351 (eldoc-display-message-p): Use it.
3352 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3353 message is not automatically erased for us.
3354 (eldoc-print-current-symbol-info): Erase previous message, if any.
3355
3356 2014-01-21 Tassilo Horn <tsdh@gnu.org>
3357
3358 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3359 specify it's an interactive function.
3360
3361 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3362 Fix regex used for scanning for citation keys which failed for
3363 citations with optional arguments.
3364
3365 2014-01-21 Leo Liu <sdl.web@gmail.com>
3366
3367 * simple.el (read--expression): Don't enable eldoc-mode.
3368
3369 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3370
3371 * simple.el (move-beginning-of-line): Make sure we don't move forward
3372 (bug#16497).
3373
3374 2014-01-20 Juri Linkov <juri@jurta.org>
3375
3376 * saveplace.el (toggle-save-place, save-place-to-alist)
3377 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3378 'dired-mode) before checking for dired-directory. (Bug#16477)
3379
3380 2014-01-20 Juri Linkov <juri@jurta.org>
3381
3382 * indent.el (indent-line-to): Use backward-to-indentation
3383 instead of back-to-indentation. (Bug#16461)
3384
3385 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
3386
3387 Revert some of the CANNOT_DUMP fix (Bug#16494).
3388 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3389 but fixing this can wait until after the next release.
3390 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3391
3392 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
3393
3394 * eshell/esh-mode.el (eshell-password-prompt-regexp):
3395 Use `password-word-equivalents'.
3396 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3397 to t. (Bug#5664, Bug#13124)
3398
3399 2014-01-19 Alan Mackenzie <acm@muc.de>
3400
3401 Bind open-paren-in-column-0-is-defun-start to nil at some entry
3402 points.
3403 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3404 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3405 * progmodes/cc-mode.el (c-before-change, c-after-change)
3406 (c-font-lock-fontify-region): Bind it here.
3407
3408 2014-01-19 Martin Rudalics <rudalics@gmx.at>
3409
3410 * term.el (term-window-width): Call window-text-width instead of
3411 window-width (Bug#16470).
3412
3413 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
3414
3415 * simple.el (password-word-equivalents): Remove duplicates.
3416 Sort, to make this easier next time.
3417 Downcase. Omit ": " after "jelszó".
3418
3419 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
3420
3421 * term/common-win.el (saved-region-selection): Defvar it.
3422 (x-select-text): Set saved-region-selection (Bug#16382).
3423
3424 2014-01-18 Glenn Morris <rgm@gnu.org>
3425
3426 * emacs-lisp/authors.el (authors-aliases)
3427 (authors-renamed-files-alist): Add some entries.
3428
3429 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
3430
3431 * net/tramp.el (tramp-password-prompt-regexp):
3432 Use `password-word-equivalents' if available.
3433 (tramp-action-password, tramp-process-one-action)
3434 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
3435
3436 2014-01-17 Chong Yidong <cyd@gnu.org>
3437
3438 * simple.el (password-word-equivalents): New defcustom.
3439 * comint.el (comint-password-prompt-regexp): Use it. Bump version
3440 to 24.4.
3441 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3442 to t. (Bug#13124)
3443
3444 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
3445
3446 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3447 (ruby-align-to-stmt-keywords): Change the default value.
3448 Use `ruby-alignable-keywords' to generate the possible customization
3449 choices.
3450 (ruby-smie-rules): Instead of using a hardcoded list of alignable
3451 keywords, check against the value of `ruby-alignable-keywords'
3452 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3453
3454 2014-01-17 Glenn Morris <rgm@gnu.org>
3455
3456 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3457
3458 Make M-x authors return zero *Authors Errors* from current logs.
3459 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3460 (authors-ignored-files): Add some entries, remove others.
3461 (authors-ambiguous-files, authors-valid-file-names):
3462 Add some entries.
3463 (authors-renamed-files-alist): Add, remove, and adjust entries.
3464 (authors-renamed-files-regexps): Add some entries.
3465 Remove some very broad ones. Make some entries `lax'.
3466 (authors-lax-changelogs): New constant.
3467 (authors-disambiguate-file-name): Treat top-level specially.
3468 (authors-lax-changelog-p): New function.
3469 (authors-canonical-file-name): Check file as written against
3470 authors-valid-file-names. Do not special-case etc/.
3471 Handle `lax' logs and authors-renamed-files-regexps elements.
3472
3473 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
3474
3475 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3476 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
3477 callers.
3478
3479 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3480
3481 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3482 Assume we're already in the proper buffer.
3483 Inspired by Anders Lindgren <andlind@gmail.com>.
3484 (follow-post-command-hook): Call it from the right buffer.
3485 (follow-comint-scroll-to-bottom): Adjust call.
3486 (follow-all-followers): Use get-buffer-window-list.
3487
3488 2014-01-15 Daniel Colascione <dancol@dancol.org>
3489
3490 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3491 `buffer-file-name' in interactive-form so that we don't leave
3492 pathless file names in `file-name-history'.
3493
3494 2014-01-15 Juri Linkov <juri@jurta.org>
3495
3496 * indent.el (indent-rigidly): Set deactivate-mark to nil
3497 in transient indentation mode. (Bug#16438)
3498
3499 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3500
3501 * emacs-lisp/package.el (package-desc-keywords): New function
3502 (Bug#16222).
3503 (describe-package-1, package-all-keywords)
3504 (package--has-keyword-p): Use it.
3505
3506 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3507
3508 * simple.el (define-alternatives): When creating the
3509 COMMAND-alternatives variable, assign COMMAND as its definition
3510 name so that `describe-variable' can relocate it.
3511
3512 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3513
3514 * font-lock.el (font-lock-keywords): Fix typo in docstring
3515 (bug#16307).
3516
3517 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3518
3519 * ispell.el (ispell-region): Reset `in-comment' for new line
3520 instead of wrongly reset `add-coment' (bug#13577).
3521
3522 2014-01-14 Daiki Ueno <ueno@gnu.org>
3523
3524 * epa-file.el (epa-file-write-region): Encode the region according
3525 to `buffer-file-format'. Problem reported at:
3526 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3527
3528 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3529
3530 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3531 so it applies in the right buffer (bug#16410).
3532
3533 2014-01-13 Daniel Colascione <dancol@dancol.org>
3534
3535 * textmodes/rst.el (rst-define-key): Provide deprecated
3536 keybindings through named functions instead of anonymous ones so
3537 that "??" doesn't appear in describe-mode output.
3538
3539 2014-01-13 Bastien Guerry <bzg@gnu.org>
3540
3541 * simple.el (define-alternatives): Call the selected command
3542 interactively. When setting `COMMAND--implementation' for the
3543 first time, tell the user how to chose another implementation.
3544 Enhance the docstring.
3545
3546 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3547
3548 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3549 (log-edit--match-first-line): New function.
3550 (log-edit-font-lock-keywords): Use it.
3551 (log-edit-mode): Make jit-lock-defer-multiline work.
3552
3553 2014-01-13 Bastien Guerry <bzg@gnu.org>
3554
3555 * rect.el (rectangle-mark-mode): When the region is not active,
3556 display a message saying that the mark as been set and that
3557 rectangle mode is in use.
3558 (rectangle--highlight-for-redisplay): Only put an overlay with a
3559 visible vertical bar when (display-graphic-p) is non-nil.
3560 This partially fixes Bug#16403.
3561
3562 2014-01-13 Juri Linkov <juri@jurta.org>
3563
3564 * info.el (Info-find-file): Go to DIR before displaying the error
3565 about a nonexistent file if no previous Info file is visited.
3566 Use `user-error' instead of `error' for "Info file %s does not exist".
3567 (Info-find-node-2): In case of a nonexistent node in unwind forms
3568 go to the Top node if there is no previous node to revert to.
3569 (Bug#16405)
3570
3571 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3572
3573 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3574 * window.el (fit-frame-to-buffer): Fix doc-string.
3575 Respect window-min-height/-width. Fit pixelwise when
3576 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3577 when avoiding that frame goes partially off-screen.
3578 (fit-window-to-buffer): Respect window-min-height/-width
3579 (Bug#14096).
3580
3581 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3583 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3584 after an empty line.
3585
3586 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * net/shr.el (shr-render-region): Autoload.
3589
3590 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3591
3592 * net/eww.el (eww-download-directory): Rename from
3593 `eww-download-path' (Bug#16419).
3594
3595 2014-01-12 Leo Liu <sdl.web@gmail.com>
3596
3597 * dired-x.el (dired-mode-map): Fix last change.
3598
3599 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3600
3601 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3602
3603 Spelling fixes.
3604 * emacs-lisp/generic.el (generic--normalize-comments):
3605 Rename from generic--normalise-comments. All uses changed.
3606 * play/bubbles.el (bubbles--neighborhood-score)
3607 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3608 (bubbles--neighborhood-available)
3609 (bubbles--update-neighborhood-score):
3610 Rename from names with 'neighbourhood'. All uses changed.
3611
3612 2014-01-12 Leo Liu <sdl.web@gmail.com>
3613
3614 Re-implement the feature of showing eldoc info after editing.
3615 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3616 (eldoc-edit-message-commands): New function.
3617 (eldoc-print-after-edit): New variable.
3618 (eldoc-pre-command-refresh-echo-area): Emit message only by
3619 eldoc-message-commands.
3620 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3621 if eldoc-print-after-edit is set. (Bug#16346)
3622 * simple.el (read--expression): Enable eldoc-mode.
3623 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3624
3625 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3626 Eric S. Raymond <esr@thyrsus.com>
3627
3628 * version.el (emacs-repository-get-version): Enhance so the
3629 function works correctly in either a Bazaar or Git repo.
3630
3631 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3632
3633 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3634 Goes with removal of the joke manpages from /etc.
3635
3636 2014-01-10 Kenichi Handa <handa@gnu.org>
3637
3638 * mail/rmail.el (rmail-get-coding-system):
3639 Check rmail-get-coding-function before "funcall"ing it.
3640
3641 2014-01-10 Glenn Morris <rgm@gnu.org>
3642
3643 * emacs-lisp/authors.el (authors-fixed-entries):
3644 Update for files that no longer exist.
3645
3646 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3647
3648 * version.el (emacs-bzr-get-version): Restore compatibilty with
3649 24.3 (Tested).
3650
3651 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3652
3653 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3654 and Podfile.
3655
3656 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3657
3658 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3659
3660 2014-01-10 Chong Yidong <cyd@gnu.org>
3661
3662 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3663
3664 2014-01-10 Anders Lindgren <andlind@gmail.com>
3665
3666 * follow.el (follow-cache-command-list): Include right-char and
3667 left-char.
3668
3669 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3670
3671 Spelling fixes.
3672 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3673 * woman.el (woman-mark-horizontal-position):
3674 Rename from woman-mark-horizonal-position. Use changed.
3675
3676 2014-01-10 Glenn Morris <rgm@gnu.org>
3677
3678 * info.el (info-initialize): If running uninstalled, ensure our
3679 own info files are always found first, even if INFOPATH is set.
3680
3681 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3682
3683 2014-01-09 David Engster <deng@randomsample.de>
3684
3685 * emacs-lisp/eieio-custom.el:
3686 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3687 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3688 * emacs-lisp/eieio.el: Regenerate autoloads.
3689
3690 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3691
3692 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3693 following renames. (Bug#8756)
3694
3695 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3698 (bug#16382).
3699 (activate-mark): Add `no-tmm' argument.
3700 (set-mark, push-mark-command): Use it instead of running
3701 activate-mark-hook by hand.
3702
3703 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3704
3705 In preparation for the move to git, sanitize out some
3706 Bazaar-specific names.
3707
3708 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3709
3710 * version.el (emacs-bzr-version): Name changed to
3711 emacs-repository-version. Obsolete-variable alias made.
3712 * loadup.el: Follow through on this name change.
3713 * mail/emacsbug.el (report-emacs-bug): Factor out any
3714 assumption about the version control system in use.
3715
3716 2014-01-08 David Engster <deng@randomsample.de>
3717
3718 * help-fns.el (help-fns-describe-function-functions):
3719 New variable to call functions for augmenting help buffers.
3720 (describe-function-1): Remove explicit calls to
3721 `help-fns--compiler-macro', `help-fns--parent-mode' and
3722 `help-fns--obsolete'. Put them in above new variable instead, and
3723 call them through `run-hook-with-args'.
3724 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3725 `eieio-describe-class'. Not meant for interactive use anymore,
3726 but to augment existing help buffers. Remove optional second
3727 argument. Create proper button for file location.
3728 Rewrite function to use `insert' instead of `princ' and `prin1' where
3729 possible.
3730 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3731 (eieio-method-def, eieio-class-def): Move further up.
3732 (describe-method, describe-generic, eieio-describe-method):
3733 Remove aliases.
3734 (eieio-help-constructor, eieio-help-generic): Rename from
3735 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3736 Rewrite to use `insert' in the current buffer and use proper help
3737 buttons.
3738 (eieio-help-find-method-definition)
3739 (eieio-help-find-class-definition): Also accept symbols as
3740 arguments.
3741 (eieio-help-mode-augmentation-maybee): Remove.
3742 (eieio-describe-class-sb): Use `describe-function'.
3743 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3744 Add `eieio-help-generic' and `eieio-help-constructor'.
3745
3746 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3747
3748 Spelling fixes.
3749 * language/china-util.el (hz-ascii-designation):
3750 Rename from hz-ascii-designnation.
3751 (hz-ascii-designation): Rename from hz-ascii-designnation.
3752 All uses changed.
3753
3754 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3757 package-alist.
3758
3759 2014-01-08 Bastien Guerry <bzg@gnu.org>
3760
3761 * emacs-lisp/package.el (package-delete):
3762 Correctly delete the package from package-alist.
3763
3764 2014-01-08 Daiki Ueno <ueno@gnu.org>
3765
3766 * emacs-lisp/package.el (url-recreate-url): Declare.
3767 (url-http-target-url): Declare.
3768 (package-handle-response): Include requested URL in the error message.
3769 (package--check-signature): Don't re-signal errors from
3770 package--with-work-buffer. Suggested by Stefan Monnier.
3771
3772 2014-01-07 Bastien Guerry <bzg@gnu.org>
3773
3774 * minibuffer.el (completion--try-word-completion): When both a
3775 hyphen and a space are possible candidates for the character
3776 following a word, display both candidates. (Bug#15980)
3777
3778 2014-01-07 Martin Rudalics <rudalics@gmx.at>
3779
3780 * window.el (balance-windows-2): While rounding don't give a
3781 window more than the remainder. Bug#16351, bug#16383.
3782
3783 2014-01-07 Glenn Morris <rgm@gnu.org>
3784
3785 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3786 (menu-bar-help-menu): Use view-external-packages instead.
3787
3788 2014-01-07 Bastien Guerry <bzg@gnu.org>
3789
3790 * emacs-lisp/package.el (package-delete): Also delete the package
3791 name from `package-alist', not its description only.
3792
3793 2014-01-07 Glenn Morris <rgm@gnu.org>
3794
3795 * help.el (view-external-packages):
3796 * menu-bar.el (menu-bar-help-extra-packages):
3797 Visit efaq.info rather than etc/MORE.STUFF.
3798
3799 2014-01-07 Juri Linkov <juri@jurta.org>
3800
3801 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3802 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3803
3804 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3805 that shadows RET. (Bug#16342)
3806
3807 2014-01-07 Chong Yidong <cyd@gnu.org>
3808
3809 * isearch.el (isearch-yank-char, isearch-yank-word)
3810 (isearch-yank-line): Doc fix.
3811
3812 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3815 * emacs-lisp/elint.el (elint-find-builtins):
3816 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3817 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3818 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3819 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3820 * apropos.el (apropos-safe-documentation):
3821 * subr.el (symbol-file): Remove redundant fboundp.
3822 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3823
3824 2014-01-06 Bastien Guerry <bzg@gnu.org>
3825
3826 * hl-line.el (global-hl-line-overlay): Make a local variable.
3827 (global-hl-line-overlays): New variable to store all overlays.
3828 (global-hl-line-mode): Don't delete overlays from the current
3829 buffer when `global-hl-line-sticky-flag' is non-nil.
3830 (global-hl-line-highlight): Add new overlays to
3831 `global-hl-line-overlays'.
3832 (global-hl-line-unhighlight-all): New function to delete all
3833 overlays when turning off `global-hl-line-mode'.
3834 This fixes Bug#16183.
3835
3836 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * subr.el (set-transient-map): Fix nested case and docstring.
3839
3840 2014-01-06 Tassilo Horn <tsdh@gnu.org>
3841
3842 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3843 `Texinfo' entry.
3844
3845 2014-01-06 Daniel Colascione <dancol@dancol.org>
3846
3847 Fix defun navigation in vc log view.
3848
3849 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3850 like `beginning-of-defun'.
3851 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3852 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3853 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3854 (log-view-extract-comment): Call `log-view-current-entry' directly
3855 instead of relying on broken `log-view-beginning-of-defun' behavior.
3856
3857 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3858
3859 Spelling fixes.
3860 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3861 * emacs-lisp/debug.el (cancel-debug-on-entry):
3862 * epg.el (epg-error-to-string):
3863 * files.el (recover-file):
3864 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3865 * mail/emacsbug.el (report-emacs-bug-hook):
3866 * mail/sendmail.el (mail-recover):
3867 * ses.el (ses-yank-resize):
3868 * term/ns-win.el (ns-print-buffer):
3869 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3870 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3871 All uses changed.
3872 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3873
3874 2014-01-06 Leo Liu <sdl.web@gmail.com>
3875
3876 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3877 to avoid shadowing global key. (Bug#16354)
3878
3879 2014-01-06 Daniel Colascione <dancol@dancol.org>
3880
3881 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3882 rst-mode.
3883
3884 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3885
3886 * window.el (balance-windows): Add mising t to fix Bug#16351.
3887
3888 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3889
3890 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3891 (bug#16285).
3892 (shr-insert): If we have a word that's longer than `shr-width',
3893 break after it anyway. Otherwise we'll do no breaking once we get
3894 such a long word.
3895
3896 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3897
3898 * net/eww.el (eww): Support single/double quote for search.
3899 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3900 (eww-history-quit): Delete and use quit-window.
3901 (eww-history-kill): Delete, because it doesn't work well and
3902 not necessary.
3903 (eww-history-mode-map): Delete some keys and add easy-menu.
3904
3905 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3906
3907 Fix misspelling of 'chinese' in rx (Bug#16237).
3908 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3909 chinese-two-byte.
3910
3911 Change subword regexps back to vars (Bug#16296).
3912 * progmodes/subword.el (subword-forward-regexp)
3913 (subword-backward-regexp): Change these back to variables.
3914
3915 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3918 syntax-begin-function (bug#16247).
3919
3920 2014-01-03 Chong Yidong <cyd@gnu.org>
3921
3922 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3923 (advice--docstring): Delete variable.
3924 (advice--make-1): Leave the docstring empty.
3925 (advice-add): Use function-documentation for advised docstring.
3926
3927 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3928 Ignore function-documentation property when getting documentation.
3929 (ad-activate-advised-definition): Use function-documentation
3930 generate the docstring.
3931 (ad-make-advised-definition): Don't call
3932 ad-make-advised-definition-docstring.
3933 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3934 Delete functions.
3935
3936 * progmodes/sql.el (sql-help): Use function-documentation instead
3937 of dynamic-docstring-function property. No need to autoload now.
3938 (sql--help-docstring): New variable.
3939 (sql--make-help-docstring): Use it.
3940
3941 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * ielm.el (ielm-tab): Retarget.
3944 (ielm-map): Use ielm-tab for tab.
3945 (ielm-complete-filename): Use comint-filename-completion.
3946 (ielm-complete-symbol): Remove.
3947 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3948 remove ielm-tab from completion-at-point-functions (bug#16224).
3949
3950 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3951 Beware signals raised by predicates (bug#16201).
3952
3953 2014-01-02 Richard Stallman <rms@gnu.org>
3954
3955 * dired-aux.el (dired-do-print): Handle printer-name.
3956
3957 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3958 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3959 (rmail-epa-decrypt): Turn off mime processing.
3960
3961 * mail/rmail.el (rmail-make-in-reply-to-field):
3962 Add parens in message-id.
3963
3964 * mail/rmail.el (rmail-get-coding-function): Variable.
3965 (rmail-get-coding-system): Use it.
3966
3967 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3968
3969 * international/mule-conf.el: Unify the charset indian-is13194.
3970 (indian-is13194): Specify unify-map.
3971
3972 2013-12-31 Leo Liu <sdl.web@gmail.com>
3973
3974 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3975
3976 2013-12-30 Daniel Colascione <dancol@dancol.org>
3977
3978 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3979 of printing a useless when we resume from sleep.
3980
3981 * progmodes/sh-script.el
3982 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3983 in indentation code. (Bug#16233)
3984
3985 2013-12-28 João Távora <joaotavora@gmail.com>
3986
3987 * elec-pair.el (electric-pair-post-self-insert-function):
3988 Don't open extra newlines at beginning of buffer. (Bug#16272)
3989
3990 2013-12-28 Eli Zaretskii <eliz@gnu.org>
3991
3992 * frame.el (window-system-for-display): Don't allow to create a
3993 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3994
3995 2013-12-28 Glenn Morris <rgm@gnu.org>
3996
3997 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3998 Update callers.
3999
4000 * apropos.el (apropos-match-face):
4001 * calculator.el (calculator-displayer):
4002 * dabbrev.el (dabbrev-search-these-buffers-only):
4003 * face-remap.el (buffer-face-mode-face):
4004 * simple.el (yank-handled-properties):
4005 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4006 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4007 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4008 (hashcash-double-spend-database):
4009 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4010 (ruby-deep-indent-paren-style):
4011 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4012 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4013 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4014 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4015 Specify custom types.
4016
4017 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4018 * bookmark.el (bookmark-bmenu-use-header-line):
4019 * doc-view.el (doc-view-scale-internally):
4020 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4021 * register.el (register-preview-delay):
4022 * net/shr.el (shr-bullet):
4023 * progmodes/cfengine.el (cfengine-cf-promises)
4024 (cfengine-parameters-indent):
4025 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4026 * textmodes/reftex-vars.el (reftex-label-regexps):
4027 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4028
4029 * net/tls.el (tls-certtool-program): Fix default value.
4030
4031 * desktop.el (desktop-restore-in-current-display):
4032 * newcomment.el (comment-empty-lines):
4033 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4034 (idlwave-pad-keyword):
4035 * progmodes/tcl.el (tcl-tab-always-indent):
4036 * textmodes/reftex-vars.el (reftex-index-default-tag):
4037 * elec-pair.el (electric-pair-skip-whitespace):
4038 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4039
4040 * emacs-lisp/authors.el (authors-ignored-files)
4041 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4042
4043 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4044
4045 * shell.el (shell-dynamic-complete-command): Doc fix.
4046 (shell--command-completion-data): Shell completion now matches
4047 executable filenames from the current buffer's directory, on
4048 systems in which this behavior is the default (windows-nt, ms-dos).
4049
4050 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4051
4052 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4053
4054 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4055
4056 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4057 (bug#16251).
4058
4059 * electric.el: Move all electric-pair-* to elec-pair.el.
4060 * elec-pair.el: New file, split from electric.el.
4061
4062 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4063
4064 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4065 indentation level is larger than the width, because that will
4066 infloop.
4067 (shr-insert): Fill repeatedly long texts, so that Japanese is
4068 formatted correctly (bug#16263).
4069 (shr-find-fill-point): Off by one error in comparison with the
4070 indentation.
4071
4072 2013-12-26 João Távora <joaotavora@gmail.com>
4073
4074 * electric.el (electric-pair-mode): More flexible engine for skip-
4075 and inhibit predicates, new options for pairing-related functionality.
4076 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4077 if that keeps or improves their balance in buffers.
4078 (electric-pair-delete-adjacent-pairs): Delete the pair when
4079 backspacing over adjacent matched delimiters.
4080 (electric-pair-open-extra-newline): Open extra newline when
4081 inserting newlines between adjacent matched delimiters.
4082 (electric--sort-post-self-insertion-hook):
4083 Sort post-self-insert-hook according to priority values when
4084 minor-modes are activated.
4085 * simple.el (newline-and-indent): Call newline with interactive
4086 set to t.
4087 (blink-paren-post-self-insert-function): Set priority to 100.
4088 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4089 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4090 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4091 electric-pair-open-newline-between-pairs to nil.
4092
4093 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4094
4095 * progmodes/python.el: Use lexical-binding.
4096 (python-nav-beginning-of-defun): Stop searching ASAP.
4097
4098 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4099
4100 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4101 Fix interactive spec. Doc fix. (Bug#15754)
4102
4103 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4104
4105 * emacs-lisp/byte-run.el (eval-when-compile):
4106 * progmodes/cc-defs.el (cc-eval-when-compile):
4107 Fix edebug spec (bug#16184).
4108
4109 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4110
4111 * net/shr.el (shr-visit-file): Remove debugging function.
4112 (shr-insert): Don't infloop if we can't find a good place to break
4113 the line (bug#16256).
4114
4115 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4116
4117 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4118 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4119 python-nav-lisp-forward-sexp-safe.
4120 (python-nav--forward-sexp): New argument SAFE allows switching
4121 forward sexp movement behavior for parens.
4122 (python-nav-forward-sexp): Throw errors on unterminated parens
4123 (Bug#16191).
4124 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4125 (python-nav-backward-sexp-safe): New functions.
4126 (python-shell-buffer-substring):
4127 Use `python-nav-forward-sexp-safe'.
4128
4129 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4130
4131 * net/shr.el (shr-find-fill-point): Don't break lines before a
4132 quotation mark.
4133 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4134 (shr-find-fill-point): Remove the special checks for the quotation
4135 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4136
4137 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4138
4139 * net/eww.el (eww-form-textarea): Use a different face for
4140 textareas than text input since they have different keymaps
4141 (bug#16142).
4142
4143 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4144
4145 * progmodes/python.el (python-nav-beginning-of-statement):
4146 Speed up (Bug#15295).
4147
4148 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4149
4150 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4151 the window configuration.
4152
4153 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4154
4155 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4156 we run on MS-Windows or MS-DOS.
4157
4158 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4159
4160 * window.el (balance-windows-area): Call window-size instead of
4161 window-height and window-width. Bug#16241.
4162
4163 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4164
4165 * net/eww.el (eww-bookmark-quit): Remove.
4166 (eww-bookmark-browse): Restore the window configuration when you
4167 choose a bookmark (bug#16144).
4168
4169 2013-12-24 Daniel Colascione <dancol@dancol.org>
4170
4171 * icomplete.el: Remove redundant :group arguments to `defcustom'
4172 throughout.
4173 (icomplete-show-matches-on-no-input): New customizable variable.
4174 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4175 we have something to show.
4176 (icomplete-exhibit): Compute completions even if we have no user input.
4177
4178 2013-12-23 Daniel Colascione <dancol@dancol.org>
4179
4180 * icomplete.el: Move `provide' to end of file.
4181
4182 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4183
4184 * net/gnutls.el (gnutls-verify-error): Add version tag.
4185
4186 2013-12-23 Chong Yidong <cyd@gnu.org>
4187
4188 * subr.el (set-transient-map): Rename from
4189 set-temporary-overlay-map. Doc fix.
4190
4191 * face-remap.el (text-scale-adjust):
4192 * indent.el (indent-rigidly):
4193 * kmacro.el (kmacro-call-macro):
4194 * minibuffer.el (minibuffer-force-complete):
4195 * repeat.el (repeat):
4196 * simple.el (universal-argument--mode):
4197 * calendar/todo-mode.el (todo-insert-item--next-param):
4198 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4199
4200 * indent.el (indent-rigidly): Use substitute-command-keys.
4201
4202 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4203
4204 * net/eww.el (eww-tag-select): Add text-property to jump to next
4205 select field.
4206 (eww): Add non-supported ftp error.
4207
4208 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4209
4210 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4211 comments. Handle electric indent after typing `?' and `!'.
4212
4213 2013-12-22 Chong Yidong <cyd@gnu.org>
4214
4215 * faces.el (face-spec-recalc): If the theme specs are not
4216 applicable to a frame, fall back on the defface spec.
4217 This prevents themes from obliterating faces on low-color terminals.
4218
4219 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4220
4221 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4222 after `{'. We need it after block openers, and it doesn't seem
4223 to hurt after hash openers.
4224
4225 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4226
4227 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4228 extracted from `ruby-smie-rules'.
4229 (ruby--electric-indent-chars): New variable.
4230 (ruby--electric-indent-p): New function.
4231 (ruby-mode): Use `electric-indent-functions' instead of
4232 `electric-indent-chars'.
4233
4234 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4235
4236 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4237 docstring.
4238 (ruby-smie-rules): Indent plus one level after `=>'.
4239
4240 2013-12-21 Richard Stallman <rms@gnu.org>
4241
4242 * simple.el (newline): Doc fix.
4243
4244 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4245
4246 * net/eww.el (eww-list-histories, eww-list-histories)
4247 (eww-history-browse, eww-history-quit, eww-history-kill)
4248 (eww-history-mode-map, eww-history-mode): New command and
4249 functions to list browser histories.
4250 (eww-form-text): Support text form with disabled
4251 and readonly attributes.
4252 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4253
4254 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4255
4256 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4257 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4258 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4259 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4260 Use `user-error'.
4261 (eww-bookmark-mode-map): Add menu.
4262 (eww-render, eww-mode): Use `setq-local'.
4263 (eww-tool-bar-map): New variable.
4264 (eww-mode): Set `tool-bar-map'.
4265 (eww-view-source): Check for `html-mode' with `fboundp'.
4266
4267 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4268
4269 * net/shr.el (shr--extract-best-source): Don't bug out on audio
4270 elements with text inside. Also remove debugging.
4271
4272 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
4273
4274 * cus-start.el (all): Add ns-use-srgb-colorspace.
4275
4276 2013-12-21 Chong Yidong <cyd@gnu.org>
4277
4278 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4279 undefined. Thus, theme settings for undefined faces do not take
4280 effect until the faces are defined with defface, the same as with
4281 theme variables.
4282
4283 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4284 (face-spec-reset-face): Don't assign extra properties in temacs.
4285 (face-spec-recalc): Apply X resources too.
4286
4287 2013-12-21 Chong Yidong <cyd@gnu.org>
4288
4289 * faces.el (face-spec-set):
4290 * cus-face.el (custom-theme-set-faces, custom-set-faces):
4291 * custom.el (defface): Doc fixes (Bug#16203).
4292
4293 * indent.el (indent-rigidly-map): Add docstring, and move commands
4294 into named functions.
4295 (indent-rigidly-left, indent-rigidly-right)
4296 (indent-rigidly-left-to-tab-stop)
4297 (indent-rigidly-right-to-tab-stop): New functions. Decide on
4298 indentation direction based on bidi direction, and accumulate
4299 sequential commands in a single undo boundary.
4300 (indent-rigidly--pop-undo): New utility function.
4301
4302 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
4303
4304 * faces.el (read-face-name): Require crm.el when using crm-separator.
4305
4306 2013-12-20 Daniel Colascione <dancol@dancol.org>
4307
4308 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4309 so that we don't reflow comments into the shebang line.
4310
4311 2013-12-20 Juri Linkov <juri@jurta.org>
4312
4313 * saveplace.el (save-place-to-alist): Add `dired-filename' as
4314 a position when `dired-directory' is non-nil. Check integer
4315 positions with `integerp'.
4316 (toggle-save-place, save-places-to-alist): Add check for
4317 `dired-directory'.
4318 (save-place-find-file-hook): Check integer positions with
4319 `integerp'.
4320 (save-place-dired-hook): Use `dired-goto-file' when
4321 `dired-filename' is found in the assoc list. Check integer
4322 positions with `integerp'.
4323 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4324
4325 * dired.el (dired-initial-position-hook): Rename back from
4326 `dired-initial-point-hook'.
4327 (dired-initial-position): Rename `dired-initial-point-hook' to
4328 `dired-initial-position-hook'.
4329 (dired-file-name-at-point): Doc fix. (Bug#15329)
4330
4331 2013-12-20 Juri Linkov <juri@jurta.org>
4332
4333 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4334 (read-regexp-suggestions): New function.
4335 (read-regexp): Use `read-regexp-defaults-function' to get default values.
4336 Use `read-regexp-suggestions'. Add non-empty default to history
4337 for empty input.
4338 (occur-read-regexp-defaults-function): Remove function.
4339 (occur-read-primary-args): Use `regexp-history-last' instead of
4340 `occur-read-regexp-defaults-function'.
4341
4342 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4343 (hi-lock-line-face-buffer, hi-lock-face-buffer)
4344 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4345 `hi-lock-read-regexp-defaults-function'. Doc fix.
4346 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4347 with `find-tag-default-as-symbol-regexp'. Doc fix.
4348 (hi-lock-read-regexp-defaults): Remove function.
4349 (hi-lock-regexp-okay): Add check for null.
4350
4351 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4352 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
4353
4354 * subr.el (find-tag-default-as-symbol-regexp): New function.
4355 (find-tag-default-as-regexp): Move symbol regexp formatting to
4356 `find-tag-default-as-symbol-regexp'.
4357
4358 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
4359
4360 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4361 (Bug#14179)
4362
4363 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4364
4365 * calendar/todo-mode.el: New implementation of item insertion
4366 commands and key bindings.
4367 (todo-key-prompt): New face.
4368 (todo-insert-item): New command.
4369 (todo-insert-item--parameters): New defconst, replacing defvar
4370 todo-insertion-commands-args-genlist.
4371 (todo-insert-item--param-key-alist): New defconst, replacing
4372 defvar todo-insertion-commands-arg-key-list.
4373 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4374 (todo-insert-item--argsleft, todo-insert-item--apply-args)
4375 (todo-insert-item--next-param): New functions.
4376 (todo-insert-item--args, todo-insert-item--argleft)
4377 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4378 New variables.
4379 (todo-key-bindings-t): Change binding of "i" from
4380 todo-insertion-map to todo-insert-item.
4381 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4382 (todo-insertion-command-name, todo-insertion-commands-names)
4383 (todo-define-insertion-command, todo-insertion-commands)
4384 (todo-insertion-key-bindings, todo-insertion-map): Remove.
4385
4386 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4387
4388 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4389 (todo-toggle-item-highlighting): Use eval-and-compile instead of
4390 eval-when-compile.
4391 (todo-move-category): Allow choosing a non-existing todo file to
4392 move the category to, and create that file.
4393 (todo-default-priority): New user option.
4394 (todo-set-item-priority): Use it.
4395 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4396 (desktop-restore-file-buffer): Declare.
4397 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4398 (todo-modes-set-2): Locally set desktop-save-buffer to
4399 todo-desktop-save-buffer.
4400 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4401 (auto-mode-alist): Add autoload cookie.
4402
4403 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
4404
4405 * emacs-lisp/subr-x.el: Renamed from helpers.el.
4406 helpers.el was a poor choice of name.
4407 (string-remove-prefix): New function.
4408 (string-remove-suffix): New function.
4409
4410 2013-12-20 Martin Rudalics <rudalics@gmx.at>
4411
4412 Fix assignment for new window total sizes.
4413 * window.el (window--pixel-to-size): Remove function.
4414 (window--pixel-to-total-1, window--pixel-to-total):
4415 Fix calculation of new total sizes.
4416
4417 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
4418
4419 * comint.el (comint-output-filter): Fix rear-nonsticky property
4420 placement (Bug#16010).
4421
4422 2013-12-20 Chong Yidong <cyd@gnu.org>
4423
4424 * faces.el (read-color): Minor fix for completion function.
4425
4426 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
4427
4428 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4429 New option. (Bug#16182)
4430 (ruby-smie--indent-to-stmt-p): Use it.
4431 (ruby-smie-rules): Revert the logic in the handling of `when'.
4432 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4433 (ruby-deep-arglist, ruby-deep-indent-paren)
4434 (ruby-deep-indent-paren-style): Update docstrings to note that the
4435 vars don't have any effect with SMIE.
4436
4437 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
4438
4439 * calc/calc.el (calc-enter, calc-pop): Use the variable
4440 `calc-context-sensitive-enter'.
4441
4442 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4443
4444 * net/shr.el (shr-insert): Protect against infloops in degenerate
4445 tables.
4446
4447 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4448
4449 * progmodes/octave.el (octave): Add link to manual and octave
4450 homepage.
4451 (octave-mode-menu): Link to octave-mode manual.
4452
4453 2013-12-20 Leo Liu <sdl.web@gmail.com>
4454
4455 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4456 insertion using skeleton-end-newline. (Bug#16138)
4457
4458 2013-12-20 Juri Linkov <juri@jurta.org>
4459
4460 * replace.el (occur-engine): Use `add-face-text-property'
4461 to add the face property to matches and titles. (Bug#14645)
4462
4463 * hi-lock.el (hi-green): Use lighter color "light green" closer to
4464 the palette of other hi-lock colors.
4465 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4466
4467 2013-12-19 Juri Linkov <juri@jurta.org>
4468
4469 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4470 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
4471 (minibuffer-history-symbol): Move variable declaration closer to
4472 its usage.
4473
4474 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4475 (Bug#14785)
4476
4477 2013-12-19 Juri Linkov <juri@jurta.org>
4478
4479 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4480 New function.
4481 (log-edit-hook): Add it to :options. (Bug#16170)
4482
4483 2013-12-19 Juri Linkov <juri@jurta.org>
4484
4485 * simple.el (eval-expression-print-format): Don't check for
4486 command names and the last command. Always display additional
4487 formats of the integer result in the echo area, and insert them
4488 to the current buffer only with a zero prefix arg.
4489 Display character when char-displayable-p is non-nil.
4490 (eval-expression): With a zero prefix arg, set `print-length' and
4491 `print-level' to nil, and insert the integer values from
4492 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4493
4494 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4495 `eval-last-sexp-arg-internal'. Doc fix.
4496 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4497 `eval-last-sexp-print-value'. Doc fix.
4498 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4499 Set `print-length' and `print-level' to nil when arg is zero.
4500 (eval-last-sexp): Doc fix.
4501 (eval-defun-2): Print the integer values from
4502 `eval-expression-print-format' at the end.
4503
4504 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4505 values from `eval-expression-print-format' at the end.
4506
4507 * ielm.el (ielm-eval-input): Print the integer
4508 values from `eval-expression-print-format' at the end.
4509
4510 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4511
4512 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4513 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4514
4515 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4518 (hl-line-highlight, global-hl-line-highlight): Use it.
4519 (hl-line-overlay): Use defvar-local.
4520
4521 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4522
4523 * term/ns-win.el: Require dnd.
4524 (global-map): Remove drag items.
4525 (ns-insert-text, ns-set-foreground-at-mouse)
4526 (ns-set-background-at-mouse):
4527 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4528 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4529 New functions.
4530
4531 2013-12-19 Glenn Morris <rgm@gnu.org>
4532
4533 * emacs-lisp/ert.el (ert-select-tests):
4534 Fix string/symbol mixup. (Bug#16121)
4535
4536 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4537
4538 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4539 keywords to their parent.
4540
4541 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4542
4543 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4544 first arg to be a string (fixed dead code), or an operator symbol.
4545 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4546 operator symbols.
4547 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4548 did nothing. Don't respond to `(:after ".")', it will be called
4549 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4550 change anything. Only return indentation for binary operators
4551 when they are hanging. De-dent opening paren when its parent is
4552 `.', otherwise it looks bad when the dot is not at bol or eol
4553 (bug#16182).
4554
4555 2013-12-19 Juri Linkov <juri@jurta.org>
4556
4557 * replace.el (query-replace-read-args): Split a non-negative arg
4558 and a negative arg into separate elements.
4559 (query-replace, query-replace-regexp, replace-string)
4560 (replace-regexp): Add arg `backward'. Doc fix.
4561 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4562 move point to the beginning of the match.
4563 (replace-search, replace-highlight): Use new arg `backward'
4564 to set the value of `isearch-forward'.
4565 (perform-replace): Add arg `backward' and use it to perform
4566 replacement backward. (Bug#14979)
4567
4568 * isearch.el (isearch-query-replace): Use a negative prefix arg
4569 to call `perform-replace' with a non-nil arg `backward'.
4570
4571 2013-12-18 Juri Linkov <juri@jurta.org>
4572
4573 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4574 to the default list. Move `log-edit-show-files' to the end.
4575 Add more available functions to options.
4576 (log-edit): Move default specific settings to
4577 `log-edit-insert-message-template'. Don't move point.
4578 (log-edit-insert-message-template): New function.
4579 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4580 (Bug#16170)
4581
4582 2013-12-18 Juri Linkov <juri@jurta.org>
4583
4584 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4585 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4586
4587 2013-12-18 Leo Liu <sdl.web@gmail.com>
4588
4589 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4590 (Bug#16186)
4591
4592 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4593
4594 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4595 formats for displaying file sizes when the -s switch is given.
4596 Instead, compute a separate format for displaying the size in
4597 blocks, which is displayed in addition to the "regular" size.
4598 When -h is given in addition to -s, produce size in blocks in
4599 human-readable form as well. (Bug#16179)
4600
4601 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4602
4603 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4604 Reference tables with ~\ref{...} instead of only \ref{...}.
4605
4606 2013-12-18 Chong Yidong <cyd@gnu.org>
4607
4608 * cus-edit.el (custom-magic-alist): Fix "themed" description
4609 (Bug#14348).
4610
4611 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4612 is non-nil, do not create a new entry in the symbol's theme-value
4613 or theme-face property; update theme-settings only (Bug#14664).
4614 (custom-available-themes): Doc fix.
4615
4616 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4617 (Bug#15674).
4618
4619 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4620
4621 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4622
4623 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4624 (Bug#13914).
4625
4626 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4627
4628 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4629
4630 2013-12-18 Glenn Morris <rgm@gnu.org>
4631
4632 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4633 * cus-start.el (load-prefer-newer): New option.
4634
4635 2013-12-18 Le Wang <l26wang@gmail.com>
4636
4637 * comint.el (comint-previous-matching-input-from-input):
4638 Retain point (Bug#13404).
4639
4640 2013-12-18 Chong Yidong <cyd@gnu.org>
4641
4642 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4643
4644 2013-12-18 Glenn Morris <rgm@gnu.org>
4645
4646 * mail/emacsbug.el (report-emacs-bug):
4647 Only mention enable-multibyte-characters if non-standard.
4648
4649 2013-12-17 Juri Linkov <juri@jurta.org>
4650
4651 * arc-mode.el (archive-extract-by-file): Check if directory exists
4652 before deletion to not show irrelevant errors if it doesn't exist.
4653
4654 2013-12-17 Juri Linkov <juri@jurta.org>
4655
4656 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4657 (Bug#14751)
4658
4659 * net/eww.el (browse-web): Add alias to `eww'.
4660 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4661 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4662
4663 * net/browse-url.el (browse-url-browser-function): Move `eww'
4664 closer to similar functions.
4665
4666 * startup.el (fancy-startup-screen, fancy-about-screen):
4667 Set browse-url-browser-function to eww-browse-url locally.
4668 (Bug#14751)
4669
4670 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * window.el (window--pixel-to-total): Remove unused `mini' var.
4673 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4674 (split-window): Remove unused `new' var.
4675 (window--display-buffer): Remove unused `frame' and `delta' vars.
4676 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4677 and display-width'.
4678
4679 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4680
4681 * dired.el (dired-mark-pop-up):
4682 * register.el (register-preview): Don't bind
4683 split-height-threshold here since it's now done in
4684 display-buffer-below-selected.
4685
4686 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4687
4688 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4689 xterm-rgb-convert-to-16bit.
4690 (rxvt-register-default-colors): Standardize with
4691 xterm-register-default-colors (Bug#14078).
4692
4693 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4694
4695 * simple.el (kill-region): Pass mark first, then point, so that
4696 kill-append works right (Bug#12819).
4697 (copy-region-as-kill, kill-ring-save): Likewise.
4698
4699 2013-12-17 Leo Liu <sdl.web@gmail.com>
4700
4701 * net/rcirc.el (rcirc-add-face):
4702 * eshell/em-prompt.el (eshell-emit-prompt):
4703 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4704 (Bug#16167)
4705
4706 2013-12-17 Chong Yidong <cyd@gnu.org>
4707
4708 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4709 Suggested by Xue Fuqiao.
4710
4711 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4712
4713 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4714
4715 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * net/shr.el (shr-insert-document): Remove unused var
4718 `shr-preliminary-table-render'.
4719 (shr-rescale-image): Remove unused arg `force'.
4720 (shr-put-image): Update calls accordingly.
4721 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4722
4723 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4724
4725 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4726 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4727 :close-all, to see which indentation method to use (Bug#16116).
4728 (smie-rules-function): Document the method :close-all.
4729
4730 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4731
4732 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4733
4734 * net/eww.el (eww-display-html): If we can't find the anchor we're
4735 looking for, then go to point-min.
4736
4737 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4738
4739 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4740 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4741 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4742 Expand dir too, in case it's relative.
4743
4744 2013-12-16 Juri Linkov <juri@jurta.org>
4745
4746 * desktop.el (desktop-auto-save-timeout): Change default to
4747 `auto-save-timeout'. Doc fix.
4748 (desktop-save): Skip the timestamp in desktop-saved-frameset
4749 when checking for auto-save changes.
4750 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4751 `desktop-auto-save' is called repeatedly by the idle timer.
4752 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4753 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4754 (Bug#15331)
4755
4756 2013-12-16 Juri Linkov <juri@jurta.org>
4757
4758 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4759 (Bug#16035)
4760 (isearch-pre-command-hook): Check `this-command' for symbolp.
4761
4762 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4763
4764 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4765
4766 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4767
4768 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4769 (cfengine3--current-function): Bring in the current-function
4770 functionality from `cfengine3--current-word'.
4771 (cfengine3-completion-function): Bring in the
4772 bounds-of-current-word functionality from
4773 `cfengine3--current-word'.
4774
4775 2013-12-16 Martin Rudalics <rudalics@gmx.at>
4776
4777 * window.el (display-buffer-below-selected):
4778 Bind split-height-threshold to 0 as suggested by Juri Linkov.
4779
4780 2013-12-16 Leo Liu <sdl.web@gmail.com>
4781
4782 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4783 Remove NOMSG arg and all uses changed.
4784
4785 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4788 (cua--deactivate-rectangle): Don't deactivate the mark.
4789 (cua-set-rectangle-mark): Don't set mark-active since
4790 cua--activate-rectangle already does it for us.
4791 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4792 non-rectangular region.
4793
4794 * emulation/cua-base.el (cua-repeat-replace-region):
4795 Use with-current-buffer.
4796
4797 * net/gnutls.el: Use cl-lib.
4798 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4799
4800 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4801
4802 * emacs-lisp/package.el (package-built-in-p): Support both
4803 built-in and the package.el converted package descriptions.
4804 (package-show-package-list): Allow keywords.
4805 (package-keyword-button-action): Use it instead of
4806 `finder-list-matches'.
4807 (package-menu-filter-interactive): Interactive filtering (by
4808 keyword) function.
4809 (package-menu--generate): Support keywords and change keymappings
4810 and headers when they are given.
4811 (package--has-keyword-p): Helper function.
4812 (package-menu--refresh): Use it.
4813 (package--mapc): Helper function.
4814 (package-all-keywords): Use it.
4815 (package-menu-mode-map): Set up menu items and keybindings to
4816 provide a filtering UI.
4817
4818 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4819
4820 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4821 the behavior when a certificate fails validation. Defaults to
4822 old behavior: never abort, just warn.
4823 (gnutls-negotiate): Use it.
4824
4825 2013-12-14 Martin Rudalics <rudalics@gmx.at>
4826
4827 * window.el (display-buffer-below-selected): Never split window
4828 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4829
4830 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4831
4832 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4833 (package-buffer-info): Use it (bug#15108).
4834
4835 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * icomplete.el (icomplete-completions): Make sure the prefix is already
4838 displayed elsewhere before hiding it (bug#16219).
4839
4840 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4841
4842 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4843 open-paren tokens when preceded by a open-paren, too.
4844 (ruby-smie-rules): Handle virtual indentation after open-paren
4845 tokens specially. If there is code between it and eol, return the
4846 column where is starts (Bug#16118).
4847
4848 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4849
4850 * progmodes/cfengine.el: Fix `add-hook' doc.
4851 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4852 (cfengine3--current-word): Fix parameters.
4853 (cfengine3-make-syntax-cache): Simplify further.
4854 (cfengine3-completion-function, cfengine3--current-function):
4855 Use `assq' for symbols.
4856 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4857
4858 2013-12-13 Glenn Morris <rgm@gnu.org>
4859
4860 * loadup.el (load-path): Warn if site-load or site-init changes it.
4861 No more need to reset it when bootstrapping.
4862
4863 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4864
4865 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4866 locations for cf-promises.
4867 (cfengine-mode-syntax-functions-regex): New caching variable.
4868 (cfengine3-fallback-syntax): Fallback syntax for cases where
4869 cf-promises doesn't run.
4870 (cfengine3--current-word): Reimplement using
4871 `cfengine-mode-syntax-functions-regex'.
4872 (cfengine3-completion-function, cfengine3--current-function):
4873 Use `cfengine3-make-syntax-cache' directly.
4874 (cfengine3-clear-syntax-cache): New function.
4875 (cfengine3-make-syntax-cache): Simplify and create
4876 `cfengine-mode-syntax-functions-regex' on demand.
4877 (cfengine3-format-function-docstring): Don't call
4878 `cfengine3-make-syntax-cache' explicitly.
4879
4880 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4881
4882 Fix windmove-find-other-window broken after pixelwise resizing
4883 (Bug#16017).
4884 * windmove.el (windmove-other-window-loc): Revert change from
4885 2013-12-04.
4886 (windmove-find-other-window): Call window-in-direction.
4887 * window.el (window-in-direction): New arguments SIGN, WRAP and
4888 MINI to emulate original windmove-find-other-window behavior.
4889
4890 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4891
4892 * simple.el (blink-matching--overlay): New variable.
4893 (blink-matching-open): Instead of moving point, highlight the
4894 matching paren with an overlay
4895 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4896
4897 * faces.el (paren-showing-faces, show-paren-match)
4898 (show-paren-mismatch): Move from paren.el.
4899
4900 2013-12-13 Leo Liu <sdl.web@gmail.com>
4901
4902 * indent.el (indent-region): Disable progress reporter in
4903 minibuffer. (Bug#16108)
4904
4905 * bindings.el (visual-order-cursor-movement): Fix version.
4906
4907 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4908
4909 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4910 Also match after beginning of line.
4911 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4912 files. Thanks to Russell Sim. (Bug#15378)
4913
4914 2013-12-13 Juri Linkov <juri@jurta.org>
4915
4916 * simple.el <Keypad support>: Remove key bindings duplicated
4917 with bindings.el. (Bug#14397)
4918
4919 2013-12-13 Juri Linkov <juri@jurta.org>
4920
4921 * comint.el (comint-mode-map): Replace `delete-char' with
4922 `delete-forward-char'. (Bug#16109)
4923
4924 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4925
4926 * progmodes/python.el (python-indent-calculate-indentation):
4927 Fix de-denters cornercase. (Bug#15731)
4928
4929 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4930
4931 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4932 (advice--make): Pay attention to `depth'.
4933 (advice--make-1): Don't autoload commands eagerly.
4934 * emacs-lisp/elp.el (elp-instrument-function):
4935 * emacs-lisp/trace.el (trace-function-internal):
4936 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4937
4938 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4939
4940 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4941
4942 * term/w32-win.el (w32-handle-dropped-file):
4943 * startup.el (normal-top-level):
4944 * net/browse-url.el (browse-url-file-url):
4945 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4946 decode file names using 'utf-8' rather than
4947 file-name-coding-system.
4948
4949 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4950
4951 * progmodes/python.el (python-indent-context)
4952 (python-indent-calculate-indentation): Fix auto-identation
4953 behavior for comment blocks. (Bug#15916)
4954
4955 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4956
4957 * progmodes/python.el (python-indent-calculate-indentation):
4958 When determining indentation, don't treat "return", "pass", etc., as
4959 operators when they are just string constituents. (Bug#15812)
4960
4961 2013-12-12 Juri Linkov <juri@jurta.org>
4962
4963 * uniquify.el (uniquify-buffer-name-style): Change default to
4964 `post-forward-angle-brackets'.
4965
4966 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4967 `uniquify'. Change default to `post-forward-angle-brackets'.
4968
4969 2013-12-11 Glenn Morris <rgm@gnu.org>
4970
4971 * emacs-lisp/package.el (finder-list-matches):
4972 Autoload rather than falsely declaring.
4973
4974 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4975
4976 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4977 (eww-mode-map): Use them.
4978
4979 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4980
4981 * window.el (display-buffer-in-side-window): Fix doc-string
4982 (Bug#16115).
4983
4984 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4985
4986 * vc/vc-git.el: Silence byte-compiler warnings.
4987 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4988 (log-edit-set-header): Declare.
4989
4990 2013-12-11 Eli Zaretskii <eliz@gnu.org>
4991
4992 * Makefile.in (custom-deps, finder-data): Run output file names
4993 through unmsys--file-name. (Bug#16099)
4994
4995 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4998 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4999
5000 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5001 instead of deleting the selection "by hand" (bug#16098).
5002 Rely on insert-for-yank to yank rectangles.
5003 (cua-highlight-region-shift-only): Mark obsolete.
5004 (cua-mode): Don't enable/disable transient-mark-mode,
5005 shift-select-mode (cua-mode works both with and without them), and
5006 pc-selection-mode (obsolete).
5007 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5008 (cua--deactivate-rectangle): Deactivate it.
5009
5010 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5011 (delete-selection-helper): Make sure yank starts at the top of the
5012 deleted region.
5013 (minibuffer-keyboard-quit): Use region-active-p.
5014
5015 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5016
5017 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5018 to `delete' (bug#16109).
5019
5020 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5021
5022 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5023 info manual and show keybindings and set `:group' keyword.
5024
5025 2013-12-11 Juri Linkov <juri@jurta.org>
5026
5027 * delsel.el (delete-active-region): Let-bind `this-command'
5028 to prevent `kill-region' from changing its original value.
5029 (delete-selection-helper): Handle `overwrite-mode' for the type
5030 `kill' exactly the same way as for the type `t'.
5031 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5032 Support more commands. (Bug#13312)
5033
5034 2013-12-11 Juri Linkov <juri@jurta.org>
5035
5036 * bindings.el: Map kp keys to non-kp keys systematically
5037 with basic modifiers control, meta and shift. (Bug#14397)
5038
5039 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5040
5041 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5042 "Close browser" menu items. Fix wrong function of "List
5043 bookmarks".
5044
5045 2013-12-11 Juri Linkov <juri@jurta.org>
5046
5047 * misearch.el (multi-isearch-buffers): Set the value of
5048 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5049 arg of isearch-forward to t.
5050 (multi-isearch-buffers-regexp): Set the value of
5051 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5052 arg of isearch-forward-regexp to t.
5053 (multi-isearch-files): Set the value of
5054 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5055 arg of isearch-forward to t.
5056 (multi-isearch-files-regexp): Set the value of
5057 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5058 arg of isearch-forward-regexp to t. (Bug#16035)
5059
5060 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5061 arg of isearch-forward to t.
5062 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5063 arg of isearch-forward-regexp to t.
5064 (dired-isearch-filter-filenames): Remove unnecessary check for
5065 `dired-isearch-filenames'.
5066
5067 * comint.el (comint-history-isearch-backward):
5068 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5069 (comint-history-isearch-backward-regexp):
5070 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5071
5072 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5073
5074 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5075 unmsys--file-name. (Bug#16099)
5076
5077 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5078
5079 * emacs-lisp/package.el (package-keyword-button-action):
5080 Remove finder.el require dependency.
5081
5082 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5083
5084 * emacs-lisp/package.el: Require finder.el.
5085 (describe-package-1): Add keyword buttons.
5086 (package-make-button): New convenience function.
5087 (package-keyword-button-action): Keyword button action using
5088 `finder-list-matches'.
5089
5090 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5091
5092 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5093 last commit.
5094
5095 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5096
5097 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5098 symlinked files.
5099
5100 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5101
5102 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5103 after the end of a percent literal.
5104
5105 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5106
5107 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5108 Handle caret-delimited strings (Bug#16079).
5109
5110 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5111
5112 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5113 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5114 `ruby-parse-partial' (Bug#16078).
5115
5116 2013-12-09 Leo Liu <sdl.web@gmail.com>
5117
5118 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5119
5120 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5121
5122 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5123 (js-switch-indent-offset): New option.
5124 (js--proper-indentation): Use it. And handle the case when
5125 "default" is actually a key in an object literal.
5126 (js--same-line): New function.
5127 (js--multi-line-declaration-indentation): Use it.
5128 (js--indent-in-array-comp, js--array-comp-indentation):
5129 New functions.
5130 (js--proper-indentation): Use them, to handle array comprehension
5131 continuations.
5132
5133 2013-12-08 Leo Liu <sdl.web@gmail.com>
5134
5135 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5136 (flymake-make-overlay): Remove arg MOUSE-FACE.
5137 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5138
5139 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5140
5141 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5142 New function.
5143 (redisplay-highlight-region-function): Use it.
5144
5145 * emulation/cua-base.el (cua--explicit-region-start)
5146 (cua--last-region-shifted): Remove.
5147 (cua--deactivate): Use deactivate-mark.
5148 (cua--pre-command-handler-1): Don't handle shift-selection.
5149 (cua--post-command-handler-1): Don't change transient-mark-mode.
5150 (cua--select-keymaps): Use region-active-p rather than
5151 cua--explicit-region-start or cua--last-region-shifted.
5152 (cua-mode): Enable shift-select-mode.
5153
5154 2013-12-08 Leo Liu <sdl.web@gmail.com>
5155
5156 * progmodes/flymake.el (flymake-popup-current-error-menu):
5157 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5158 (flymake-posn-at-point-as-event, flymake-popup-menu)
5159 (flymake-make-emacs-menu): Remove. (Bug#16077)
5160
5161 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5162
5163 * rect.el (rectangle-mark-mode): Activate mark even if
5164 transient-mark-mode is off (bug#16066).
5165 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5166 is > mark and at bolp.
5167
5168 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5169 (region-extract-function): Use it.
5170 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5171 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5172 Delete functions.
5173 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5174 kill-ring-save, kill-region, delete-char, delete-forward-char.
5175 Ignore self-insert-iso.
5176
5177 * emulation/cua-gmrk.el (cua--init-global-mark):
5178 Ignore `self-insert-iso'.
5179
5180 * emulation/cua-base.el (cua--prefix-copy-handler)
5181 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5182 checking cua--rectangle.
5183 (cua-delete-region): Use region-extract-function.
5184 (cua-replace-region): Delete function.
5185 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5186 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5187 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5188 (cua--init-keymaps): Don't remap delete-selection commands.
5189 (cua-mode): Use delete-selection-mode instead of rolling our own
5190 (bug#16085).
5191
5192 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5193 Obey region-extract-function.
5194
5195 Make registers and delete-selection-mode work on rectangles.
5196 * register.el (describe-register-1): Don't modify the register's value.
5197 (copy-to-register): Obey region-extract-function.
5198 * delsel.el (delete-active-region): Obey region-extract-function.
5199
5200 2013-12-08 Leo Liu <sdl.web@gmail.com>
5201
5202 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5203 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5204 (flymake-compilation-prevents-syntax-check)
5205 (flymake-start-syntax-check-on-newline)
5206 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5207 (flymake-start-syntax-check-on-find-file, flymake-log-level)
5208 (flymake-xml-program, flymake-master-file-dirs)
5209 (flymake-master-file-count-limit)
5210 (flymake-allowed-file-name-masks): Relocate.
5211 (flymake-makehash, flymake-float-time)
5212 (flymake-replace-regexp-in-string, flymake-split-string)
5213 (flymake-get-temp-dir): Remove.
5214 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5215 (flymake-current-row, flymake-selected-frame)
5216 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5217 related functions. (Bug#16077)
5218
5219 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
5220
5221 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5222
5223 2013-12-07 Tassilo Horn <tsdh@gnu.org>
5224
5225 * help-fns.el (describe-function-1): Use new advice-* functions
5226 rather than old ad-* functions. Fix function type description and
5227 source links for advised functions and subrs.
5228
5229 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5230
5231 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5232
5233 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
5234
5235 * progmodes/compile.el (compilation-start):
5236 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5237
5238 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5239 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
5240
5241 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5242
5243 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5244 Touch up the last change.
5245
5246 2013-12-06 Leo Liu <sdl.web@gmail.com>
5247
5248 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5249 (inferior-octave-startup): Always use "octave> " for prompt.
5250 (octave-goto-function-definition)
5251 (octave-sync-function-file-names)
5252 (octave-find-definition-default-filename): Remove redundant backquotes.
5253
5254 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5255
5256 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5257 syntax for `?'.
5258 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5259 where appropriate already.
5260 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5261 end of method names (Bug#15874).
5262
5263 2013-12-06 Juri Linkov <juri@jurta.org>
5264
5265 * isearch.el (isearch--saved-overriding-local-map):
5266 New internal variable.
5267 (isearch-mode): Set it to the initial value of
5268 `overriding-terminal-local-map'.
5269 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5270 with `isearch--saved-overriding-local-map'. (Bug#16035)
5271
5272 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5273
5274 * progmodes/octave.el (inferior-octave-completion-table):
5275 Turn back into function, use `completion-table-with-cache'
5276 (Bug#11906). Update all references.
5277
5278 * minibuffer.el (completion-table-with-cache): New function.
5279
5280 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
5281
5282 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5283
5284 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
5285
5286 * net/eww.el (eww-current-source): New variable to store page
5287 source.
5288 (eww-display-html, eww-mode, eww-save-history)
5289 (eww-restore-history): Use it.
5290 (eww-view-source): New command to view page source.
5291 Opportunistically uses `html-mode' to highlight the buffer.
5292 (eww-mode-map): Install it.
5293
5294 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
5295
5296 * net/dbus.el (dbus-unregister-service)
5297 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5298 Fix docstring.
5299 (dbus-unregister-service): Skip :serial entries in
5300 `dbus-registered-objects-table'.
5301 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5302
5303 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
5304
5305 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5306 around keywords with extra `split-string' argument.
5307
5308 2013-12-04 Martin Rudalics <rudalics@gmx.at>
5309
5310 * windmove.el (windmove-other-window-loc): Handle navigation
5311 between windows (excluding the minibuffer window - Bug#16017).
5312
5313 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
5314
5315 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5316 in D-Bus type syntax.
5317 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5318 preserve unibyte strings. (Bug#16048)
5319
5320 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5323 Call force-mode-line-update is the proper buffer (bug#16042).
5324
5325 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
5326
5327 * vc/log-edit.el (log-edit-add-new-comment): Rename to
5328 `log-edit-remember-comment', make argument optional. Adjust all
5329 callers.
5330 (log-edit-mode): Add `log-edit-remember-comment' to
5331 `kill-buffer-hook' locally.
5332 (log-edit-kill-buffer): Don't remember comment explicitly since
5333 the buffer is killed anyway.
5334
5335 2013-12-04 Juri Linkov <juri@jurta.org>
5336
5337 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5338 add-hook and remove-hook for multi-buffer search. (Bug#16035)
5339
5340 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
5341
5342 * notifications.el (notifications-close-notification): Call the
5343 D-Bus method with ID being a `:uint32'. (Bug#16030)
5344
5345 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5346
5347 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5348
5349 2013-12-03 Juri Linkov <juri@jurta.org>
5350
5351 * progmodes/compile.el (compilation-start): Rename window alist
5352 entry `no-display-ok' to `allow-no-window'.
5353
5354 * simple.el (shell-command): Add window alist entry
5355 `allow-no-window' to `display-buffer'.
5356 (async-shell-command): Doc fix.
5357
5358 * window.el (display-buffer-no-window): New action function.
5359 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
5360
5361 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5362
5363 * vc/log-edit.el (log-edit-set-header): Extract from
5364 `log-edit-toggle-header'.
5365 (log-edit-extract-headers): Separate the summary, when extracted
5366 from header, from the rest of the message with an empty line.
5367
5368 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5369 line, if present, to the Summary header.
5370
5371 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5374 in current-buffer (bug#16029).
5375
5376 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
5377
5378 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5379 (debugger-mode-map): Bind it.
5380 (debugger--backtrace-base): New function.
5381 (debugger-eval-expression): Use it.
5382 (debugger-frame-number): Skip local vars when present.
5383 (debugger--locals-visible-p, debugger--insert-locals)
5384 (debugger--show-locals, debugger--hide-locals): New functions.
5385
5386 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
5387
5388 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5389 "LC_ALL".
5390 (tramp-get-remote-locale): New defun.
5391 (tramp-open-connection-setup-interactive-shell): Use it.
5392
5393 2013-12-02 Leo Liu <sdl.web@gmail.com>
5394
5395 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
5396
5397 * progmodes/sh-script.el (sh-shell-process):
5398 * progmodes/octave.el (inferior-octave-process-live-p):
5399 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5400 (gdb-inferior-io-sentinel):
5401 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5402
5403 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5404
5405 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5406 `save-selected-window' to `log-edit-hide-buf'. This makes
5407 `log-edit-show-files' idempotent.
5408 (log-edit-show-files): Mark the new window as dedicated.
5409
5410 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5411
5412 * vc/log-edit.el (log-edit-mode-map): Add binding for
5413 `log-edit-kill-biffer'.
5414 (log-edit-hide-buf): Add a FIXME comment.
5415 (log-edit-add-new-comment): New function, extracted from
5416 `log-edit-done'.
5417 (log-edit-done, log-edit-add-to-changelog): Use it.
5418 (log-edit-kill-buffer): New command.
5419
5420 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5421
5422 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5423 instead of killing the buffer.
5424
5425 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5428
5429 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5430
5431 * net/eww.el (eww-form-checkbox-selected-symbol)
5432 (eww-form-checkbox-symbol): New customizable variable.
5433 (eww-form-checkbox, eww-toggle-checkbox):
5434 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5435
5436 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5437 (shr--get-media-pref, shr--extract-best-source): New function.
5438 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5439 no :src tag was specified.
5440
5441 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5442 (eww-render): Handle `eww-use-external-browser-for-content-type'.
5443 Use \\` to match beginning of string instead of ^.
5444 (eww-browse-with-external-browser): Provide optional URL parameter.
5445 (eww-render): Set `eww-current-title' back to "".
5446
5447 * net/shr.el (shr-tag-video): Display content for video if no
5448 poster is available.
5449 (shr-tag-audio): Add support for <audio> tag.
5450
5451 * net/eww.el (eww-text-input-types): New const.
5452 (eww-process-text-input): Treat input types in
5453 `eww-text-input-types' as text.
5454
5455 * net/shr.el (shr-tag-table): Fix comment typo.
5456
5457 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5458
5459 * net/eww.el (eww-follow-link): New command to avoid reloading
5460 pages when we follow #target links (bug#15243).
5461 (eww-quit): Special mode buffers shouldn't query before exiting.
5462
5463 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5464
5465 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5466 forms.
5467
5468 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5469
5470 * net/eww.el (eww-restore-history): Update the window title after
5471 moving in the history.
5472 (eww-current-dom): New variable used to save the current DOM.
5473
5474 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
5475
5476 * vc/log-edit.el (log-edit-mode-map): Add binding for
5477 `log-edit-beginning-of-line'.
5478 (log-edit-setup-add-author): New user option.
5479 (log-edit-beginning-of-line): New command.
5480 (log-edit): Move major mode call above the contents setup so that
5481 the local variable values are already applied.
5482 (log-edit): Only insert "Author: " when
5483 `log-edit-setup-add-author' is non-nil.
5484 (log-edit): When SETUP is non-nil, position point after ": "
5485 instead of point-min.
5486
5487 2013-12-01 Glenn Morris <rgm@gnu.org>
5488
5489 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5490
5491 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5492
5493 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5494 redisplay to make sure the initial frame gets a chance to become
5495 visible. (Bug#16014)
5496
5497 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5498
5499 Support resizing frames and windows pixelwise.
5500 * cus-start.el (frame-resize-pixelwise)
5501 (window-resize-pixelwise): New entries.
5502 * emacs-lisp/debug.el (debug): Use window-total-height instead
5503 of window-total-size.
5504 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5505 * help.el (describe-bindings-internal): Use help-buffer as
5506 argument for with-help-window.
5507 (temp-buffer-max-width): New option.
5508 (resize-temp-buffer-window, help-window-setup)
5509 (with-help-window): Rewrite.
5510 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5511 dragging dividers.
5512 * window.el (frame-char-size, window-min-pixel-height)
5513 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5514 (window-min-pixel-width, window-safe-min-pixel-size)
5515 (window-combination-p, window-safe-min-size)
5516 (window-resizable-p, window--size-to-pixel)
5517 (window--pixel-to-size, window--resize-apply-p): New functions.
5518 (window-safe-min-height): Fix doc-string.
5519 (window-size, window-min-size, window--min-size-1)
5520 (window-sizable, window-sizable-p, window--min-delta-1)
5521 (window-min-delta, window--max-delta-1, window-max-delta)
5522 (window--resizable, window--resizable-p, window-resizable)
5523 (window-full-height-p, window-full-width-p, window-at-side-p)
5524 (window--in-direction-2, window-in-direction)
5525 (window--resize-reset-1, window--resize-mini-window)
5526 (window-resize, window-resize-no-error)
5527 (window--resize-child-windows-normal)
5528 (window--resize-child-windows, window--resize-siblings)
5529 (window--resize-this-window, window--resize-root-window)
5530 (window--resize-root-window-vertically)
5531 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5532 (maximize-window, minimize-window, delete-window)
5533 (quit-restore-window, window-split-min-size, split-window)
5534 (balance-windows-2, balance-windows)
5535 (balance-windows-area-adjust, balance-windows-area)
5536 (window--state-get-1, window-state-get, window--state-put-1)
5537 (window--state-put-2, window-state-put)
5538 (display-buffer-record-window, window--display-buffer):
5539 Make functions handle pixelwise sizing of windows.
5540 (display-buffer--action-function-custom-type)
5541 (display-buffer-fallback-action):
5542 Add display-buffer-in-previous-window.
5543 (display-buffer-use-some-window): Resize window to height it had
5544 before.
5545 (fit-window-to-buffer-horizontally): New option.
5546 (fit-frame-to-buffer): Describe new values.
5547 (fit-frame-to-buffer-bottom-margin): Replace with
5548 fit-frame-to-buffer-margins.
5549 (window--sanitize-margin): New function.
5550 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5551 using window-text-pixel-size.
5552
5553 2013-11-30 Glenn Morris <rgm@gnu.org>
5554
5555 * emacs-lisp/bytecomp.el (byte-compile-form):
5556 Make the `interactive-only' warning like the `obsolete' one.
5557 * comint.el (comint-run):
5558 * files.el (insert-file-literally, insert-file):
5559 * replace.el (replace-string, replace-regexp):
5560 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5561 (goto-line, insert-buffer, next-line, previous-line):
5562 Tweak `interactive-only' spec.
5563
5564 Stop keeping (most) generated cedet grammar files in the repository.
5565 * Makefile.in (semantic): New.
5566 (compile-main): Depend on semantic.
5567
5568 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5571 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5572
5573 * uniquify.el (uniquify-buffer-name-style): Change default.
5574
5575 * loadup.el: Preload "uniquify".
5576
5577 * time.el (display-time-update): Update all mode lines (bug#15999).
5578
5579 * electric.el (electric-indent-mode): Enable by default.
5580 * loadup.el: Preload "electric".
5581
5582 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5583
5584 * emacs-lisp/helpers.el (string-empty-p): New function.
5585 (string-blank-p): New function.
5586
5587 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5588
5589 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5590 (Bug#14029).
5591
5592 2013-11-29 Andreas Politz <politza@fh-trier.de>
5593 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5594 allow non-lambda lists as functions.
5595 (imenu--in-alist): Don't recurse into non-subalists.
5596 (imenu): Don't pass function itself as an argument (Bug#14029).
5597
5598 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5599
5600 * progmodes/python.el (python-mode-map): Remove binding for ":".
5601 (python-indent-electric-colon): Remove command.
5602 (python-indent-post-self-insert-function): Integrate the previous code
5603 of python-indent-electric-colon. Make it conditional on
5604 electric-indent-mode.
5605 (python-mode): Add ?: to electric-indent-chars.
5606 Move python-indent-post-self-insert-function to the end of
5607 post-self-insert-hook.
5608
5609 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * doc-view.el (doc-view-goto-page): Update mode-line.
5612
5613 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5614
5615 2013-11-27 Glenn Morris <rgm@gnu.org>
5616
5617 * international/charprop.el, international/uni-bidi.el:
5618 * international/uni-category.el, international/uni-combining.el:
5619 * international/uni-comment.el, international/uni-decimal.el:
5620 * international/uni-decomposition.el, international/uni-digit.el:
5621 * international/uni-lowercase.el, international/uni-mirrored.el:
5622 * international/uni-name.el, international/uni-numeric.el:
5623 * international/uni-old-name.el, international/uni-titlecase.el:
5624 * international/uni-uppercase.el:
5625 Remove generated files from VCS repository.
5626
5627 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5628
5629 * filenotify.el (file-notify-add-watch): Don't special-case
5630 w32notify when computing the directory to watch.
5631
5632 2013-11-27 Glenn Morris <rgm@gnu.org>
5633
5634 Make bootstrap without generated uni-*.el files possible again.
5635 * loadup.el: Update command-line-args checking for unidata-gen.
5636 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5637 * composite.el, international/characters.el:
5638 Handle unicode tables being undefined.
5639
5640 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5641 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5642 (compile-main): Depend on leim rule.
5643 (leim): New rule.
5644 * loadup.el: Move leim-list.el to leim/ subdirectory.
5645 * startup.el (normal-top-level): No more leim directory.
5646 * international/ja-dic-cnv.el (skkdic-convert):
5647 Disable version-control and autoloads in output files.
5648 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5649 Disable version-control and autoloads in output files.
5650 * leim/quail: Move here from ../leim.
5651 * leim/quail/hangul.el (hangul-input-method-activate):
5652 Add autoload cookie.
5653 (generated-autoload-load-name): Set file-local value.
5654 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5655 (generated-autoload-load-name): Set file-local value.
5656
5657 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5658
5659 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5660 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5661 (eww-quit): Ask confirmation before quitting eww.
5662
5663 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5664
5665 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5666 reading output from Diff on MS-Windows and MS-DOS.
5667
5668 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5669
5670 * emacs-lisp/helpers.el (string-reverse): New function.
5671
5672 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5673
5674 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5675 names on MS Windows, like "/[::1]:".
5676
5677 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5678 SWITCHES.
5679
5680 2013-11-26 Glenn Morris <rgm@gnu.org>
5681
5682 * progmodes/python.el (python-indent-guess-indent-offset):
5683 Avoid corner-case error. (Bug#15975)
5684
5685 Preload leim-list.el. (Bug#4789)
5686 * loadup.el: Load leim-list.el when found.
5687 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5688
5689 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5690
5691 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5692
5693 * emacs-lisp/helpers.el (string-join): New function.
5694
5695 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5696
5697 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5698 Mark as obsolete and replace it with a symbol property.
5699 (byte-compile-form): Use new 'interactive-only property.
5700 * comint.el, files.el, replace.el, simple.el:
5701 Apply new 'interactive-only properly.
5702
5703 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5704
5705 * window.el (display-buffer-at-bottom): Make sure that
5706 split-window-sensibly creates the new window on bottom
5707 (Bug#15961).
5708
5709 2013-11-23 David Kastrup <dak@gnu.org>
5710
5711 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5712 on the conflict markers when available.
5713 (smerge--get-marker): New function.
5714 (smerge-end-re, smerge-base-re): Add subgroup.
5715
5716 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * frame.el (handle-focus-in, handle-focus-out): Add missing
5719 interactive spec.
5720
5721 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5722
5723 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5724 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5725
5726 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5729 (gomoku--last-pos): New var.
5730 (gomoku--intangible-chars): New const.
5731 (gomoku--intangible): New function.
5732 (gomoku-mode): Use it. Derive from special-mode.
5733 (gomoku-move-up): Adjust line count.
5734 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5735 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5736 Simplify accordingly.
5737
5738 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5739 Remove blink-cursor code.
5740 (blink-cursor-timer-function, blink-cursor-suspend):
5741 Don't special-case GUIs.
5742 (blink-cursor-mode): Use focus-in/out-hook.
5743
5744 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5745
5746 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5747 work when annotation is invisible (Bug#13886).
5748
5749 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5750
5751 * json.el (json-alist-p): Only return non-nil if the alist has
5752 simple keys (Bug#13518).
5753
5754 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5755
5756 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5757 when control-statement is the first statement in a buffer (Bug#15956).
5758
5759 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5760
5761 * imenu.el (imenu-generic-skip-comments-and-strings):
5762 New option (Bug#15560).
5763 (imenu--generic-function): Use it.
5764
5765 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5766
5767 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5768 (Bug#13898)
5769
5770 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5771
5772 * emacs-lisp/helpers.el: Add some string helpers.
5773 (string-trim-left): Removes leading whitespace.
5774 (string-trim-right): Removes trailing whitespace.
5775 (string-trim): Removes leading and trailing whitespace.
5776
5777 * subr.el (string-suffix-p): New function.
5778
5779 2013-11-23 Glenn Morris <rgm@gnu.org>
5780
5781 * progmodes/python.el (python-shell-send-file):
5782 Add option to delete file when done. (Bug#15647)
5783 (python-shell-send-string, python-shell-send-region): Use it.
5784
5785 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5786
5787 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5788 to set buffer-read-only to t, never to nil. (Bug#15938)
5789
5790 * textmodes/tex-mode.el (latex-noindent-environments):
5791 Add safe-local-variable property. (Bug#15936)
5792
5793 2013-11-23 Glenn Morris <rgm@gnu.org>
5794
5795 * textmodes/enriched.el (enriched-mode): Doc fix.
5796 * emacs-lisp/authors.el (authors-renamed-files-alist):
5797 Add enriched.doc -> enriched.txt.
5798
5799 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5800
5801 2013-11-22 Leo Liu <sdl.web@gmail.com>
5802
5803 * progmodes/octave.el (inferior-octave-startup): Spit out error
5804 message.
5805
5806 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5807
5808 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5809 Improve docstring.
5810 Add :version.
5811 (ruby-encoding-magic-comment-style): Add :version.
5812
5813 2013-11-22 Leo Liu <sdl.web@gmail.com>
5814
5815 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5816 (Bug#15076)
5817 (octave-help-mode): Adapt to change to help-mode-finish to use
5818 derived-mode-p on 2013-09-17.
5819 (inferior-octave-prompt): Also match octave-gui.
5820 (octave-kill-process): Don't ask twice. (Bug#10564)
5821
5822 2013-11-22 Leo Liu <sdl.web@gmail.com>
5823
5824 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5825 (inferior-octave-startup, inferior-octave-check-process)
5826 (inferior-octave-track-window-width-change)
5827 (octave-completion-at-point, octave-eldoc-function): Use it.
5828 (octave-kill-process): Provide confirmation. (Bug#10564)
5829
5830 2013-11-21 Leo Liu <sdl.web@gmail.com>
5831
5832 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5833 Fix obsolete variable comment-use-global-state.
5834
5835 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5836
5837 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5838 Add `octave-source-file'.
5839 (octave-source-file): New function. (Bug#15935)
5840
5841 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
5842
5843 * net/eww.el (eww-local-regex): New variable.
5844 (eww): Use it to detect localhost and similar.
5845
5846 2013-11-21 Leo Liu <sdl.web@gmail.com>
5847
5848 Add completion for command `ag'.
5849 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5850 (pcomplete/ag): New function.
5851 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
5852
5853 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5856 (bug#14646).
5857 (make-obsolete): Remove interactive spec.
5858
5859 2013-11-21 Glenn Morris <rgm@gnu.org>
5860
5861 * startup.el (command-line-1): Use path-separator with -L.
5862
5863 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5864
5865 * emacs-lisp/package.el (describe-package-1): Add package archive
5866 to shown fields.
5867
5868 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5869
5870 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5871 Change default to "# encoding: %s" to differentiate it from the
5872 default Ruby encoding comment template.
5873
5874 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5875
5876 * ses.el (ses-mode): Doc fix. (Bug#14748)
5877
5878 2013-11-20 Leo Liu <sdl.web@gmail.com>
5879
5880 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5881
5882 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5883
5884 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5885 when rebase or bisect are in progress.
5886
5887 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5888
5889 * filenotify.el (file-notify-add-watch): Doc fix.
5890
5891 2013-11-19 Leo Liu <sdl.web@gmail.com>
5892
5893 * obsolete/rcompile.el: Mark obsolete.
5894
5895 * progmodes/compile.el (compilation-start)
5896 (compilation-goto-locus, compilation-find-file):
5897 Pass no-display-ok and handle nil value from display-buffer.
5898 (Bug#13594)
5899
5900 * window.el (display-buffer-alist, display-buffer): Document the
5901 new parameter no-display-ok. Return either a window or nil
5902 but never a non-window value.
5903
5904 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * electric.el (electric-indent-mode-map): Remove.
5907 (electric-indent-mode): Change the global-map instead (bug#15915).
5908
5909 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5910 Use add-function.
5911
5912 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * emacs-lisp/nadvice.el (remove-function): Align with
5915 add-function's behavior.
5916
5917 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5918 (gdb--string-regexp): New constant.
5919 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5920 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5921 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5922 submatch 1.
5923 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5924 Adjust use accordingly.
5925 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5926
5927 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5928
5929 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5930 interpolation curlies (Bug#15914).
5931
5932 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5933
5934 * calc/calc.el (calc-context-sensitive-enter): New variable.
5935 (calc-enter): Use `calc-context-sensitive-enter'.
5936
5937 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5938
5939 * progmodes/cfengine.el: Version bump.
5940 (cfengine-cf-promises): New defcustom to locate cf-promises.
5941 (cfengine3-vartypes): Add new "data" type.
5942 (cfengine3--current-word): New function to get current name-like
5943 word or its bounds.
5944 (cfengine3--current-function): New function to look up a CFEngine
5945 function's definition.
5946 (cfengine3-format-function-docstring): New function.
5947 (cfengine3-make-syntax-cache): New function.
5948 (cfengine3-documentation-function): New function: ElDoc glue.
5949 (cfengine3-completion-function): New function: completion glue.
5950 (cfengine3-mode): Set `compile-command',
5951 `eldoc-documentation-function', and add to
5952 `completion-at-point-functions'.
5953
5954 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5955
5956 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5957 `tramp-current-connection'.
5958
5959 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5960
5961 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5962 nil/self/true/false with "end of symbol".
5963
5964 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5965
5966 * subr.el (version-regexp-alist): Fix a typo.
5967
5968 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5969
5970 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5971 "en_US.utf8" and "LC_CTYPE" to "".
5972 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5973 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5974
5975 2013-11-15 Leo Liu <sdl.web@gmail.com>
5976
5977 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5978
5979 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * progmodes/gud.el (ctl-x-map):
5982 Remove C-x SPC binding. (Bug#12342)
5983 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5984
5985 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5986
5987 * subr.el (version-regexp-alist):
5988 Recognize hg, svn and darcs versions as snapshot versions.
5989
5990 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5991 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5992 (ruby--encoding-comment-required-p): Extract from
5993 `ruby-mode-set-encoding'.
5994 (ruby-mode-set-encoding): Add the ability to always insert an
5995 utf-8 encoding comment. Fix and simplify coding comment update
5996 logic.
5997
5998 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
5999
6000 * net/tramp-gvfs.el (top): Run init code only when
6001 `tramp-gvfs-enabled' is not nil.
6002 (tramp-gvfs-enabled): Check also :system bus.
6003
6004 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 Sync with upstream verilog-mode revision 78e66ba.
6007 * progmodes/verilog-mode.el (verilog-end-of-defun)
6008 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6009 (verilog-get-end-of-defun): Remove unused argument.
6010 (verilog-comment-depth): Remove unused local `e'.
6011 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6012 Don't pass arg to verilog-get-end-of-defun.
6013
6014 2013-11-14 Glenn Morris <rgm@gnu.org>
6015
6016 * obsolete/assoc.el (aget): Prefix dynamic variable.
6017
6018 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6019
6020 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6021
6022 * widget.el, hfy-cmap.el: Remove bogus package version number.
6023
6024 2013-11-13 Glenn Morris <rgm@gnu.org>
6025
6026 * replace.el (replace-eval-replacement):
6027 Try to give more helpful error message. (Bug#15836)
6028
6029 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6030 (archive-7z-update): Avoid custom type mismatches.
6031
6032 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6033
6034 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6035
6036 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6037 address can be empty.
6038
6039 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6040 Accept nil SWITCHES.
6041 (tramp-gvfs-handle-write-region): Implement APPEND.
6042
6043 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6044
6045 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6046 binary "|" operator and closing block args delimiter.
6047 Remove FIXME comment referring to Ruby 1.8-only syntax.
6048 (ruby-smie--implicit-semi-p): Not after "|" operator.
6049 (ruby-smie--closing-pipe-p): New function.
6050 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6051 (ruby-smie-rules): Indent after "|".
6052
6053 2013-11-12 Glenn Morris <rgm@gnu.org>
6054
6055 * ps-print.el (ps-face-attribute-list):
6056 Handle anonymous faces. (Bug#15827)
6057
6058 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6059
6060 * window.el (display-buffer-other-frame): Fix doc-string.
6061 (Bug#15868)
6062
6063 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6064
6065 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6066
6067 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6068
6069 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6070 (tramp-sh-handle-file-local-copy): Don't write a message when
6071 saving temporary files.
6072
6073 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6074 both directories are remote.
6075 (tramp-smb-handle-directory-files): Do not return double entries.
6076 Do not expand full file names.
6077 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6078 (tramp-smb-handle-write-region): Implement APPEND.
6079 (tramp-smb-get-stat-capability): Fix a stupid bug.
6080
6081 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6084
6085 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6086
6087 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6088 throwing error over malformed let/let* (bug#15814).
6089
6090 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6091
6092 * iswitchb.el (iswitchb-mode): Mark obsolete.
6093
6094 2013-11-11 Glenn Morris <rgm@gnu.org>
6095
6096 * international/uni-bidi.el, international/uni-category.el:
6097 * international/uni-name.el, international/uni-numeric.el:
6098 Regenerate for Unicode 6.3.0.
6099
6100 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6101
6102 * net/tramp.el (tramp-methods):
6103 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6104 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6105
6106 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6107
6108 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6109 Force highlighting text after Summary keyword in doc face for rpm.
6110
6111 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6112
6113 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6114 available and the word has no wildcards, append one to the grep pattern.
6115 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6116 (ispell-complete-word): Call `ispell-lookup-words' with the value
6117 independent of `ispell-look-p'.
6118
6119 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6120
6121 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6122 Not after "||".
6123 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6124 their parent.
6125
6126 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6127
6128 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6129 (ruby-font-lock-keywords): Use backquote.
6130
6131 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6132
6133 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6134 (ruby-smie--backward-token): Only consider full-string matches.
6135
6136 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6137
6138 * faces.el (describe-face): Add distant-foreground.
6139
6140 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6141
6142 * progmodes/ruby-mode.el: Improve encoding comment handling.
6143 (ruby-encoding-magic-comment-style): New option.
6144 (ruby-custom-encoding-magic-comment-template): New option.
6145 (ruby--insert-coding-comment, ruby--detect-encoding):
6146 New functions extracted from `ruby-mode-set-encoding'.
6147 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6148 to control the style of the auto-inserted encoding comment.
6149
6150 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6151
6152 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6153 Use `smie-backward-sexp' with token argument.
6154
6155 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6156
6157 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6158 Remove instrumentation code.
6159
6160 2013-11-08 Glenn Morris <rgm@gnu.org>
6161
6162 * progmodes/autoconf.el (autoconf-mode):
6163 Tweak comment-start-skip. (Bug#15822)
6164
6165 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6166
6167 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6168 at bobp (bug#15826).
6169 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6170
6171 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6172
6173 * man.el (Man-start-calling): New macro, extracted from
6174 Man-getpage-in-background.
6175 (Man-getpage-in-background): Use it.
6176 (Man-update-manpage): New command.
6177 (Man-mode-map): Bind it.
6178
6179 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6180
6181 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6182 of "and", "or", "&&" and "||".
6183 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6184 argument. Prohibit opening curly brace because it could only be a
6185 block opener in that position.
6186 (ruby-smie--forward-token, ruby-smie--backward-token):
6187 Separate "|" from "&" or "*" going after it. That can happen in block
6188 arguments.
6189 (ruby-smie--indent-to-stmt): New function, seeks the end of
6190 previous statement or beginning of buffer.
6191 (ruby-smie-rules): Use it.
6192 (ruby-smie-rules): Check if there's a ":" before a curly block
6193 opener candidate; if there is, it's a hash.
6194
6195 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6196
6197 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6198 (cl--block-wrapper): Fix last accidental change.
6199
6200 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6201
6202 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6203 Instrument, in order to hunt failure on hydra.
6204
6205 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6206
6207 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6208 malformed bindings form (bug#15814).
6209
6210 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
6211
6212 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6213 "." compared to " @ ". This incidentally fixes some indentation
6214 examples with "do".
6215 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6216 (ruby-smie-grammar): New tokens: "and" and "or".
6217 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6218 Exclude "and" and "or". Remove "do" in order to work around token
6219 priorities.
6220 (ruby-smie-rules): Add all infix tokens. Handle the case of
6221 beginning-of-buffer.
6222
6223 2013-11-06 Glenn Morris <rgm@gnu.org>
6224
6225 * Makefile.in (setwins_almost, setwins_for_subdirs):
6226 Avoid accidental matches.
6227
6228 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * menu-bar.el (popup-menu): Use key-binding.
6231
6232 2013-11-06 Eli Zaretskii <eliz@gnu.org>
6233
6234 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6235 menus, support also the menus produced by minor modes.
6236 (Bug#15817)
6237
6238 2013-11-06 Leo Liu <sdl.web@gmail.com>
6239
6240 * thingatpt.el (thing-at-point-looking-at): Add optional arg
6241 DISTANCE to bound the search. All uses changed. (Bug#15808)
6242
6243 2013-11-06 Glenn Morris <rgm@gnu.org>
6244
6245 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6246 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6247 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6248
6249 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6250
6251 * electric.el (electric-indent-just-newline): New command.
6252 (electric-indent-mode-map): New keymap.
6253 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6254 Re-add :group which weren't redundant.
6255
6256 * electric.el (electric-indent-local-mode): New minor mode.
6257 (electric-indent-functions-without-reindent): New var.
6258 (electric-indent-post-self-insert-function): Use it.
6259 * emacs-lisp/gv.el (buffer-local-value): Add setter.
6260
6261 2013-11-05 Eli Zaretskii <eliz@gnu.org>
6262
6263 * international/quail.el (quail-help): Be more explicit about the
6264 meaning of the labels shown on the keys. (Bug#15800)
6265
6266 * startup.el (normal-top-level): Load the subdirs.el files before
6267 setting the locale environment. (Bug#15805)
6268
6269 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6270
6271 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6272 via arguments so as to get the right ones (bug#15418).
6273
6274 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6275
6276 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6277
6278 Fix problems found while writing a test suite.
6279
6280 * net/tramp-compat.el (tramp-compat-load): New defun.
6281 * net/tramp.el (tramp-handle-load): Use it.
6282
6283 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6284 "(numberp ok-if-already-exists)" correctly.
6285
6286 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
6287
6288 * international/characters.el (glyphless-char-display-control):
6289 Add usage note.
6290
6291 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
6292
6293 * progmodes/python.el (python-mode):
6294 * progmodes/scheme.el (scheme-mode):
6295 * progmodes/prolog.el (prolog-mode):
6296 * progmodes/ruby-mode.el (ruby-mode):
6297 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6298 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6299
6300 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * rect.el (rectangle--highlight-for-redisplay):
6303 * emacs-lisp/smie.el (smie--next-indent-change):
6304 Use buffer-chars-modified-tick.
6305
6306 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6307
6308 * electric.el (electric-indent-post-self-insert-function):
6309 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6310
6311 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
6312
6313 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6314
6315 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6316
6317 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6318 (bug#15786).
6319
6320 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6321
6322 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
6323
6324 * progmodes/python.el: Fix up last change.
6325 (python-shell--save-temp-file): New function.
6326 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
6327 `string' comes from the current buffer.
6328 (python-shell-send-string-no-output): Remove `msg' arg.
6329 (python--use-fake-loc): New var.
6330 (python-shell-buffer-substring): Obey it. Try to compensate for the
6331 extra coding line added by python-shell--save-temp-file.
6332 (python-shell-send-region): Use python-shell--save-temp-file and
6333 python-shell-send-file directly. Add `nomain' argument.
6334 (python-shell-send-buffer): Use python-shell-send-region.
6335 (python-electric-pair-string-delimiter): New function.
6336 (python-mode): Use it.
6337
6338 2013-11-04 Eli Zaretskii <eliz@gnu.org>
6339
6340 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6341 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6342 environment and decoding all of the default-directory's to here
6343 from command-line.
6344 (command-line): Decode also argv[0].
6345
6346 * loadup.el: Error out if default-directory is a multibyte string
6347 when we are dumping.
6348
6349 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
6350
6351 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
6352
6353 * emacs-lisp/package.el (package-menu-mode)
6354 (package-menu--print-info, package-menu--archive-predicate):
6355 Add Archive column to package list.
6356
6357 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
6358
6359 Fix problems found while writing a test suite.
6360
6361 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6362 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6363 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6364 to nil when running original file name handler. Otherwise,
6365 there are problems with constructs like "$$FOO".
6366
6367 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6368 for `localname'.
6369
6370 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
6371
6372 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6373
6374 * subr.el (version<, version<=, version=):
6375 Update docstrings with information for snapshot versions.
6376
6377 * helpers.el: New library for misc helper functions.
6378 (hash-table-keys): New function returning a list of hash keys.
6379 (hash-table-values): New function returning a list of hash values.
6380
6381 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
6382
6383 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6384 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6385
6386 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
6387
6388 * textmodes/fill.el (fill-single-char-nobreak-p): New function
6389 checking whether point is after a 1-letter word.
6390
6391 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6392
6393 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6394 Don't infloop when expanding region over `multiline' syntax-type that
6395 begins a line (bug#15778).
6396
6397 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6398
6399 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6400 Make it into a proper minor mode.
6401 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
6402 (rectangle-mark-mode-map): New keymap.
6403 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6404
6405 2013-11-04 Glenn Morris <rgm@gnu.org>
6406
6407 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6408
6409 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6412 (ruby-smie-rules): Use smie-rule-parent instead.
6413
6414 * emacs-lisp/smie.el (smie-rule-parent): Always call
6415 smie-indent-virtual rather than only for hanging tokens.
6416 (smie--next-indent-change): New helper command.
6417
6418 2013-11-03 Glenn Morris <rgm@gnu.org>
6419
6420 * Makefile.in (abs_srcdir): Remove.
6421 (emacs): Unset EMACSLOADPATH.
6422
6423 2013-11-02 Glenn Morris <rgm@gnu.org>
6424
6425 * Makefile.in (EMACS): Use a relative filename.
6426 (abs_top_builddir): Remove.
6427 (custom-deps, finder-data, autoloads): Use --chdir.
6428
6429 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6430
6431 Use relative filenames in TAGS files.
6432 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6433 (lisptagsfiles4, TAGS): Use relative file names.
6434 (TAGS-LISP): Remove.
6435 (maintainer-clean): No more TAGS-LISP file.
6436
6437 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6438 (lisptagsfiles4): Use absolute filenames again.
6439 (TAGS, TAGS-LISP): Not everything needs to run in one line.
6440 Remove all *loaddefs files, not just the first. Remove esh-groups.
6441 (maintainer-clean): Delete TAGS, TAGS-LISP.
6442
6443 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6444
6445 * emacs-lisp/package.el (package-version-join):
6446 Recognize snapshot versions.
6447
6448 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6449
6450 * subr.el (version-regexp-alist): Add support for snapshot versions.
6451
6452 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6453
6454 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6455 New function, replacement for `smie-rule-parent' for when we want to
6456 skip over our direct parent if it's an assignment token..
6457 (ruby-smie-rules): Use it.
6458
6459 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6460
6461 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6462 unconditionally. Remove now unnecessary forward declarations.
6463 Remove XEmacs-specific setup.
6464 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6465 (ruby-font-lock-syntactic-keywords)
6466 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6467 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6468 (ruby-here-doc-end-syntax): Remove.
6469 (ruby-mode): Don't check whether `syntax-propertize-rules' is
6470 defined as function.
6471
6472 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6473
6474 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6475
6476 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6477
6478 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6479 table and abbrev table, `define-derived-mode' does that for us
6480 anyway.
6481
6482 2013-11-01 Glenn Morris <rgm@gnu.org>
6483
6484 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6485 files is atomic for some time, so no parallel compilation issues).
6486
6487 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6488
6489 * faces.el (face-x-resources): Add :distant-foreground.
6490 (region): Use :distant-foreground for gtk and ns.
6491
6492 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6493
6494 Allow multiple bibliographies when BibLaTeX is used rather than
6495 BibTeX.
6496 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6497 (reftex-locate-bibliography-files): Us it.
6498
6499 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6500
6501 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6502 allow comments in pbm files.
6503
6504 * term/w32-win.el (dynamic-library-alist): Support newer versions
6505 of libjpeg starting with v7: look only for the DLL from the
6506 version against which Emacs was built.
6507 Support versions of libpng beyond 1.4.x.
6508 Support libtiff v4.x.
6509
6510 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6511
6512 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6513 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6514 Add property :safe.
6515 (ruby-deep-arglist): Add property :type.
6516
6517 2013-10-31 Glenn Morris <rgm@gnu.org>
6518
6519 * Makefile.in (custom-deps, finder-data): No need to setq the target
6520 variables, we are in the right directory and the defaults work fine.
6521
6522 2013-10-30 Glenn Morris <rgm@gnu.org>
6523
6524 * Makefile.in (autoloads): Do not use abs_lisp.
6525
6526 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6527 `newline' does not respect `standard-output', so use `princ'.
6528
6529 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6530
6531 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6532 * buff-menu.el (Buffer-menu--unmark): New function.
6533 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6534
6535 2013-10-30 Glenn Morris <rgm@gnu.org>
6536
6537 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6538
6539 * emacs-lisp/package.el (lm-homepage): Declare.
6540
6541 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6542 Fix doc typos.
6543
6544 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6545
6546 * Makefile.in (finder-data, autoloads, update-subdirs)
6547 (compile-main, compile-clean, compile-always, bootstrap-clean):
6548 Check return value of cd.
6549 (compile-calc): Remove.
6550
6551 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6554
6555 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6556 (byte-compile-and-folded): New function.
6557 (=, <, >, <=, >=): Use it.
6558
6559 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6560 (path-separator, null-device, buffer-file-coding-system)
6561 (lpr-headers-switches): Check system-type before modifying them.
6562 (find-buffer-file-type-coding-system): Mark obsolete.
6563 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6564 find-file-not-found-set-buffer-file-coding-system.
6565 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6566 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6567 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6568 (w32-direct-print-region-helper, w32-direct-print-region-function)
6569 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6570 * startup.el (normal-top-level-add-subdirs-to-load-path):
6571 * ps-print.el (ps-print-region-function):
6572 * lpr.el (print-region-function): Use new name.
6573
6574 * subr.el (custom-declare-variable-early): Remove function.
6575 (custom-declare-variable-list): Remove var.
6576 (error, user-error): Remove `while' loop.
6577 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6578 (user-emacs-directory-warning, locate-user-emacs-file):
6579 Move to files.el.
6580 * simple.el (read-quoted-char-radix, read-quoted-char):
6581 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6582 Move from subr.el.
6583 * custom.el (custom-declare-variable-list): Don't process
6584 custom-declare-variable-list.
6585
6586 * progmodes/python.el (python-shell-get-buffer): New function.
6587 (python-shell-get-process): Use it.
6588 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6589 Python which encoding was used. Don't split-string since we only care
6590 about the first line. Return the temp-file, if applicable.
6591 (python-shell-send-region): Tell compile.el how to turn locations in
6592 the temp-file into locations in the source buffer.
6593
6594 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * subr.el (undefined): Add missing behavior from the C code for
6597 unbound keys.
6598
6599 * rect.el: Use lexical-binding. Add new rectangular region support.
6600 (rectangle-mark): New command.
6601 (rectangle--region): New var.
6602 (deactivate-mark-hook): Reset rectangle--region.
6603 (rectangle--extract-region, rectangle--insert-for-yank)
6604 (rectangle--highlight-for-redisplay)
6605 (rectangle--unhighlight-for-redisplay): New functions.
6606 (region-extract-function, redisplay-unhighlight-region-function)
6607 (redisplay-highlight-region-function): Use them to handle
6608 rectangular region.
6609 * simple.el (region-extract-function): New var.
6610 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6611 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6612 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6613 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6614 (redisplay-unhighlight-region-function)
6615 (redisplay-highlight-region-function): New vars.
6616 (redisplay--update-region-highlight): New function.
6617 (pre-redisplay-function): Use it.
6618 (exchange-point-and-mark): Don't deactivate the mark before
6619 reactivate-it anyway.
6620 * comint.el (comint-kill-region): Remove yank-handler argument.
6621 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6622 (delete-char): Remove property, since it's now part of their
6623 default behavior.
6624 (self-insert-iso): Remove property since this command doesn't exist.
6625
6626 * emacs-lisp/package.el (package--download-one-archive)
6627 (describe-package-1): Don't query the user about final newline.
6628
6629 2013-10-29 Daniel Colascione <dancol@dancol.org>
6630
6631 * net/tramp.el (tramp-methods): Document new functionality.
6632 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6633 tramp-hostname-checker if method provides one instead of scanning
6634 argument list for "%h" to decide hostname acceptability.
6635
6636 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6637
6638 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6639 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6640 Handle COPY-CONTENTS. (Bug#15737)
6641
6642 2013-10-28 Daiki Ueno <ueno@gnu.org>
6643
6644 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6645 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6646
6647 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6648
6649 * image.el (defimage, image-load-path): Doc fixes.
6650
6651 2013-10-27 Alan Mackenzie <acm@muc.de>
6652
6653 Indent statements in macros following "##" correctly.
6654 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6655 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6656
6657 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6658
6659 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6660
6661 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6662
6663 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6664 after `=' is probably a new expression.
6665
6666 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6667
6668 * man.el (man-imenu-title): New option.
6669 (Man-mode-map): Add menu. (Bug#15722)
6670 (Man-mode): Add imenu to menu.
6671
6672 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6673
6674 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6675 specific in what the first arg can be: a non-keyword word,
6676 string/regexp/percent literal opener, opening paren, or unary
6677 operator followed directly by word.
6678
6679 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6680
6681 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6682 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6683 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6684 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6685 Remove vars, they do not apply any more.
6686 (prolog-mode-abbrev-table): Remove redundant declaration.
6687 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6688 (prolog-use-smie): Remove.
6689 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6690 supported by prolog-electric-if-then-else-flag.
6691 (prolog-mode-variables, prolog-menu): Use setq-local.
6692 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6693 Remove binding to `Backspace' since this key doesn't exist anyway.
6694 Remove bindings for electric self-inserting keys.
6695 (prog-mode): Assume it's defined.
6696 (prolog-post-self-insert): New function.
6697 (prolog-mode): Use it.
6698 (prolog-indent-line, prolog-indent-level)
6699 (prolog-find-indent-of-matching-paren)
6700 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6701 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6702 (prolog-goto-next-paren, prolog-in-string-or-comment)
6703 (prolog-tokenize, prolog-inside-mline-comment)
6704 (prolog-find-start-of-mline-comment): Remove functions.
6705 (prolog-find-unmatched-paren, prolog-clause-end)
6706 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6707 (prolog-electric--if-then-else): Rename from
6708 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6709 (prolog-tokenize-searchkey): Remove const.
6710 (prolog-clause-info): Use forward-sexp.
6711 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6712 (prolog-electric-if-then-else): Remove commands.
6713 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6714 for use in post-self-insert-hook.
6715 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6716 for use in post-self-insert-hook.
6717 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6718 for use in post-self-insert-hook.
6719 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6720 adapt it for use in post-self-insert-hook.
6721
6722 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6723
6724 * emacs-lisp/ert.el (ert-run-tests-interactively):
6725 Use `completing-read'. (Bug#9756)
6726
6727 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6728
6729 * simple.el (line-move): Call line-move-1 instead of
6730 line-move-visual when the current window hscroll is zero, but
6731 temporary-goal-column indicates we will need to hscroll as result
6732 of the movement. (Bug#15712)
6733
6734 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6735
6736 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6737 capitalization. Use :visible instead of :active.
6738 Fix `ruby-indent-exp' reference. Add menu items for the generic
6739 commands that are used with SMIE.
6740 (ruby-do-end-to-brace): Insert space after `{'.
6741
6742 2013-10-25 John Anthony <john@jo.hnanthony.com>
6743
6744 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6745
6746 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6747
6748 2013-10-25 Glenn Morris <rgm@gnu.org>
6749
6750 * vc/vc.el (vc-print-log): Don't use a working revision unless
6751 one was explicitly specified. (Bug#15322)
6752
6753 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * subr.el (add-to-list): Preserve return value in compiler-macro
6756 (bug#15692).
6757
6758 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6759
6760 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6761 result. Ask user to retry using '-all' flag. (Bug#15701)
6762
6763 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * emacs-lisp/smie.el: New smie-config system.
6766 (smie-config): New defcustom.
6767 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6768 (smie-config-guess, smie-config-save): New commands.
6769 (smie-config--mode-local, smie-config--buffer-local)
6770 (smie-config--trace, smie-config--modefuns): New vars.
6771 (smie-config--advice, smie-config--mode-hook)
6772 (smie-config--setter, smie-config-local, smie-config--get-trace)
6773 (smie-config--guess-value, smie-config--guess): New functions.
6774 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6775 text properties. Treat "string fence" syntax like string syntax.
6776
6777 * progmodes/sh-script.el (sh-use-smie): Change default.
6778 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6779 (sh-var-value): Simplify by CSE.
6780 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6781 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6782 is used.
6783 (sh-guess-basic-offset): Use cl-incf.
6784 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6785
6786 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
6787
6788 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6789 (bug#15699).
6790
6791 2013-10-24 Glenn Morris <rgm@gnu.org>
6792
6793 * Makefile.in (abs_top_srcdir): Remove.
6794 (update-subdirs): Use relative path to update-subdirs.
6795
6796 2013-10-24 Eli Zaretskii <eliz@gnu.org>
6797
6798 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6799 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6800 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6801 Call unmsys--file-name before expand-file-name, not after it.
6802
6803 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
6804
6805 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6806 (ert-test-skipped): New error.
6807 (ert-skip, ert-stats-skipped): New defuns.
6808 (ert--skip-unless): New macro.
6809 (ert-test-skipped): New struct.
6810 (ert--run-test-debugger, ert-test-result-type-p)
6811 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6812 (ert--stats-set-test-and-result, ert-char-for-test-result)
6813 (ert-string-for-test-result, ert-run-tests-batch)
6814 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6815 Handle skipped tests. (Bug#9803)
6816
6817 2013-10-24 Glenn Morris <rgm@gnu.org>
6818
6819 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6820
6821 * Makefile.in (abs_top_srcdir): New, set by configure.
6822 (update-subdirs): Correct build-aux location.
6823
6824 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6825
6826 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6827 value, whether we could auto-deduce `backend', or not.
6828
6829 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6830 with parameters" example. Simplify the "is it block or is it
6831 hash" check, but also make it more thorough.
6832
6833 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6834
6835 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6836
6837 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6840 { if it is hanging.
6841
6842 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6843 :before ";".
6844
6845 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6846
6847 * progmodes/compile.el (compilation-directory-matcher)
6848 (compilation-page-delimiter):
6849 Support GNU Make-4.0 directory quoting. (Bug#15678)
6850
6851 2013-10-23 Leo Liu <sdl.web@gmail.com>
6852
6853 * ido.el (ido-tidy): Handle read-only text.
6854
6855 2013-10-23 Glenn Morris <rgm@gnu.org>
6856
6857 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6858 (emacs, compile, compile-always):
6859 Quote entities that might contain whitespace.
6860 (custom-deps, finder-data, autoloads): Use abs_lisp.
6861 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6862 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6863 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6864
6865 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6866
6867 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6868 Use `following-char'.
6869
6870 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6873 * progmodes/ruby-mode.el (ruby-smie-rules):
6874 Remove corresponding workaround. Fix indentation rule of ";" so it
6875 also applies when ";" is the parent.
6876
6877 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6878
6879 * frame.el (display-screens, display-pixel-height)
6880 (display-pixel-width, display-mm-width, display-backing-store)
6881 (display-save-under, display-planes, display-color-cells)
6882 (display-visual-class, display-monitor-attributes-list):
6883 Mention the optional ‘display’ argument in doc strings.
6884
6885 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6886
6887 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6888 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6889
6890 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6891
6892 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6893 TODO. Add "." after " @ ".
6894 (ruby-smie--at-dot-call): New function. Checks if point at method
6895 call with explicit target.
6896 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6897 to the method name tokens when it precedes them.
6898 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6899 (ruby-smie-rules): Add rule for indentation before and after "."
6900 token.
6901
6902 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * textmodes/remember.el (remember-diary-extract-entries):
6905 Avoid add-to-list.
6906
6907 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6908 an instruction.
6909
6910 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6911
6912 * progmodes/ruby-mode.el (ruby-smie-grammar):
6913 Add (almost) all infix operators.
6914 (ruby-smie--implicit-semi-p): Add new operator chars.
6915
6916 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6917 `smie-down-list'.
6918 (ruby-smie--args-separator-p): Check that there's no newline
6919 between method call and its arguments.
6920
6921 2013-10-20 Alan Mackenzie <acm@muc.de>
6922
6923 Allow comma separated lists after Java "implements".
6924
6925 * progmodes/cc-engine.el (c-backward-over-enum-header):
6926 Parse commas.
6927 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6928 from a "disallowed" list in enum fontification.
6929
6930 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6931
6932 * startup.el (default-frame-background-mode): Remove unused defvar.
6933
6934 * progmodes/verilog-mode.el (verilog-mode): Don't set
6935 comment-indent-function globally.
6936
6937 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6938
6939 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6940 Move Info menu item creation to ns-win.el.
6941
6942 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6943 in menu bar.
6944
6945 * menu-bar.el: Move GNUstep specific menus...
6946
6947 * term/ns-win.el (ns-initialize-window-system): ... to here.
6948
6949 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6950
6951 * simple.el (newline): Only run post-self-insert-hook when
6952 called interactively.
6953
6954 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6955
6956 * icomplete.el (icomplete-with-completion-tables): Add :version.
6957
6958 2013-10-19 Alan Mackenzie <acm@muc.de>
6959
6960 Fix fontification bugs with constructors and const.
6961
6962 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6963 CASE 2) Remove the check for the absence of a suffix construct
6964 after a function declaration with only types (no identifiers) in
6965 the parentheses. Also, accept a function declaration with just a
6966 type inside the parentheses, if this type can be positively
6967 recognised as such, or if a prefix keyword like "explicit" nails
6968 down the construct as a declaration.
6969
6970 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6971
6972 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6973 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6974 the problem whereby selecting a menu item that leads to a
6975 minibuffer prompt moves the cursor out of the minibuffer window,
6976 making it hard to type at the prompt. Suggested by Stefan Monnier
6977 <monnier@iro.umontreal.ca>.
6978
6979 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6980
6981 * menu-bar.el: Don't make Services menu.
6982
6983 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6984
6985 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6986 (ffap-alist): Use ffap-c++-mode for c++-mode.
6987 (ffap-c++-path): New variable.
6988 (ffap-c++-mode): New function.
6989
6990 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6991
6992 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6993
6994 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
6995
6996 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6997 introduced on 2013-09-08, which results in an infinite loop
6998 requesting a password.
6999
7000 2013-10-18 Glenn Morris <rgm@gnu.org>
7001
7002 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7003
7004 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7005
7006 Sync with upstream verilog-mode revision 1a6ecec7.
7007 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7008 (verilog-mode-release-date): Remove.
7009 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7010 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7011 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7012 (verilog-auto-tieoff-ignore-regexp)
7013 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7014 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7015 (verilog-signals-with, verilog-dir-cache-preserving)
7016 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7017 Doc fixes.
7018 (verilog-case-fold): New option, to control case folding in
7019 regexp searches, bug597.
7020 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7021 (verilog-string-match-fold, verilog-in-paren-count)
7022 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7023 (verilog-at-close-struct-p): New functions.
7024 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7025 (verilog-forward-sexp, verilog-set-auto-endcomments)
7026 (verilog-leap-to-case-head): Handle "unique0" case.
7027 (verilog-in-constraint-re): New constant.
7028 (verilog-keywords, verilog-type-font-keywords):
7029 Add some SystemVerilog 1800-2012 keywords.
7030 (verilog-label-be): Remove unimplemented argument, bug669.
7031 (verilog-batch-execute-func): When batch expanding clear
7032 create-lockfiles to prevent spurious user locks when a file ends
7033 up not changing.
7034 (verilog-calculate-indent, verilog-calc-1)
7035 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7036 (verilog-do-indent): Fix indentation of nested constraints
7037 and structures.
7038 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7039 (verilog-auto-inst-param): Use verilog-string-match-fold.
7040 (verilog-read-inst-module-matcher):
7041 Fix AUTOINST on gate primitives with #1.
7042 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7043 Reads all user-defined typed variables.
7044 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7045 (verilog-signals-matching-regexp)
7046 (verilog-signals-not-matching-regexp, verilog-auto):
7047 Respect verilog-case-fold.
7048 (verilog-diff-report): Fix line count.
7049 (verilog-auto-assign-modport): Remove unused local `modi'.
7050 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7051 better handle multidimensional arrays.
7052 Fix packed array ports misadding bit index in AUTOINST, bug637.
7053 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7054 to not double-declare existing outputs and inputs, respectively.
7055 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7056 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7057 (verilog-sk-uvm-component): New skeleton.
7058 (verilog-submit-bug-report): Add verilog-case-fold,
7059 remove verilog-mode-release-date.
7060
7061 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7062
7063 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7064 as before.
7065
7066 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7067
7068 * textmodes/remember.el (remember): Set buffer-offer-save in
7069 remember buffers (bug#13566).
7070
7071 2013-10-18 Daniel Colascione <dancol@dancol.org>
7072
7073 When evaluating forms in ielm, direct standard output to ielm
7074 buffer. Add new ielm-return-for-effect command. Remove trailing
7075 whitespace throughout.
7076
7077 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7078 (ielm-return-for-effect): New command.
7079 (ielm-send-input): Accept optional `for-effect' parameter.
7080 (ielm-eval-input): Accept optional `for-effect' parameter.
7081 Bind `standard-output' to stream we create using
7082 `ielm-standard-output-impl'. Suppress printing result when
7083 `for-effect'.
7084 (ielm-standard-output-impl): New function.
7085 (inferior-emacs-lisp-mode): Explain new features in documentation.
7086
7087 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7088
7089 Code cleanup.
7090
7091 * net/tramp.el (tramp-debug-message): Do not check for connection
7092 buffer.
7093 (tramp-message): Use "vector" connection property.
7094
7095 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7096 (tramp-equal-remote, tramp-eshell-directory-change)
7097 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7098 (tramp-adb-handle-rename-file)
7099 * net/tramp-cmds.el (tramp-list-remote-buffers)
7100 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7101 * net/tramp-compat.el (tramp-compat-process-running-p)
7102 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7103 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7104 (tramp-gvfs-handle-rename-file)
7105 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7106 (tramp-set-file-uid-gid)
7107 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7108 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7109 of `file-remote-p'.
7110
7111 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7112 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7113 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7114 (tramp-gw-open-network-stream): Suppress unrelated traces.
7115
7116 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7117 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7118 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7119 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7120 connection property.
7121
7122 * net/tramp-cache.el (top): Suppress traces when reading
7123 persistency file.
7124
7125 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7126 Refactor common code. Improve debug message.
7127 (tramp-maybe-open-connection)
7128 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7129 connection buffer too early.
7130
7131 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7132 from `tramp-smb-actions-with-acl'.
7133 (tramp-smb-actions-set-acl): New defconst.
7134 (tramp-smb-handle-copy-directory)
7135 (tramp-smb-action-get-acl): New defun, renamed from
7136 `tramp-smb-action-with-acl'.
7137 (tramp-smb-action-set-acl): New defun.
7138 (tramp-smb-handle-set-file-acl): Rewrite.
7139
7140 2013-10-17 Glenn Morris <rgm@gnu.org>
7141
7142 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7143
7144 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * skeleton.el (skeleton-newline): Remove.
7147 (skeleton-internal-1): Use (insert "\n") instead.
7148
7149 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7150 let-bindings.
7151
7152 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7153 forward-sexp-function while we redo its job (bug#15613).
7154
7155 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7156
7157 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7158 represented by lists.
7159
7160 2013-10-16 Glenn Morris <rgm@gnu.org>
7161
7162 * tmm.el (tmm--history): New dynamic variable.
7163 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7164
7165 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7166
7167 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7168 (tramp-smb-errors): Add error messages.
7169 (tramp-smb-actions-with-acl): New defconst.
7170 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7171 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7172 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7173 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7174 (tramp-smb-get-stat-capability): Fix tests.
7175
7176 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7177
7178 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7179 (bug#15580).
7180
7181 2013-10-16 Glenn Morris <rgm@gnu.org>
7182
7183 * ansi-color.el (ansi-color-drop-regexp):
7184 Add 1J, 1K, 2K. (Bug#15617)
7185
7186 * files.el (hack-local-variables--warned-lexical): New.
7187 (hack-local-variables):
7188 Warn about misplaced lexical-binding. (Bug#15616)
7189
7190 * net/eww.el (eww-render): Always set eww-current-url,
7191 and update header line. (Bug#15622)
7192 (eww-display-html): ... Rather than just doing it here.
7193
7194 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7195
7196 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7197 menu navigations commands.
7198
7199 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7200
7201 * progmodes/subword.el (subword-capitalize): Be careful when
7202 the search for [[:alpha:]] fails (bug#15580).
7203
7204 2013-10-14 Eli Zaretskii <eliz@gnu.org>
7205
7206 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7207 to commands that scroll the menu.
7208
7209 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7210
7211 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7212 Handle methods ending with `?' and `!'.
7213
7214 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
7215
7216 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7217 `japanese-cp932' to `cp932' to fix the problem where saving a
7218 source file written in Shift_JIS twice would end up having
7219 `coding: japanese-cp932' which Ruby could not recognize.
7220 (ruby-mode-set-encoding): Add support for encodings mapped to nil
7221 in `ruby-encoding-map'.
7222 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7223 doesn't need to be explicitly declared in magic comment.
7224 (ruby-encoding-map): Add type declaration for better customize UI.
7225
7226 2013-10-13 Glenn Morris <rgm@gnu.org>
7227
7228 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7229 Occur buffers are read-only. http://bugs.debian.org/720775
7230
7231 * emacs-lisp/authors.el (authors-fixed-entries):
7232 Comment out old alpha stuff.
7233
7234 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
7235
7236 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7237 to `after-save-hook' instead of `before-save-hook'.
7238 (ruby-mode-set-encoding): Use the value of coding system used to
7239 write the file. Call `basic-save-buffer-1' after modifying the
7240 buffer.
7241
7242 2013-10-13 Alan Mackenzie <acm@muc.de>
7243
7244 Fix indentation/fontification of Java enum with
7245 "implements"/generic.
7246
7247 * progmodes/cc-engine.el (c-backward-over-enum-header):
7248 Extracted from the three other places and enhanced to handle generics.
7249 (c-inside-bracelist-p): Uses new function above.
7250 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7251 function above.
7252 (c-font-lock-enum-tail): Uses new function above.
7253
7254 2013-10-13 Kenichi Handa <handa@gnu.org>
7255
7256 * international/mule-cmds.el (select-safe-coding-system): Remove a
7257 superfluous condition in chekcing whether a coding system is safe
7258 or not.
7259
7260 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
7261
7262 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
7263
7264 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
7265
7266 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
7267
7268 2013-10-13 Glenn Morris <rgm@gnu.org>
7269
7270 * menu-bar.el (menu-bar-update-buffers):
7271 Unify Buffers menu prompt string. (Bug#15576)
7272
7273 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
7274
7275 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7276 Add some entries.
7277 (authors-fixed-entries): Use accented form of name.
7278
7279 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7282 method calls (bug#15594).
7283 (ruby-smie--args-separator-p): New function.
7284 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7285 recognize paren-free method calls.
7286
7287 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7288 internals of universal-argument.
7289
7290 2013-10-11 Eli Zaretskii <eliz@gnu.org>
7291
7292 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7293 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7294 dropped menu on second mouse click on the menu bar.
7295
7296 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7299 (explicit-shell-file-name): Declare.
7300 (sh--vars-before-point, sh--cmd-completion-table): New functions.
7301 (sh-completion-at-point-function): New function.
7302 (sh-mode): Use it.
7303 (sh-smie--keyword-p): Remove unused argument.
7304 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7305 vars.
7306 (sh-set-shell): Always setup SMIE, even if we use the
7307 old indentation code.
7308
7309 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
7310
7311 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7312 cases of ? and =.
7313 (ruby-smie-rules): Simplify the "do" rule. The cases when the
7314 predicate would return nil are almost non-existent.
7315 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7316
7317 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7318 cache also after commands that modify the buffer but don't move
7319 point.
7320
7321 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * env.el (substitute-env-in-file-name): New function.
7324 (substitute-env-vars): Extend the meaning of the optional arg.
7325
7326 2013-10-10 Eli Zaretskii <eliz@gnu.org>
7327
7328 * term/w32-win.el (dynamic-library-alist): Define separate lists
7329 of GIF DLLs for versions before and after 5.0.0 of giflib.
7330 (Bug#15531)
7331
7332 2013-10-10 João Távora <joaotavora@gmail.com>
7333
7334 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7335 not locked, use last revision and current source as
7336 defaults. (Bug#15569)
7337
7338 2013-10-10 Masatake YAMATO <yamato@redhat.com>
7339
7340 * menu-bar.el (menu-bar-open): Don't use popup-menu if
7341 menu-bar is hidden.
7342
7343 2013-10-10 Martin Rudalics <rudalics@gmx.at>
7344
7345 * window.el (pop-to-buffer-same-window): Fix doc-string.
7346 (Bug#15492)
7347
7348 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7349
7350 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7351
7352 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
7353
7354 * calendar/icalendar.el (icalendar-import-file):
7355 Fix interactive spec. (Bug#15482)
7356
7357 2013-10-10 Glenn Morris <rgm@gnu.org>
7358
7359 * desktop.el (desktop-save): Default to saving in .emacs.d,
7360 since PWD is no longer in desktop-path by default. (Bug#15319)
7361
7362 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7363 now that text mode has a menu with the same entry.
7364 (menu-bar-text-mode-auto-fill): Remove now unused func.
7365 * textmodes/text-mode.el (text-mode-map):
7366 Use auto-fill help text from menu-bar.el.
7367
7368 2013-10-10 John Anthony <john@jo.hnanthony.com>
7369
7370 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
7371
7372 2013-10-09 Juri Linkov <juri@jurta.org>
7373
7374 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7375 instead of this-command-keys. Add universal-argument-more and
7376 universal-argument-minus to the list of prefix commands. (Bug#15568)
7377
7378 2013-10-09 Glenn Morris <rgm@gnu.org>
7379
7380 * vc/vc-svn.el (vc-svn-create-repo):
7381 Expand paths in file://... url. (Bug#15446)
7382
7383 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7384 Add some entries.
7385 (authors): Remove unused local variables.
7386
7387 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7388
7389 * profiler.el: Create a more coherent calltree from partial backtraces.
7390 (profiler-format): Hide the tail with `invisible' so that C-s can still
7391 find the hidden elements.
7392 (profiler-calltree-depth): Don't recurse so enthusiastically.
7393 (profiler-function-equal): New hash-table-test.
7394 (profiler-calltree-build-unified): New function.
7395 (profiler-calltree-build): Use it.
7396 (profiler-report-make-name-part): Indent the calltree less.
7397 (profiler-report-mode): Add visibility specs for profiler-format.
7398 (profiler-report-expand-entry, profiler-report-toggle-entry):
7399 Expand the whole subtree when provided with a prefix arg.
7400
7401 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
7402
7403 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7404 iuwu-mod token.
7405 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7406 hanging iuwu-mod token.
7407 (ruby-smie--forward-token): Do not include a dot after a token in
7408 that token.
7409 (ruby-smie--backward-token): Likewise.
7410
7411 2013-10-08 Juri Linkov <juri@jurta.org>
7412
7413 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7414 to isearch-other-control-char.
7415 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7416 and isearch-post-command-hook to post-command-hook.
7417 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7418 and isearch-post-command-hook from post-command-hook.
7419 (isearch-unread-key-sequence)
7420 (isearch-reread-key-sequence-naturally)
7421 (isearch-lookup-scroll-key, isearch-other-control-char)
7422 (isearch-other-meta-char): Remove functions.
7423 (isearch-pre-command-hook, isearch-post-command-hook):
7424 New functions based on isearch-other-meta-char rewritten
7425 relying on the new behavior of overriding-terminal-local-map
7426 that does not replace the local keymaps any more. (Bug#15200)
7427
7428 2013-10-08 Eli Zaretskii <eliz@gnu.org>
7429
7430 Support menus on text-mode terminals.
7431 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7432 functionality.
7433
7434 * tooltip.el (tooltip-mode): Don't error out on TTYs.
7435
7436 * menu-bar.el (popup-menu, popup-menu-normalize-position):
7437 Move here from mouse.el.
7438 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7439 and arrow keys.
7440 (tty-menu-navigation-map): New map for TTY menu navigation.
7441
7442 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7443
7444 * frame.el (display-mouse-p): Report text-mode mouse as available
7445 on w32.
7446 (display-popup-menus-p): Report availability if mouse is
7447 available; don't condition on window-system.
7448
7449 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7450 (tty-menu-selected-face): New faces.
7451
7452 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7455 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7456 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7457 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7458 New constants.
7459 (lisp-mode-variables): New `elisp' argument.
7460 (emacs-lisp-mode): Use it.
7461 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7462 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7463
7464 * indent.el: Use lexical-binding.
7465 (indent-region): Add progress reporter.
7466 (tab-stop-list): Make it implicitly extend to infinity by repeating the
7467 last step.
7468 (indent--next-tab-stop): New function to implement this behavior.
7469 (tab-to-tab-stop, move-to-tab-stop): Use it.
7470
7471 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
7472
7473 * indent.el (indent-rigidly--current-indentation): New function.
7474 (indent-rigidly-map): New var.
7475 (indent-rigidly): Use it to provide interactive mode (bug#8196).
7476
7477 2013-10-08 Bastien Guerry <bzg@gnu.org>
7478
7479 * register.el (insert-register): Fix 2013-10-07 change.
7480
7481 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * progmodes/perl-mode.el: Use lexical-binding.
7484 Remove redundant :group args.
7485 (perl-nochange): Change default to be closer to other major modes's
7486 standard behavior.
7487 (perl-indent-line): Don't consider text on current line as a
7488 valid beginning of function from which to indent.
7489
7490 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7491 with more than one argument (bug#15538).
7492
7493 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7494
7495 * vc/pcvs.el: Use lexical-binding.
7496 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7497 environment of `eval'.
7498 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7499 than a list of expressions. Adjust callers.
7500 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7501
7502 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7503
7504 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7505 case of the dot in a chained method call being on the following line.
7506
7507 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7508
7509 * electric.el (electric-indent-inhibit): New var.
7510 (electric-indent-post-self-insert-function): Use it.
7511 * progmodes/python.el (python-mode): Set it.
7512
7513 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7514 open braces.
7515
7516 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7517
7518 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7519 (css-mode): Use electric-indent-chars.
7520
7521 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7522 (font-lock-beg, font-lock-end): Move before first use.
7523 (nxml-mode): Use syntax-propertize-function.
7524 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7525 (nxml-extend-after-change-region): Remove.
7526 * nxml/xmltok.el: Use lexical-binding.
7527 (xmltok-save): Use `declare'.
7528 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7529 * nxml/nxml-util.el: Use lexical-binding.
7530 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7531 Use `declare'.
7532 * nxml/nxml-ns.el: Use lexical-binding.
7533 (nxml-ns-save): Use `declare'.
7534 (nxml-ns-prefixes-for): Avoid add-to-list.
7535 * nxml/rng-match.el: Use lexical-binding.
7536 (rng--ipattern): Use cl-defstruct.
7537 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7538 (rng-cons-group-after, rng-subst-group-after)
7539 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7540 Use closures instead of `(lambda...).
7541
7542 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7543
7544 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7545 of BEG and END.
7546
7547 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7548 Use `tramp-handle-insert-file-contents'.
7549 (tramp-gvfs-handle-insert-file-contents): Remove function.
7550
7551 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7552 Use `save-restriction' in order to keep markers.
7553
7554 * net/trampver.el: Update release number.
7555
7556 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * progmodes/compile.el (compilation-parse-errors):
7559 Use compilation--put-prop.
7560 (compilation--ensure-parse): Check compilation-multiline.
7561
7562 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7563
7564 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7565 lexical-binding.
7566
7567 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7568
7569 * progmodes/ruby-mode.el: Fix recently added tests.
7570 (ruby-smie-grammar): Add - and +.
7571 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7572 (ruby-smie--backward-id): New functions.
7573 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7574 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7575 any more.
7576
7577 2013-10-07 Leo Liu <sdl.web@gmail.com>
7578
7579 * register.el (register-preview-delay)
7580 (register-preview-functions): New variables.
7581 (register-read-with-preview, register-preview)
7582 (register-describe-oneline): New functions.
7583 (point-to-register, window-configuration-to-register)
7584 (frame-configuration-to-register, jump-to-register)
7585 (number-to-register, view-register, insert-register)
7586 (copy-to-register, append-to-register, prepend-to-register)
7587 (copy-rectangle-to-register): Use register-read-with-preview to
7588 read register. (Bug#15525)
7589
7590 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7591
7592 * net/network-stream.el (network-stream-open-starttls): Don't add
7593 --insecure if it's already present, because that gnutls-cli
7594 rejects getting that parameter twice.
7595
7596 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7597
7598 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7599 keyword, too.
7600
7601 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7602
7603 * newcomment.el (comment-use-global-state): Change default value
7604 to t, mark obsolete (Bug#15251).
7605 (comment-beginning): In addition to `comment-to-syntax', check the
7606 value of `comment-use-global-state'.
7607
7608 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7611 (ruby-comment-column): Follow the global default, by default.
7612 (ruby-smie-grammar): Add assignment syntax.
7613 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7614 open-paren, a comma, or a \.
7615 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7616 and line continuations.
7617 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7618 followed by implicit semi-colons. Add rule for string concatenation
7619 and for indentation at BOB.
7620 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7621
7622 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7623 calling next-sexp, since next-token may have skipped chars which
7624 next-sexp doesn't know should be skipped!
7625
7626 2013-10-05 Leo Liu <sdl.web@gmail.com>
7627
7628 * progmodes/octave.el (octave-send-region):
7629 Call compilation-forget-errors.
7630
7631 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7632
7633 * vc/vc-svn.el (vc-svn-find-admin-dir):
7634 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7635 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7636 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7637 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7638
7639 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7642
7643 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * subr.el (read-passwd): Hide chars even when called within a context
7646 where after-change-functions is disabled (bug#15501).
7647 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7648 until we removed ourself from overriding-terminal-local-map.
7649
7650 2013-10-04 Leo Liu <sdl.web@gmail.com>
7651
7652 * progmodes/octave.el (inferior-octave-mode):
7653 Call compilation-forget-errors.
7654
7655 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7656
7657 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7658
7659 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7660
7661 * net/secrets.el (secrets-create-collection): Add optional
7662 argument ALIAS. Use proper Label keyword. Append ALIAS as
7663 dbus-call-method argument. (Bug#15516)
7664
7665 2013-10-04 Leo Liu <sdl.web@gmail.com>
7666
7667 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7668 (inferior-octave-compilation-font-lock-keywords): New variables.
7669 (compilation-error-regexp-alist)
7670 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7671 (inferior-octave-mode): Use compilation-shell-minor-mode.
7672
7673 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7674
7675 * minibuffer.el (completion--replace): Be careful that `end' might be
7676 a marker.
7677
7678 2013-10-03 Daiki Ueno <ueno@gnu.org>
7679
7680 Add support for package signature checking.
7681 * emacs-lisp/package.el (url-http-file-exists-p)
7682 (epg-make-context, epg-context-set-home-directory)
7683 (epg-verify-string, epg-context-result-for)
7684 (epg-signature-status, epg-signature-to-string)
7685 (epg-check-configuration, epg-configuration)
7686 (epg-import-keys-from-file): Declare.
7687 (package-check-signature): New user option.
7688 (package-unsigned-archives): New user option.
7689 (package-desc): Add `signed' field.
7690 (package-load-descriptor): Set `signed' field if .signed file exists.
7691 (package--archive-file-exists-p): New function.
7692 (package--check-signature): New function.
7693 (package-install-from-archive): Check package signature.
7694 (package--download-one-archive): Check archive signature.
7695 (package-delete): Remove .signed file.
7696 (package-import-keyring): New command.
7697 (package-refresh-contents): Import default keyring.
7698 (package-desc-status): Add "unsigned" status.
7699 (describe-package-1, package-menu--print-info)
7700 (package-menu-mark-delete, package-menu--find-upgrades)
7701 (package-menu--status-predicate): Support "unsigned" status.
7702
7703 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7706 the new compilation scheme using the new byte-codes.
7707
7708 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7709 (byte-pophandler): New byte codes.
7710 (byte-goto-ops): Adjust accordingly.
7711 (byte-compile--use-old-handlers): New var.
7712 (byte-compile-catch): Use new byte codes depending on
7713 byte-compile--use-old-handlers.
7714 (byte-compile-condition-case--old): Rename from
7715 byte-compile-condition-case.
7716 (byte-compile-condition-case--new): New function.
7717 (byte-compile-condition-case): New function that dispatches depending
7718 on byte-compile--use-old-handlers.
7719 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7720 when we can.
7721
7722 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7723 Optimize under `condition-case' and `catch' if
7724 byte-compile--use-old-handlers is nil.
7725 (disassemble-offset): Handle new bytecodes.
7726
7727 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * subr.el (error): Use `declare'.
7730 (decode-char, encode-char): Use advertised-calling-convention instead
7731 of the docstring to discourage use of the `restriction' arg.
7732
7733 2013-10-03 Daiki Ueno <ueno@gnu.org>
7734
7735 * epg.el (epg-verify-file): Add a comment saying that it does not
7736 notify verification error as a return value nor a signal.
7737 (epg-verify-string): Ditto.
7738
7739 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7740
7741 * progmodes/compile.el (compilation-start): Try globbing the arg to
7742 `cd' (bug#15417).
7743
7744 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7745
7746 Sync with Tramp 2.2.8.
7747
7748 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7749 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7750 * net/trampver.el: Update release number.
7751
7752 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7753
7754 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7755 and default-process-coding-system for darwin only.
7756
7757 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7758
7759 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7760
7761 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7762
7763 * vc/vc-git.el (vc-git-grep): Disable pager.
7764
7765 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7766
7767 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7768 Use :url instead of :homepage, as per
7769 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7770
7771 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7772 non-nil, use `syntax-ppss' (Bug#15251).
7773
7774 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7775
7776 * progmodes/octave.el (inferior-octave-startup-file):
7777 Prefer ~/.emacs.d/init_octave.m.
7778
7779 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7780
7781 * emacs-lisp/package.el (package-desc-from-define):
7782 Accept additional arguments as plist, convert them to an alist and store
7783 them in the `extras' slot.
7784 (package-generate-description-file): Convert extras alist back to
7785 plist and append to the `define-package' form arguments.
7786 (package--alist-to-plist): New function.
7787 (package--ac-desc): Add `extras' slot.
7788 (package--add-to-archive-contents): Check if the archive-contents
7789 vector is long enough, and if it is, pass its `extras' slot value
7790 to `package-desc-create'.
7791 (package-buffer-info): Call `lm-homepage', pass the returned value
7792 to `package-desc-from-define'.
7793 (describe-package-1): Render the homepage button (Bug#13291).
7794
7795 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7796 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7797
7798 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7799
7800 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7801 and default-process-coding-system to utf-8-unix (Bug#15402).
7802
7803 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7804
7805 * subr.el (looking-back): Do not recommend using looking-back.
7806
7807 2013-09-28 Alan Mackenzie <acm@muc.de>
7808
7809 Fix indentation/fontification of Java enum with "implements".
7810
7811 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7812 regexp which matches "implements", etc., in Java.
7813 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7814 specifier clauses coming after "enum".
7815 * progmodes/cc-fonts.el (c-font-lock-declarations)
7816 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7817 after "enum".
7818
7819 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7820
7821 * faces.el (region): Change ns_selection_color to
7822 ns_selection_fg_color, add ns_selection_bg_color.
7823
7824 2013-09-28 Leo Liu <sdl.web@gmail.com>
7825
7826 * progmodes/octave.el (inferior-octave-completion-table)
7827 (inferior-octave-completion-at-point): Minor tweaks.
7828
7829 * textmodes/ispell.el (ispell-lookup-words): Rename from
7830 lookup-words. (Bug#15460)
7831 (lookup-words): Obsolete.
7832 (ispell-complete-word, ispell-command-loop): All uses changed.
7833
7834 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7835
7836 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7837 (octave-mode-menu): Add octave-send-buffer.
7838 (octave-send-buffer): New function.
7839
7840 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7841
7842 * progmodes/octave.el (octave-mode-map): Add key binding for
7843 octave-lookfor.
7844 (octave-mode-menu): Add octave-lookfor.
7845 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7846 octave-lookfor.
7847 (octave-lookfor): New function.
7848
7849 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7850
7851 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7852 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7853 its convention.
7854 (cl--loop-set-iterator-function): New function.
7855 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7856 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7857 Bind `it' with `let' instead of substituting it with `cl-subst'.
7858 (cl--unused-var-p): New function.
7859 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7860 Eliminate some unused variable warnings (bug#15326).
7861
7862 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7863
7864 * doc-view.el (doc-view-scale-reset): Rename from
7865 `doc-view-reset-zoom-level'.
7866 (doc-view-scale-adjust): New command.
7867 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7868 `doc-view-scale-adjust'.
7869
7870 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7871
7872 * doc-view.el (doc-view-reset-zoom-level): New command.
7873 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7874 zoom commands (bug#15466).
7875
7876 2013-09-26 Kenichi Handa <handa@gnu.org>
7877
7878 * international/quail.el (quail-help): Make it not a command.
7879
7880 2013-09-26 Leo Liu <sdl.web@gmail.com>
7881
7882 * minibuffer.el (completion-all-sorted-completions): Make args
7883 optional as they are.
7884
7885 2013-09-25 Daniel Colascione <dancol@dancol.org>
7886
7887 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7888 specs are and that they're not evaluated.
7889
7890 2013-09-24 Sam Steingold <sds@gnu.org>
7891
7892 * midnight.el (clean-buffer-list-kill-regexps)
7893 (clean-buffer-list-kill-buffer-names): Update for the new Man
7894 buffer naming which includes the object name.
7895
7896 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7897
7898 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7899 (eshell-parse-command, eshell-parse-pipeline): Use it since
7900 eshell-separate-commands requires a dynamic scoped var.
7901 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7902
7903 2013-09-23 Leo Liu <sdl.web@gmail.com>
7904
7905 * autoinsert.el (auto-insert-alist): Make the value of
7906 lexical-binding match its file setting.
7907
7908 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7909
7910 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7911
7912 * autoarg.el (autoarg-kp-digit-argument):
7913 * electric.el (Electric-command-loop):
7914 * kmacro.el (kmacro-step-edit-insert):
7915 Do not set universal-argument-num-events.
7916
7917 2013-09-22 Leo Liu <sdl.web@gmail.com>
7918
7919 * files.el (interpreter-mode-alist): Add octave.
7920
7921 2013-09-21 Alan Mackenzie <acm@muc.de>
7922
7923 C++: fontify identifier in declaration following "public:" correctly.
7924 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7925 to match "public", etc.
7926 (c-decl-prefix-re): Add ":" into the C++ value.
7927 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7928 bit. Add a check for a ":" preceded by "public", etc.
7929
7930 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7931
7932 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7933 recognized by GDB 7.5 and later.
7934
7935 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7936
7937 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7938
7939 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * subr.el (internal--call-interactively): New const.
7942 (called-interactively-p): Use it (bug#3984).
7943
7944 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7945
7946 * vc/pcvs.el (cvs-mode-ignore):
7947 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7948 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7949
7950 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7953 (eshell-ls-orig-insert-directory): Remove.
7954 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7955 (eshell-ls-use-in-dired): Use advice-add/remove.
7956 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7957 Add `orig-fun' arg for use in :around advice.
7958 Make it check (redundantly) eshell-ls-use-in-dired.
7959
7960 2013-09-19 Glenn Morris <rgm@gnu.org>
7961
7962 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7963
7964 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7965
7966 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7967
7968 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7969
7970 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7971 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7972 (tramp-get-remote-python): New defuns.
7973 (tramp-get-remote-uid-with-perl)
7974 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7975 contributed by yary <not.com@gmail.com> (tiny change).
7976 (tramp-get-remote-uid-with-python)
7977 (tramp-get-remote-gid-with-python): New defuns. Python code
7978 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7979 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7980
7981 2013-09-19 Glenn Morris <rgm@gnu.org>
7982
7983 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7984
7985 * eshell/em-unix.el (eshell-remove-entries):
7986 Rename argument to avoid name-clash with global `top-level'.
7987
7988 * eshell/esh-proc.el (eshell-kill-process-function):
7989 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7990 (eshell-reset-after-proc): Remove unused arg `proc'.
7991
7992 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7993 (directory-files-and-attributes): Mark unused arg.
7994
7995 * eshell/em-unix.el (eshell-remove-entries):
7996 Remove unused arg `path'. Update callers.
7997
7998 * eshell/em-hist.el (eshell-hist-parse-arguments):
7999 Remove unused arg `silent'. Update callers.
8000
8001 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8002 Fix (f)boundp mix-up.
8003
8004 * eshell/em-smart.el (eshell-smart-scroll-window)
8005 (eshell-disable-after-change):
8006 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8007
8008 2013-09-18 Alan Mackenzie <acm@muc.de>
8009
8010 Fix fontification of type when followed by "const".
8011 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8012 "known" types from fontification.
8013
8014 2013-09-18 Glenn Morris <rgm@gnu.org>
8015
8016 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8017 (chart-face-list): Drop Emacsen without display-color-p.
8018
8019 * net/eww.el (libxml-parse-html-region): Declare.
8020 (eww-display-html): Explicit error if no libxml2 support.
8021
8022 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8023
8024 * image.el (image-type-from-buffer, image-multi-frame-p):
8025 Remove --without-x warning/error.
8026
8027 * mouse.el (mouse-yank-primary):
8028 * term.el (term-mouse-paste):
8029 Reorder to silence --without-x compilation.
8030
8031 * mpc.el (doc-view-mode): Silence --without-x compilation.
8032
8033 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8034 Silence --without-x compilation.
8035
8036 * progmodes/gud.el (gud-find-file, gud-mode):
8037 Silence --without-x compilation.
8038 (tooltip-mode): Declare.
8039
8040 * wdired.el (dired-backup-overwrite): Remove declaration.
8041 (wdired-mode-map): Add doc string.
8042
8043 * custom.el (x-get-resource): Declare.
8044
8045 * eshell/em-glob.el (ange-cache):
8046 * eshell/em-unix.el (ange-cache): Declare.
8047
8048 * faces.el (x-display-list, x-open-connection, x-get-resource):
8049 Declare.
8050
8051 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8052 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8053 Declare.
8054
8055 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8056
8057 * net/gnutls.el (gnutls-log-level): Declare.
8058
8059 * net/shr.el (image-size, image-animate): Declare.
8060
8061 * simple.el (font-info): Declare.
8062
8063 * subr.el (x-popup-dialog): Declare.
8064
8065 * term/common-win.el (x-select-enable-primary)
8066 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8067 Declare.
8068
8069 * term/ns-win.el (x-handle-args): Declare.
8070
8071 * term/x-win.el (x-select-enable-clipboard): Declare.
8072
8073 * term/w32-win.el (create-default-fontset): Declare.
8074
8075 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8076 Declare.
8077
8078 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8079 (fit-frame-to-buffer): Explicit error if --without-x.
8080 (mouse-autoselect-window-select): Silence compiler.
8081
8082 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8083
8084 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8085 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8086 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8087 * eshell/esh-util.el (eshell-sublist):
8088 Remove unused local variables.
8089
8090 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8091
8092 * textmodes/two-column.el: Make 2C-split work for --without-x.
8093 (scroll-bar-columns): Autoload.
8094 (top-level): Require fringe when compiling.
8095
8096 2013-09-18 Leo Liu <sdl.web@gmail.com>
8097
8098 * subr.el (add-hook): Robustify to handle closure as well.
8099
8100 2013-09-17 Glenn Morris <rgm@gnu.org>
8101
8102 * simple.el (messages-buffer-mode-map): Unbind "g".
8103
8104 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8105
8106 * help-mode.el (help-mode-finish): Use derived-mode-p.
8107 Remove obsolete highlighting.
8108
8109 * play/life.el (life-mode): Use define-derived-mode. Derive from
8110 special-mode.
8111 (life): Let-bind inhibit-read-only.
8112 (life-setup): Avoid `setq'. Use `life-mode'.
8113
8114 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8115 which should not be needed any more.
8116 (package-menu-refresh, package-menu-describe-package): Use user-error.
8117
8118 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8119 (eshell-post-rewrite-command-hook): Make obsolete.
8120 (eshell-parse-command): Simplify.
8121 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8122 (eshell--cmd): Declare.
8123 (eshell-parse-pipeline): Remove unused var `final-p'.
8124 Pass a dynvar to eshell-post-rewrite-command-hook.
8125 Implement the new eshell-post-rewrite-command-function.
8126 (eshell-invoke-directly): Remove unused arg `input'.
8127 * eshell/esh-io.el (eshell-io-initialize):
8128 Use eshell-post-rewrite-command-function (bug#15399).
8129 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8130 adjust to new calling convention.
8131 (eshell-create-handles): Rename args to avoid clashing with dynvar
8132 `standard-output'.
8133
8134 2013-09-17 Glenn Morris <rgm@gnu.org>
8135
8136 * simple.el (messages-buffer-mode): New major mode.
8137 (messages-buffer): New function.
8138 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8139 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8140 (ert-run-test): Use `messages-buffer' function.
8141 (ert--force-message-log-buffer-truncation): Ignore read-only.
8142 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8143 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8144
8145 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8148
8149 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8150
8151 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * icomplete.el (icomplete-in-buffer): New var.
8154 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8155 vars and replace them with functions.
8156 (icomplete-minibuffer-setup): Adjust accordingly.
8157 (icomplete--completion-table, icomplete--completion-predicate)
8158 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8159 New functions.
8160 (icomplete-forward-completions, icomplete-backward-completions)
8161 (icomplete-simple-completing-p, icomplete-exhibit)
8162 (icomplete-completions): Use them.
8163 (icomplete--in-region-buffer): New var.
8164 (icomplete--in-region-setup): New function.
8165 (icomplete-mode): Use it.
8166
8167 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8168 (bug#15379).
8169 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8170 return args and options.
8171 (eshell-eval-using-options): Use the new return value of
8172 eshell--do-opts to set the options's vars in their scope.
8173 (eshell--set-option): Rename from eshell-set-option.
8174 Add arg `opt-vals'.
8175 (eshell--process-option): Rename from eshell-process-option.
8176 Add arg `opt-vals'.
8177 (eshell--process-args): Use an `opt-vals' alist to store the options's
8178 values during their processing and return them additionally to the
8179 remaining args.
8180
8181 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8182
8183 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8184 continuation character an operator, as far as indentation is
8185 concerned (Bug#15369).
8186
8187 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8188
8189 * window.el (window--state-put-2): Don't process buffer state
8190 when buffer doesn't exist any more (Bug#15382).
8191
8192 2013-09-15 Glenn Morris <rgm@gnu.org>
8193
8194 * eshell/em-unix.el (eshell/rm):
8195 Make -f ignore missing files. (Bug#15373)
8196
8197 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8198 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8199 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8200
8201 2013-09-14 Glenn Morris <rgm@gnu.org>
8202
8203 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8204
8205 2013-09-13 Glenn Morris <rgm@gnu.org>
8206
8207 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8208 (dired-guess-default): Make `file' available in the env. (Bug#15363)
8209
8210 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
8211
8212 * frame.el (x-focus-frame): Mark as declared in frame.c.
8213
8214 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8215
8216 * ls-lisp.el: Use advice-add.
8217 (original-insert-directory): Remove.
8218 (ls-lisp--insert-directory): Rename from insert-directory; add
8219 `orig-fun' argument.
8220 (insert-directory): Advise.
8221
8222 2013-09-13 Eli Zaretskii <eliz@gnu.org>
8223
8224 * term.el (term-emulate-terminal): Decode the command string
8225 before passing it to term-command-hook. (Bug#15337)
8226
8227 2013-09-13 Glenn Morris <rgm@gnu.org>
8228
8229 * eshell/esh-util.el (ange-cache): Move declaration earlier.
8230
8231 * eshell/esh-ext.el (eshell-search-path): Declare.
8232
8233 * eshell/em-prompt.el (eshell/pwd): Autoload it.
8234 Otherwise an error occurs if eshell-dirs module not loaded.
8235
8236 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8237
8238 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
8239
8240 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8241 `tramp-check-proper-host'. Check for a valid method name.
8242
8243 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8244 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8245 * net/tramp-sh.el (tramp-maybe-open-connection):
8246 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8247
8248 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8249 also for hash values.
8250
8251 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 * term/ns-win.el (parameters): Don't declare as dynamic.
8254 (before-make-frame-hook): Don't add ineffective function.
8255
8256 * eshell/*.el: Use lexical-binding (bug#15231).
8257
8258 2013-09-12 Kenichi Handa <handa@gnu.org>
8259
8260 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8261
8262 2013-09-12 Glenn Morris <rgm@gnu.org>
8263
8264 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8265 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8266
8267 * subr.el (do-after-load-evaluation): Also give compiler warnings
8268 when obsolete files are used (except by obsolete files).
8269
8270 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8271 in the status output, assume `filename' is the first. (Bug#15322)
8272
8273 * vc/vc.el (vc-deduce-fileset): Doc fix.
8274
8275 * calc/calc-help.el (Info-goto-node):
8276 * progmodes/cperl-mode.el (Info-find-node):
8277 * vc/ediff.el (Info-goto-node): Update declarations.
8278
8279 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8280
8281 * vc/vc-bzr.el (vc-compilation-mode): Declare.
8282 (vc-bzr-pull): Require vc-dispatcher.
8283 * vc/vc-git.el (vc-compilation-mode): Declare.
8284 (vc-git-pull): Require vc-dispatcher.
8285
8286 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8287
8288 * progmodes/octave.el (help-button-action): Declare.
8289
8290 * shell.el (shell-directory-tracker): Output error as a message
8291 rather than just returning it as a string.
8292 (shell-process-pushd): Remove useless use of message.
8293
8294 * dframe.el (dframe-timer-fn):
8295 * files.el (dir-locals-read-from-file):
8296 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8297 (mpc-format):
8298 * reveal.el (reveal-post-command):
8299 * saveplace.el (load-save-place-alist-from-file):
8300 * shell.el (shell-resync-dirs):
8301 * w32-common-fns.el (x-get-selection-value):
8302 * emacs-lisp/copyright.el (copyright-find-copyright):
8303 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8304 * emulation/tpu-edt.el (tpu-copy-keyfile):
8305 * play/bubbles.el (bubbles--mark-neighbourhood):
8306 * progmodes/executable.el
8307 (executable-make-buffer-file-executable-if-script-p):
8308 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8309
8310 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 Cleanup Eshell to rely less on dynamic scoping.
8313 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8314 last-value, and ext-command here. Bind `args' closer to `body'.
8315 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8316 (eshell--args): Declare new dynamic var.
8317 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
8318 last-value, and ext-command. Pass `args' to `body'.
8319 (eshell-process-args): Bind eshell--args.
8320 (eshell-set-option): Use eshell--args.
8321 * eshell/eshell.el (eshell): Use derived-mode-p.
8322 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8323 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8324 (eshell-glob-function): Declare.
8325 * eshell/esh-util.el: Require cl-lib.
8326 (eshell-read-hosts-file): Avoid add-to-list.
8327 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8328 `err'.
8329 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8330 Declare.
8331 (eshell/diff): Remove unused var `err'.
8332 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8333 `killflag'.
8334 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8335 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8336 first use.
8337 * eshell/em-glob.el (eshell-glob-matches, message-shown):
8338 Move declaration before first use.
8339 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8340 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8341 rely on cl-return.
8342
8343 2013-09-12 Glenn Morris <rgm@gnu.org>
8344
8345 * term/ns-win.el (global-map): Remove binding for ispell-next,
8346 deleted 1999-05-29. (Bug#15357)
8347
8348 2013-09-11 Glenn Morris <rgm@gnu.org>
8349
8350 * echistory.el (electric-command-history): Remove call to deleted func.
8351
8352 * play/landmark.el (landmark-mode): Fix typos.
8353
8354 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8355 Check cvs-sort-ignore-file is bound.
8356
8357 * savehist.el: No need for cl when compiling on Emacs.
8358
8359 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8360
8361 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8362 (bug#15338).
8363 (eshell-self-insert-command, eshell-send-invisible):
8364 Remove unused argument.
8365 (eshell-handle-control-codes): Remove unused var `orig'.
8366 Avoid delete-backward-char.
8367
8368 * files.el (set-auto-mode): Simplify a bit further.
8369
8370 2013-09-11 Glenn Morris <rgm@gnu.org>
8371
8372 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8373 (set-auto-mode): Don't regexp-quote elements.
8374 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8375 * progmodes/cc-mode.el (interpreter-mode-alist):
8376 * progmodes/ruby-mode.el (interpreter-mode-alist):
8377 Revert previous change.
8378
8379 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8380
8381 * play/snake.el (snake-mode):
8382 * play/mpuz.el (mpuz-mode):
8383 * play/landmark.el (lm-mode):
8384 * play/blackbox.el (blackbox-mode):
8385 * play/5x5.el (5x5-mode):
8386 * obsolete/options.el (Edit-options-mode):
8387 * net/quickurl.el (quickurl-list-mode):
8388 * net/newst-treeview.el (newsticker-treeview-mode):
8389 * mail/rmailsum.el (rmail-summary-mode):
8390 * mail/mspools.el (mspools-mode):
8391 * locate.el (locate-mode):
8392 * ibuffer.el (ibuffer-mode):
8393 * emulation/ws-mode.el (wordstar-mode):
8394 * emacs-lisp/debug.el (debugger-mode):
8395 * array.el (array-mode):
8396 * net/eudc.el (eudc-mode): Use define-derived-mode.
8397 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8398 Move initialization into declaration.
8399 (mairix-searches-mode): Use define-derived-mode.
8400 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8401 (eudc-edit-hotlist): Use dolist.
8402 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8403 (Man-mode): Use define-derived-mode.
8404 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8405 (Info-edit-mode): Use define-derived-mode.
8406 (Info-cease-edit): Use Info-mode.
8407 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8408 into declaration.
8409 (eshell-mode): Use define-derived-mode.
8410 * chistory.el (command-history-mode-map): Rename from
8411 command-history-map.
8412 (command-history-mode): Use define-derived-mode.
8413 (Command-history-setup): Remove function.
8414 * calc/calc.el (calc-trail-mode-map): New var.
8415 (calc-trail-mode): Use define-derived-mode.
8416 (calc-trail-buffer): Set calc-main-buffer manually.
8417 * bookmark.el (bookmark-insert-annotation): New function.
8418 (bookmark-edit-annotation): Use it.
8419 (bookmark-edit-annotation-mode): Make it a proper major mode.
8420 (bookmark-send-edited-annotation): Use derived-mode-p.
8421 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8422 closer to its ideal place. Use \' to match EOS.
8423
8424 * profiler.el (profiler-calltree-find): Use function-equal.
8425
8426 2013-09-10 Glenn Morris <rgm@gnu.org>
8427
8428 * files.el (interpreter-mode-alist): Convert to regexps.
8429 (set-auto-mode): Adapt for this. (Bug#15306)
8430 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8431 Comment out unused variable.
8432 * progmodes/cc-mode.el (interpreter-mode-alist):
8433 * progmodes/python.el (interpreter-mode-alist):
8434 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8435 * progmodes/sh-script.el (sh-set-shell):
8436 No longer use interpreter-mode-alist to get list of shells.
8437
8438 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8439
8440 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * simple.el: Use set-temporary-overlay-map for universal-argument.
8443 (universal-argument-map): Don't use default-bindings (bug#15317).
8444 Bind switch-frame explicitly. Replace universal-argument-minus with
8445 a conditional binding.
8446 (universal-argument-num-events, saved-overriding-map): Remove.
8447 (restore-overriding-map): Remove.
8448 (universal-argument--mode): Rename from save&set-overriding-map,
8449 and rewrite.
8450 (universal-argument, universal-argument-more, negative-argument)
8451 (digit-argument): Adjust accordingly.
8452 (universal-argument-minus): Remove.
8453 (universal-argument-other-key): Remove.
8454
8455 * subr.el (with-demoted-errors): Add `format' argument.
8456
8457 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
8458
8459 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
8460 `tramp-cleanup-connection'.
8461
8462 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8463 parameters KEEP-DEBUG and KEEP-PASSWORD.
8464
8465 * net/tramp.el (tramp-file-name-handler):
8466 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8467 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8468 (tramp-maybe-open-connection):
8469 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8470 Use `tramp-cleanup-connection'.
8471
8472 * net/tramp-sh.el (tramp-maybe-open-connection):
8473 Catch 'uname-changed inside the progress reporter.
8474
8475 2013-09-10 Glenn Morris <rgm@gnu.org>
8476
8477 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
8478
8479 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8480 returns "alternate access method" in mode (eg "-rw-r--r--.").
8481
8482 2013-09-08 Glenn Morris <rgm@gnu.org>
8483
8484 * saveplace.el (load-save-place-alist-from-file):
8485 Demote errors. (Bug#15305)
8486
8487 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8488
8489 Improve compatibility with older Emacsen, and XEmacs.
8490
8491 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8492 only if it is bound. It isn't for XEmacs.
8493 (with-tramp-progress-reporter): Do not let-bind `result'.
8494 This yields to scoping errors in XEmacs.
8495 (tramp-handle-make-auto-save-file-name): New function, moved from
8496 tramp-sh.el.
8497
8498 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8499 for `make-auto-save-file-name'.
8500 (tramp-adb--gnu-switches-to-ash):
8501 Use `tramp-compat-replace-regexp-in-string'.
8502
8503 * net/tramp-cache.el (tramp-cache-print): Call
8504 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8505
8506 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8507 bound. It isn't for XEmacs.
8508
8509 * net/tramp-compat.el (tramp-compat-copy-file):
8510 Catch `wrong-number-of-arguments' error.
8511 (tramp-compat-replace-regexp-in-string): New defun.
8512
8513 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8514 for `make-auto-save-file-name'.
8515 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8516 `copy-file'.
8517 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8518 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8519 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8520
8521 * net/tramp-gw.el (tramp-gw-open-network-stream):
8522 Use `tramp-compat-replace-regexp-in-string'.
8523
8524 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8525 Call `tramp-handle-make-auto-save-file-name'.
8526 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8527 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8528 (tramp-sh-file-inotifywait-process-filter):
8529 Use `tramp-compat-replace-regexp-in-string'.
8530 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8531
8532 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8533 for `make-auto-save-file-name'.
8534 (tramp-smb-handle-copy-directory):
8535 Call `tramp-compat-replace-regexp-in-string'.
8536 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8537 (tramp-smb-handle-copy-file): Improve error message.
8538 (tramp-smb-handle-rename-file): Rename directly only in case
8539 `newname' does not exist yet. This is a restriction of smbclient.
8540 (tramp-smb-maybe-open-connection): Rerun the function only when
8541 `auth-sources' is non-nil.
8542
8543 2013-09-08 Kenichi Handa <handa@gnu.org>
8544
8545 * international/characters.el: Set category "^" (Combining) for
8546 more characters.
8547
8548 2013-09-07 Alan Mackenzie <acm@muc.de>
8549
8550 Correctly fontify Java class constructors.
8551 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8552 in Java Mode.
8553 (c-recognize-typeless-decls): Set the Java value to t.
8554 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8555 While handling a "(", add a check for, effectively, Java, and handle a
8556 "typeless" declaration there.
8557
8558 2013-09-07 Roland Winkler <winkler@gnu.org>
8559
8560 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8561 field subtitle for entry type book.
8562
8563 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8564
8565 * minibuffer.el: Make minibuffer-complete call completion-in-region
8566 rather than other way around.
8567 (completion--some, completion-pcm--find-all-completions):
8568 Don't delay signals when debugging.
8569 (minibuffer-completion-contents): Beware fields within the
8570 minibuffer contents.
8571 (completion-all-sorted-completions): Use defvar-local.
8572 (completion--do-completion, completion--cache-all-sorted-completions)
8573 (completion-all-sorted-completions, minibuffer-force-complete):
8574 Add args `beg' and `end'.
8575 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8576 (minibuffer-complete): Use completion-in-region.
8577 (completion-complete-and-exit): New fun, extracted from
8578 minibuffer-complete-and-exit.
8579 (minibuffer-complete-and-exit): Use it.
8580 (completion--complete-and-exit): Rename from
8581 minibuffer--complete-and-exit.
8582 (completion-in-region--single-word): New function, extracted from
8583 minibuffer-complete-word.
8584 (minibuffer-complete-word): Use it.
8585 (display-completion-list): Make `common-substring' argument obsolete.
8586 (completion--in-region): Call completion--in-region-1 instead of
8587 minibuffer-complete.
8588 (completion-help-at-point): Pass boundaries to
8589 minibuffer-completion-help as args rather than via an overlay.
8590 (completion-pcm--string->pattern): Use `any-delim'.
8591 (completion-pcm--optimize-pattern): New function.
8592 (completion-pcm--pattern->regex): Handle `any-delim'.
8593 * icomplete.el (icomplete-forward-completions)
8594 (icomplete-backward-completions, icomplete-completions):
8595 Adjust calls to completion-all-sorted-completions and
8596 completion--cache-all-sorted-completions.
8597 (icomplete-with-completion-tables): Default to t.
8598 * emacs-lisp/crm.el (crm--current-element): Rename from
8599 crm--select-current-element. Don't put an overlay but return the
8600 boundaries instead.
8601 (crm--completion-command): Take two new args to bind to the boundaries.
8602 (crm-completion-help): Adjust accordingly.
8603 (crm-complete): Use completion-in-region.
8604 (crm-complete-word): Use completion-in-region--single-word.
8605 (crm-complete-and-exit): Use completion-complete-and-exit.
8606
8607 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8610 than dynamically.
8611
8612 2013-09-06 Juri Linkov <juri@jurta.org>
8613
8614 * info.el (Info-display-images-node): When image file doesn't exist
8615 display text version of the image if it's provided in the Info file.
8616 Otherwise, display the location of missing image from SRC attribute.
8617 Add help-echo text property from ALT attribute. (Bug#15279)
8618
8619 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8622 (edit-abbrevs-mode): Use define-derived-mode.
8623
8624 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8625 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8626 that it's defined.
8627 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8628 Use define-derived-mode.
8629
8630 * epg.el (epg-start-encrypt): Minor CSE simplification.
8631
8632 2013-09-06 William Xu <william.xwl@gmail.com>
8633
8634 * arc-mode.el: Add support for 7za (bug#15264).
8635 (archive-7z-program): New var.
8636 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8637 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8638 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8639
8640 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8641
8642 Remove URL syntax.
8643
8644 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8645 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8646 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8647 (tramp-postfix-host-format, tramp-file-name-regexp)
8648 (tramp-completion-file-name-regexp)
8649 (tramp-completion-dissect-file-name)
8650 (tramp-handle-substitute-in-file-name): Remove 'url case.
8651 (tramp-file-name-regexp-url)
8652 (tramp-completion-file-name-regexp-url): Remove constants.
8653
8654 2013-09-06 Glenn Morris <rgm@gnu.org>
8655
8656 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8657
8658 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8659
8660 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8661 keywords" below "here-doc beginnings" (Bug#15270).
8662
8663 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8664
8665 * subr.el (pop): Use `car-safe'.
8666 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8667 to detect unused `pop' return value.
8668
8669 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8670 var `block-regexp'.
8671 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8672 (python-fill-string): Remove unused var `marker'.
8673 (python-skeleton-add-menu-items): Remove unused var `items'.
8674
8675 * international/mule-cmds.el: Require CL.
8676 (find-coding-systems-for-charsets): Avoid add-to-list.
8677 (sanitize-coding-system-list): New function, extracted from
8678 select-safe-coding-system-interactively.
8679 (select-safe-coding-system-interactively): Use it.
8680 (read-input-method-name): Accept symbols for `default'.
8681
8682 * emacs-lisp/advice.el (defadvice): Add indent rule.
8683
8684 2013-09-05 Daniel Hackney <dan@haxney.org>
8685
8686 * dired-x.el:
8687 * net/ange-ftp.el:
8688 * net/browse-url.el:
8689 * net/dbus.el:
8690 * net/eudc.el:
8691 * net/eudcb-ldap.el:
8692 * net/eww.el:
8693 * net/imap.el:
8694 * printing.el:
8695 * vc/ediff-diff.el:
8696 * vc/ediff-init.el:
8697 * vc/ediff-merg.el:
8698 * vc/ediff-mult.el:
8699 * vc/ediff-util.el:
8700 * vc/ediff-wind.el:
8701 * vc/ediff.el:
8702 * vc/emerge.el:
8703 * vc/pcvs.el:
8704 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8705 byte compiler. Remove some unused let-bound variables.
8706
8707 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8708
8709 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8710 a "ref-cell", since it gets better optimized (bug#14883).
8711
8712 2013-09-05 Glenn Morris <rgm@gnu.org>
8713
8714 * progmodes/cc-awk.el (c-forward-sws): Declare.
8715
8716 2013-09-04 Glenn Morris <rgm@gnu.org>
8717
8718 * generic-x.el [rul-generic-mode]: Require cc-mode.
8719 (c++-mode-syntax-table): Declare.
8720 (rul-generic-mode-syntax-table): Init in the defvar.
8721
8722 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8725 (vc-do-command, vc-set-async-update):
8726 * vc/vc-mtn.el (vc-mtn-dir-status):
8727 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8728 (vc-hg-pull, vc-hg-merge-branch):
8729 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8730 (vc-git-merge-branch):
8731 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8732 (vc-cvs-dir-status-files):
8733 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8734 (vc-bzr-dir-status-files):
8735 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8736 * vc/vc-annotate.el: Use lexical-binding.
8737 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8738 (vc-sentinel-movepoint): Declare.
8739 (vc-annotate): Don't use `goto-line'.
8740 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8741 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8742 (vc-sentinel-movepoint): Declare.
8743 * vc/vc-svn.el: Use lexical-binding.
8744 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8745 * vc/vc-sccs.el:
8746 * vc/vc-rcs.el: Use lexical-binding.
8747
8748 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8749 `deleted'. Don't drop errors silently.
8750
8751 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8752
8753 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8754
8755 * vc/vc.el (vc-ignore): Rewrite.
8756 (vc-default-ignore): New function.
8757 (vc-default-ignore-completion-table): Use find-ignore-file.
8758
8759 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8760 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8761 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8762 Remove. Most code moved to vc.el.
8763
8764 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8765
8766 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8767 * net/tramp-smb.el (tramp-smb-get-file-entries):
8768 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8769 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8770
8771 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8772 Update call to it.
8773 (eww-change-select): Remove unused var `properties'.
8774 (eww-make-unique-file-name): Remove unused var `base'.
8775
8776 * finder.el (finder-compile-keywords): Don't mess with windows.
8777
8778 * calculator.el (calculator-funcall): Fix typo in last change.
8779
8780 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8781
8782 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8783 <pkg>-autoloads.el file stop us.
8784
8785 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8786 warnings, and factor out common code.
8787
8788 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8789
8790 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8791 two-character operators and whether the character preceding them
8792 changes their meaning (Bug#15208).
8793
8794 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8795
8796 Format code sent to Python shell for robustness.
8797 * progmodes/python.el (python-shell-buffer-substring):
8798 New function.
8799 (python-shell-send-region, python-shell-send-buffer): Use it.
8800
8801 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
8802
8803 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8804 * net/tramp.el (tramp-user-error): ... here.
8805 (tramp-find-method, tramp-check-proper-host)
8806 (tramp-dissect-file-name, tramp-debug-message)
8807 (tramp-handle-shell-command):
8808 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8809 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8810
8811 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8812
8813 2013-09-02 Martin Rudalics <rudalics@gmx.at>
8814
8815 * avoid.el (mouse-avoidance-point-position)
8816 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8817 returns nil.
8818
8819 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8820
8821 * progmodes/python.el (python-shell-completion-get-completions):
8822 Drop use of deleted `comint-last-prompt-overlay'.
8823 (python-nav-if-name-main): New command.
8824
8825 2013-09-01 Glenn Morris <rgm@gnu.org>
8826
8827 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8828 Avoid leading space in $wins. Otherwise the sed command used by
8829 eg compile-main ends up containing "/*.el". (Bug#15170)
8830
8831 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8832
8833 2013-08-30 Glenn Morris <rgm@gnu.org>
8834
8835 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8836 Fix is-this-a-directory logic. (Bug#15220)
8837
8838 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * textmodes/css-mode.el: Use SMIE.
8841 (css-smie-grammar): New var.
8842 (css-smie--forward-token, css-smie--backward-token)
8843 (css-smie-rules): New functions.
8844 (css-mode): Use them.
8845 (css-navigation-syntax-table): Remove var.
8846 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8847 (css-indent-calculate, css-indent-line): Remove functions.
8848
8849 Misc changes to reduce use of `(lambda...); and other cleanups.
8850 * cus-edit.el: Use lexical-binding.
8851 (customize-push-and-save, customize-apropos)
8852 (custom-buffer-create-internal): Use closures.
8853 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8854 * progmodes/ada-xref.el: Use setq.
8855 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8856 * dframe.el: Use lexical-binding.
8857 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8858 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8859 * descr-text.el: Use lexical-binding.
8860 (describe-text-widget, describe-text-sexp, describe-property-list):
8861 Use closures.
8862 * comint.el (comint-history-isearch-push-state): Use a closure.
8863 * calculator.el: Use lexical-binding.
8864 (calculator-number-to-string): Make it work with lexical-binding.
8865 (calculator-funcall): Same and use cl-letf.
8866
8867 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8868 (lisp--company-doc-string, lisp--company-location): New functions.
8869 (lisp-completion-at-point): Use them to improve Company support.
8870
8871 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8872 params of lambda expressions.
8873 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8874 (ruby-smie--opening-pipe-p): New function.
8875 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8876 symbols and matched |...| for formal params.
8877 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8878 from being treated as hanging. Handle "rescue".
8879
8880 2013-08-29 Glenn Morris <rgm@gnu.org>
8881
8882 * progmodes/cc-engine.el (c-pull-open-brace):
8883 Move definition before use.
8884
8885 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8888 are immutable. Don't use `unsafe' any more.
8889 (cl--defsubst-expand): Don't substitute at the same time as keeping
8890 a residual unused let-binding. Don't use `unsafe' any more.
8891
8892 2013-08-29 Glenn Morris <rgm@gnu.org>
8893
8894 * calendar/cal-china.el (calendar-chinese-year-cache):
8895 Recenter on 2015.
8896
8897 * nxml/nxml-util.el (nxml-debug-clear-inside):
8898 Use cl-loop rather than loop.
8899
8900 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8901
8902 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8903
8904 2013-08-28 Glenn Morris <rgm@gnu.org>
8905
8906 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8907
8908 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8909
8910 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8911
8912 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8913
8914 * simple.el (repeat-complex-command--called-interactively-skip):
8915 New function.
8916 (repeat-complex-command): Use it (bug#14136).
8917
8918 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8919 (c-define-abbrev-table): Add `doc' argument.
8920 (c-mode-abbrev-table, c++-mode-abbrev-table)
8921 (objc-mode-abbrev-table, java-mode-abbrev-table)
8922 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8923 (awk-mode-abbrev-table): Use it.
8924 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8925 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8926 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8927 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8928 Move initialization into the declaration; and remove any
8929 autoload cookie.
8930
8931 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8932 and dynamic let binding.
8933
8934 * vc/smerge-mode.el: Remove redundant :group args.
8935
8936 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8937 to load-path.
8938
8939 2013-08-28 Juri Linkov <juri@jurta.org>
8940
8941 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8942 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8943 (isearch-other-meta-char): Handle an undefined shifted printing
8944 character by downshifting it. (Bug#15200)
8945
8946 2013-08-28 Juri Linkov <juri@jurta.org>
8947
8948 * isearch.el (isearch-search): Change regexp error message for
8949 non-regexp searches. (Bug#15166)
8950
8951 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8952
8953 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8954 for portability to hosts where /bin/sh has problems.
8955
8956 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8959
8960 2013-08-27 Juri Linkov <juri@jurta.org>
8961
8962 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8963 in the keyboard macro. (Bug#15126)
8964
8965 2013-08-27 Juri Linkov <juri@jurta.org>
8966
8967 * isearch.el (isearch-quote-char): Comment out converting unibyte
8968 to multibyte, thus syncing with its `quoted-insert' counterpart.
8969 (Bug#15166)
8970
8971 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8972
8973 * window.el (display-buffer-use-some-window): Add missing
8974 argument in call of get-largest-window (Bug#15185).
8975 Reported by Stephen Leake.
8976
8977 2013-08-27 Glenn Morris <rgm@gnu.org>
8978
8979 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8980
8981 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8982
8983 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8984 from a matcher-function unless there's no more matches (bug#15161).
8985
8986 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8987
8988 * minibuffer.el: Revert change from 2013-08-20.
8989
8990 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8991 with text property `tramp-default', if appropriate.
8992 (tramp-check-proper-host): New defun.
8993 (tramp-dissect-file-name): Do not check hostname. Revert change
8994 of 2013-03-18.
8995 (tramp-backtrace): Make VEC-OR-PROC optional.
8996
8997 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8998 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8999 * net/tramp-sh.el (tramp-maybe-open-connection):
9000 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9001 Apply `tramp-check-proper-host'.
9002
9003 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9004
9005 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9006 lambda expression in order to have `describe-variable' display it.
9007
9008 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9009
9010 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9011 BUF can be optional. (Bug#15186)
9012
9013 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9014
9015 * progmodes/flymake.el (flymake-get-real-file-name-function):
9016 Fix broken customization. (Bug#15184)
9017
9018 2013-08-25 Alan Mackenzie <acm@muc.de>
9019
9020 Improve indentation of bracelists defined by macros (without "=").
9021
9022 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9023 expansion begins with "{", regard it as bracelist when it doesn't
9024 contain a ";".
9025
9026 Parse C++ inher-intro when there's a template split over 2 lines.
9027
9028 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9029 rigorously the search for "class" etc. followed by ":".
9030
9031 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9032 random languages a regexp which never matches rather than nil.
9033
9034 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9035
9036 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9037 (c-awk-regexp-one-line-possibly-open-char-list-re)
9038 (c-awk-one-line-possibly-open-regexp-re)
9039 (c-awk-one-line-non-syn-ws*-re): Remove.
9040 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9041 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9042 (c-awk-space*-unclosed-regexp-/-re): New constants.
9043 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9044 aren't regexp delimiters.
9045
9046 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9047 handling for a rare situation in AWK Mode involving unterminated
9048 strings/regexps.
9049
9050 2013-08-23 Glenn Morris <rgm@gnu.org>
9051
9052 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9053
9054 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9055
9056 * files.el (create-file-buffer): If the result would begin with
9057 spaces, prepend a "|" instead of removing them. (Bug#15162)
9058
9059 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9060
9061 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9062 text-properties (bug#15155).
9063
9064 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9065 exist any more.
9066 (calc-keypad-redraw): Remove unused var `pad'.
9067 (calc-keypad-press): Remove unused var `menu'.
9068
9069 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9070
9071 * window.el (display-buffer-pop-up-frame):
9072 Call pop-up-frame-function with BUFFER current so `make-frame' will
9073 use it as the new frame's buffer (Bug#15133).
9074
9075 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9076
9077 * calendar/timeclock.el: Minor cleanups.
9078 (timeclock-ask-before-exiting, timeclock-use-display-time):
9079 Use `symbol'.
9080 (timeclock-modeline-display): Define as alias before the
9081 actual definition.
9082 (timeclock-mode-line-display): Use define-minor-mode.
9083 (timeclock-day-list-template): Make it a function, add an argument.
9084 (timeclock-day-list-required, timeclock-day-list-length)
9085 (timeclock-day-list-debt, timeclock-day-list-span)
9086 (timeclock-day-list-break): Adjust calls accordingly.
9087
9088 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9089
9090 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9091 Use read--expression so that completion works again.
9092
9093 2013-08-21 Sam Steingold <sds@gnu.org>
9094
9095 Add rudimentary inferior shell interaction
9096 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9097 (sh-set-shell): Reset it.
9098 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9099 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9100
9101 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * align.el: Use lexical-binding.
9104 (align-region): Simplify accordingly.
9105
9106 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9107
9108 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9109
9110 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9111 `non-essential' up.
9112
9113 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9114
9115 * net/tramp.el:
9116 * net/tramp-adb.el:
9117 * net/tramp-cmds.el:
9118 * net/tramp-ftp.el:
9119 * net/tramp-gvfs.el:
9120 * net/tramp-gw.el:
9121 * net/tramp-sh.el: Don't wrap external variable declarations by
9122 `eval-when-compile'.
9123
9124 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9125
9126 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9127 now that Emacs supports ImageMagick animations.
9128
9129 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9130
9131 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9132 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9133
9134 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9135
9136 * window.el (mouse-autoselect-window-select): Do autoselect when
9137 mouse pointer is on margin.
9138
9139 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9140
9141 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9142
9143 2013-08-16 Glenn Morris <rgm@gnu.org>
9144
9145 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9146 Handle "Remote Directory" response of some clients. (Bug#15058)
9147
9148 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9149 Tweak warning. (Bug#14926)
9150
9151 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9152 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9153
9154 * image-mode.el (image-mode-map): Add menu items to reverse,
9155 increase, decrease, reset animation speed.
9156 (image--set-speed, image-increase-speed, image-decrease-speed)
9157 (image-reverse-speed, image-reset-speed): New functions.
9158 (image-mode-map): Add bindings for speed commands.
9159
9160 * image.el (image-animate-get-speed, image-animate-set-speed):
9161 New functions.
9162 (image-animate-timeout): Respect image :speed property.
9163
9164 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9165
9166 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9167 previous line (bug#15101).
9168 (debugger-eval-expression, debugger-record-expression):
9169 Use read--expression (bug#15102).
9170
9171 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9172
9173 Remove byte compiler warnings, visible when compiling with
9174 `byte-compile-force-lexical-warnings' set to t.
9175
9176 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9177 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9178 (tramp-handle-unhandled-file-name-directory)
9179 (tramp-handle-file-notify-add-watch, tramp-action-login)
9180 (tramp-action-succeed, tramp-action-permission-denied)
9181 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9182 arguments with "_".
9183
9184 * net/tramp-adb.el (tramp-adb-parse-device-names)
9185 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9186 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9187 (tramp-adb-handle-file-truename): Remove unused arguments.
9188
9189 * net/tramp-cache.el (tramp-flush-directory-property)
9190 (tramp-flush-connection-property, tramp-list-connections)
9191 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9192
9193 * net/tramp-compat.el (tramp-compat-make-temp-file):
9194 Rename FILENAME to F.
9195
9196 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9197 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9198 (tramp-zeroconf-parse-workstation-device-names)
9199 (tramp-zeroconf-parse-webdav-device-names)
9200 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9201
9202 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9203 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9204
9205 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9206 arguments.
9207 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9208 (tramp-sh-handle-insert-file-contents-literally)
9209 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9210 with "_".
9211 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9212 Remove unused variables.
9213
9214 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9215 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9216 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9217
9218 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9219 Make them a defconst.
9220 (tramp-uuencode-region): Remove unused variable.
9221
9222 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
9223
9224 * frameset.el (frameset--prop-setter): New function.
9225 (frameset-prop): Add gv-setter declaration.
9226 (frameset-filter-minibuffer): Deal with the case that the minibuffer
9227 parameter was already set in FILTERED. Doc fix.
9228 (frameset--record-minibuffer-relationships): Allow saving a
9229 minibufferless frame without its corresponding minibuffer frame.
9230 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9231 frame, if the frame id matches.
9232 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9233 frames before orphaned ones.
9234 (frameset-restore): Warn about orphaned windows, instead of error out.
9235
9236 2013-08-14 Martin Rudalics <rudalics@gmx.at>
9237
9238 * window.el (window-make-atom): Don't overwrite parameter
9239 already present.
9240 (display-buffer-in-atom-window): Handle special case where we
9241 split an already atomic window.
9242 (window--major-non-side-window, display-buffer-in-side-window)
9243 (window--side-check): Ignore minibuffer window when walking
9244 window tree.
9245 (window-deletable-p): Return 'frame only if no other frame uses
9246 our minibuffer window.
9247 (record-window-buffer): Run buffer-list-update-hook.
9248 (split-window): Make sure window--check-frame won't destroy an
9249 existing atomic window in case the new window gets nested
9250 inside.
9251 (display-buffer-at-bottom): Ignore minibuffer window when
9252 walking window tree. Don't split a side window.
9253 (pop-to-buffer): Don't set-buffer here, the select-window call
9254 should do that.
9255 (mouse-autoselect-window-select): Autoselect only if we are in the
9256 text portion of the window.
9257
9258 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9259
9260 * net/shr.el (shr-parse-image-data): New function to grab both the
9261 data itself and the Content-Type.
9262 (shr-put-image): Use it.
9263
9264 * net/eww.el (eww-display-image): Ditto.
9265
9266 * image.el (image-content-type-suffixes): New variable.
9267
9268 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9269
9270 * progmodes/python.el (python-imenu--build-tree)
9271 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9272
9273 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
9274
9275 * simple.el (backward-word): Mention the optional argument.
9276
9277 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9278
9279 * frameset.el (frameset--make): Rename constructor from make-frameset.
9280 (frameset-p, frameset-valid-p): Don't autoload.
9281 (frameset-valid-p): Use normal accessors.
9282
9283 2013-08-13 Glenn Morris <rgm@gnu.org>
9284
9285 * progmodes/compile.el (compile-command): Tweak example in doc.
9286 * obsolete/scribe.el (scribe-mode):
9287 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
9288
9289 * mail/feedmail.el (feedmail-confirm-outgoing)
9290 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9291
9292 * cus-start.el (truncate-partial-width-windows): Fix type.
9293
9294 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9295
9296 * net/shr.el (shr-table-horizontal-line): Fix custom type.
9297
9298 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9299
9300 * emacs-lisp/timer.el (timer--time-setter): New function.
9301 (timer--time): Use it as gv-setter.
9302
9303 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9304 setter is not a symbol.
9305
9306 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
9307
9308 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9309 if sending fails. This makes debugging easier.
9310
9311 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
9312
9313 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9314 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9315 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9316
9317 2013-08-12 Eli Zaretskii <eliz@gnu.org>
9318
9319 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9320
9321 2013-08-12 Glenn Morris <rgm@gnu.org>
9322
9323 * format.el (format-annotate-function):
9324 Handle read-only text properties in the source. (Bug#14887)
9325
9326 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9327
9328 * net/eww.el (eww-display-html): Ignore coding system errors.
9329 One web site uses "utf-8lias" as the coding system.
9330
9331 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
9332
9333 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9334
9335 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
9336
9337 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9338 (tutorial--detailed-help): Remove unused local variables.
9339 (tutorial--save-tutorial-to): Use ignore-errors.
9340 (help-with-tutorial): Use looking-at-p.
9341
9342 * view.el (view-buffer-other-window, view-buffer-other-frame):
9343 Mark unused arguments.
9344
9345 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9346 (woman-select-symbol-fonts, woman, woman-find-file)
9347 (woman-insert-file-contents, woman-non-underline-faces):
9348 Use string-match-p.
9349 (woman1-unquote): Move declaration.
9350
9351 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9352 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
9353 argument. Remove unused local variable.
9354 (xml-parse-elem-type): Use string-match-p.
9355 (xml-substitute-numeric-entities): Use ignore-errors.
9356
9357 * calculator.el (calculator): Mark unused argument.
9358 (calculator-paste, calculator-quit, calculator-integer-p):
9359 Use ignore-errors.
9360 (calculator-string-to-number, calculator-decimal, calculator-exp)
9361 (calculator-op-or-exp): Use string-match-p.
9362
9363 * dired.el (dired-buffer-more-recently-used-p): Declare.
9364 (dired-insert-set-properties, dired-insert-old-subdirs):
9365 Use ignore-errors.
9366
9367 * dired-aux.el (dired-compress): Use ignore-errors.
9368 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9369 (dired-do-async-shell-command, dired-do-shell-command)
9370 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9371 (dired-insert-subdir-validate): Use string-match-p.
9372 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9373 (dired-add-entry): Use string-match-p, looking-at-p.
9374 (dired-insert-subdir-newpos): Remove unused local variable.
9375
9376 * filenotify.el (file-notify-callback): Remove unused local variable.
9377
9378 * filesets.el (filesets-error): Mark unused argument.
9379 (filesets-which-command-p, filesets-filter-dir-names)
9380 (filesets-directory-files, filesets-get-external-viewer)
9381 (filesets-ingroup-get-data): Use string-match-p.
9382
9383 * find-file.el (ff-other-file-name, ff-other-file-name)
9384 (ff-find-the-other-file, ff-cc-hh-converter):
9385 Remove unused local variables.
9386 (ff-get-file-name): Use string-match-p.
9387 (ff-all-dirs-under): Use ignore-errors.
9388
9389 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9390 (follow-select-if-visible): Remove unused local variable.
9391
9392 * forms.el (read-file-filter): Move declaration.
9393 (forms--make-format, forms--make-parser, forms-insert-record):
9394 Quote function with #'.
9395 (forms--update): Use string-match-p. Quote function with #'.
9396
9397 * help-mode.el (help-dir-local-var-def): Mark unused argument.
9398 (help-make-xrefs): Use looking-at-p.
9399 (help-xref-on-pp): Use looking-at-p, ignore-errors.
9400
9401 * ibuffer.el (ibuffer-ext-visible-p): Declare.
9402 (ibuffer-confirm-operation-on): Use string-match-p.
9403
9404 * msb.el (msb-item-handler, msb-dired-item-handler):
9405 Mark unused arguments.
9406
9407 * ses.el (ses-decode-cell-symbol)
9408 (ses-kill-override): Remove unused local variable.
9409 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9410 (ses-load): Use ignore-errors, looking-at-p.
9411 (ses-jump-safe): Use ignore-errors.
9412 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9413
9414 * tabify.el (untabify, tabify): Mark unused arguments.
9415
9416 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9417 Mark unused argument.
9418 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9419 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9420
9421 * emacs-lisp/timer.el (timer--time): Define setter with
9422 gv-define-setter to avoid deprecation warning.
9423
9424 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9425 (*record-cmpl-statistics-p*): Remove (was commented out).
9426 (cmpl-statistics-block): Remove (body was commented out).
9427 All callers changed.
9428 (add-completions-from-buffer, load-completions-from-file):
9429 Remove unused variables.
9430
9431 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9432
9433 * filecache.el (file-cache-delete-file-list):
9434 Print message only when told so.
9435 (file-cache-files-matching): Use #' in mapconcat argument.
9436
9437 * ffap.el (ffap-url-at-point): Fix reference to variable
9438 thing-at-point-default-mail-uri-scheme.
9439
9440 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9441
9442 * subr.el (define-error): New function.
9443 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9444 error-file-not-found and define with define-error.
9445 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9446 and define with define-error.
9447 * userlock.el (file-locked, file-supersession):
9448 * simple.el (mark-inactive):
9449 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9450 * progmodes/ada-mode.el (ada-mode-errors):
9451 * play/life.el (life-extinct):
9452 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9453 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9454 * nxml/rng-util.el (rng-error):
9455 * nxml/rng-uri.el (rng-uri-error):
9456 * nxml/rng-match.el (rng-compile-error):
9457 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9458 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9459 * nxml/nxml-rap.el (nxml-scan-error):
9460 * nxml/nxml-outln.el (nxml-outline-error):
9461 * net/soap-client.el (soap-error):
9462 * net/gnutls.el (gnutls-error):
9463 * net/ange-ftp.el (ftp-error):
9464 * mpc.el (mpc-proc-error):
9465 * json.el (json-error, json-readtable-error, json-unknown-keyword)
9466 (json-number-format, json-string-escape, json-string-format)
9467 (json-key-format, json-object-format):
9468 * jka-compr.el (compression-error):
9469 * international/quail.el (quail-error):
9470 * international/kkc.el (kkc-error):
9471 * emacs-lisp/ert.el (ert-test-failed):
9472 * calc/calc.el (calc-error, inexact-result, math-overflow)
9473 (math-underflow):
9474 * bookmark.el (bookmark-error-no-filename):
9475 * epg.el (epg-error): Define with define-error.
9476
9477 * time.el (display-time-event-handler)
9478 (display-time-next-load-average): Don't call sit-for since it seems
9479 unnecessary (bug#15045).
9480
9481 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9482 Use #' instead of ' to quote functions.
9483 (checkdoc-output-mode): Use setq-local.
9484 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9485 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9486 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9487 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9488 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9489 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9490 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9491 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9492
9493 * ido.el (ido-completion-help): Fix up compiler warning.
9494
9495 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9496
9497 * frameset.el (frameset-p): Add autoload cookie.
9498 (frameset--jump-to-register): New function, based on code moved from
9499 register.el.
9500 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9501
9502 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9503 (frameset-restore, frameset-save, frameset-session-filter-alist):
9504 Remove declarations.
9505 (register-alist): Doc fix.
9506 (frameset-to-register): Move to frameset.el.
9507 (jump-to-register, describe-register-1): Remove frameset-specific code.
9508
9509 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9510
9511 * allout-widgets.el (allout-widgets-pre-command-business)
9512 (allout-widgets-post-command-business)
9513 (allout-widgets-after-change-handler)
9514 (allout-decorate-item-and-context, allout-set-boundary-marker)
9515 (allout-body-modification-handler)
9516 (allout-graphics-modification-handler): Mark ignored arguments.
9517 (allout-widgets-post-command-business)
9518 (allout-widgets-exposure-change-processor)
9519 (allout-widgets-exposure-undo-processor)
9520 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9521 (allout-parse-item-at-point, allout-decorate-item-guides)
9522 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9523 * allout.el (epa-passphrase-callback-function): Declare.
9524 (allout-overlay-insert-in-front-handler)
9525 (allout-overlay-interior-modification-handler)
9526 (allout-isearch-end-handler, allout-chart-siblings)
9527 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9528 (allout-yank-processing, allout-process-exposed)
9529 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9530 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9531 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9532 (lisp-indent-defform): Mark ignored arguments.
9533 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9534 (calculate-lisp-indent): Remove unused variables.
9535 * international/characters.el (indian-2-column, arabic-2-column)
9536 (tibetan): Mark ignored arguments.
9537 (use-cjk-char-width-table): Mark ignored arguments.
9538 Remove unused variables.
9539 * international/fontset.el (build-default-fontset-data)
9540 (x-compose-font-name, create-fontset-from-fontset-spec):
9541 Mark ignored arguments.
9542 (fontset-plain-name): Remove unused variables.
9543 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9544 (keyboard-coding-system): Mark ignored arguments.
9545 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9546 * help.el (resize-temp-buffer-window):
9547 * window.el (display-buffer-in-major-side-window)
9548 (display-buffer-in-side-window, display-buffer-in-previous-window):
9549 Remove unused variables.
9550 * isearch.el (isearch-forward-symbol):
9551 * version.el (emacs-bzr-version-bzr):
9552 * international/mule-cmds.el (current-language-environment):
9553 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9554 (x-handle-display):
9555 * term/pc-win.el (x-list-fonts, x-display-planes)
9556 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9557 (x-server-version, x-display-screens, x-display-mm-height)
9558 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9559 (x-selection-owner-p, x-own-selection-internal)
9560 (x-disown-selection-internal, x-get-selection-internal)
9561 (msdos-initialize-window-system):
9562 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9563 * term/x-win.el (x-handle-no-bitmap-icon):
9564 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9565 (vc-default-find-file-hook, vc-default-extra-menu):
9566 Mark ignored arguments.
9567
9568 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9571 break-condition in the context of the debugged code (bug#12685).
9572
9573 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9574
9575 * comint.el:
9576 Do not use an overlay to highlight the last prompt. (Bug#14744)
9577 (comint-mode): Make comint-last-prompt buffer local.
9578 (comint-last-prompt): New variable.
9579 (comint-last-prompt-overlay): Remove. Superseded by
9580 comint-last-prompt.
9581 (comint-snapshot-last-prompt, comint-output-filter):
9582 Use comint-last-prompt.
9583
9584 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9585
9586 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9587 (frameset-save): Check validity of the resulting frameset.
9588
9589 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9590
9591 * ido.el (ido-record-command): Add doc string.
9592
9593 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9594
9595 * frameset.el (frameset): Do not disable creation of the default
9596 frameset-p predicate. Doc fix.
9597 (frameset-valid-p): New function, copied from the old predicate-p.
9598 Add additional checks.
9599 (frameset-restore): Check with frameset-valid-p.
9600 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9601 (frameset-name, frameset-description, frameset-properties)
9602 (frameset-states): Add docstring.
9603 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9604 (frameset-filter-alist): Doc fixes.
9605
9606 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9607
9608 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9609
9610 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9613 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9614 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9615 (byte-compile-normal-call): Remove obsolescence check.
9616
9617 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9618
9619 * frameset.el (frameset-restore): Doc fix.
9620
9621 * register.el (frameset-frame-id, frameset-frame-with-id)
9622 (frameset-p, frameset-restore, frameset-save): Declare.
9623 (register-alist): Document framesets.
9624 (frameset-session-filter-alist): Declare.
9625 (frameset-to-register): New function.
9626 (jump-to-register): Implement jumping to framesets. Doc fix.
9627 (describe-register-1): Describe framesets.
9628
9629 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9630
9631 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9632
9633 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9634 Use lexical-binding.
9635
9636 * frameset.el (frameset): Use type vector, not list (incompatible
9637 change). Do not declare a new constructor, use the default one.
9638 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9639 `name' and `description', respectively, and add read-only slot
9640 `timestamp'. Doc fixes.
9641 (frameset-copy, frameset-persistent-filter-alist)
9642 (frameset-filter-alist, frameset-switch-to-gui-p)
9643 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9644 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9645 (frameset-filter-iconified, frameset-keep-original-display-p):
9646 Doc fixes.
9647 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9648 Rename from frameset-filter-(save|restore)-param. All callers changed.
9649 Doc fix.
9650 (frameset-p): Adapt to change to vector and be more thorough.
9651 Change arg name to OBJECT. Doc fix.
9652 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9653 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9654 All callers changed.
9655 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9656 All callers changed.
9657 (frameset--record-minibuffer-relationships): Rename from
9658 frameset--process-minibuffer-frames. All callers changed.
9659 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9660 Use new default constructor (again). Doc fix.
9661 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9662 All callers changed.
9663 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9664 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9665 Doc fix.
9666 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9667 PARAMETERS and WINDOW-STATE, respectively.
9668 (frameset-restore): Add new keyword argument PREDICATE.
9669 Reset frameset--target-display to nil. Doc fix.
9670
9671 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9672
9673 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9674 (bat-mode): Use it.
9675 (bat-mode-syntax-table): Mark \n as end-of-comment.
9676 (bat-font-lock-keywords): Remove comment rule.
9677
9678 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9679 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9680
9681 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9682 (byte-compile-callargs-warn): Use `push'.
9683 (byte-compile-arglist-warn): Ignore higher-order "calls".
9684 (byte-compile-file-form-autoload): Use `pcase'.
9685 (byte-compile-function-form): If quoting a symbol, check that it exists.
9686
9687 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9688
9689 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9690 and add a few popular commands found in batch files.
9691 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9692 (dos-mode): Doc fixes.
9693
9694 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9695
9696 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9697 (dos-mode): Use setq-local. Add space after "rem".
9698 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9699 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9700
9701 2013-08-07 Arni Magnusson <arnima@hafro.is>
9702
9703 * progmodes/dos.el: New file.
9704 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9705 dos-mode.
9706
9707 2013-08-06 Glenn Morris <rgm@gnu.org>
9708
9709 * calendar/calendar.el: Add new faces, and day-header-array.
9710 (calendar-weekday-header, calendar-weekend-header)
9711 (calendar-month-header): New faces.
9712 (calendar-day-header-construct): New function.
9713 (calendar-day-header-width): Also :set calendar-day-header-array.
9714 (calendar-american-month-header, calendar-european-month-header)
9715 (calendar-iso-month-header): Use calendar- faces.
9716 (calendar-generate-month):
9717 Use calendar-day-header-array for day headers; apply faces to them.
9718 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9719 (calendar-abbrev-construct): Add optional maxlen argument.
9720 (calendar-day-name-array): Doc fix.
9721 (calendar-day-name-array, calendar-abbrev-length)
9722 (calendar-day-abbrev-array):
9723 Also :set calendar-day-header-array, and maybe redraw.
9724 (calendar-day-header-array): New option. (Bug#15007)
9725 (calendar-font-lock-keywords): Set to nil and make obsolete.
9726 (calendar-day-name): Add option to use header array.
9727
9728 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9729
9730 * net/shr.el (shr-render-td): Remove debugging.
9731 (shr-render-td): Make width computation consistent by defaulting
9732 all zero-width columns to 10 characters. This may not be optimal,
9733 but it's at least consistent.
9734 (shr-make-table-1): Redo last change to fix the real problem in
9735 colspan handling.
9736
9737 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9738
9739 * files.el (cache-long-line-scans):
9740 Make obsolete alias to `cache-long-scans'.
9741
9742 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9743
9744 * frameset.el (frameset, frameset-filter-alist)
9745 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9746 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9747 (frameset-compute-pos): Rename from frameset--compute-pos,
9748 and add docstring.
9749 (frameset-move-onscreen): Use frameset-compute-pos.
9750 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9751
9752 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9753 Fix typos in docstrings.
9754
9755 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9756
9757 * frame.el (get-other-frame): Tiny cleanup.
9758
9759 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9760
9761 * vc/vc.el (vc-default-ignore-completion-table):
9762 Silence byte-compiler warning.
9763
9764 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9765 slot, which can indeed be nil.
9766 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9767 Move entry for `left' from persistent to live filter alist.
9768 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9769 Doc fixes.
9770 (frameset-filter-params): When restoring a frame, copy items added to
9771 `filtered', to avoid unwittingly modifying the original parameters.
9772 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9773 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9774
9775 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9776 to use looking-at-p instead of looking-at. (Bug#15028)
9777
9778 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 Revert introduction of isearch-filter-predicates (bug#14714).
9781 Rely on add-function instead.
9782 * isearch.el (isearch-filter-predicates): Rename it back to
9783 isearch-filter-predicate.
9784 (isearch-message-prefix): Use advice-function-mapc and advice
9785 properties to get the isearch-message-prefix.
9786 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9787 instead of run-hook-with-args-until-failure.
9788 (isearch-filter-visible): Not obsolete any more.
9789 * loadup.el: Preload nadvice.
9790 * replace.el (perform-replace): Revert to funcall
9791 instead of run-hook-with-args-until-failure.
9792 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9793 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9794 dired-isearch-filenames-toggle; make it into a proper minor mode.
9795 Use add/remove-function.
9796 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9797 Call the minor-mode rather than add/remove-hook.
9798 (dired-isearch-filter-filenames):
9799 Remove isearch-message-prefix property.
9800 * info.el (Info--search-loop): New function, extracted from Info-search.
9801 Funcall isearch-filter-predicate instead of
9802 run-hook-with-args-until-failure isearch-filter-predicates.
9803 (Info-search): Use it.
9804 (Info-mode): Use isearch-filter-predicate instead of
9805 isearch-filter-predicates.
9806
9807 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9808
9809 Do not call to `selected-window' where it is assumed by default.
9810 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9811 `window-hscroll', `window-width', `window-height', `window-buffer',
9812 `window-frame', `window-start', `window-point', `next-window'
9813 and `window-display-table'.
9814 * abbrev.el (abbrev--default-expand):
9815 * bs.el (bs--show-with-configuration):
9816 * buff-menu.el (Buffer-menu-mouse-select):
9817 * calc/calc.el (calc):
9818 * calendar/calendar.el (calendar-generate-window):
9819 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9820 (diary-make-entry):
9821 * comint.el (send-invisible, comint-dynamic-complete-filename)
9822 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9823 * completion.el (complete):
9824 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9825 * disp-table.el (describe-current-display-table):
9826 * doc-view.el (doc-view-insert-image):
9827 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9828 * ehelp.el (with-electric-help):
9829 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9830 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9831 * emacs-lisp/helper.el (Helper-help-scroller):
9832 * emulation/cua-base.el (cua--post-command-handler-1):
9833 * eshell/esh-mode.el (eshell-output-filter):
9834 * ffap.el (ffap-gnus-wrapper):
9835 * help-macro.el (make-help-screen):
9836 * hilit-chg.el (highlight-compare-buffers):
9837 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9838 * hl-line.el (global-hl-line-highlight):
9839 * icomplete.el (icomplete-simple-completing-p):
9840 * isearch.el (isearch-done):
9841 * jit-lock.el (jit-lock-stealth-fontify):
9842 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9843 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9844 * mpc.el (mpc-tagbrowser, mpc):
9845 * net/rcirc.el (rcirc-any-buffer):
9846 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9847 * play/landmark.el (landmark-max-width, landmark-max-height):
9848 * play/zone.el (zone):
9849 * progmodes/compile.el (compilation-goto-locus):
9850 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9851 * progmodes/etags.el (find-tag-other-window):
9852 * progmodes/fortran.el (fortran-column-ruler):
9853 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9854 * progmodes/verilog-mode.el (verilog-point-text):
9855 * reposition.el (reposition-window):
9856 * rot13.el (toggle-rot13-mode):
9857 * server.el (server-switch-buffer):
9858 * shell.el (shell-dynamic-complete-command)
9859 (shell-dynamic-complete-environment-variable):
9860 * simple.el (insert-buffer, set-selective-display)
9861 (delete-completion-window):
9862 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9863 (speedbar-recenter):
9864 * startup.el (fancy-splash-head):
9865 * textmodes/ispell.el (ispell-command-loop):
9866 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9867 * tutorial.el (help-with-tutorial):
9868 * vc/add-log.el (add-change-log-entry):
9869 * vc/compare-w.el (compare-windows):
9870 * vc/ediff-help.el (ediff-indent-help-message):
9871 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9872 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9873 (ediff-setup-control-frame):
9874 * vc/emerge.el (emerge-position-region):
9875 * vc/pcvs-util.el (cvs-bury-buffer):
9876 * window.el (walk-windows, mouse-autoselect-window-select):
9877 * winner.el (winner-set-conf, winner-undo): Related users changed.
9878
9879 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9880
9881 * frameset.el (frameset--set-id): Doc fix.
9882 (frameset-frame-id, frameset-frame-id-equal-p)
9883 (frameset-locate-frame-id): New functions.
9884 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9885 (frameset-restore): Use them.
9886
9887 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9888
9889 Do not call to `selected-frame' where it is assumed by default.
9890 Affected functions are `raise-frame', `redraw-frame',
9891 `frame-first-window', `frame-terminal' and `delete-frame'.
9892 * calendar/appt.el (appt-disp-window):
9893 * epg.el (epg-wait-for-completion):
9894 * follow.el (follow-delete-other-windows-and-split)
9895 (follow-avoid-tail-recenter):
9896 * international/mule.el (set-terminal-coding-system):
9897 * mail/rmail.el (rmail-mail-return):
9898 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9899 * progmodes/f90.el (f90-add-imenu-menu):
9900 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9901 * server.el (server-switch-buffer):
9902 * simple.el (delete-completion-window):
9903 * talk.el (talk):
9904 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9905 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9906 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9907 * vc/ediff.el (ediff-documentation): Related users changed.
9908 * frame.el (selected-terminal): Remove the leftover.
9909
9910 2013-08-05 Glenn Morris <rgm@gnu.org>
9911
9912 * calendar/calendar.el (calendar-generate-month):
9913 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9914 (calendar-generate-month, calendar-font-lock-keywords):
9915 Fix for calendar-day-header-width > length of any day name.
9916
9917 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9918
9919 * desktop.el (desktop-clear): Use new name of sort predicate.
9920
9921 * frameset.el (frameset): Add docstring. Move :version property to its
9922 own `version' slot.
9923 (frameset-copy): Rename from copy-frameset.
9924 (frameset-p): Check more thoroughly.
9925 (frameset-prop): Do not check for :version, which is no longer a prop.
9926 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9927 Use new :never value instead of t.
9928 (frameset-filter-alist): Expand and clarify docstring.
9929 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9930 (frameset-filter-minibuffer, frameset-filter-save-param)
9931 (frameset-filter-restore-param, frameset-filter-iconified):
9932 Add pointer to docstring of frameset-filter-alist.
9933 (frameset-filter-params): Rename filter values to be more meaningful:
9934 :never instead of t, and reverse the meanings of :save and :restore.
9935 (frameset--process-minibuffer-frames): Clarify error message.
9936 (frameset-save): Avoid unnecessary and confusing call to framep.
9937 Use new BOA constructor for framesets.
9938 (frameset--reuse-list): Doc fix.
9939 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9940 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9941 (frameset-minibufferless-first-p): Doc fix.
9942 Rename from frameset-sort-frames-for-deletion.
9943 (frameset-restore): Doc fixes. Use new function names.
9944 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9945
9946 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9947
9948 * desktop.el (desktop-restore-forces-onscreen)
9949 (desktop-restore-reuses-frames): Document :keyword constant values.
9950 (desktop-filter-parameters-alist): Remove, now identical to
9951 frameset-filter-alist.
9952 (desktop--filter-tty*): Remove, moved to frameset.el.
9953 (desktop-save-frameset, desktop-restore-frameset):
9954 Do not pass :filters argument.
9955
9956 * frameset.el (frameset-live-filter-alist)
9957 (frameset-persistent-filter-alist): New variables.
9958 (frameset-filter-alist): Use them. Add autoload cookie.
9959 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9960 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9961 `frameset--id' (it's supposed to be internal to frameset.el).
9962 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9963 (frameset--initial-params): New function.
9964 (frameset--get-frame): Use it. Doc fix.
9965 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9966 Accept :all, not 'all.
9967 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9968 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9969 with fbound symbols. Fix frame id matching, and remove matching ids if
9970 the frame being restored is deleted. Obey :delete.
9971
9972 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9973
9974 * subr.el (macrop): New function.
9975 (text-clone--maintaining): New var.
9976 (text-clone--maintain): Rename from text-clone-maintain. Use it
9977 instead of inhibit-modification-hooks.
9978
9979 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9980 a proxy, so as handle autoloads and redefinitions of the target.
9981 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9982
9983 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9984 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9985 (pcase--mutually-exclusive-p): New function.
9986 (pcase--split-consp): Use it.
9987 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9988 mutually exclusive with the current predicate.
9989
9990 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9991 (edebug-macrop): Remove. Use `macrop' instead.
9992 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9993 (ad-macro-p):
9994 * eshell/esh-cmd.el (eshell-macrop):
9995 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
9996
9997 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10000 (advice-mapc): New function, using it.
10001 (advice-function-member-p): New function.
10002 (advice--normalize): Store the cdr in advice--saved-rewrite since
10003 that's the part that will be changed.
10004 (advice--symbol-function): New function.
10005 (advice-remove): Handle removal before the function is defined.
10006 Adjust to new advice--saved-rewrite.
10007 (advice-member-p): Use advice-function-member-p and
10008 advice--symbol-function.
10009
10010 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10011
10012 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10013 (frameset-filter-minibuffer): Doc fix.
10014 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10015 (frameset--set-id, frameset--process-minibuffer-frames)
10016 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10017 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10018
10019 * desktop.el (desktop-clear): Only delete frames when called
10020 interactively and desktop-restore-frames is non-nil. Doc fix.
10021 (desktop-read): Set desktop-saved-frameset to nil.
10022
10023 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10024
10025 * vc/vc.el (vc-ignore): Rewrite.
10026 (vc-default-ignore-completion-table, vc--read-lines)
10027 (vc--add-line, vc--remove-regexp): New functions.
10028
10029 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10030 (vc-svn-ignore-completion-table): New function.
10031
10032 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10033 (vc-hg-ignore-completion-table)
10034 (vc-hg-find-ignore-file): New functions.
10035
10036 * vc/vc-git.el (vc-git-ignore): Rewrite.
10037 (vc-git-ignore-completion-table)
10038 (vc-git-find-ignore-file): New functions.
10039
10040 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10041
10042 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10043 (vc-bzr-ignore-completion-table)
10044 (vc-bzr-find-ignore-file): New functions.
10045
10046 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10047
10048 * frameset.el (frameset-prop): New function and setter.
10049 (frameset-save): Do not modify frame list passed by the caller.
10050
10051 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10054
10055 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10056
10057 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10058 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10059
10060 * custom.el (custom-initialize-default, custom-initialize-set)
10061 (custom-initialize-reset, custom-initialize-changed): Affect the
10062 toplevel-default-value (bug#6275, bug#14586).
10063 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10064 for bug#6275.
10065
10066 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10067
10068 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10069 Add cl-def* expressions.
10070
10071 * frameset.el (frameset-filter-params): Fix order of arguments.
10072
10073 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10074
10075 Move code related to saving frames to frameset.el.
10076 * desktop.el: Require frameset.
10077 (desktop-restore-frames): Doc fix.
10078 (desktop-restore-reuses-frames): Rename from
10079 desktop-restoring-reuses-frames.
10080 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10081 (desktop-clear): Clear frames too.
10082 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10083 (desktop--filter-tty*, desktop-save, desktop-read):
10084 Use frameset functions.
10085 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10086 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10087 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10088 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10089 (desktop--process-minibuffer-frames, desktop-save-frames)
10090 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10091 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10092 (desktop--sort-states, desktop-restoring-frames-p)
10093 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10094 (desktop-restoring-frameset-p, desktop-restore-frameset)
10095 (desktop--check-dont-save, desktop-save-frameset): New functions.
10096 (desktop--app-id): New constant.
10097 (desktop-first-buffer, desktop-buffer-ok-count)
10098 (desktop-buffer-fail-count): Move before first use.
10099 * frameset.el: New file.
10100
10101 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10102
10103 * files.el: Use lexical-binding.
10104 (dir-locals-read-from-file): Remove unused `err' variable.
10105 (hack-dir-local-variables--warned-coding): New var.
10106 (hack-dir-local-variables): Use it to avoid repeated warnings.
10107 (make-backup-file-name--default-function): New function.
10108 (make-backup-file-name-function): Use it as default.
10109 (buffer-stale--default-function): New function.
10110 (buffer-stale-function): Use it as default.
10111 (revert-buffer-insert-file-contents--default-function): New function.
10112 (revert-buffer-insert-file-contents-function): Use it as default.
10113 (insert-directory): Avoid add-to-list.
10114
10115 * autorevert.el (auto-revert-handler): Simplify.
10116 Use buffer-stale--default-function.
10117
10118 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10119
10120 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10121
10122 * whitespace.el (whitespace-ensure-local-variables): New function.
10123 (whitespace-cleanup-region): Call it.
10124 (whitespace-turn-on): Call it.
10125
10126 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10127
10128 Complete file name handlers.
10129
10130 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10131 (tramp-handle-verify-visited-file-modtime)
10132 (tramp-handle-file-notify-rm-watch): New functions.
10133 (tramp-call-process): Do not bind `default-directory'.
10134
10135 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10136 Order alphabetically.
10137 <access-file, add-name-to-file, dired-call-process>:
10138 <dired-compress-file, file-acl, file-notify-rm-watch>:
10139 <file-ownership-preserved-p, file-selinux-context>:
10140 <make-directory-internal, make-symbolic-link, set-file-acl>:
10141 <set-file-selinux-context, set-visited-file-modtime>:
10142 <verify-visited-file-modtime>: Add handler.
10143 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10144
10145 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10146 <file-notify-add-watch, file-notify-rm-watch>:
10147 <set-file-times, set-visited-file-modtime>:
10148 <verify-visited-file-modtime>: Add handler.
10149 (with-tramp-gvfs-error-message)
10150 (tramp-gvfs-handle-set-visited-file-modtime)
10151 (tramp-gvfs-fuse-file-name): Remove.
10152 (tramp-gvfs-handle-file-notify-add-watch)
10153 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10154 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10155
10156 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10157 Order alphabetically.
10158 <file-notify-rm-watch>: Use default Tramp handler.
10159 <executable-find>: Remove private handler.
10160 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10161 `default-directory'.
10162 (tramp-sh-handle-executable-find)
10163 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10164 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10165 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10166 Do not use `format' in `tramp-message'.
10167
10168 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10169 <file-notify-rm-watch, set-visited-file-modtime>:
10170 <verify-visited-file-modtime>: Add handler.
10171 (tramp-smb-call-winexe): Do not bind `default-directory'.
10172
10173 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10174
10175 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10176
10177 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10178
10179 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10180 use it.
10181 (log-view-diff-changeset): Same.
10182 (log-view-diff-common): Call backend command `previous-revision'
10183 to find out the previous revision, in both cases. Swap the
10184 variables `to' and `fr', so that `fr' usually refers to the
10185 earlier revision (Bug#14989).
10186
10187 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10188
10189 * ibuf-ext.el (ibuffer-filter-by-filename):
10190 Make it work with dired buffers too.
10191
10192 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10193
10194 * emacs-lisp/re-builder.el (reb-color-display-p):
10195 * files.el (save-buffers-kill-terminal):
10196 * net/browse-url.el (browse-url):
10197 * server.el (server-save-buffers-kill-terminal):
10198 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10199 Prefer nil to selected-frame for the first arg of frame-parameter.
10200
10201 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10202
10203 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10204
10205 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
10206
10207 * minibuffer.el (completion--twq-all): Try and preserve each
10208 completion's case choice (bug#14907).
10209
10210 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10211
10212 * net/network-stream.el (open-network-stream): Mention the new
10213 :nogreeting parameter.
10214 (network-stream-open-starttls): Use the :nogreeting parameter
10215 (bug#14938).
10216
10217 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10218
10219 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10220 more natural than popping.
10221
10222 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10223 (shr-urlify): Highlight under mouse.
10224
10225 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10226
10227 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10228
10229 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10230
10231 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
10232 buffer for output.
10233
10234 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
10235 point-min==1. Fix search string. Fix parentheses missing.
10236
10237 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
10238 assume point-min==1. Fix search string. Fix parentheses missing.
10239
10240 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10241
10242 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
10243 buffer for output.
10244
10245 2013-07-29 Eli Zaretskii <eliz@gnu.org>
10246
10247 * frame.el (frame-notice-user-settings): Avoid inflooping when the
10248 initial frame is minibuffer-less. (Bug#14841)
10249
10250 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
10251
10252 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10253 option.
10254
10255 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10256 (tramp-maybe-open-connection): Use it.
10257
10258 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10259
10260 * desktop.el (desktop--make-frame): Include `minibuffer' in the
10261 minimal set of parameters passed when creating a frame, because
10262 the minibuffer status of a frame cannot be changed later.
10263
10264 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
10265
10266 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10267 replace-regexp-in-string and inadvertent omissions in previous change.
10268 (todo-filter-items): Ensure only file names are comma-separated in
10269 name of filtered items buffer.
10270
10271 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10272
10273 * desktop.el: Optionally force offscreen frames back onscreen.
10274 (desktop-restoring-reuses-frames): New option.
10275 (desktop--compute-pos, desktop--move-onscreen): New functions.
10276 (desktop--make-frame): Use desktop--move-onscreen.
10277
10278 2013-07-27 Alan Mackenzie <acm@muc.de>
10279
10280 Fontify a Java generic method as a function.
10281 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10282 value to t.
10283
10284 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
10285
10286 * calendar/todo-mode.el: Add command to rename todo files.
10287 (todo-rename-file): New command.
10288 (todo-key-bindings-t): Add key binding for it. Change the
10289 bindings of todo-filter-regexp-items(-multifile) to use `x'
10290 instead of `r', since the latter is better suited to the new
10291 renaming command.
10292
10293 2013-07-27 Alan Mackenzie <acm@muc.de>
10294
10295 Make Java try-with-resources statement parse properly.
10296 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10297 (c-block-stmt-1-2-key): New language constants/variables.
10298 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10299 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10300 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10301 with c-block-stmt-1-2-key.
10302
10303 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
10304
10305 * desktop.el (desktop--make-frame): Apply most frame parameters after
10306 creating the frame to force (partially or totally) offscreen frames to
10307 be restored as such.
10308
10309 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
10310
10311 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10312 (Bug#14948)
10313
10314 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10317 `base' arg of backtrace-frame.
10318
10319 2013-07-26 Eli Zaretskii <eliz@gnu.org>
10320
10321 * simple.el (list-processes): Doc fix.
10322
10323 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10324
10325 * desktop.el (desktop--select-frame):
10326 Try harder to reuse existing frames.
10327
10328 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10331 (edebug-eval): Use backtrace-eval.
10332 (edebug--display, edebug--recursive-edit): Don't let-bind the
10333 edebug-outer-* vars that keep track of variables we locally let-bind.
10334 (edebug-outside-excursion): Don't restore outside values of locally
10335 let-bound vars.
10336 (edebug--display): Use user-error.
10337 (cl-lexical-debug, cl-debug-env): Remove.
10338
10339 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10340
10341 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10342 are restored to be sure that they are visible before deleting any
10343 remaining ones.
10344
10345 2013-07-26 Matthias Meulien <orontee@gmail.com>
10346
10347 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10348 vc-print-root-log. (Bug#14948)
10349
10350 2013-07-26 Richard Stallman <rms@gnu.org>
10351
10352 Add aliases for encrypting mail.
10353 * epa.el (epa-mail-aliases): New option.
10354 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10355 Bind inhibit-read-only so read-only text doesn't ruin everything.
10356 (epa-mail-default-recipients): New subroutine broken out.
10357 Handle epa-mail-aliases.
10358
10359 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10360
10361 Add support for lexical variables to the debugger's `e' command.
10362 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10363 vars, except for debugger-outer-match-data.
10364 (debugger-frame-number): Move check for "on a function call" from
10365 callers into it. Add `skip-base' argument.
10366 (debugger-frame, debugger-frame-clear): Simplify accordingly.
10367 (debugger-env-macro): Only reset the state stored in non-variables,
10368 i.e. current-buffer and match-data.
10369 (debugger-eval-expression): Rewrite using backtrace-eval.
10370 * subr.el (internal--called-interactively-p--get-frame): Remove.
10371 (called-interactively-p):
10372 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10373 `base' arg of backtrace-frame instead.
10374
10375 2013-07-26 Glenn Morris <rgm@gnu.org>
10376
10377 * align.el (align-regexp): Doc fix. (Bug#14857)
10378 (align-region): Explicit error if subexpression missing/does not match.
10379
10380 * simple.el (global-visual-line-mode):
10381 Do not duplicate the mode lighter. (Bug#14858)
10382
10383 2013-07-25 Martin Rudalics <rudalics@gmx.at>
10384
10385 * window.el (display-buffer): In display-buffer bind
10386 split-window-keep-point to t, bug#14829.
10387
10388 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10389
10390 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10391 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10392 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10393 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10394 Change accordingly.
10395 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10396 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10397
10398 2013-07-25 Glenn Morris <rgm@gnu.org>
10399
10400 * dired-x.el (dired-mark-extension): Convert comment to doc string.
10401
10402 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10403
10404 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10405 parameter to modify-frame-parameters if the value has not changed;
10406 this is a workaround for bug#14949.
10407 (desktop--make-frame): On cl-delete-if call, check parameter name,
10408 not full parameter.
10409
10410 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10411
10412 * vc/vc.el (vc-ignore): New function.
10413
10414 * vc/vc-svn.el (vc-svn-ignore): New function.
10415
10416 * vc/vc-hg.el (vc-hg-ignore): New function.
10417
10418 * vc/vc-git.el (vc-git-ignore): New function.
10419
10420 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10421 (vc-dir-ignore): New function.
10422
10423 * vc/vc-cvs.el (vc-cvs-ignore): New function.
10424 (cvs-append-to-ignore): Move here from pcvs.el.
10425
10426 * vc/vc-bzr.el (vc-bzr-ignore): New function.
10427
10428 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10429
10430 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
10431
10432 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10433 (desktop-restore-frames): Warn when deleting an existing frame failed.
10434
10435 2013-07-24 Glenn Morris <rgm@gnu.org>
10436
10437 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
10438
10439 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
10440
10441 * filenotify.el (file-notify-supported-p):
10442 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10443 Remove functions.
10444
10445 * autorevert.el (auto-revert-use-notify)
10446 (auto-revert-notify-add-watch):
10447 * net/tramp.el (tramp-file-name-for-operation):
10448 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10449 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10450 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10451 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10452 Remove `file-notify-supported-p' entry.
10453
10454 2013-07-24 Glenn Morris <rgm@gnu.org>
10455
10456 * printing.el: Replace all uses of deleted ps-windows-system,
10457 ps-lp-system, ps-flatten-list with lpr- versions.
10458
10459 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10462 checked with memq (bug#14935).
10463
10464 * files.el (revert-buffer-function): Use a non-nil default.
10465 (revert-buffer-preserve-modes): Declare var to
10466 provide access to the `preserve-modes' argument.
10467 (revert-buffer): Let-bind it.
10468 (revert-buffer--default): New function, extracted from revert-buffer.
10469
10470 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * lpr.el: Signal print errors more prominently.
10473 (print-region-function): Don't default to nil.
10474 (lpr-print-region): New function, extracted from print-region-1.
10475 Check lpr's return value and signal an error in case of problem.
10476 (print-region-1): Use it.
10477 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
10478 versions instead.
10479 (ps-printer-name): Default to nil.
10480 (ps-printer-name-option): Default to lpr-printer-switch.
10481 (ps-print-region-function): Don't default to nil.
10482 (ps-postscript-code-directory): Simplify default.
10483 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10484 (ps-string-list, ps-eval-switch, ps-flatten-list)
10485 (ps-flatten-list-1): Remove.
10486 (ps-multibyte-buffer): Avoid setq.
10487 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10488 (print-region-function, ps-print-region-function): Don't set them here.
10489
10490 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10491
10492 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10493 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10494 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10495 (ido-decorations): Doc fix.
10496
10497 * ansi-color.el: Fix old URL.
10498
10499 2013-07-23 Michael R. Mauger <michael@mauger.com>
10500
10501 * progmodes/sql.el: Version 3.3
10502 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10503 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10504 (sql-interactive-remove-continuation-prompt): Rewrite, use
10505 functions above. Fix continuation prompt and complete output line
10506 handling.
10507 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10508 redirected output buffer.
10509 (sql-mode): Restore deleted code (Bug#13591).
10510
10511 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10512
10513 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10514
10515 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10516
10517 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10518
10519 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10520 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10521 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10522
10523 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10524
10525 * desktop.el (desktop-clear): Simplify; remove useless checks
10526 against invalid buffer names.
10527 (desktop-list*): Use cl-list*.
10528 (desktop-buffer-info, desktop-create-buffer): Simplify.
10529
10530 2013-07-23 Leo Liu <sdl.web@gmail.com>
10531
10532 * bookmark.el (bookmark-make-record): Restore NAME as a default
10533 value. (Bug#14933)
10534
10535 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10536
10537 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10538 extracted from autoload--insert-text.
10539 (autoload--insert-text): Remove.
10540 (autoload--print-cookie-text): New function, extracted from
10541 autoload--insert-cookie-text.
10542 (autoload--insert-cookie-text): Remove.
10543 (autoload-generate-file-autoloads): Adjust calls accordingly.
10544
10545 * winner.el (winner-hook-installed-p): Remove.
10546 (winner-mode): Simplify accordingly.
10547
10548 * subr.el (add-to-list): Fix compiler-macro when `append' is
10549 not constant. Don't use `cl-member' for the base case.
10550
10551 * progmodes/subword.el: Fix boundary case (bug#13758).
10552 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10553 own group.
10554 (subword-backward-regexp): Make it a constant.
10555 (subword-forward-internal): Don't treat a trailing capital as the
10556 beginning of a word.
10557
10558 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10559
10560 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10561 global value of tabulated-list-revert-hook (bug#14930).
10562
10563 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10564
10565 * desktop.el: Require 'cl-lib.
10566 (desktop-before-saving-frames-functions): New hook.
10567 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10568 for frames being saved. Rename from desktop--save-minibuffer-frames.
10569 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10570 Do not save frames with non-nil `desktop-dont-save' parameter.
10571 Filter out deleted frames.
10572 (desktop--find-frame): Use cl-find-if.
10573 (desktop--select-frame): Use cl-(first|second|third) to access values
10574 of desktop-mini.
10575 (desktop--make-frame): Use cl-delete-if.
10576 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10577 (desktop-restore-frames): Use cl-(first|second|third) to access values
10578 of desktop-mini. Look for visible frame at the end, not while
10579 restoring frames.
10580
10581 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10582 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10583 Use string-match-p, looking-at-p (bug#14927).
10584
10585 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10586
10587 * desktop.el (desktop-saved-frame-states):
10588 Rename from desktop--saved-states; all users changed.
10589 (desktop-save-frames): Rename from desktop--save-frames.
10590 Do not save state to desktop file.
10591 (desktop-save): Save desktop-saved-frame-states to desktop file
10592 and reset to nil.
10593 (desktop-restoring-frames-p): New function.
10594 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10595 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10596 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10597
10598 * desktop.el: Correctly restore iconified frames.
10599 (desktop--filter-iconified-position): New function.
10600 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10601
10602 2013-07-20 Glenn Morris <rgm@gnu.org>
10603
10604 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10605 Let `message' do the formatting.
10606 (def-gdb-preempt-display-buffer): Add explicit format.
10607
10608 * image-dired.el (image-dired-track-original-file):
10609 Use with-current-buffer.
10610 (image-dired-track-thumbnail): Use with-current-buffer.
10611 Avoid changing point of wrong window.
10612
10613 * image-dired.el (image-dired-track-original-file):
10614 Avoid changing point of wrong window. (Bug#14909)
10615
10616 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10617
10618 * progmodes/gdb-mi.el (gdb-done-or-error):
10619 Guard against "%" in gdb output. (Bug#14127)
10620
10621 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10622
10623 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10624 (Bug#14826)
10625
10626 * international/mule.el (coding-system-iso-2022-flags): Fix last
10627 change.
10628
10629 2013-07-20 Kenichi Handa <handa@gnu.org>
10630
10631 * international/mule.el (coding-system-iso-2022-flags):
10632 Add `8-bit-level-4'. (Bug#8522)
10633
10634 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10635
10636 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10637 (bug#14815).
10638
10639 * net/eww.el (eww-process-text-input): Allow inputting when the
10640 point is at the start of the line, as the properties aren't
10641 front-sticky.
10642
10643 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10644 degenerate widths.
10645
10646 2013-07-19 Richard Stallman <rms@gnu.org>
10647
10648 * epa.el (epa-popup-info-window): Doc fix.
10649
10650 * subr.el (split-string): New arg TRIM.
10651
10652 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10653
10654 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10655 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10656
10657 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10658
10659 * filenotify.el (file-notify--library): Rename from
10660 `file-notify-support'. Do not autoload. Adapt all uses.
10661 (file-notify-supported-p): New defun.
10662
10663 * autorevert.el (auto-revert-use-notify):
10664 Use `file-notify-supported-p' instead of `file-notify-support'.
10665 Adapt docstring.
10666 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10667
10668 * net/tramp.el (tramp-file-name-for-operation):
10669 Add `file-notify-supported-p'.
10670
10671 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10672 New defun.
10673 (tramp-sh-file-name-handler-alist): Add it as handler for
10674 `file-notify-supported-p '.
10675
10676 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10677 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10678 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10679 Add `ignore' as handler for `file-notify-*' functions.
10680
10681 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10682
10683 * simple.el (line-move-partial, line-move): Don't start vscroll or
10684 scroll-up if the current line is not taller than the window.
10685 (Bug#14881)
10686
10687 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10688
10689 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10690 highlight question marks in the method names as strings.
10691 (ruby-block-beg-keywords): Inline.
10692 (ruby-font-lock-keyword-beg-re): Extract from
10693 `ruby-font-lock-keywords'.
10694
10695 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10696
10697 * frame.el (blink-cursor-blinks): New defcustom.
10698 (blink-cursor-blinks-done): New defvar.
10699 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10700 (blink-cursor-timer-function): Check if number of blinks has been
10701 done on X and NS.
10702 (blink-cursor-suspend, blink-cursor-check): New defuns.
10703
10704 2013-07-15 Glenn Morris <rgm@gnu.org>
10705
10706 * edmacro.el (edmacro-format-keys): Fix previous change.
10707
10708 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10709
10710 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10711 The hack didn't work outside English locales anyway.
10712
10713 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10714
10715 * simple.el (define-alternatives): Rename from alternatives-define,
10716 per RMS' suggestion.
10717
10718 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10719
10720 * desktop.el (desktop-restore-frames): Change default to t.
10721 (desktop-restore-in-current-display): Now offer more options.
10722 (desktop-restoring-reuses-frames): New customization option.
10723 (desktop--saved-states): Doc fix.
10724 (desktop-filter-parameters-alist): New variable, renamed and expanded
10725 from desktop--excluded-frame-parameters.
10726 (desktop--target-display): New variable.
10727 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10728 (desktop--filter-tty*, desktop--filter-*-color)
10729 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10730 (desktop--filter-save-desktop-parm)
10731 (desktop-restore-in-original-display-p): New functions.
10732 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10733 (desktop--save-minibuffer-frames): New function, inspired by a similar
10734 function from Martin Rudalics.
10735 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10736 (desktop--restore-in-this-display-p): Remove.
10737 (desktop--find-frame): Rename from desktop--find-frame-in-display
10738 and add predicate argument.
10739 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10740 (desktop--reuse-list): New variable.
10741 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10742 New functions.
10743 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10744
10745 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10746
10747 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10748
10749 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10750
10751 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10752 Highlight conversion methods on Kernel.
10753
10754 2013-07-13 Alan Mackenzie <acm@muc.de>
10755
10756 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10757 and comment it out. This out-commenting enables certain C++
10758 declarations to be parsed correctly.
10759
10760 2013-07-13 Eli Zaretskii <eliz@gnu.org>
10761
10762 * international/mule.el (define-coding-system): Doc fix.
10763
10764 * simple.el (default-font-height): Don't call font-info if the
10765 frame's default font didn't change since the frame was created.
10766 (Bug#14838)
10767
10768 2013-07-13 Leo Liu <sdl.web@gmail.com>
10769
10770 * ido.el (ido-read-file-name): Guard against non-symbol value.
10771
10772 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10773
10774 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10775 in nested defuns.
10776
10777 2013-07-13 Leo Liu <sdl.web@gmail.com>
10778
10779 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10780 ido-set-matches call. (Bug#6852)
10781
10782 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10783
10784 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10785 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10786 Ruby 2.0.
10787 (ruby-font-lock-keywords): Distinguish calls to functions with
10788 module-like names from module references. Highlight character
10789 literals.
10790
10791 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10792
10793 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10794 (gdb-send): Handle continued commands. (Bug#14847)
10795
10796 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10797
10798 * desktop.el (desktop--v2s): Remove unused local variable.
10799 (desktop-save-buffer): Make defvar-local; adjust docstring.
10800 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10801 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10802
10803 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10804
10805 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10806
10807 2013-07-12 Eli Zaretskii <eliz@gnu.org>
10808
10809 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10810 (Bug#14842)
10811
10812 2013-07-12 Glenn Morris <rgm@gnu.org>
10813
10814 * doc-view.el: Require cl-lib at runtime too.
10815 (doc-view-remove-if): Remove.
10816 (doc-view-search-next-match, doc-view-search-previous-match):
10817 Use cl-remove-if.
10818
10819 * edmacro.el: Require cl-lib at runtime too.
10820 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10821 (edmacro-mismatch, edmacro-subseq): Remove.
10822
10823 * shadowfile.el: Require cl-lib.
10824 (shadow-remove-if): Remove.
10825 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10826 Use cl-remove-if.
10827
10828 * wid-edit.el: Require cl-lib.
10829 (widget-choose): Use cl-remove-if.
10830 (widget-remove-if): Remove.
10831
10832 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10833 (ebrowse-delete-if-not): Remove.
10834 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10835 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10836 Use cl-delete-if-not.
10837
10838 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10839
10840 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10841 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10842
10843 2013-07-12 Leo Liu <sdl.web@gmail.com>
10844
10845 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10846
10847 2013-07-11 Glenn Morris <rgm@gnu.org>
10848
10849 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10850 (edebug-gensym-index, edebug-gensym):
10851 Remove reimplementation of cl-gensym.
10852 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10853
10854 * thumbs.el: Require cl-lib at run-time too.
10855 (thumbs-gensym-counter, thumbs-gensym):
10856 Remove reimplementation of cl-gensym.
10857 (thumbs-temp-file): Use cl-gensym.
10858
10859 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10860 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10861 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10862 (ert--union, ert--gensym-counter, ert--gensym-counter)
10863 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10864 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10865 (ert-make-test-unbound, ert--expand-should-1)
10866 (ert--expand-should, ert--should-error-handle-error)
10867 (should-error, ert--explain-equal-rec)
10868 (ert--plist-difference-explanation, ert-select-tests)
10869 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10870 Use cl-lib functions rather than reimplementations.
10871
10872 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10873
10874 * net/tramp.el (tramp-methods): Extend docstring.
10875 (tramp-connection-timeout): New defcustom.
10876 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10877 (with-tramp-progress-reporter): Simplify.
10878 (tramp-process-actions): Improve messages.
10879
10880 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10881 * net/tramp-sh.el (tramp-maybe-open-connection):
10882 Use `tramp-connection-timeout'.
10883 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10884 (Bug#14808)
10885
10886 2013-07-11 Leo Liu <sdl.web@gmail.com>
10887
10888 * ido.el (ido-read-file-name): Conform to the requirements of
10889 read-file-name. (Bug#11861)
10890 (ido-read-directory-name): Conform to the requirements of
10891 read-directory-name.
10892
10893 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10894
10895 * subr.el (delay-warning): New function.
10896
10897 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10898
10899 * simple.el (default-line-height): New function.
10900 (line-move-partial, line-move): Use it instead of computing the
10901 line height inline.
10902 (line-move-partial): Always compute ROWH. If the last line is
10903 partially-visible, but its text is completely visible, allow
10904 cursor to enter such a partially-visible line.
10905
10906 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10907
10908 Improve error messages. (Bug#14808)
10909
10910 * net/tramp.el (tramp-current-connection): New defvar, moved from
10911 tramp-sh.el.
10912 (tramp-message-show-progress-reporter-message): Remove, not
10913 needed anymore.
10914 (tramp-error-with-buffer): Show message in minibuffer.
10915 Discard input before waiting. Reset connection timestamp.
10916 (with-tramp-progress-reporter): Improve messages.
10917 (tramp-process-actions): Use progress reporter. Delete process in
10918 case of error. Improve messages.
10919
10920 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10921 Call `tramp-error-with-buffer' with vector and buffer.
10922 (tramp-current-connection): Remove.
10923 (tramp-maybe-open-connection): The car of
10924 `tramp-current-connection' are the first 3 slots of the vector.
10925
10926 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10927
10928 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10929 inside continued strings.
10930
10931 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10932
10933 Timestamp fixes for undo (Bug#14824).
10934 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10935
10936 2013-07-10 Leo Liu <sdl.web@gmail.com>
10937
10938 * files.el (require-final-newline): Allow safe local value.
10939 (Bug#14834)
10940
10941 2013-07-09 Leo Liu <sdl.web@gmail.com>
10942
10943 * ido.el (ido-read-directory-name): Handle fallback.
10944 (ido-read-file-name): Update DIR to ido-current-directory.
10945 (Bug#1516)
10946 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10947
10948 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10949
10950 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10951 "autoload". Remove "warn lower camel case" section, previously
10952 commented out. Highlight negation char. Do not highlight the
10953 target in singleton method definitions.
10954
10955 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10956
10957 * faces.el (tty-setup-hook): Declare the hook.
10958
10959 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10960 and detect when a guard/pred depends on local vars (bug#14773).
10961 (pcase--u1): Adjust caller.
10962
10963 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10964
10965 * simple.el (line-move-partial, line-move): Account for
10966 line-spacing.
10967 (line-move-partial): Avoid setting vscroll when the last
10968 partially-visible line in window is of default height.
10969
10970 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10971
10972 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10973 been used a while.
10974
10975 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10976
10977 * subr.el (read-quoted-char): Remove unused local variable `char'.
10978
10979 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10980
10981 * ediff.el (ediff-version): Version update.
10982 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10983 (ediff-merge-with-ancestor-command, ediff-directories-command)
10984 (ediff-directories3-command, ediff-merge-directories-command)
10985 (ediff-merge-directories-with-ancestor-command): New functions.
10986 All are command-line interfaces to ediff: to facilitate calling
10987 Emacs with the appropriate ediff functions invoked.
10988
10989 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10990 (viper-save-kill-buffer): Check if buffer is modified.
10991
10992 * viper.el (viper-version): Version update.
10993 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10994
10995 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10996
10997 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10998 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10999 (viper-intercept-ESC-key): Simplify.
11000 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
11001 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
11002 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11003 (viper-setup-ESC-to-escape): New functions.
11004 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11005 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11006
11007 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11008
11009 * simple.el (default-font-height, window-screen-lines):
11010 New functions.
11011 (line-move, line-move-partial): Use them instead of
11012 frame-char-height and window-text-height. This makes scrolling
11013 text smoother when the buffer's default face uses a font that is
11014 different from the frame's default font.
11015
11016 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11017
11018 * files.el (write-file): Do not display confirm dialog for NS,
11019 it does its own dialog, which can't be canceled (Bug#14578).
11020
11021 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11022
11023 * simple.el (line-move-partial): Adjust the row returned by
11024 posn-at-point for the current window-vscroll. (Bug#14567)
11025
11026 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11027
11028 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11029 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11030 spaces.
11031
11032 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11033
11034 * window.el (window-state-put-stale-windows): New variable.
11035 (window--state-put-2): Save list of windows without matching buffer.
11036 (window-state-put): Remove "bufferless" windows if possible.
11037
11038 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11039
11040 * simple.el (alternatives-define): Remove leftover :group keyword.
11041 Tweak docstring.
11042
11043 2013-07-06 Leo Liu <sdl.web@gmail.com>
11044
11045 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11046 (ido-enable-virtual-buffers): New variable.
11047 (ido-buffer-internal, ido-toggle-virtual-buffers)
11048 (ido-make-buffer-list): Use it.
11049 (ido-exhibit): Support turning on and off virtual buffers
11050 automatically.
11051
11052 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11053
11054 * simple.el (alternatives-define): New macro.
11055
11056 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * subr.el (read-quoted-char): Use read-key.
11059 (sit-for): Let read-event decode tty input (bug#14782).
11060
11061 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11062
11063 * calendar/todo-mode.el: Add handling of file deletion, both by
11064 mode command and externally. Fix various related bugs.
11065 Clarify Commentary and improve some documentation strings and code.
11066 (todo-delete-file): New command.
11067 (todo-check-file): New function.
11068 (todo-show): Handle external deletion of the file we're trying to
11069 show (bug#14688). Replace called-interactively-p by an optional
11070 prefix argument to avoid problematic interaction with catch form
11071 when byte compiled (bug#14702).
11072 (todo-quit): Handle external deletion of the archive's todo file.
11073 Make sure the buffer that was visiting the archive file is still
11074 live before trying to bury it.
11075 (todo-category-completions): Handle external deletion of any
11076 category completion files.
11077 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11078 of todo files, in case of external deletion.
11079 (todo-add-file): Replace unnecessary setq by let-binding.
11080 (todo-find-archive): Check whether there are any archives.
11081 Replace unnecessary setq by let-binding.
11082 (todo-archive-done-item): Use find-file-noselect to get the
11083 archive buffer whether or not the archive already exists.
11084 Remove superfluous code. Use file size instead of buffer-file-name to
11085 check if the archive is new; if it is, update list of archives.
11086 (todo-default-todo-file): Allow nil to be a valid value for when
11087 there are no todo files.
11088 (todo-reevaluate-default-file-defcustom): Use corrected definition
11089 of todo-default-todo-file.
11090 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11091 (todo-delete-category, todo-show-categories-table)
11092 (todo-category-number): Clarify comment.
11093 (todo-filter-items): Clarify documentation string.
11094 (todo-show-current-file, todo-display-as-todo-file)
11095 (todo-reset-and-enable-done-separator): Tweak documentation string.
11096 (todo-done-separator): Make separator length window-width, since
11097 bug#2749 is now fixed.
11098
11099 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11100
11101 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11102 Support both "gvfs-monitor-dir" and "inotifywait".
11103 (tramp-sh-file-inotifywait-process-filter): Rename from
11104 `tramp-sh-file-notify-process-filter'.
11105 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11106 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11107
11108 2013-07-05 Leo Liu <sdl.web@gmail.com>
11109
11110 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11111
11112 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11113
11114 * frame.el (display-pixel-height, display-pixel-width)
11115 (display-mm-height, display-mm-width): Mention behavior on
11116 multi-monitor setups in docstrings.
11117 (w32-display-monitor-attributes-list): Declare function.
11118 (display-monitor-attributes-list): Use it.
11119
11120 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11121
11122 * filenotify.el: New package.
11123
11124 * autorevert.el (top): Require filenotify.el.
11125 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11126 instead.
11127 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11128 (auto-revert-notify-handler): Use `file-notify-*' functions.
11129
11130 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11131
11132 * net/tramp.el (tramp-file-name-for-operation):
11133 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11134
11135 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11136 for `file-notify-add-watch' and `file-notify-rm-watch'.
11137 (tramp-process-sentinel): Improve trace.
11138 (tramp-sh-handle-file-notify-add-watch)
11139 (tramp-sh-file-notify-process-filter)
11140 (tramp-sh-handle-file-notify-rm-watch)
11141 (tramp-get-remote-inotifywait): New defuns.
11142
11143 2013-07-03 Juri Linkov <juri@jurta.org>
11144
11145 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11146 call of `occur-read-primary-args' to interactive spec.
11147
11148 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11149 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11150
11151 2013-07-03 Matthias Meulien <orontee@gmail.com>
11152
11153 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11154 `Buffer-menu-multi-occur'. Add it to the menu.
11155 (Buffer-menu-mode): Document it in docstring.
11156 (Buffer-menu-multi-occur): New command. (Bug#14673)
11157
11158 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11159
11160 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11161 keywords and built-ins.
11162
11163 2013-07-03 Glenn Morris <rgm@gnu.org>
11164
11165 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11166
11167 Make info-xref checks case-sensitive by default
11168 * info.el (Info-find-node, Info-find-in-tag-table)
11169 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11170 Add option for exact case matching of nodes.
11171 * info-xref.el (info-xref): New custom group.
11172 (info-xref-case-fold): New option.
11173 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11174
11175 2013-07-03 Leo Liu <sdl.web@gmail.com>
11176
11177 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11178
11179 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11180
11181 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11182 middle of block statement initially, lower the depth. Remove
11183 FIXME comment, not longer valid. Remove middle of block statement
11184 detection, no need to do that anymore since we've been using
11185 `ruby-parse-region' here.
11186
11187 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11188
11189 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11190
11191 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11192
11193 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11194
11195 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11196
11197 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11198 (desktop-restore-in-current-display): New customization option.
11199 (desktop--excluded-frame-parameters): Add `font'.
11200 (desktop--save-frames): Rename from desktop--save-windows.
11201 (desktop--restore-in-this-display-p): New function.
11202 (desktop--make-full-frame): Remove unwanted width/height from
11203 full(width|height) frames.
11204 (desktop--restore-frames): Rename from desktop--restore-windows.
11205 Obey desktop-restore-current-display. Do not delete old frames or
11206 select a new frame unless we were able to restore at least one frame.
11207
11208 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
11209
11210 * files.el (find-file-noselect): Simplify conditional expression.
11211
11212 * textmodes/remember.el (remember-append-to-file):
11213 Don't mix `find-buffer-visiting' and `get-file-buffer'.
11214
11215 Add `remember-notes' function to store random notes across Emacs
11216 restarts.
11217 * textmodes/remember.el (remember-data-file): Add :set callback to
11218 affect notes buffer (if any).
11219 (remember-notes): New command.
11220 (remember-notes-buffer-name, bury-remember-notes-on-kill):
11221 New defcustoms for the `remember-notes' function.
11222 (remember-notes-save-and-bury-buffer): New command.
11223 (remember-notes-mode-map): New variable.
11224 (remember-mode): New minor mode.
11225 (remember-notes--kill-buffer-query): New function.
11226 * startup.el (initial-buffer-choice): Add notes to custom type.
11227
11228 2013-06-30 Eli Zaretskii <eliz@gnu.org>
11229
11230 * bindings.el (right-char, left-char): Don't call sit-for, this is
11231 no longer needed. Use arithmetic comparison only for numerical
11232 arguments.
11233
11234 * international/mule-cmds.el (select-safe-coding-system):
11235 Handle the case of FROM being a string correctly. (Bug#14755)
11236
11237 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11238
11239 * net/shr.el (shr-make-table-1): Add a sanity check that allows
11240 progression on degenerate tables.
11241 (shr-rescale-image): ImageMagick animated images currently don't work.
11242
11243 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
11244
11245 Some fixes and improvements for desktop frame restoration.
11246 It is still experimental and disabled by default.
11247 * desktop.el (desktop--save-windows): Put the selected frame at
11248 the head of the list.
11249 (desktop--make-full-frame): New function.
11250 (desktop--restore-windows): Try to re-select the frame that was
11251 selected upon saving. Do not abort if some frames fail to restore,
11252 just show an error message and continue. Set up maximized frames
11253 so they have default non-maximized dimensions.
11254
11255 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
11256
11257 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11258 Don't start heredoc inside a string or comment.
11259
11260 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11261
11262 * bindings.el (visual-order-cursor-movement): New defcustom.
11263 (right-char, left-char): Provide visual-order cursor motion by
11264 calling move-point-visually. Update the doc strings.
11265
11266 2013-06-28 Kenichi Handa <handa@gnu.org>
11267
11268 * international/mule.el (define-coding-system): New coding system
11269 properties :inhibit-null-byte-detection,
11270 :inhibit-iso-escape-detection, and :prefer-utf-8.
11271 (set-buffer-file-coding-system): If :charset-list property of
11272 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11273 appropriate for setting.
11274
11275 * international/mule-cmds.el (select-safe-coding-system):
11276 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11277 multibyte characters, return utf-8 (or one of its siblings).
11278
11279 * international/mule-conf.el (prefer-utf-8): New coding system.
11280 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11281 files.
11282
11283 2013-06-28 Ivan Kanis <ivan@kanis.fr>
11284
11285 * net/shr.el (shr-render-region): New function.
11286
11287 * net/eww.el: Autoload `eww-browse-url'.
11288
11289 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
11290
11291 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11292 Adapt to `package-desc-version' being a list.
11293 Use `package--ac-desc-version' to retrieve version from a package
11294 archive element.
11295
11296 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
11297
11298 New experimental feature to save&restore window and frame setup.
11299 * desktop.el (desktop-save-windows): New defcustom.
11300 (desktop--saved-states): New var.
11301 (desktop--excluded-frame-parameters): New defconst.
11302 (desktop--filter-frame-parms, desktop--find-frame-in-display)
11303 (desktop--restore-windows, desktop--save-windows): New functions.
11304 (desktop-save): Call `desktop--save-windows'.
11305 (desktop-read): Call `desktop--restore-windows'.
11306
11307 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11308
11309 * net/shr.el (add-face-text-property): Remove compat definition.
11310
11311 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11312
11313 * info.el (Info-try-follow-nearest-node): Move search for footnote
11314 above search for node name to prevent missing a footnote (bug#14717).
11315
11316 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11317
11318 * obsolete/otodo-mode.el: Add obsolescence info to file header.
11319
11320 2013-06-27 Leo Liu <sdl.web@gmail.com>
11321
11322 * net/eww.el (eww-read-bookmarks): Check file size.
11323
11324 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11325
11326 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11327 advice--pending if newdef is nil or an autoload (bug#13820).
11328 (advice-mapc): New function.
11329
11330 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11331
11332 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11333 probably.
11334 (eww-mode-map): Add a menu bar.
11335 (eww-add-bookmark): New command.
11336 (eww-bookmark-mode): New mode and commands.
11337 (eww-add-bookmark): Remove newlines from the title.
11338 (eww-bookmark-browse): Don't bug out if it's the only window.
11339
11340 2013-06-26 Glenn Morris <rgm@gnu.org>
11341
11342 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11343 (hfy-size): Handle ttys. (Bug#14668)
11344
11345 * info-xref.el: Update for Texinfo 5 change in *note format.
11346 (info-xref-node-re, info-xref-note-re): New constants.
11347 (info-xref-check-buffer): Use info-xref-note-re.
11348
11349 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11350
11351 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11352
11353 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11354 nil terminate the loop (bug#14718).
11355
11356 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11357
11358 * net/eww.el: Rework history traversal. When going forward/back,
11359 put these actions into the history, too, so that they can be
11360 replayed.
11361 (eww-render): Move the history reset to the correct buffer.
11362
11363 2013-06-25 Juri Linkov <juri@jurta.org>
11364
11365 * files-x.el (modify-dir-local-variable): Change the header comment
11366 in the file with directory local variables. (Bug#14692)
11367
11368 * files-x.el (read-file-local-variable-value): Add `default'.
11369 (Bug#14710)
11370
11371 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11372
11373 * net/eww.el (eww-make-unique-file-name): Create a unique file
11374 name before saving to entering `y' accidentally asynchronously.
11375
11376 2013-06-25 Ivan Kanis <ivan@kanis.fr>
11377
11378 * net/eww.el (eww-download): New command and keystroke.
11379
11380 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11381
11382 * net/eww.el (eww-copy-page-url): Change name of command.
11383
11384 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11385 be more consistent with Info and dired.
11386
11387 * net/eww.el (eww-mode-map): Ditto.
11388
11389 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11390
11391 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
11392 packages from archives.
11393 (package-archive-contents): Change format; include obsolete packages.
11394 (package-desc): Use `dir' to mark builtin packages.
11395 (package--from-builtin): Set the `dir' field to `builtin'.
11396 (generated-autoload-file, version-control): Declare.
11397 (package-compute-transaction): Change first arg and return value to be
11398 lists of package-descs. Adjust to new package-archive-contents format.
11399 (package--add-to-archive-contents): Adjust to new
11400 package-archive-contents format.
11401 (package-download-transaction): Arg is now a list of package-descs.
11402 (package-install): If `pkg' is a package name, pass it as
11403 a requirement, so it is subject to the usual (e.g. disabled) checks.
11404 (describe-package): Accept package-desc as well.
11405 (describe-package-1): Describe a specific package-desc. Add links to
11406 other package-descs for the same package name.
11407 (package-menu-describe-package): Pass the actual package-desc.
11408 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11409 works correctly.
11410 (package-desc-status): New function.
11411 (package-menu--refresh): New function, extracted
11412 from package-menu--generate.
11413 (package-menu--generate): Use it.
11414 (package-delete): Update package-alist.
11415 (package-menu-execute): Don't call package-initialize.
11416
11417 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11418 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11419 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11420 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11421 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11422 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11423
11424 2013-06-25 Martin Rudalics <rudalics@gmx.at>
11425
11426 * window.el (window--state-get-1): Workaround for bug#14527.
11427 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11428
11429 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11430
11431 * net/eww.el (eww-back-url): Implement the history by stashing all
11432 the data into a list.
11433 (eww-forward-url): Allow going forward in the history, too.
11434
11435 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11436
11437 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11438 for values and use read--expression for expressions (bug#14710).
11439 (read-file-local-variable): Avoid setq.
11440 (read-file-local-variable-mode): Use minor-mode-list.
11441
11442 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11443
11444 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11445 for DOI URLs.
11446
11447 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11448
11449 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11450 Update imenu-support when dialect changes.
11451
11452 2013-06-25 Leo Liu <sdl.web@gmail.com>
11453
11454 * ido.el (ido-read-internal): Allow forward slash on windows.
11455
11456 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11457
11458 * net/eww.el (eww): Start of strings is \\`, not ^.
11459
11460 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11461
11462 * net/shr.el (shr-browse-url): Fix interactive spec.
11463
11464 * net/eww.el (eww): Add a trailing slash to domain names.
11465
11466 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
11467
11468 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11469
11470 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11471
11472 * net/shr.el (shr-browse-url): Use an external browser if given a
11473 prefix.
11474
11475 * net/eww.el (eww-external-browser): Move to shr.
11476
11477 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11478
11479 * net/eww.el (eww): Work more correctly for file: URLs.
11480 (eww-detect-charset): Allow quoted charsets.
11481 (eww-yank-page-url): New command and keystroke.
11482
11483 2013-06-24 Daiki Ueno <ueno@gnu.org>
11484
11485 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11486 file name of gpg executable.
11487 (epg-context-program): New function.
11488 (epg-context-home-directory): New function.
11489 (epg-context-set-program): New function.
11490 (epg-context-set-home-directory): New function.
11491 (epg--start): Use `epg-context-program' instead of
11492 'epg-gpg-program'.
11493 (epg--list-keys-1): Likewise.
11494
11495 2013-06-24 Leo Liu <sdl.web@gmail.com>
11496
11497 * ido.el (ido-read-internal): Fix bug#14620.
11498
11499 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11500
11501 * faces.el (face-documentation): Simplify.
11502 (read-face-attribute, tty-find-type, x-resolve-font-name):
11503 Use `string-match-p'.
11504 (list-faces-display): Use `string-match-p'. Simplify.
11505 (face-spec-recalc): Check face to avoid face alias loops.
11506 (read-color): Use `string-match-p' and non-capturing parenthesis.
11507
11508 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11509
11510 * net/shr.el (shr-rescale-image): Use the new
11511 :max-width/:max-height functionality.
11512
11513 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11514
11515 * net/eww.el (eww-search-prefix): New variable.
11516 (eww): Use it.
11517 (eww-external-browser): New variable.
11518 (eww-mode-map): New keystroke.
11519 (eww-browse-with-external-browser): New command.
11520
11521 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11522
11523 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11524
11525 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11526 Don't skip aligning the next header field when padding is 0;
11527 otherwise, field width is not respected unless the title is as
11528 wide as the field.
11529
11530 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * emacs-lisp/package.el (package-el-version): Remove.
11533 (package-process-define-package): Fix inf-loop.
11534 (package-install): Allow symbols as arguments again.
11535
11536 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11537
11538 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11539 add some more keyword-like methods.
11540 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11541
11542 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11543
11544 * bs.el (bs-buffer-show-mark): Make defvar-local.
11545 (bs-mode): Use setq-local.
11546
11547 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11548 (emacs-lock--try-unlocking): Make defvar-local.
11549
11550 2013-06-22 Glenn Morris <rgm@gnu.org>
11551
11552 * play/cookie1.el (cookie-apropos): Minor simplification.
11553
11554 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11555
11556 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11557
11558 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11559 `regexp-opt', it breaks the build during dumping.
11560
11561 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11562
11563 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11564 Highlight keyword-like methods on Kernel and Module with
11565 font-lock-builtin-face.
11566 (auto-mode-alist): Consolidate different entries into one regexp
11567 and add more *file-s.
11568
11569 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11570
11571 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11572
11573 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11574 (diary-entry): Use it in the action of this button type instead of
11575 diary-goto-entry.
11576
11577 * calendar/todo-mode.el: New version.
11578 (todo-add-category): Append new category to end of file and give
11579 it the highest number, instead of putting it at the beginning and
11580 giving it 0. Incorporate noninteractive functionality.
11581 (todo-forward-category): Adapt to 1-based category numbering.
11582 Allow skipping over archived categories.
11583 (todo-backward-category): Derive from todo-forward-category.
11584 (todo-backward-item, todo-forward-item): Make noninteractive and
11585 delegate interactive part to new commands. Make sensitive to done items.
11586 (todo-categories): Make value an alist of category names and
11587 vectors of item counts.
11588 (todo-category-beg): Make a defconst.
11589 (todo-category-number): Use 1 instead of 0 as initial value.
11590 (todo-category-select): Make sensitive to overlays, optional item
11591 highlighting and done items.
11592 (todo-delete-item): Make sensitive to overlays and marked and done items.
11593 (todo-edit-item): Make sensitive to overlays and editing of
11594 date/time header optional. Add format checks.
11595 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11596 no-op if point is not on an item. Advertise using todo-edit-quit.
11597 (todo-edit-mode): Make sensitive to new format, font-locking, and
11598 multiple todo files.
11599 (todo-insert-item, todo-insert-item-here): Derive from
11600 todo-basic-insert-item and extend functionality.
11601 (todo-item-end, todo-item-start): Make sensitive to done items.
11602 (todo-item-string): Don't return text properties. Restore point.
11603 (todo-jump-to-category): Make sensitive to multiple todo files and
11604 todo archives. Use extended category completion.
11605 (todo-lower-item, todo-raise-item): Rename to *-priority and
11606 derive from todo-set-item-priority.
11607 (todo-mode): Derive from special-mode. Make sensitive to new
11608 format, font-locking and multiple todo files. Make read-only.
11609 (todo-mode-map): Don't suppress digit keys, so they can supply
11610 prefix arguments. Add many new key bindings.
11611 (todo-prefix): Insert as an overlay instead of file text.
11612 Change semantics from diary date expression to purely visual mark.
11613 (todo-print): Rename to todo-print-buffer. Make buffer display
11614 features printable. Remove option to restrict number of items
11615 printed. Add option to print to file.
11616 (todo-print-function): Rename to todo-print-buffer-function.
11617 (todo-quit): Extend to handle exiting new todo modes.
11618 (todo-remove-item): Make sensitive to overlays.
11619 (todo-save): Extend to buffers of filtered items.
11620 (todo-show): Make sensitive to done items, multiple todo files and
11621 new todo modes. Offer to convert legacy todo file before creating
11622 first new todo file.
11623 (todo-show-priorities): Rename to todo-top-priorities.
11624 Change semantics of value 0.
11625 (todo-top-priorities): Rename to todo-filter-top-priorities,
11626 derive from todo-filter-items and extend functionality.
11627 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11628 and extend functionality to other types of filtered items.
11629 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11630 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11631 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11632 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11633 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11634 (todo-edit-mode-hook, todo-entry-prefix-function)
11635 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11636 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11637 (todo-initials, todo-insert-threshold, todo-item-string-start)
11638 (todo-line-string, todo-menu, todo-mode-hook)
11639 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11640 (todo-print-priorities, todo-remove-separator)
11641 (todo-save-top-priorities-too, todo-string-count-lines)
11642 (todo-string-multiline-p, todo-time-string-format)
11643 (todo-tmp-buffer-name): Remove.
11644 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11645 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11646 (todo-edit-category-diary-inclusion)
11647 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11648 (todo-edit-file, todo-edit-item-date-day)
11649 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11650 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11651 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11652 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11653 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11654 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11655 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11656 (todo-filter-top-priorities-multifile, todo-find-archive)
11657 (todo-find-filtered-items-file, todo-go-to-source-item)
11658 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11659 (todo-jump-to-archive-category, todo-lower-category)
11660 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11661 (todo-move-category, todo-move-item, todo-next-button)
11662 (todo-next-item, todo-padded-string, todo-powerset)
11663 (todo-previous-button, todo-previous-item)
11664 (todo-print-buffer-to-file, todo-raise-category)
11665 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11666 (todo-set-category-number, todo-set-item-priority)
11667 (todo-set-top-priorities-in-category)
11668 (todo-set-top-priorities-in-file, todo-show-categories-table)
11669 (todo-sort-categories-alphabetically-or-numerically)
11670 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11671 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11672 (todo-toggle-item-header, todo-toggle-item-highlighting)
11673 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11674 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11675 (todo-unarchive-items, todo-unmark-category): New commands.
11676 (todo-absolute-file-name, todo-add-to-buffer-list)
11677 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11678 (todo-basic-insert-item, todo-category-completions)
11679 (todo-category-number, todo-category-string-matcher-1)
11680 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11681 (todo-check-format, todo-clear-matches)
11682 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11683 (todo-current-category, todo-date-string-matcher)
11684 (todo-define-insertion-command, todo-diary-expired-matcher)
11685 (todo-diary-goto-entry, todo-diary-item-p)
11686 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11687 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11688 (todo-done-item-section-p, todo-done-separator)
11689 (todo-done-string-matcher, todo-files, todo-filter-items)
11690 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11691 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11692 (todo-insert-category-line, todo-insert-item-from-calendar)
11693 (todo-insert-sort-button, todo-insert-with-overlays)
11694 (todo-insertion-command-name, todo-insertion-key-bindings)
11695 (todo-label-to-key, todo-longest-category-name-length)
11696 (todo-make-categories-list, todo-mode-external-set)
11697 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11698 (todo-modes-set-3, todo-multiple-filter-files)
11699 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11700 (todo-read-category, todo-read-date, todo-read-dayname)
11701 (todo-read-file-name, todo-read-time)
11702 (todo-reevaluate-category-completions-files-defcustom)
11703 (todo-reevaluate-default-file-defcustom)
11704 (todo-reevaluate-filelist-defcustoms)
11705 (todo-reevaluate-filter-files-defcustom)
11706 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11707 (todo-reset-done-separator, todo-reset-done-separator-string)
11708 (todo-reset-done-string, todo-reset-global-current-todo-file)
11709 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11710 (todo-reset-prefix, todo-set-categories)
11711 (todo-set-date-from-calendar, todo-set-show-current-file)
11712 (todo-set-top-priorities, todo-short-file-name)
11713 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11714 (todo-total-item-counts, todo-update-buffer-list)
11715 (todo-update-categories-display, todo-update-categories-sexp)
11716 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11717 New functions.
11718 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11719 New major modes.
11720 (todo-categories, todo-display, todo-edit, todo-faces)
11721 (todo-filtered): New defgroups.
11722 (todo-archived-only, todo-button, todo-category-string, todo-date)
11723 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11724 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11725 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11726 (todo-add-item-if-new-category, todo-always-add-time-string)
11727 (todo-categories-align, todo-categories-archived-label)
11728 (todo-categories-category-label, todo-categories-diary-label)
11729 (todo-categories-done-label, todo-categories-number-separator)
11730 (todo-categories-todo-label, todo-categories-totals-label)
11731 (todo-category-completions-files, todo-completion-ignore-case)
11732 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11733 (todo-done-separator-string, todo-done-string)
11734 (todo-files-function, todo-filter-done-items, todo-filter-files)
11735 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11736 (todo-initial-category, todo-initial-file, todo-item-mark)
11737 (todo-legacy-date-time-regexp, todo-mode-line-function)
11738 (todo-nondiary-marker, todo-number-prefix)
11739 (todo-print-buffer-function, todo-show-current-file)
11740 (todo-show-done-only, todo-show-first, todo-show-with-done)
11741 (todo-skip-archived-categories, todo-top-priorities-overrides)
11742 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11743 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11744 New defcustoms.
11745 (todo-category-done, todo-date-pattern, todo-date-string-start)
11746 (todo-diary-items-buffer, todo-done-string-start)
11747 (todo-filtered-items-buffer, todo-item-start)
11748 (todo-month-abbrev-array, todo-month-name-array)
11749 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11750 (todo-top-priorities-buffer): New defconsts.
11751 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11752 (todo-categories-with-marks, todo-category-string-face)
11753 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11754 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11755 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11756 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11757 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11758 (todo-font-lock-keywords, todo-global-current-todo-file)
11759 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11760 (todo-insertion-commands-args)
11761 (todo-insertion-commands-args-genlist)
11762 (todo-insertion-commands-names, todo-insertion-map)
11763 (todo-key-bindings-t, todo-key-bindings-t+a)
11764 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11765 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11766 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11767 (todo-visited): New variables.
11768
11769 2013-06-21 Glenn Morris <rgm@gnu.org>
11770
11771 * play/cookie1.el (cookie-apropos): Add optional display argument.
11772 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11773 (psychoanalyze-pinhead): Use cookie-doctor.
11774
11775 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11776
11777 * emacs-lisp/package.el (tar-get-file-descriptor)
11778 (tar--extract): Declare.
11779
11780 2013-06-21 Eduard Wiebe <usenet@pusto.de>
11781
11782 Extend flymake's warning predicate to be a function (bug#14217).
11783 * progmodes/flymake.el (flymake-warning-predicate): New.
11784 (flymake-parse-line): Use it.
11785 (flymake-warning-re): Make obsolete alias to
11786 `flymake-warning-predicate'.
11787
11788 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11789
11790 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11791 (package-obsolete-list): Remove.
11792 (package-activate): Remove min-version argument. Add `force' argument.
11793 Adjust to new package-alist format.
11794 (package-mark-obsolete): Remove.
11795 (package-unpack): Force reload of the package's autoloads.
11796 (package-installed-p): Check builtins if the installed package is not
11797 recent enough.
11798 (package-initialize): Don't reset package-obsolete-list.
11799 Don't specify which package version to activate.
11800 (package-process-define-package, describe-package-1)
11801 (package-menu--generate): Adjust to new package-alist format.
11802
11803 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11804
11805 * allout-widgets.el (allout-widgets-mode-off)
11806 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11807 (allout-widgets-post-command-business)
11808 (allout-widgets-after-copy-or-kill-function)
11809 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11810 (allout-decorate-item-and-context)
11811 (allout-graphics-modification-handler): Fix typos in docstrings.
11812 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11813
11814 * cmuscheme.el (scheme-start-file): Doc fix.
11815 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11816 (scheme-input-filter): Use `string-match-p'.
11817
11818 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11819
11820 * dired-x.el: Use Dired consistently in docstrings.
11821
11822 * dired.el: Use Dired consistently in docstrings.
11823 (dired-readin, dired-mode): Use `setq-local'.
11824 (dired-switches-alist): Make defvar-local.
11825 (dired-buffers-for-dir): Use `zerop'.
11826 (dired-safe-switches-p, dired-switches-escape-p)
11827 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11828 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11829 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11830 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11831 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11832 (dired-toggle-marks, dired-mark-files-containing-regexp)
11833 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11834 (dired-flag-auto-save-files, dired-flag-backup-files):
11835 Use `looking-at-p'.
11836 (dired-mark-files-regexp, dired-build-subdir-alist):
11837 Use `string-match-p', `looking-at-p'.
11838
11839 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11840 (direct-print-region-helper): Use `string-match-p'.
11841
11842 2013-06-21 Leo Liu <sdl.web@gmail.com>
11843
11844 * comint.el (comint-redirect-results-list-from-process):
11845 Fix infinite loop.
11846
11847 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11848
11849 * net/eww.el (eww-update-header-line-format): Quote % characters.
11850
11851 2013-06-21 Glenn Morris <rgm@gnu.org>
11852
11853 * play/cookie1.el (cookie): New custom group.
11854 (cookie-file): New option.
11855 (cookie-check-file): New function.
11856 (cookie): Make it interactive. Make start and end messages optional.
11857 Interactively, display the result. Default to cookie-file.
11858 (cookie-insert): Default to cookie-file.
11859 (cookie-snarf): Make start and end messages optional.
11860 Default to cookie-file. Use with-temp-buffer.
11861 (cookie-read): Rename from read-cookie.
11862 Make start and end messages optional. Default to cookie-file.
11863 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11864 Do not autoload it.
11865 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11866 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11867
11868 2013-06-21 Leo Liu <sdl.web@gmail.com>
11869
11870 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11871
11872 2013-06-21 Glenn Morris <rgm@gnu.org>
11873
11874 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11875
11876 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11877 Daniel Hackney <dan@haxney.org>
11878
11879 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11880 Consolidate the single-file vs tarball code.
11881 (package-desc-suffix): New function.
11882 (package-desc-full-name): Don't bother inlining it.
11883 (package-load-descriptor): Return the new package-desc.
11884 (package-mark-obsolete): Remove unused arg `package'.
11885 (package-unpack): Make it work for single files as well.
11886 Make it update package-alist.
11887 (package--make-autoloads-and-stuff): Rename from
11888 package--make-autoloads-and-compile. Don't compile any more.
11889 (package--compile): New function.
11890 (package-generate-description-file): New function, extracted from
11891 package-unpack-single.
11892 (package-unpack-single): Remove.
11893 (package--with-work-buffer): Add indentation and debugging info.
11894 (package-download-single): Remove.
11895 (package-install-from-archive): Rename from package-download-tar, make
11896 it take a pkg-desc, and make it work for single files as well.
11897 (package-download-transaction): Simplify.
11898 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11899 external tar program.
11900 (package-install-from-buffer): Remove `pkg-desc' argument.
11901 Use package-tar-file-info for tar-mode buffers.
11902 (package-install-file): Simplify accordingly.
11903 (package-archive-base): Change to take a pkg-desc.
11904 * tar-mode.el (tar--check-descriptor): New function, extracted from
11905 tar-get-descriptor.
11906 (tar-get-descriptor): Use it.
11907 (tar-get-file-descriptor): New function.
11908 (tar--extract): New function, extracted from tar-extract.
11909 (tar--extract): Use it.
11910 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11911 case the summary uses non-ascii. Adjust to new calling convention of
11912 package-tar-file-info.
11913
11914 2013-06-21 Leo Liu <sdl.web@gmail.com>
11915
11916 * comint.el (comint-redirect-results-list-from-process):
11917 Fix random delay. (Bug#14681)
11918
11919 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11920
11921 * profiler.el (profiler-format-number): Use log, not log10.
11922
11923 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11924
11925 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11926
11927 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11930 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11931 yet available.
11932 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11933 (AUTOGENEL): ... here.
11934 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11935 (cl--defsubst-expand): Use it.
11936
11937 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11938
11939 * subr.el (log10): Move here from C code, and declare as obsolete.
11940 All uses of (log10 X) replaced with (log X 10).
11941
11942 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11943
11944 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11945 Declare with `defvar-local'.
11946 (tabulated-list-use-header-line, tabulated-list-entries)
11947 (tabulated-list-padding, tabulated-list-printer)
11948 (tabulated-list-sort-key): Declare with `defvar-local'.
11949 (tabulated-list-init-header, tabulated-list-print-fake-header):
11950 Use `setq-local'.
11951
11952 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11953
11954 * arc-mode.el (archive-mode): Add `archive-write-file' to
11955 `write-contents-functions' also for remote files. (Bug#14652)
11956
11957 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11958
11959 * cus-edit.el (custom-commands): Fix typos.
11960 (custom-display): Fix tooltip text.
11961 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11962 Fix typos in docstrings.
11963 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11964 (custom-unlispify-menu-entry, custom-magic-value-create)
11965 (custom-add-see-also, custom-group-value-create): Use ?\s.
11966 (custom-guess-type, customize-apropos, editable-field)
11967 (custom-face-value-create): Use `string-match-p'.
11968 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11969
11970 * custom.el (custom-load-symbol): Use `string-match-p'.
11971
11972 * ansi-color.el: Convert to lexical binding.
11973 (ansi-colors): Fix URL.
11974 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11975 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11976 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11977
11978 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11979
11980 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11981
11982 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11983
11984 2013-06-19 Tom Tromey <tromey@redhat.com>
11985
11986 * net/eww.el (eww-top-url): Remove.
11987 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11988 (eww-render): Set new variables. Don't set eww-top-url.
11989 (eww-handle-link): Handle "prev", "home", and "contents".
11990 Downcase the rel text.
11991 (eww-top-url): Choose best top URL.
11992
11993 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11994
11995 * net/eww.el: Rewrite to implement form elements "by hand" instead of
11996 relying in widget.el. Using widget.el leads to too many
11997 user interface inconsistencies.
11998 (eww-self-insert): Implement entering commands in text fields.
11999 (eww-process-text-input): New function to make text input field editing
12000 work.
12001 (eww-submit): Rewrite to use the new-style form methods.
12002 (eww-select-display): Display the correct selected item.
12003 (eww-change-select): Implement changing the select value.
12004 (eww-toggle-checkbox): Implement radio/checkboxes.
12005 (eww-update-field): Fix compilation error.
12006 (eww-tag-textarea): Implement <textarea>.
12007
12008 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12009 we don't shadow mode-specific bindings.
12010
12011 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12012 nothing to push.
12013
12014 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12015
12016 2013-06-19 Glenn Morris <rgm@gnu.org>
12017
12018 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12019
12020 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12021
12022 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12023 not needed.
12024
12025 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12026
12027 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12028
12029 * net/browse-url.el (browse-url-browser-function):
12030 `eww-browse-url' has the right calling signature, `eww' does not.
12031
12032 2013-06-19 Glenn Morris <rgm@gnu.org>
12033
12034 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12035 Only eval autoloaded macros.
12036 (byte-compile-autoload): Only give the macro warning for macros.
12037
12038 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12039 (ps-underlined-faces): Declare.
12040
12041 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12042 (speedbar-add-supported-extension): Declare.
12043
12044 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12045 Don't include a date stamp in the header of the generated file;
12046 it leads to needless differences between output files.
12047
12048 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12049
12050 * net/secrets.el (secrets-struct-secret-content-type):
12051 Replace check of introspection data by a test call of "CreateItem".
12052 Some servers do not offer introspection.
12053
12054 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12055
12056 * electric.el (electric-pair-mode): Improve interaction with
12057 electric-layout-mode.
12058 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12059 (electric-pair-syntax): Use text-mode-syntax-table in comments
12060 and strings.
12061 (electric-pair--insert): New function.
12062 (electric-pair-post-self-insert-function): Use it and
12063 electric--after-char-pos.
12064
12065 2013-06-19 Leo Liu <sdl.web@gmail.com>
12066
12067 * progmodes/octave.el (octave-help): Fix regexp.
12068
12069 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12070
12071 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12072 (shr-table-horizontal-line): Allow nil as a value, and change the
12073 default.
12074 (shr-insert-table-ruler): Respect the nil value.
12075
12076 2013-06-18 Tom Tromey <tromey@barimba>
12077
12078 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12079 New defvars.
12080 (eww-open-file): New defun.
12081 (eww-render): Initialize new variables.
12082 (eww-display-html): Handle "link" and "a".
12083 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12084 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12085 (eww-back-url): Rename from eww-previous-url.
12086 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12087 New defuns.
12088
12089 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12090
12091 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12092 Distinguish ternary operator tokens from slash symbol and slash
12093 char literal.
12094
12095 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12096
12097 Convert symbol prettification into minor mode and global minor mode.
12098
12099 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12100 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12101 (prettify-symbols--keywords): Rename from
12102 `prog-prettify-symbols-alist' and make a local defvar.
12103 (prettify-symbols--compose-symbol): Rename from
12104 `prog--prettify-font-lock-compose-symbol'.
12105 (prettify-symbols--make-keywords): Rename from
12106 `prog-prettify-font-lock-symbols-keywords' and simplify.
12107 (prog-prettify-install): Remove.
12108 (prettify-symbols-mode): New minor mode, based on
12109 `prog-prettify-install'.
12110 (turn-on-prettify-symbols-mode): New function.
12111 (global-prettify-symbols-mode): New globalized minor mode.
12112
12113 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12114 * progmodes/cfengine.el (cfengine3-mode):
12115 * progmodes/perl-mode.el (perl-mode): Don't call
12116 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12117
12118 2013-06-18 Juri Linkov <juri@jurta.org>
12119
12120 * files-x.el (modify-file-local-variable-message): New function.
12121 (modify-file-local-variable)
12122 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12123 and call `modify-file-local-variable-message' when it's non-nil.
12124 (add-file-local-variable, delete-file-local-variable)
12125 (add-file-local-variable-prop-line)
12126 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12127 and use it. (Bug#9820)
12128
12129 2013-06-18 Juri Linkov <juri@jurta.org>
12130
12131 * emulation/vi.el (vi-shell-op):
12132 * emulation/vip.el (vip-execute-com, ex-command):
12133 * emulation/viper-cmd.el (viper-exec-bang):
12134 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12135 the call of `shell-command-on-region'. (Bug#14637)
12136
12137 * simple.el (shell-command-on-region): Doc fix.
12138
12139 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12140
12141 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12142 (bug#14633).
12143
12144 2013-06-18 Glenn Morris <rgm@gnu.org>
12145
12146 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12147
12148 * newcomment.el (comment-search-forward, comment-search-backward):
12149 Doc fix. (Bug#14376)
12150
12151 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12152
12153 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12154 (buffer-face-mode-invoke): Doc fix.
12155
12156 2013-06-18 Matthias Meulien <orontee@gmail.com>
12157
12158 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12159 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12160
12161 2013-06-18 Glenn Morris <rgm@gnu.org>
12162
12163 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12164 Replace obsolete function generic-make-keywords with its expansion.
12165
12166 * progmodes/python.el (ffap-alist): Declare.
12167
12168 * textmodes/reftex.el (bibtex-mode-map): Declare.
12169
12170 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12171
12172 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12173 (package-unpack, package-unpack-single): Return the pkg-dir.
12174 (package-download-transaction): Use it to update package-alist.
12175
12176 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12177
12178 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12179 possible choice.
12180
12181 2013-06-17 Juri Linkov <juri@jurta.org>
12182
12183 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12184
12185 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12186
12187 * emacs-lisp/package.el (package-load-descriptor):
12188 Remove `with-syntax-table' call, `read' doesn't need it.
12189 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12190
12191 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12192
12193 * startup.el (command-line): Expand package name returned by
12194 `package--description-file' (bug#14639).
12195
12196 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12197
12198 * emacs-lisp/package.el (package-load-descriptor): Do not call
12199 `emacs-lisp-mode', just use its syntax table.
12200
12201 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12202
12203 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12204 `font-lock-extra-managed-props' if any prettifying keyword is added.
12205 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12206 (prog-mode): Use `setq-local'.
12207
12208 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * international/characters.el (standard-case-table): Set syntax of ?»
12211 and ?« to punctuation.
12212
12213 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
12214
12215 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12216 Save relevant match data before calling `syntax-ppss' (bug#14595).
12217
12218 2013-06-15 Juri Linkov <juri@jurta.org>
12219
12220 * files-x.el (modify-file-local-variable-prop-line): Add local
12221 variables to the end of the existing comment on the first line.
12222 Use `file-auto-mode-skip' to skip interpreter magic line,
12223 and also skip XML declaration.
12224
12225 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12226
12227 * startup.el (package--builtin-versions): New var.
12228 (package-subdirectory-regexp): Remove.
12229 (package--description-file): Hard code its value instead.
12230
12231 * emacs-lisp/package.el: Don't activate packages older than builtin.
12232 (package-obsolete-list): Rename from package-obsolete-alist, and make
12233 it into a simple list of package-desc.
12234 (package-strip-version): Remove.
12235 (package-built-in-p): Use package--builtin-versions.
12236 (package-mark-obsolete): Simplify.
12237 (package-process-define-package): Mark it obsolete if older than the
12238 builtin version.
12239 (package-handle-response): Use line-end-position.
12240 (package-read-archive-contents, package--download-one-archive):
12241 Simplify.
12242 (package--add-to-archive-contents): Skip if older than the builtin or
12243 installed version.
12244 (package-menu-describe-package): Fix last change.
12245 (package-list-unversioned): New var.
12246 (package-menu--generate): Use it.
12247
12248 * emacs-lisp/autoload.el: Manage package--builtin-versions.
12249 (autoload--insert-text, autoload--insert-cookie-text): New functions.
12250 (autoload-builtin-package-versions): New variable.
12251 (autoload-generate-file-autoloads): Use them.
12252 Remove the list of autoloaded functions/macros from the
12253 (autoload...) comments.
12254
12255 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12256
12257 2013-06-15 Eli Zaretskii <eliz@gnu.org>
12258
12259 * simple.el (line-move-partial): Don't jump to the next screen
12260 line as soon as it becomes visible. Instead, continue enlarging
12261 the vscroll until the portion of a tall screen line that's left on
12262 display is about the height of the frame's default font.
12263 (Bug#14567)
12264
12265 2013-06-15 Glenn Morris <rgm@gnu.org>
12266
12267 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12268 compilation-error-regexp-alist void, or local while let-bound.
12269
12270 * progmodes/make-mode.el (makefile-mode-syntax-table):
12271 Treat "=" as punctuation. (Bug#14614)
12272
12273 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
12274
12275 * help-fns.el (describe-variable):
12276 Add extra line for permanent-local variables.
12277
12278 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
12279
12280 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12281 Add export, import, library. (Bug#9164)
12282 (library): Set indent function.
12283
12284 2013-06-14 Glenn Morris <rgm@gnu.org>
12285
12286 * term/xterm.el (xterm--query):
12287 Stop after first matching handler. (Bug#14615)
12288
12289 2013-06-14 Ivan Kanis <ivan@kanis.fr>
12290
12291 Add support for dired in saveplace.
12292 * dired.el (dired-initial-position-hook): New variable.
12293 (dired-initial-position): Call hook to place cursor position.
12294 * saveplace.el (save-place-to-alist): Add dired position.
12295 (save-place-dired-hook): New function.
12296
12297 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12298
12299 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12300 through a symbol rather than letrec.
12301
12302 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
12303 (package-desc): Add `dir' field.
12304 (package-desc-full-name): New function.
12305 (package-load-descriptor): Combine the two arguments. Don't use `load'.
12306 (package-maybe-load-descriptor): Remove.
12307 (package-load-all-descriptors): Just call package-load-descriptor.
12308 (package--disabled-p): New function.
12309 (package-desc-vers, package-desc-doc): Remove aliases.
12310 (package--dir): Remove function.
12311 (package-activate): Check if a package is disabled.
12312 (package-process-define-package): New function, extracted from
12313 define-package.
12314 (define-package): Turn into a place holder.
12315 (package-unpack-single, package-tar-file-info):
12316 Use package--description-file.
12317 (package-compute-transaction): Use package--disabled-p.
12318 (package-download-transaction): Don't call
12319 package-maybe-load-descriptor since they're all loaded anyway.
12320 (package-install): Change argument to be a pkg-desc.
12321 (package-delete): Use a single pkg-desc argument.
12322 (describe-package-1): Use package-desc-dir instead of package--dir.
12323 Use package-desc property instead of package-symbol.
12324 (package-install-button-action): Adjust accordingly.
12325 (package--push): Rewrite.
12326 (package-menu--print-info): Adjust accordingly. Change the ID format
12327 to be a pkg-desc.
12328 (package-menu-describe-package, package-menu-get-status)
12329 (package-menu--find-upgrades, package-menu-mark-upgrades)
12330 (package-menu-execute, package-menu--name-predicate):
12331 Adjust accordingly.
12332 * startup.el (package--description-file): New function.
12333 (command-line): Use it.
12334 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12335 Use package-desc-version.
12336
12337 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12338 (byte-compile-preprocess): Use it.
12339 (byte-compile-file-form-defalias): Try a bit harder to use macros we
12340 can't quite recognize.
12341 (byte-compile-add-to-list): Remove.
12342 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12343 (cconv-closure-convert): Add assertion.
12344
12345 * emacs-lisp/map-ynp.el: Use lexical-binding.
12346 (map-y-or-n-p): Remove unused vars `tail' and `object'.
12347 Factor out some repeated code.
12348
12349 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12350
12351 * subr.el (with-eval-after-load): New macro.
12352 (eval-after-load): Allow form to be a function.
12353 take advantage of lexical-binding.
12354 (do-after-load-evaluation): Use dolist and adjust to new format.
12355 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12356
12357 2013-06-13 Juri Linkov <juri@jurta.org>
12358
12359 * replace.el (perform-replace): Display "symbol " and other search
12360 modes from `isearch-message-prefix' in the *Help* buffer.
12361
12362 * isearch.el (isearch-query-replace): Add " symbol" and other
12363 possible search modes from `isearch-message-prefix' to the prompt.
12364 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12365 when reading a regexp to collect.
12366
12367 2013-06-13 Juri Linkov <juri@jurta.org>
12368
12369 * isearch.el (word-search-regexp): Match whitespace if the search
12370 string begins or ends in whitespace. The LAX arg is applied to
12371 both ends of the search string. Use `regexp-quote' and explicit
12372 \< and \> instead of \b. Use \` and \' instead of ^ and $.
12373 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12374 boundaries are replaced with symbol boundaries, and characters
12375 between symbols match non-word non-symbol syntax. (Bug#14602)
12376
12377 2013-06-13 Juri Linkov <juri@jurta.org>
12378
12379 * isearch.el (isearch-del-char): Don't exceed the length of
12380 `isearch-string' by the prefix arg. (Bug#14563)
12381
12382 2013-06-13 Juri Linkov <juri@jurta.org>
12383
12384 * isearch.el (isearch-yank-word, isearch-yank-line)
12385 (isearch-char-by-name, isearch-quote-char)
12386 (isearch-printing-char, isearch-process-search-char):
12387 Add optional count prefix arg. (Bug#14563)
12388
12389 * international/isearch-x.el
12390 (isearch-process-search-multibyte-characters):
12391 Add optional count prefix arg.
12392
12393 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12394
12395 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12396 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12397 lexical-binding.
12398
12399 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
12400
12401 * subr.el (set-temporary-overlay-map): Add on-exit argument.
12402
12403 2013-06-13 Glenn Morris <rgm@gnu.org>
12404
12405 * startup.el (tty-handle-args):
12406 Don't just discard "--" and anything after. (Bug#14608)
12407
12408 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12409
12410 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
12411
12412 Implement changes in Secret Service API. Make it backward compatible.
12413 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12414 (secrets-create-item): Use it. Prefix properties with interface.
12415
12416 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
12417
12418 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
12419 (term-emulate-terminal): Respect term-suppress-hard-newline.
12420
12421 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
12422
12423 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12424 Only remove a `thumb-file' overlay. (Bug#14548)
12425
12426 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
12427
12428 * mail/reporter.el (reporter-submit-bug-report):
12429 Handle missing package-name. (Bug#14600)
12430
12431 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12432
12433 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12434 (reftex-citation-prompt, reftex-default-bibliography)
12435 (reftex-bib-or-thebib, reftex-get-bibfile-list)
12436 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12437 (reftex-bib-sort-author, reftex-bib-sort-year)
12438 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12439 (reftex-extract-bib-entries-from-thebibliography)
12440 (reftex-get-bibkey-default, reftex-get-bib-names)
12441 (reftex-parse-bibtex-entry, reftex-get-bib-field)
12442 (reftex-format-bib-entry, reftex-parse-bibitem)
12443 (reftex-format-bibitem, reftex-do-citation)
12444 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12445 (reftex-restrict-bib-matches, reftex-extract-bib-file)
12446 (reftex-insert-bib-matches, reftex-format-citation)
12447 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12448 (reftex-create-bibtex-file): Add docstrings, mostly by converting
12449 existing comments into docstrings.
12450
12451 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12452
12453 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12454
12455 2013-06-12 Andreas Schwab <schwab@suse.de>
12456
12457 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12458 for auto-save files.
12459
12460 2013-06-12 Glenn Morris <rgm@gnu.org>
12461
12462 * ido.el (ido-delete-ignored-files): Remove.
12463 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12464 Go back to calling ido-ignore-item-p directly.
12465
12466 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
12467
12468 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12469
12470 * ido.el (ido-delete-ignored-files): New function,
12471 split from ido-make-file-list-1.
12472 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
12473 (ido-make-file-list-1): Use ido-delete-ignored-files.
12474
12475 2013-06-12 Leo Liu <sdl.web@gmail.com>
12476
12477 * progmodes/octave.el (inferior-octave-startup)
12478 (inferior-octave-completion-table)
12479 (inferior-octave-track-window-width-change)
12480 (octave-eldoc-function-signatures, octave-help)
12481 (octave-find-definition): Use single quoted strings.
12482 (inferior-octave-startup-args): Change default value.
12483 (inferior-octave-startup): Do not hard code "-i" and
12484 "--no-line-editing".
12485 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12486 (inferior-octave-directory-tracker): Use it.
12487 (octave-goto-function-definition): Robustify.
12488 (octave-help): Support highlighting operators in 'See also'.
12489 (octave-find-definition): Find subfunctions only in Octave mode.
12490
12491 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12492
12493 * help-fns.el (help-fns--compiler-macro): If the handler function is
12494 named, then put a link to it.
12495 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12496 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12497 (cl-typep): Use it.
12498 (cl-eval-when): Simplify debug spec.
12499 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12500 compiler-macro function instead of setting `compiler-macro-file'.
12501
12502 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12503
12504 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12505 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12506
12507 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12508 Daniel Hackney <dan@haxney.org>
12509
12510 First part of Daniel Hackney's patch to package.el.
12511 * emacs-lisp/package.el: Use defstruct.
12512 (package-desc): New, main struct.
12513 (package--bi-desc, package--ac-desc): New structs, used to describe the
12514 format in external files.
12515 (package-desc-vers): Replace with package-desc-version accessor.
12516 (package-desc-doc): Replace with package-desc-summary accessor.
12517 (package-activate-1): Remove `package' arg since the pkg-vec now
12518 includes the name.
12519 (define-package): Use package-desc-from-define.
12520 (package-unpack-single): Change file-name arg to be a symbol.
12521 (package--add-to-archive-contents): Use package-desc-create and new
12522 accessor functions to package--ac-desc.
12523 (package-buffer-info, package-tar-file-info): Return a package-desc.
12524 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12525 arg to be a package-desc.
12526 (package-install-file): Adjust accordingly. Use \' to match EOS.
12527 (package--from-builtin): New function.
12528 (describe-package-1, package-menu--generate): Use it.
12529 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12530 (package-generate-autoloads): Idem and return the name of the file.
12531 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12532 Change pkg-info arg to be a package-desc.
12533 Use package-make-ac-desc.
12534 (package-upload-file): Use \' to match EOS.
12535 * finder.el (finder-compile-keywords): Use package-make-builtin.
12536
12537 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12538
12539 * vc/vc.el (vc-deduce-fileset): Change error message.
12540 (vc-read-backend): New function.
12541 (vc-next-action): Use it.
12542
12543 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12544
12545 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12546 (prolog-font-lock-keywords): Use regexp-opt instead.
12547 Don't manually highlight strings.
12548 (prolog-mode-variables): Simplify comment-start-skip.
12549 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12550
12551 * emacs-lisp/generic.el (generic--normalise-comments)
12552 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12553 (generic-mode-set-comments): Use them.
12554 (generic-bracket-support): Use setq-local.
12555 (generic-make-keywords-list): Declare obsolete.
12556
12557 2013-06-11 Glenn Morris <rgm@gnu.org>
12558
12559 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12560 Prettify after setting font-lock-defaults. (Bug#14574)
12561
12562 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12563
12564 * replace.el (query-replace, occur-read-regexp-defaults-function)
12565 (replace-search):
12566 * subr.el (declare-function, number-sequence, local-set-key)
12567 (substitute-key-definition, locate-user-emacs-file)
12568 (with-silent-modifications, split-string, eval-after-load):
12569 Fix typos, remove unneeded backslashes and reflow some docstrings.
12570
12571 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12574 default for Elisp files.
12575
12576 2013-06-11 Glenn Morris <rgm@gnu.org>
12577
12578 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12579 although define-derived-mode was doing this anyway. (Bug#14583)
12580
12581 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12582
12583 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12584 Fix make-variable-buffer-local call to refer to the correct variable.
12585
12586 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12587
12588 * eshell/em-term.el (eshell-visual-commands)
12589 (eshell-visual-subcommands, eshell-visual-options):
12590 Add summary line to docstrings. Add cross-references.
12591
12592 2013-06-10 Glenn Morris <rgm@gnu.org>
12593
12594 * epa.el (epa-read-file-name): New function. (Bug#14510)
12595 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12596
12597 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12598
12599 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12600 output redirection to be ignored with visual commands.
12601
12602 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12603
12604 * eshell/em-term.el (eshell-visual-command-p): New function.
12605 (eshell-term-initialize): Move long lambda to separate function
12606 eshell-visual-command-p.
12607 * eshell/em-dirs.el (eshell-dirs-initialize):
12608 * eshell/em-script.el (eshell-script-initialize):
12609 Add missing #' to lambda.
12610
12611 2013-06-08 Leo Liu <sdl.web@gmail.com>
12612
12613 * progmodes/octave.el (octave-add-log-current-defun): New function.
12614 (octave-mode): Set add-log-current-defun-function.
12615 (octave-goto-function-definition): Do not move point if not found.
12616 (octave-find-definition): Enhance to try subfunctions first.
12617
12618 2013-06-08 Glenn Morris <rgm@gnu.org>
12619
12620 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12621 (byte-compile-backward-char, byte-compile-backward-word):
12622 Improve previous change, to handle non-explicit nil.
12623
12624 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12627 (smie--opener/closer-at-point): New function.
12628 (smie--matching-block-data): Use it. Don't match from right after an
12629 opener or right before a closer. Obey smie-blink-matching-inners.
12630 Don't signal a mismatch for repeated inners like "switch..case..case".
12631
12632 2013-06-07 Leo Liu <sdl.web@gmail.com>
12633
12634 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12635 to t. (Bug#14303)
12636 (octave-function-header-regexp): Fix. (Bug#14570)
12637 (octave-help-mode-finish-hook, octave-help-mode-finish):
12638 Remove. Just use temp-buffer-show-hook.
12639
12640 * newcomment.el (comment-search-backward): Revert last change.
12641 (Bug#14434)
12642
12643 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12644
12645 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12646
12647 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12648 through xargs, to avoid failure due to MS-Windows limitations on
12649 command-line length.
12650
12651 2013-06-06 Glenn Morris <rgm@gnu.org>
12652
12653 * font-lock.el (lisp-font-lock-keywords-2):
12654 Treat user-error like error.
12655
12656 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12657 (byte-compile-backward-char, byte-compile-backward-word):
12658 Handle explicit nil arguments. (Bug#14565)
12659
12660 2013-06-05 Alan Mackenzie <acm@muc.de>
12661
12662 * isearch.el (isearch-allow-prefix): New user option.
12663 (isearch-other-meta-char): Don't exit isearch when a prefix
12664 argument is typed whilst `isearch-allow-prefix' is non-nil.
12665 (Bug#9706)
12666
12667 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * autorevert.el (auto-revert-notify-handler): Use memq.
12670 Hide assertion failure.
12671
12672 * skeleton.el: Use cl-lib.
12673 (skeleton-further-elements): Use defvar-local.
12674 (skeleton-insert): Use cl-progv.
12675
12676 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12677
12678 * progmodes/prog-mode.el (prog-prettify-symbols)
12679 (prog-prettify-install): Update docstrings.
12680
12681 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * simple.el: Move all the prog-mode code to prog-mode.el.
12684 * progmodes/prog-mode.el: New file.
12685 * loadup.el: Add prog-mode.el.
12686
12687 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12688
12689 * simple.el (prog-prettify-symbols): Add version.
12690 (prog-prettify-install): Add convenience function to prettify symbols.
12691
12692 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12693 (perl--augmented-font-lock-keywords-1)
12694 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12695 variables and use it.
12696
12697 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12698 (cfengine3-mode): Remove unneeded variable and use it.
12699
12700 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12701 (lisp--augmented-font-lock-keywords-1)
12702 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12703 Remove unneeded variables and use it.
12704
12705 2013-06-05 João Távora <joaotavora@gmail.com>
12706
12707 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12708 to point when opening the connection. (Bug#14380)
12709
12710 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12711
12712 * subr.el (load-history-regexp, load-history-filename-element)
12713 (eval-after-load, after-load-functions, do-after-load-evaluation)
12714 (eval-next-after-load, display-delayed-warnings)
12715 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12716 definition of save-match-data.
12717 (overriding-local-map): Remove accidental obsolescence declaration.
12718
12719 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12720
12721 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12722
12723 Generalize symbol prettify support to prog-mode and implement it
12724 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12725 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12726 (prog--prettify-font-lock-compose-symbol)
12727 (prog-prettify-font-lock-symbols-keywords): New variables and
12728 functions to support symbol prettification.
12729 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12730 (lisp--augmented-font-lock-keywords-1)
12731 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12732 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12733 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12734 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12735 Implement prettify of -> => :: strings.
12736 * progmodes/perl-mode.el (perl-prettify-symbols)
12737 (perl--font-lock-compose-symbol)
12738 (perl--font-lock-symbols-keywords): Move to prog-mode.
12739 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12740 (perl-font-lock-keywords-1)
12741 (perl-font-lock-keywords-2): Remove explicit prettify support.
12742 (perl--augmented-font-lock-keywords)
12743 (perl--augmented-font-lock-keywords-1)
12744 (perl--augmented-font-lock-keywords-2, perl-mode):
12745 Implement prettify support.
12746
12747 2013-06-05 Leo Liu <sdl.web@gmail.com>
12748
12749 Re-implement SMIE matching block highlight using
12750 show-paren-data-function. (Bug#14395)
12751 * emacs-lisp/smie.el (smie-matching-block-highlight)
12752 (smie--highlight-matching-block-overlay)
12753 (smie--highlight-matching-block-lastpos)
12754 (smie-highlight-matching-block)
12755 (smie-highlight-matching-block-mode): Remove.
12756 (smie--matching-block-data-cache): New variable.
12757 (smie--matching-block-data): New function.
12758 (smie-setup): Use smie--matching-block-data for
12759 show-paren-data-function.
12760
12761 * progmodes/octave.el (octave-mode-menu): Fix.
12762 (octave-find-definition): Skip garbage lines.
12763
12764 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12765
12766 Fix compilation error with simultaneous dynamic+lexical scoping.
12767 Add warning when a defvar appears after the first let-binding.
12768 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12769 (byte-compile-close-variables): Initialize it.
12770 (byte-compile--declare-var): New function.
12771 (byte-compile-file-form-defvar)
12772 (byte-compile-file-form-define-abbrev-table)
12773 (byte-compile-file-form-custom-declare-variable): Use it.
12774 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12775 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12776 (byte-compile-bind): Handle dynamic bindings that shadow
12777 lexical bindings.
12778 (byte-compile-unbind): Make arg non-optional.
12779 (byte-compile-let): Simplify.
12780 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12781 (cconv--analyse-function, cconv-analyse-form): Populate it.
12782 Protect byte-compile-bound-variables to limit the scope of defvars.
12783 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12784 Remove unneeded rule for `declare'.
12785
12786 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12787 so as to avoid depending on cl-adjoin at run-time.
12788 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12789
12790 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12791 (macroexp--warn-and-return): Use it.
12792
12793 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12794
12795 * subr.el: Convert to lexical binding.
12796 (overriding-local-map): Make obsolete.
12797 (add-to-list): Doc fix. Add compiler macro.
12798 (read-key): Swap values of local maps.
12799
12800 2013-06-05 Leo Liu <sdl.web@gmail.com>
12801
12802 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12803
12804 2013-06-04 Leo Liu <sdl.web@gmail.com>
12805
12806 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12807 (compilation-auto-jump): Suppress the "Mark set" message to give
12808 way to exit message.
12809
12810 2013-06-04 Alan Mackenzie <acm@muc.de>
12811
12812 Remove faulty optimisation from indentation calculation.
12813 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12814 search limit based on 2000 characters back from indent-point.
12815
12816 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12817
12818 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12819
12820 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12821
12822 * emacs-lisp/lisp.el: Use lexical-binding.
12823 (lisp--local-variables-1, lisp--local-variables): New functions.
12824 (lisp--local-variables-completion-table): New var.
12825 (lisp-completion-at-point): Use it complete let-bound vars.
12826
12827 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12828 eagerly (bug#14422).
12829
12830 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12831
12832 * autorevert.el (auto-revert-notify-enabled)
12833 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12834 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12835 (auto-revert-notify-handler): Handle also gfilenotify.
12836
12837 * subr.el (file-notify-handle-event): New defun. Replacing ...
12838 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12839 Remove.
12840
12841 2013-06-03 Juri Linkov <juri@jurta.org>
12842
12843 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12844 `M-s h .'. (Bug#14427)
12845
12846 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12847 command `hi-lock-face-symbol-at-point'.
12848 (hi-lock-face-symbol-at-point): New command.
12849 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12850 (hi-lock-menu): Add `highlight-symbol-at-point'.
12851 (hi-lock-mode): Doc fix.
12852
12853 * isearch.el (isearch-forward-symbol-at-point): New command.
12854 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12855 (isearch-highlight-regexp): Add a regexp which matches
12856 words/symbols for word/symbol mode.
12857
12858 * subr.el (find-tag-default-bounds): New function with the body
12859 mostly moved from `find-tag-default'.
12860 (find-tag-default): Move most code to `find-tag-default-bounds',
12861 call it and apply `buffer-substring-no-properties' afterwards.
12862
12863 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12864
12865 * eshell/em-term.el (eshell-term-initialize):
12866 Use `cl-intersection' rather than `intersection'.
12867
12868 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12869
12870 * vc/log-view.el: Doc fix.
12871 (log-view-mode-map): Copy keymap from `special-mode-map'.
12872
12873 2013-06-02 Eric Ludlam <zappo@gnu.org>
12874
12875 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12876 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12877 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12878 (eieio-unbound, eieio-default-superclass)
12879 (eieio--define-field-accessors, method-static, method-before)
12880 (method-primary, method-after, method-num-lists)
12881 (method-generic-before, method-generic-primary)
12882 (method-generic-after, method-num-slots)
12883 (eieio-specialized-key-to-generic-key)
12884 (eieio--check-type, class-v, class-p)
12885 (eieio-class-name, define-obsolete-function-alias)
12886 (eieio-class-parents-fast, eieio-class-children-fast)
12887 (same-class-fast-p, class-constructor, generic-p)
12888 (generic-primary-only-p, generic-primary-only-one-p)
12889 (class-option-assoc, class-option, eieio-object-p)
12890 (class-abstract-p, class-method-invocation-order)
12891 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12892 (eieio-class-un-autoload, eieio-defclass)
12893 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12894 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12895 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12896 (eieio-defgeneric-reset-generic-form)
12897 (eieio-defgeneric-form-primary-only)
12898 (eieio-defgeneric-reset-generic-form-primary-only)
12899 (eieio-defgeneric-form-primary-only-one)
12900 (eieio-defgeneric-reset-generic-form-primary-only-one)
12901 (eieio-unbind-method-implementations)
12902 (eieio--defmethod, eieio--typep)
12903 (eieio-perform-slot-validation, eieio-validate-slot-value)
12904 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12905 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12906 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12907 (eieio-slot-name-index, eieio-class-slot-name-index)
12908 (eieio-set-defaults, eieio-initarg-to-attribute)
12909 (eieio-attribute-to-initarg, eieio-c3-candidate)
12910 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12911 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12912 (eieio-class-precedence-list, eieio-generic-call-methodname)
12913 (eieio-generic-call-arglst, eieio-generic-call-key)
12914 (eieio-generic-call-next-method-list)
12915 (eieio-pre-method-execution-functions, eieio-generic-call)
12916 (eieio-generic-call-primary-only, eieiomt-method-list)
12917 (eieiomt-optimizing-obarray, eieiomt-install)
12918 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12919 (eieio-generic-form, eieio-defmethod, make-obsolete)
12920 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12921 (defclass): Remove `eval-and-compile' from macro.
12922 (call-next-method, shared-initialize): Instead of using
12923 `scoped-class' variable, use new eieio--scoped-class, and
12924 eieio--with-scoped-class.
12925 (initialize-instance): Rename local variable 'scoped-class' to
12926 'this-class' to remove ambiguitity from old global.
12927
12928 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12929 eieio.el.
12930 (eieio--scoped-class-stack): New variable.
12931 (eieio--scoped-class): New fcn.
12932 (eieio--with-scoped-class): New scoping macro.
12933 (eieio-defclass): Use pushnew instead of add-to-list.
12934 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12935 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12936 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12937 `scoped-class' variable, use new eieio--scoped-class, and
12938 eieio--with-scoped-class.
12939
12940 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12941
12942 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12943
12944 * eshell/esh-ext.el (eshell-external-command): Pass args to
12945 `eshell-find-interpreter'.
12946 (eshell-find-interpreter): Add new second parameter ARGS.
12947
12948 * eshell/em-script.el (eshell-script-initialize): Add second arg
12949 to the function added as MATCH to `eshell-interpreter-alist'.
12950
12951 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12952 the function added as MATCH to `eshell-interpreter-alist'.
12953
12954 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12955 (eshell-visual-options): New defcustom.
12956 (eshell-escape-control-x): Adapt docstring.
12957 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12958 `eshell-visual-options' in addition to `eshell-visual-commands'.
12959 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12960
12961 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12962
12963 * progmodes/python.el (python-indent-block-enders): Add break,
12964 continue and raise keywords.
12965
12966 2013-06-01 Glenn Morris <rgm@gnu.org>
12967
12968 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12969
12970 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12971 * progmodes/cc-cmds.el (delete-forward-p):
12972 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12973 * progmodes/cc-engine.el (buffer-syntactic-context):
12974 * progmodes/cc-fonts.el (face-property-instance):
12975 * progmodes/cc-mode.el (set-keymap-parents):
12976 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12977 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12978 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12979 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12980 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12981
12982 * progmodes/cc-vars.el (other): Emacs has this widget since
12983 at least 21.1, so don't (re)define it.
12984
12985 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12986 Replace the obsolete alias pcomplete-arg-quote-list.
12987
12988 2013-06-01 Leo Liu <sdl.web@gmail.com>
12989
12990 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12991 punctuation syntax.
12992 (inferior-octave-minimal-columns)
12993 (inferior-octave-last-column-width): New variables.
12994 (inferior-octave-track-window-width-change): New function.
12995 (inferior-octave-mode): Adjust column width so that Octave output,
12996 for example from 'ls', can fit into the window nicely.
12997
12998 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12999
13000 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13001 Highlight expansions inside regexp literals.
13002
13003 2013-05-31 Glenn Morris <rgm@gnu.org>
13004
13005 * obsolete/sym-comp.el (symbol-complete):
13006 Replace obsolete completion-annotate-function.
13007
13008 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13009
13010 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13011
13012 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13013 New function, checks if point is inside a literal that allows
13014 expression expansion.
13015 (ruby-syntax-propertize-expansion): Use it.
13016 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13017 around the body.
13018
13019 2013-05-30 Juri Linkov <juri@jurta.org>
13020
13021 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13022 to "\M-si".
13023 (isearch-invisible): New variable.
13024 (isearch-forward): Doc fix.
13025 (isearch-mode): Set `isearch-invisible'
13026 to the value of `search-invisible'.
13027 (isearch-toggle-case-fold): Doc fix.
13028 (isearch-toggle-invisible): New command.
13029 (isearch-query-replace): Let-bind `search-invisible'
13030 to the value of `isearch-invisible'.
13031 (isearch-search): Use `isearch-invisible' instead of
13032 `search-invisible'. Let-bind `search-invisible'
13033 to the value of `isearch-invisible'. (Bug#11378)
13034
13035 2013-05-30 Juri Linkov <juri@jurta.org>
13036
13037 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13038 call when `query-flag' is nil and `search-invisible' is non-nil.
13039 (Bug#11746)
13040
13041 2013-05-30 Glenn Morris <rgm@gnu.org>
13042
13043 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13044
13045 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13046 (cc-require): Suppress spurious "noruntime" warnings.
13047 (cc-require-when-compile): Use fboundp, for sake of compiler.
13048
13049 * progmodes/cc-mode.el: Move load of cc-vars before that of
13050 cc-langs (which in turn loads cc-vars), to quieten compiler.
13051
13052 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 * paren.el: Simplify the code.
13055 (show-paren-mode): Always start the timer.
13056 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13057 (show-paren--overlay, show-paren--overlay-1): Rename from
13058 show-paren-overlay and show-paren-overlay-1, and initialize to an
13059 overlay rather than to nil.
13060 (show-paren-function): Misc cleanup and simplifications.
13061
13062 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13063
13064 * paren.el (show-paren-data-function): New hook.
13065 (show-paren--default): New function, extracted from show-paren-function.
13066 (show-paren-function): Use show-paren-data-function.
13067
13068 2013-05-30 Glenn Morris <rgm@gnu.org>
13069
13070 * ielm.el (ielm-map, ielm-complete-symbol):
13071 Use completion-at-point rather than obsolete functions.
13072 (inferior-emacs-lisp-mode): Doc fix.
13073 Set completion-at-point-functions, rather than
13074 comint-dynamic-complete-functions.
13075
13076 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13077 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13078 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13079
13080 * image.el (image-animated-p): Tweak definition.
13081
13082 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13083 (rlogin-process-connection-type): Tweak default. Add set-after.
13084 (rlogin-host): Doc fix.
13085 (rlogin): Tweak prompt.
13086 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13087
13088 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13089 * progmodes/tcl.el (inferior-tcl-mode-map):
13090 Use completion-at-point rather than obsolete alias.
13091
13092 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13093
13094 * minibuffer.el (read-file-name-completion-ignore-case):
13095 Move before completion--in-region, for eager macro expansion.
13096
13097 2013-05-29 Juri Linkov <juri@jurta.org>
13098
13099 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13100 for total count of matching lines. Add `global-matches' for total
13101 count of matches. Rename `matches' to `lines' for count of
13102 matching lines. Add `matches' for count of matches.
13103 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13104 to `prev-line' for line number of prev match endpt.
13105 Increment `matches' for every match. Print the number of
13106 matching lines in the header.
13107 (occur-context-lines): Rename `lines' to `curr-line'.
13108 Rename `prev-lines' to `prev-line'. (Bug#14017)
13109
13110 2013-05-29 Juri Linkov <juri@jurta.org>
13111
13112 * replace.el (perform-replace): Add `skip-read-only-count',
13113 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13114 Increment them for corresponding conditions and report the number
13115 of skipped occurrences in the final message. (Bug#11746)
13116 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13117 (replace-string, replace-regexp): Doc fix.
13118
13119 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13120
13121 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13122
13123 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13124 prog-mode-map (bug#14504).
13125
13126 2013-05-29 Leo Liu <sdl.web@gmail.com>
13127
13128 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13129 (octave-help): Small simplification.
13130
13131 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13132 off the highlight first.
13133
13134 2013-05-29 Glenn Morris <rgm@gnu.org>
13135
13136 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13137 Handle idlwave-last-system-routine-info-cons-cell being nil.
13138
13139 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13140 (idlwave-write-paths): Simplify via with-temp-buffer.
13141
13142 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13143 * emulation/cua-rect.el: Also load cua-base at run time.
13144
13145 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13146 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13147 (cperl-imenu-on-info): Require imenu.
13148
13149 2013-05-28 Alan Mackenzie <acm@muc.de>
13150
13151 Handle "capitalised keywords" correctly.
13152 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13153
13154 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13155
13156 * eshell/em-unix.el: Add -r option to cp.
13157
13158 2013-05-28 Glenn Morris <rgm@gnu.org>
13159
13160 * vc/vc-arch.el (vc-exec-after): Declare.
13161 (vc-switches): Autoload.
13162 * vc/vc-bzr.el: No need to require vc when compiling.
13163 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13164 (vc-resynch-buffer, vc-dir-refresh): Declare.
13165 (vc-setup-buffer, vc-switches): Autoload.
13166 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13167 (vc-resynch-buffer): Declare.
13168 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13169 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13170 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13171 (grep-read-regexp, grep-read-files, grep-expand-template)
13172 (vc-dir-refresh): Declare.
13173 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13174 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13175 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13176 * vc/vc-mtn.el (vc-exec-after): Declare.
13177 (vc-switches): Autoload.
13178 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13179 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13180 (vc-file-tree-walk): Declare.
13181 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13182 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13183 (vc-tag-precondition, vc-rename-master): Autoload.
13184 * vc/vc-svn.el (vc-exec-after): Declare.
13185 (vc-switches, vc-setup-buffer): Autoload.
13186 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13187 Autoload.
13188 (vc-resynch-buffer): Declare.
13189
13190 * obsolete/fast-lock.el (byte-compile-warnings):
13191 Don't warn about obsolete features in this obsolete file.
13192
13193 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13194 Move definition before use.
13195
13196 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13197 (dun-unix-verbs): Remove dun-zippy.
13198 (dun-zippy): Remove function.
13199
13200 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13201
13202 2013-05-27 Juri Linkov <juri@jurta.org>
13203
13204 * replace.el (replace-search): New function with code moved out
13205 from `perform-replace'.
13206 (replace-highlight, replace-dehighlight): Move function definitions
13207 up closer to `replace-search'. (Bug#11746)
13208
13209 2013-05-27 Juri Linkov <juri@jurta.org>
13210
13211 * replace.el (perform-replace): Ignore invisible matches.
13212 In addition to checking `query-replace-skip-read-only', also
13213 filter out matches by calling `run-hook-with-args-until-failure'
13214 on `isearch-filter-predicates', and also check `search-invisible'
13215 for t or call `isearch-range-invisible'.
13216 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
13217
13218 2013-05-27 Juri Linkov <juri@jurta.org>
13219
13220 * isearch.el (isearch-filter-predicates): Rename from
13221 `isearch-filter-predicate'. Doc fix. (Bug#11378)
13222 (isearch-message-prefix): Display text from the property
13223 `isearch-message-prefix' of the currently active filters.
13224 (isearch-search): Don't compare `isearch-filter-predicate' with
13225 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
13226 on `isearch-filter-predicates'. Also check `search-invisible' for t
13227 or call `isearch-range-invisible'.
13228 (isearch-filter-visible): Make obsolete.
13229 (isearch-lazy-highlight-search):
13230 Call `run-hook-with-args-until-failure' on
13231 `isearch-filter-predicates' and use `isearch-range-invisible'.
13232
13233 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13234 `isearch-filter-predicates' instead of `funcall'ing
13235 `isearch-filter-predicate'.
13236 (Info-mode): Set `Info-isearch-filter' to
13237 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13238
13239 * dired-aux.el (dired-isearch-filter-predicate-orig):
13240 Remove variable.
13241 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13242 (dired-isearch-filenames-end): Add and remove
13243 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13244 instead of changing the value of `isearch-filter-predicate'.
13245 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13246 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13247 Put property `isearch-message-prefix' to "filename " on
13248 `dired-isearch-filter-filenames'.
13249
13250 * wdired.el (wdired-change-to-wdired-mode):
13251 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13252 locally instead of changing `isearch-filter-predicate'.
13253 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13254
13255 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
13256
13257 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13258 return the commit hash (Bug#14459). Also set the
13259 `vc-git-detached' property.
13260 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13261 (vc-git-mode-line-string): Use the same help-echo format whether
13262 in detached mode or not, because we know the actual revision now.
13263 When in detached mode, shorten the revision to 7 chars.
13264
13265 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13266
13267 * emacs-lisp/easy-mmode.el (define-minor-mode):
13268 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13269 mode hook and provide a docstring.
13270
13271 2013-05-27 Alan Mackenzie <acm@muc.de>
13272
13273 Remove spurious syntax-table text properties inserted by C-y.
13274 * progmodes/cc-mode.el (c-after-change): Also clear hard
13275 syntax-table property with value nil.
13276
13277 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
13278
13279 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13280 when reading the events; the buffer layout shall not be changed.
13281
13282 2013-05-27 Leo Liu <sdl.web@gmail.com>
13283
13284 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13285 New variable.
13286 (inferior-octave-directory-tracker): Automatically re-sync
13287 default-directory.
13288 (octave-help): Improve handling of 'See also'.
13289
13290 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13291
13292 * doc-view.el: Minor naming convention tweaks.
13293 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13294
13295 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13296 even if there's no `display' property yet (bug#14435).
13297
13298 2013-05-25 Eli Zaretskii <eliz@gnu.org>
13299
13300 * subr.el (unmsys--file-name): Rename from reveal-filename.
13301
13302 * Makefile.in (custom-deps, finder-data, autoloads)
13303 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13304 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13305 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13306
13307 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13308
13309 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13310 error-completion on the first 2 args of condition-case (bug#14446).
13311 Don't burp at EOB.
13312
13313 2013-05-25 Leo Liu <sdl.web@gmail.com>
13314
13315 * comint.el (comint-previous-matching-input): Do not flood the
13316 *Messages* buffer with trivial messages.
13317
13318 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13319
13320 * progmodes/flymake.el (flymake-nop): Don't return a string.
13321 (flymake-set-at): Fix typo.
13322
13323 * simple.el (read--expression): New function, extracted from
13324 eval-expression. Set completion-at-point-functions (bug#14465).
13325 (eval-expression, eval-minibuffer): Use it.
13326
13327 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
13328
13329 * progmodes/flymake.el (flymake-save-buffer-in-file)
13330 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13331 (flymake-selected-frame, flymake-log, flymake-ins-after)
13332 (flymake-set-at, flymake-get-buildfile-from-cache)
13333 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13334 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13335 Refine the doc string.
13336 (flymake-get-file-name-mode-and-masks): Reformat.
13337 (flymake-get-real-file-name-function): Fix a minor bug.
13338
13339 2013-05-24 Juri Linkov <juri@jurta.org>
13340
13341 * progmodes/grep.el (grep-mode-font-lock-keywords):
13342 Support =linenumber= format used by git-grep for lines with
13343 function names. (Bug#13549)
13344
13345 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13346
13347 * progmodes/octave.el (octave-smie-rules): Return nil rather than
13348 0 after a semi-colon; it works better for smie-auto-fill.
13349 (octave--indent-new-comment-line): New function.
13350 (octave-indent-new-comment-line): Use it (indirectly).
13351 (octave-mode): Don't disable smie-auto-fill. Use add-function to
13352 modify comment-line-break-function.
13353
13354 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13355 (smie-setup): Use add-function to set it.
13356
13357 2013-05-24 Sam Steingold <sds@gnu.org>
13358
13359 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13360 argument (before the `interactive' argument).
13361
13362 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13363
13364 * image-mode.el (image-mode-winprops): Add winprops to
13365 image-mode-winprops-alist before running
13366 image-mode-new-window-functions.
13367 * doc-view.el (doc-view-new-window-function): Don't delay
13368 doc-view-goto-page via timers (bug#14435).
13369
13370 2013-05-24 Tassilo Horn <tsdh@gnu.org>
13371
13372 * doc-view.el: Integrate with desktop.el. (Bug#14435)
13373 (doc-view-desktop-save-buffer): New function.
13374 (doc-view-restore-desktop-buffer): New function.
13375 (desktop-buffer-mode-handlers):
13376 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13377 handler.
13378 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13379 `desktop-save-buffer' function.
13380
13381 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
13382
13383 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13384 (tramp-gvfs-file-name-handler): Raise a user error when
13385 `tramp-gvfs-enabled' is nil.
13386 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13387 Do not raise a user error when loading package. (Bug#14447)
13388
13389 * net/xesam.el: Move to obsolete/.
13390
13391 2013-05-24 Glenn Morris <rgm@gnu.org>
13392
13393 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13394
13395 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13396
13397 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13398 (Info-find-node, Man-getpage-in-background): Declare.
13399
13400 * mail/unrmail.el (unrmail):
13401 Replace obsolete detect-coding-with-priority.
13402
13403 * net/socks.el (socks-split-string): Use this rather than split-string.
13404 (socks-nslookup-host): Update for above change.
13405 (dynamic-choice, s5-dynamic-choice-match)
13406 (s5-dynamic-choice-match-inline, s5-widget-value-create):
13407 Comment out unused code.
13408
13409 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13410 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13411 (gud-tooltip-echo-area): Make obsolete.
13412 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13413
13414 * progmodes/js.el (js--optimize-arglist): Declare.
13415
13416 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13417
13418 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13419 (ediff-window-C): Declare.
13420
13421 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13422 Tweak requires to silence compiler.
13423
13424 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13425 (he-search-string, he-tried-table, he-expand-list)
13426 (he-init-string, he-string-member, he-substitute-string)
13427 (he-reset-string): Declare.
13428
13429 * obsolete/options.el (list-options): Use custom-variable-p,
13430 rather than obsolete alias.
13431
13432 2013-05-23 Sam Steingold <sds@gnu.org>
13433
13434 * simple.el (shell-command-on-region): Pass the `replace' argument
13435 down to `call-process-region' to comply with the doc as reported on
13436 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13437
13438 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13439
13440 * emacs-lisp/smie.el (smie-indent-forward-token)
13441 (smie-indent-backward-token): Handle string tokens (bug#14381).
13442
13443 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13444
13445 * ielm.el (ielm-menu): New menu.
13446 (inferior-emacs-lisp-mode): Set comment-start.
13447
13448 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13449
13450 * textmodes/reftex.el (reftex-ref-style-toggle):
13451 Fix deactivate action.
13452
13453 * textmodes/reftex-vars.el (reftex-ref-style-alist):
13454 Add cleveref macros.
13455
13456 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13457 Accept options for bibliography commands.
13458 * textmodes/reftex-vars.el (reftex-bibliography-commands):
13459 Add addbibresource. Basic Biblatex support.
13460
13461 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
13462
13463 * net/tramp-gvfs.el (top):
13464 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13465 when loading package. (Bug#14447)
13466
13467 2013-05-23 Glenn Morris <rgm@gnu.org>
13468
13469 * progmodes/js.el: No need to load comint when compiling.
13470 (ring-insert, comint-send-string, comint-send-input)
13471 (comint-last-input-end, ido-chop): Declare.
13472
13473 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13474 * vc/ediff-mult.el: Adjust requires.
13475 (ediff-directories-internal, ediff-directory-revisions-internal)
13476 (ediff-patch-file-internal): Declare.
13477 * vc/ediff-ptch.el: Adjust requires.
13478 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13479 (ediff-find-file): Autoload.
13480 * vc/ediff-util.el: No need to load ediff when compiling.
13481 (ediff-regions-internal): Declare.
13482 * vc/ediff-wind.el: Adjust requires.
13483 (ediff-compute-toolbar-width): Define when compiling.
13484 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13485 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13486 (dired-get-filename, dired-get-marked-files)
13487 (ediff-last-dir-patch, ediff-patch-default-directory)
13488 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13489 (ediff-patch-buffer-internal): Declare.
13490
13491 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13492 (ispell-process, ispell-buffer-local-words, lm-summary)
13493 (lm-section-start, lm-section-end): Declare.
13494 (checkdoc-ispell-init): Simplify.
13495
13496 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13497 (he-string-member, he-reset-string, he-substitute-string): Declare.
13498
13499 * eshell/em-ls.el: Adjust requires.
13500 (eshell-glob-regexp): Declare.
13501 * eshell/em-tramp.el: Adjust requires.
13502 (eshell-parse-command): Autoload.
13503 * eshell/em-xtra.el: Adjust requires.
13504 (eshell-parse-command): Autoload.
13505 * eshell/esh-ext.el: Adjust requires.
13506 (eshell-parse-command, eshell-close-handles): Autoload.
13507 * eshell/esh-io.el: Adjust requires.
13508 (eshell-output-filter): Autoload.
13509 * eshell/esh-util.el: No need to load tramp when compiling.
13510 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13511 Declare.
13512 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13513 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13514 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13515 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13516 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13517 * eshell/esh-opt.el, eshell/esh-proc.el:
13518 * eshell/esh-var.el: Adjust requires.
13519 * eshell/eshell.el: Do not require esh-util twice.
13520 (eshell-add-input-to-history): Declare.
13521 (eshell-command): Check history module is active before using it.
13522
13523 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13524
13525 2013-05-22 Leo Liu <sdl.web@gmail.com>
13526
13527 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13528
13529 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13530
13531 * autorevert.el (auto-revert-notify-add-watch)
13532 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13533 it indicates changes in file modification time.
13534
13535 2013-05-22 Glenn Morris <rgm@gnu.org>
13536
13537 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13538 Always delete the autoloaded function from the noruntime and
13539 unresolved functions lists.
13540
13541 * allout.el: No need to load epa, epg, overlay when compiling.
13542 (epg-context-set-passphrase-callback, epg-list-keys)
13543 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13544 (epg-key-user-id-list): Declare.
13545
13546 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13547 (viper-set-parsing-style-toggling-macro)
13548 (viper-set-emacs-state-searchstyle-macros):
13549 Use called-interactively-p on Emacs.
13550 (viper-looking-back): Make it an obsolete alias. Update callers.
13551 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13552 Use looking-back rather than viper-looking-back.
13553 (viper-tmp-insert-at-eob, viper-enlarge-region)
13554 (viper-read-string-with-history, viper-register-to-point)
13555 (viper-append-to-register, viper-change-state-to-vi)
13556 (viper-backward-char-carefully, viper-forward-char-carefully)
13557 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13558 (viper-change-state-to-emacs): Declare.
13559 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13560 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13561 * emulation/viper-mous.el: Do not load viper-cmd.
13562 (viper-backward-char-carefully, viper-forward-char-carefully)
13563 (viper-forward-word, viper-adjust-window): Declare.
13564
13565 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13566
13567 * progmodes/idlw-help.el (idlwave-help-fontify):
13568 Use called-interactively-p.
13569
13570 * term/w32console.el (w32-get-console-codepage)
13571 (w32-get-console-output-codepage): Declare.
13572
13573 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13574 Remove unnecessary declarations.
13575 (dframe-message): Doc fix.
13576
13577 * info.el (dframe-select-attached-frame, dframe-current-frame):
13578 Declare.
13579
13580 * speedbar.el (speedbar-message): Make it an obsolete alias.
13581 Update all callers.
13582 (speedbar-with-attached-buffer)
13583 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13584 (speedbar-with-writable): Use backquote.
13585 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13586 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13587 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13588 rather than speedbar- aliases.
13589 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13590 (speedbar-make-specialized-keymap, speedbar-insert-button)
13591 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13592 (speedbar-do-function-pointer): Declare.
13593 (rmail-speedbar-button, rmail-speedbar-find-file)
13594 (rmail-speedbar-move-message):
13595 Use dframe-with-attached-buffer rather than speedbar- alias.
13596 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13597 (dframe-message, speedbar-make-specialized-keymap)
13598 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13599 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13600 (speedbar-insert-button, dframe-select-attached-frame)
13601 (dframe-maybee-jump-to-attached-frame)
13602 (speedbar-change-initial-expansion-list)
13603 (speedbar-previously-used-expansion-list-name): Declare.
13604 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13605 Use dframe-message, dframe-with-attached-buffer rather than
13606 speedbar- aliases.
13607 (gud-sentinel): Silence compiler.
13608 * progmodes/vhdl-mode.el (speedbar-refresh)
13609 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13610 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13611 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13612 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13613 (speedbar-file-lists, speedbar-make-tag-line)
13614 (speedbar-line-directory, speedbar-goto-this-file)
13615 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13616 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13617 (speedbar-make-button, speedbar-reset-scanners)
13618 (speedbar-files-item-info, speedbar-line-text)
13619 (speedbar-find-file-in-frame, speedbar-set-timer)
13620 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13621 (speedbar-with-writable): Do not (re)define it.
13622 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13623 rather than speedbar- alias.
13624
13625 2013-05-21 Leo Liu <sdl.web@gmail.com>
13626
13627 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13628 menu items.
13629 (octave-mode): Tweak fill-nobreak-predicate.
13630 (inferior-octave-startup): Check process to avoid infinite loop.
13631 (inferior-octave): Pop to buffer first to show abornmal process
13632 exit information.
13633
13634 2013-05-21 Glenn Morris <rgm@gnu.org>
13635
13636 * printing.el (pr-menu-bar): Define when compiling.
13637
13638 2013-05-21 Leo Liu <sdl.web@gmail.com>
13639
13640 * progmodes/octave.el (octave-auto-fill): Remove.
13641 (octave-indent-new-comment-line): Improve.
13642 (octave-mode): Use auto fill mode through
13643 comment-line-break-function and fill-nobreak-predicate.
13644 (octave-goto-function-definition): Support DEFUN_DLD.
13645 (octave-beginning-of-defun): Small tweak.
13646 (octave-help): Show parent directory.
13647
13648 2013-05-21 Glenn Morris <rgm@gnu.org>
13649
13650 * files.el (dired-unmark):
13651 * progmodes/gud.el (gdb-input): Update declarations.
13652
13653 * calculator.el (electric, ehelp): No need to load when compiling.
13654 (Electric-command-loop, electric-describe-mode): Declare.
13655
13656 * doc-view.el (doc-view-current-converter-processes): Move before use.
13657
13658 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13659 Move MODE-set-explicitly definition before use.
13660
13661 * international/mule-diag.el (mule-diag):
13662 Don't use obsolete window-system-version.
13663
13664 * mail/feedmail.el (smtpmail): No need to load when compiling.
13665 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13666
13667 * mail/mail-utils.el (rfc822): No need to load when compiling.
13668 (rfc822-addresses): Autoload it.
13669 (mail-strip-quoted-names): Trivial simplification.
13670
13671 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13672 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13673
13674 * net/snmp-mode.el (tempo): Don't duplicate requires.
13675
13676 * progmodes/prolog.el (info): No need to load when compiling.
13677 (comint): Require before shell requires it.
13678 (Info-goto-node): Autoload it.
13679 (Info-follow-nearest-node): Declare.
13680 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13681
13682 * textmodes/artist.el (picture-mode-exit): Declare.
13683
13684 * textmodes/reftex-parse.el (reftex-parse-from-file):
13685 Trivial rewrite so the compiler can parse it better.
13686
13687 2013-05-20 Leo Liu <sdl.web@gmail.com>
13688
13689 * progmodes/octave.el (octave-help-mode-map)
13690 (octave-help-mode-finish-hook): New variables.
13691 (octave-help-mode, octave-help-mode-finish): New functions.
13692 (octave-help): Use octave-help-mode.
13693
13694 2013-05-20 Glenn Morris <rgm@gnu.org>
13695
13696 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13697
13698 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13699
13700 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13701 start at point, so that expansion starting right after opening
13702 slash in a regexp is recognized.
13703 (ruby-syntax-before-regexp-re): New defvar, extracted from
13704 ruby-syntax-propertize-function. Since the value of this regexp
13705 is looked up at runtime now, we should be able to turn
13706 `ruby-syntax-methods-before-regexp' into a defcustom later.
13707 (ruby-syntax-propertize-function): Split regexp matching into two
13708 parts, for opening and closing slashes. That allows us to skip
13709 over string interpolations and support multiline regexps.
13710 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13711 for them, which calls `ruby-syntax-propertize-expansion'.
13712 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13713 call to `ruby-syntax-propertize-function'.
13714 (ruby-syntax-propertize-expansion): Extracted from
13715 `ruby-syntax-propertize-expansions'. Handles one expansion.
13716 (ruby-syntax-propertize-percent-literal): Leave point right after
13717 the percent symbol, so that the expression expansion rule can
13718 propertize the contents.
13719 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13720 heredoc openers.
13721 (ruby-syntax-propertize-expansions): Remove.
13722
13723 2013-05-18 Juri Linkov <juri@jurta.org>
13724
13725 * man.el (Man-default-man-entry): Remove `-' from the end
13726 of the default value. (Bug#14400)
13727
13728 2013-05-18 Glenn Morris <rgm@gnu.org>
13729
13730 * comint.el (comint-password-prompt-regexp):
13731 Allow "password for XXX" where XXX contains colons (eg https://...).
13732
13733 2013-05-18 Leo Liu <sdl.web@gmail.com>
13734
13735 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13736 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13737 (octave-source-directories): Don't check process.
13738 (octave-source-directories, octave-find-definition): Doc fix.
13739
13740 2013-05-18 Glenn Morris <rgm@gnu.org>
13741
13742 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13743 Remove backspace/delete bindings. (Bug#14392)
13744
13745 * cus-dep.el (custom-make-dependencies): Sort the output.
13746 (custom-versions-load-alist): Convert comment to doc.
13747
13748 2013-05-17 Leo Liu <sdl.web@gmail.com>
13749
13750 * newcomment.el (comment-search-backward): Stricter in finding
13751 comment start. (Bug#14303)
13752
13753 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13754 (octave-comment-start-skip): Properly anchored.
13755
13756 2013-05-17 Leo Liu <sdl.web@gmail.com>
13757
13758 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13759 Clean up when turned off. (Bug#14395)
13760 (smie--highlight-matching-block-overlay): No longer buffer-local.
13761 (smie-highlight-matching-block): Adjust.
13762
13763 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13764
13765 Doc string fix for "nanoseconds" (Bug#14406).
13766 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13767 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13768
13769 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13770
13771 * calc/calc-units.el (math-extract-units): Preserve powers
13772 of units.
13773
13774 2013-05-17 Leo Liu <sdl.web@gmail.com>
13775
13776 * subr.el (delete-consecutive-dups): New function.
13777 * ido.el (ido-set-matches-1): Use it.
13778 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13779 * ido.el (ido-remove-consecutive-dups): Remove.
13780
13781 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13782
13783 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13784 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13785 regexp-opt's `words'.
13786
13787 2013-05-16 Leo Liu <sdl.web@gmail.com>
13788
13789 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13790 (smie--highlight-matching-block-overlay)
13791 (smie--highlight-matching-block-lastpos)
13792 (smie--highlight-matching-block-timer): New variables.
13793 (smie-highlight-matching-block): New function.
13794 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13795 (smie-setup): Conditionally enable smie-blink-matching-open.
13796
13797 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13798
13799 Sync with upstream verilog-mode r840.
13800 * progmodes/verilog-mode.el (verilog-mode-version)
13801 (verilog-mode-release-date): Update.
13802 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13803 (verilog-sig-tieoff): Fix string error on
13804 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13805 (verilog-read-decls): Fix parameters confusing
13806 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13807
13808 2013-05-16 Eli Zaretskii <eliz@gnu.org>
13809
13810 * subr.el (reveal-filename): New function.
13811
13812 * loadup.el: Compute Emacs executable versions on MS-Windows,
13813 where executables have the .exe extension. Add a hard link
13814 emacs-XX.YY.ZZ.exe on MS-Windows.
13815
13816 * Makefile.in (XARGS_LIMIT): New variable.
13817 (custom-deps, finder-data, autoloads)
13818 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13819 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13820 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13821 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13822
13823 2013-05-16 Leo Liu <sdl.web@gmail.com>
13824
13825 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13826 (octave-mode-menu, octave-mode-map): Remove its uses.
13827
13828 2013-05-16 Reto Zimmermann <reto@gnu.org>
13829
13830 Sync with upstream vhdl mode v3.34.2.
13831 * progmodes/vhdl-mode.el: Use `push' throughout.
13832 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13833 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13834 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13835 (vhdl-actual-generic-name): New option to derive actual generic name.
13836 (vhdl-port-paste-signals): Replace formal by actual generics.
13837 (vhdl-beautify): New name for old group vhdl-align. Update users.
13838 (vhdl-beautify-options): New option.
13839 (vhdl-last-input-event): New compat alias. Use throughout.
13840 (vhdl-goto-line): Replace user level function `goto-line'.
13841 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13842 vhdl-fix-statement-buffer.
13843 (vhdl-create-mode-menu): Add some entries.
13844 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13845 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13846 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13847 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13848 to force statements on one line.
13849 (vhdl-remove-trailing-spaces-region):
13850 New, split from vhdl-remove-trailing-spaces.
13851 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13852 Respect vhdl-beautify-options.
13853 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13854 (vhdl-update-sensitivity-list): Not add with index if exists without.
13855 Not include array index with signal. Ignore keywords in comments.
13856 (vhdl-get-visible-signals): Regexp tweaks.
13857 (vhdl-template-component-inst): Handle empty library.
13858 (vhdl-template-type): Add template for 'enum' type.
13859 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13860 Use vhdl-replace-string.
13861 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13862 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13863 (vhdl-speedbar-initialize): Update for above name change.
13864 (vhdl-compose-wire-components): Fix in handling of constants.
13865 (vhdl-error-regexp-emacs-alist): New variable.
13866 (vhdl-error-regexp-add-emacs): New function;
13867 adds support for new compile.el (Emacs 22+)
13868 (vhdl-generate-makefile-1): Change target order for single lib. units.
13869 Allow use of absolute file names.
13870
13871 2013-05-16 Leo Liu <sdl.web@gmail.com>
13872
13873 * simple.el (prog-indent-sexp): Indent enclosing defun.
13874
13875 2013-05-15 Glenn Morris <rgm@gnu.org>
13876
13877 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13878 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13879 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13880 (whitespace-highlight): Move to whitespace group.
13881
13882 * comint.el (comint-source):
13883 * pcmpl-linux.el (pcmpl-linux):
13884 * shell.el (shell-faces):
13885 * eshell/esh-opt.el (eshell-opt):
13886 * international/ccl.el (ccl): Remove empty custom groups.
13887
13888 * completion.el (dynamic-completion-mode):
13889 * jit-lock.el (jit-lock-debug-mode):
13890 * minibuffer.el (completion-in-region-mode):
13891 * type-break.el (type-break-mode-line-message-mode)
13892 (type-break-query-mode):
13893 * emulation/tpu-edt.el (tpu-edt-mode):
13894 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13895 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13896 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13897
13898 * term/xterm.el (xterm): Change parent group to terminals.
13899
13900 * master.el (master): Remove empty custom group.
13901 (master-mode): Remove unused :group argument.
13902 * textmodes/refill.el (refill): Remove empty custom group.
13903 (refill-mode): Remove unused :group argument.
13904
13905 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13906
13907 * cus-dep.el: Provide a feature.
13908 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13909 Don't mistakenly ignore files whose basenames match a basename
13910 from preloaded-file-list (eg cedet/ede/simple.el).
13911 Add a fallback method for getting :group.
13912
13913 2013-05-15 Juri Linkov <juri@jurta.org>
13914
13915 * isearch.el (isearch-char-by-name): Rename from
13916 `isearch-insert-char-by-name'. Doc fix.
13917 (isearch-forward): Mention `isearch-char-by-name' in
13918 the docstring. (Bug#13348)
13919
13920 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13921 `exit-minibuffer' instead of
13922 `isearch-nonincremental-exit-minibuffer'.
13923 (isearch-edit-string): Remove mention of
13924 `isearch-nonincremental-exit-minibuffer' from docstring.
13925 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13926 (isearch-forward-exit-minibuffer)
13927 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13928
13929 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13930
13931 * loadup.el: Just use unversioned DOC.
13932
13933 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13934 literals as extending to EOB.
13935 (nxml-last-fontify-end): Remove unused variable.
13936 (nxml-after-change1): Use with-silent-modifications.
13937 (nxml-extend-after-change-region): Simplify.
13938 (nxml-extend-after-change-region1): Remove function.
13939 (nxml-after-change1): Don't adjust for dependent regions.
13940 (nxml-fontify-matcher): Simplify.
13941 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13942 (xmltok-add-dependent): Remove function.
13943 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13944 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13945 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13946 unclosed <[[, <?, comment, and other literals as extending to EOB.
13947 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13948 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13949 Remove functions.
13950 (rng-do-some-validation-1): Don't mark dependent regions.
13951 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13952 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13953 (nxml-clear-dependent-regions): Remove functions.
13954 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13955 (nxml-ensure-scan-up-to-date):
13956 Don't clear&mark dependent regions.
13957
13958 2013-05-15 Leo Liu <sdl.web@gmail.com>
13959
13960 * progmodes/octave.el (octave-goto-function-definition):
13961 Improve and fix callers.
13962
13963 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13964
13965 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13966 the setter (bug#14387).
13967
13968 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13969 surrounding group (bug#14402).
13970
13971 2013-05-14 Juri Linkov <juri@jurta.org>
13972
13973 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13974 (Bug#14390)
13975
13976 2013-05-14 Glenn Morris <rgm@gnu.org>
13977
13978 * progmodes/f90.el (f90-imenu-generic-expression):
13979 Fix typo in 2013-05-08 change. (Bug#14402)
13980
13981 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13982
13983 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13984 Remove signals for which replies are never received.
13985
13986 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13987
13988 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13989 (gdb-handler-alist, gdb-handler-number): Remove variables.
13990 (gdb-handler-list): New variable.
13991 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13992 (gdb-pending-handler-p, gdb-handle-reply)
13993 (gdb-remove-all-pending-triggers): New functions.
13994 (gdb-discard-unordered-replies): New defcustom.
13995 (gdb-handler): New defstruct.
13996 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
13997 instead of gdb-pending-triggers. Update docstring.
13998 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
13999 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14000 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14001 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14002 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14003 (gdb-frame-handler): Pending triggers are now automatically managed.
14004 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14005 Remove argument.
14006 (gdb-input): Automatically handles pending triggers. Update docstring.
14007 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14008 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14009 Update comments.
14010 (gdb-done-or-error): Now use gdb-handle-reply.
14011
14012 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14013
14014 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14015 gdb-debug-log.
14016
14017 2013-05-14 Glenn Morris <rgm@gnu.org>
14018
14019 * subr.el (user-emacs-directory-warning): New option.
14020 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14021
14022 2013-05-14 Leo Liu <sdl.web@gmail.com>
14023
14024 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14025 during redisplay.
14026 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14027 (octave-font-lock-texinfo-comment): Fix invalid search bound
14028 error: wrong side of point.
14029
14030 2013-05-14 Glenn Morris <rgm@gnu.org>
14031
14032 * progmodes/flymake.el (flymake-xml-program): New option.
14033 (flymake-xml-init): Use it.
14034
14035 * term/xterm.el: Provide a feature.
14036
14037 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14038
14039 2013-05-13 Glenn Morris <rgm@gnu.org>
14040
14041 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14042 Add compat aliases as a hack workaround. (Bug#14384)
14043
14044 2013-05-13 Leo Liu <sdl.web@gmail.com>
14045
14046 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14047 ###, and %!.
14048 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14049 C-M-q.
14050 (octave-comment-start-skip): Include %!.
14051 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14052
14053 2013-05-12 Leo Liu <sdl.web@gmail.com>
14054
14055 * progmodes/octave.el (inferior-octave-startup): Store the value
14056 of __octave_srcdir__ for octave-source-directories.
14057 (inferior-octave-check-process): New function refactored out of
14058 inferior-octave-send-list-and-digest.
14059 (octave-source-directories)
14060 (octave-find-definition-filename-function): New variables.
14061 (octave-source-directories)
14062 (octave-find-definition-default-filename): New functions.
14063 (octave-find-definition): Improve to find functions implemented in C++.
14064
14065 2013-05-12 Glenn Morris <rgm@gnu.org>
14066
14067 * calendar/diary-lib.el (diary-outlook-format-1):
14068 Don't include dayname in the output. (Bug#14349)
14069
14070 2013-05-11 Glenn Morris <rgm@gnu.org>
14071
14072 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14073
14074 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14075 Treat cc-provide like provide.
14076
14077 2013-05-11 Kevin Ryde <user42@zip.com.au>
14078
14079 * cus-dep.el (custom-make-dependencies):
14080 Use generated-autoload-load-name for the sake of files such
14081 such cedet/semantic/bovine/c.el, where the base file name
14082 is not in load-path. (Bug#5277)
14083
14084 2013-05-11 Glenn Morris <rgm@gnu.org>
14085
14086 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14087 Provide features.
14088
14089 2013-05-11 Leo Liu <sdl.web@gmail.com>
14090
14091 * progmodes/octave.el (octave-indent-comment): Improve.
14092 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14093 (octave-eldoc-function-signatures, octave-eldoc-function):
14094 New functions.
14095 (octave-mode, inferior-octave-mode): Add eldoc support.
14096
14097 2013-05-11 Richard Stallman <rms@gnu.org>
14098
14099 * epa.el (epa-decrypt-file): Take output file name as argument
14100 and read it using `interactive'.
14101
14102 2013-05-11 Leo Liu <sdl.web@gmail.com>
14103
14104 * progmodes/octave.el (octave-beginning-of-line)
14105 (octave-end-of-line): Check before using up-list because it jumps
14106 out of more syntactic contructs since moving to smie.
14107 (octave-indent-comment): New function.
14108 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14109 (octave-begin-keywords, octave-end-keywords)
14110 (octave-reserved-words, octave-smie-bnf-table)
14111 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14112
14113 2013-05-11 Glenn Morris <rgm@gnu.org>
14114
14115 * faces.el (internal-face-x-get-resource):
14116 * frame.el (ns-display-monitor-attributes-list):
14117 * calc/calc-aent.el (math-to-radians-2):
14118 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14119 Fix declarations.
14120
14121 * calc/calc-menu.el: Make it loadable in isolation.
14122
14123 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14124 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14125 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14126 (eudc-bbdb-query-internal): Require 'bbdb.
14127
14128 * lpr.el (lpr-headers-switches):
14129 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14130
14131 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14132
14133 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14134
14135 * term.el (term-set-escape-char): Make it idempotent.
14136
14137 2013-05-10 Leo Liu <sdl.web@gmail.com>
14138
14139 * progmodes/octave.el (inferior-octave-completion-table):
14140 No longer a function and all uses changed. Use cache to speed up
14141 completion due to bug#11906.
14142 (octave-beginning-of-defun): Re-write to be more general.
14143
14144 2013-05-10 Glenn Morris <rgm@gnu.org>
14145
14146 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14147
14148 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14149
14150 * comint.el (comint-redirect-send-command-to-process): Use :around
14151 rather than :override for comint-redirect-filter.
14152 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14153 Call it instead of comint-redirect-original-filter-function (which
14154 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14155
14156 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14157
14158 * frame.el (display-monitor-attributes-list): Add NS case.
14159 (ns-display-monitor-attributes-list): Declare.
14160
14161 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14162
14163 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14164
14165 2013-05-09 Glenn Morris <rgm@gnu.org>
14166
14167 * international/fontset.el (vertical-centering-font-regexp):
14168 Set standard-value.
14169
14170 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14171
14172 * bookmark.el (bookmark-search-delay):
14173 * cus-start.el (vertical-centering-font-regexp):
14174 * ps-mule.el (ps-mule-font-info-database-default):
14175 * ps-print.el (ps-default-fg, ps-default-bg):
14176 * type-break.el (type-break-good-break-interval):
14177 * whitespace.el (whitespace-indentation-regexp)
14178 (whitespace-space-after-tab-regexp):
14179 * emacs-lisp/testcover.el (testcover-1value-functions)
14180 (testcover-noreturn-functions, testcover-progn-functions)
14181 (testcover-prog1-functions):
14182 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14183 * eshell/em-glob.el (eshell-glob-translate-alist):
14184 * play/tetris.el (tetris-tty-colors):
14185 * progmodes/cpp.el (cpp-face-default-list):
14186 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14187 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14188 (idlwave-help-browser-generic-args):
14189 * progmodes/make-mode.el (makefile-special-targets-list):
14190 * progmodes/python.el (python-shell-virtualenv-path):
14191 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14192 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14193 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14194 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14195 * textmodes/reftex-vars.el (reftex-format-label-function):
14196 * textmodes/remember.el (remember-diary-file): Fix custom types.
14197
14198 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14199 Add :version.
14200
14201 2013-05-09 Leo Liu <sdl.web@gmail.com>
14202
14203 * progmodes/octave.el (inferior-octave-completion-at-point):
14204 Restore file completion. (Bug#14300)
14205 (inferior-octave-startup): Fix incorrect highlighting for the
14206 first prompt.
14207
14208 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14209
14210 * progmodes/ruby-mode.el: First cut at SMIE support.
14211 (ruby-use-smie): New var.
14212 (ruby-smie-grammar): New constant.
14213 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14214 (ruby-smie--forward-token, ruby-smie--backward-token)
14215 (ruby-smie-rules): New functions.
14216 (ruby-mode-variables): Setup SMIE if applicable.
14217
14218 2013-05-08 Eli Zaretskii <eliz@gnu.org>
14219
14220 * simple.el (line-move-visual): Signal beginning/end of buffer
14221 only if vertical-motion moved less than it was requested. Avoids
14222 silly incorrect error messages when there are display strings with
14223 multiple newlines at EOL.
14224
14225 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14226
14227 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14228 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14229 (prolog-char-quote-workaround):
14230 * progmodes/cperl-mode.el (cperl-under-as-char):
14231 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14232 Mark as obsolete.
14233 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14234 their declaration.
14235 (vhdl-mode-syntax-table-init): Remove.
14236
14237 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14238 last change.
14239
14240 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14241 syntax for "_".
14242 (ld-script-font-lock-keywords):
14243 Change regexps to use things like \_< and \_>.
14244
14245 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14246 Change all regexps to use things like \_< and \_>.
14247
14248 * progmodes/autoconf.el (autoconf-definition-regexp)
14249 (autoconf-font-lock-keywords, autoconf-current-defun-function):
14250 Handle a _ with symbol syntax.
14251 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14252
14253 * progmodes/ada-mode.el (ada-mode-abbrev-table):
14254 Consolidate declaration.
14255 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14256 the declaration.
14257 (ada-create-syntax-table): Remove.
14258 (ada-capitalize-word): Don't mess with the syntax of "_" since it
14259 already has the right syntax nowadays.
14260 (ada-goto-next-word): Don't change the syntax of "_".
14261
14262 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14263 with-wrapper-hook.
14264
14265 2013-05-08 Sam Steingold <sds@gnu.org>
14266
14267 * thingatpt.el (thing-at-point): Accept optional second argument
14268 NO-PROPERTIES to strip the text properties from the return value.
14269 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14270 to `thing-at-point' instead of stripping the properties ourselves.
14271 Also, when `thing-at-point' fails to find a url, prepend "http://"
14272 to the filename at point on the assumption that the user is
14273 pointing at something like gnu.org/gnu.
14274
14275 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
14276
14277 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14278 * faces.el (crm-separator):
14279 Silence byte-compiler.
14280
14281 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14282 (tool-bar-map): Remove unneeded defvars.
14283
14284 2013-05-08 Leo Liu <sdl.web@gmail.com>
14285
14286 Re-work a fix for bug#10994 based on Le Wang's patch.
14287 * ido.el (ido-remove-consecutive-dups): New helper.
14288 (ido-completing-read): Use it.
14289 (ido-chop): Revert fix for bug#10994.
14290
14291 2013-05-08 Adam Spiers <emacs@adamspiers.org>
14292
14293 * cus-edit.el (custom-save-variables):
14294 Pretty-print long values. (Bug#14187)
14295
14296 2013-05-08 Glenn Morris <rgm@gnu.org>
14297
14298 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14299 (m4-mode-syntax-table): Init in the defvar.
14300 (m4-mode-abbrev-table): Let define-derived-mode define it.
14301
14302 2013-05-08 Tom Tromey <tromey@redhat.com>
14303
14304 * progmodes/m4-mode.el (m4-mode-syntax-table):
14305 Do not treat "_" as word constituent. (Bug#14167)
14306
14307 2013-05-07 Glenn Morris <rgm@gnu.org>
14308
14309 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14310 Remove explicit eshell-isearch-cancel-map.
14311
14312 * progmodes/f90.el (f90-smart-end-names): New option.
14313 (f90-smart-end): Doc fix.
14314 (f90-end-block-optional-name): New constant.
14315 (f90-block-match): Respect f90-smart-end-names.
14316
14317 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14318
14319 * progmodes/octave.el (octave-smie-forward-token): Be more careful
14320 about implicit semi-colons (bug#14218).
14321
14322 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14323
14324 * frame.el (display-monitor-attributes-list)
14325 (frame-monitor-attributes): New functions.
14326
14327 2013-05-06 Leo Liu <sdl.web@gmail.com>
14328
14329 * progmodes/octave.el (octave-syntax-propertize-function): Change
14330 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
14331 (octave-font-lock-keywords): Use octave-operator-regexp.
14332 (octave-completion-at-point): Rename from
14333 octave-completion-at-point-function.
14334 (inferior-octave-directory-tracker): Robustify.
14335 (octave-text-functions): Remove and fix its uses. No such things
14336 any more.
14337
14338 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14339
14340 * emacs-lisp/trace.el (trace--display-buffer): New function.
14341 (trace-make-advice): Use it.
14342
14343 2013-05-06 Juri Linkov <juri@jurta.org>
14344
14345 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
14346 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14347 Doc fix.
14348 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14349 in the help string. (Bug#12985)
14350
14351 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
14352
14353 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
14354
14355 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14356
14357 * progmodes/perl-mode.el: Add support for here documents.
14358 (perl-syntax-propertize-function): Match here-doc markers.
14359 (perl-syntax-propertize-special-constructs): Find their end.
14360 (perl-imenu-generic-expression): Use [:alnum:].
14361
14362 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14363 (advice--add-function): Refresh the advice if already present
14364 (bug#14317).
14365
14366 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
14367
14368 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
14369
14370 2013-05-06 Glenn Morris <rgm@gnu.org>
14371
14372 * w32-fns.el (w32-charset-info-alist): Declare.
14373
14374 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14375 of its defcustom properties.
14376 (eshell-cmpl-initialize): No need to load pcomplete.
14377
14378 * generic-x.el: No need to require comint when compiling.
14379
14380 * net/eudc-export.el: Make it loadable without bbdb.
14381 (top-level): Use require rather than load-library.
14382 (eudc-create-bbdb-record, eudc-bbdbify-phone)
14383 (eudc-batch-export-records-to-bbdb)
14384 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14385 Require bbdb.
14386
14387 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14388
14389 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14390 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14391 some tweaks, instead.
14392
14393 2013-05-05 Leo Liu <sdl.web@gmail.com>
14394
14395 * progmodes/octave.el (octave-font-lock-keywords)
14396 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14397 (inferior-octave-send-list-and-digest): Improve error message.
14398 (octave-mode, inferior-octave-mode): Use setq-local.
14399 (octave-help): Set info-lookup-mode.
14400
14401 2013-05-05 Richard Stallman <rms@gnu.org>
14402
14403 * vc/compare-w.el (compare-windows-whitespace):
14404 Treat no-break space as whitespace.
14405
14406 * mail/rmailsum.el (rmail-summary-rmail-update):
14407 Detect empty summary and don't change selected message.
14408 (rmail-summary-goto-msg): Likewise.
14409
14410 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14411 Doc fixes, rename args.
14412
14413 2013-05-05 Alan Mackenzie <acm@muc.de>
14414
14415 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14416
14417 2013-05-05 Juri Linkov <juri@jurta.org>
14418
14419 * info.el (Info-read-subfile): Use (point-min) instead of (point)
14420 to not add the length of the summary segment to the return value.
14421 (Bug#14125)
14422
14423 2013-05-05 Leo Liu <sdl.web@gmail.com>
14424
14425 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14426 (inferior-octave-output-filter): Remove.
14427 (octave-send-region, inferior-octave-startup): Fix callers.
14428 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14429 (octave-binary-file-extensions): New user variable.
14430 (octave-find-definition): Confirm if opening binary files.
14431 (octave-help-file): Use octave-find-definition to get the binary
14432 confirmation.
14433 (octave-help): Adjust for octave-help-file change.
14434
14435 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14436
14437 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14438 Merge the two entries that handle function definitions.
14439 (pascal--syntax-propertize): New const.
14440 (pascal-mode): Use it. Use setq-local.
14441
14442 2013-05-04 Glenn Morris <rgm@gnu.org>
14443
14444 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14445 (diary-from-outlook): Respect diary-from-outlook-function.
14446
14447 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14448
14449 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14450 Move the declaration from C.
14451 (read-minibuffer, eval-minibuffer): Move from C.
14452 (completion-setup-function): Avoid minibuffer-completion-contents.
14453
14454 2013-05-03 Leo Liu <sdl.web@gmail.com>
14455
14456 * progmodes/octave.el (octave-font-lock-keywords): Do not
14457 dehighlight 'end' in comments or strings.
14458 (octave-completing-read, octave-goto-function-definition):
14459 New helpers.
14460 (octave-help-buffer): New user variable.
14461 (octave-help-file, octave-help-function): New button types.
14462 (octave-help): New command and bind it to C-h ;.
14463 (octave-find-definition): New command and bind it to M-.
14464 (user-error): Alias to error if not defined.
14465
14466 2013-05-02 Leo Liu <sdl.web@gmail.com>
14467
14468 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14469 for \. (bug#14332)
14470 (octave-font-lock-keywords): Include [ and {.
14471
14472 2013-05-02 Leo Liu <sdl.web@gmail.com>
14473
14474 * progmodes/octave.el (inferior-octave-startup-file): Change default.
14475 (inferior-octave): Remove calling comint-mode and return the buffer.
14476 (inferior-octave-startup): Cosmetic changes.
14477
14478 2013-05-02 Leo Liu <sdl.web@gmail.com>
14479
14480 * progmodes/octave.el (octave-syntax-propertize-function):
14481 Include the case when ' is at line beginning. (Bug#14336)
14482
14483 2013-05-02 Glenn Morris <rgm@gnu.org>
14484
14485 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14486 * desktop.el (vc-dir-mode): Just autoload it here.
14487
14488 2013-05-02 Alan Mackenzie <acm@muc.de>
14489
14490 Eliminate variable c-standard-font-lock-fontify-region-function.
14491 * progmodes/cc-mode.el
14492 (c-standard-font-lock-fontify-region-function): Remove.
14493 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14494
14495 2013-05-01 Leo Liu <sdl.web@gmail.com>
14496
14497 * progmodes/octave.el: Compatible with older emacs-24 releases.
14498 (inferior-octave-has-built-in-variables): Remove. Built-in
14499 variables were removed from Octave in 2007.
14500 (inferior-octave-startup): Fix uses.
14501 (comint-line-beginning-position): Remove compatibility code for
14502 emacs 21.
14503
14504 2013-05-01 Juri Linkov <juri@jurta.org>
14505
14506 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14507
14508 2013-05-01 Juri Linkov <juri@jurta.org>
14509
14510 * comint.el (comint-previous-matching-input): Don't print message
14511 "History item: %d" when `isearch-mode' is active.
14512 (comint-history-isearch-message): Print message "History item: %d"
14513 when `comint-input-ring-index' is not empty and this function is
14514 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14515
14516 2013-05-01 Leo Liu <sdl.web@gmail.com>
14517
14518 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14519 definitions. Use completion-at-point to insert keywords.
14520 (octave-abbrev-start): Remove.
14521 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14522
14523 2013-04-30 Leo Liu <sdl.web@gmail.com>
14524
14525 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14526 change.
14527
14528 2013-04-30 Alan Mackenzie <acm@muc.de>
14529
14530 Handle arbitrarily long C++ member initialisation lists.
14531 * progmodes/cc-engine.el (c-back-over-member-initializers):
14532 new function.
14533 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14534 (most) member init lists.
14535
14536 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14537
14538 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14539 variable.
14540
14541 2013-04-30 Leo Liu <sdl.web@gmail.com>
14542
14543 * progmodes/octave.el (octave-variables): Remove. No builtin
14544 variables any more. All converted to functions.
14545 (octave-font-lock-keywords, octave-completion-at-point-function):
14546 Fix uses.
14547 (octave-font-lock-texinfo-comment): New user variable.
14548 (octave-texinfo-font-lock-keywords): New variable for texinfo
14549 comment block.
14550 (octave-function-comment-block): New face.
14551 (octave-font-lock-texinfo-comment): New function.
14552 (octave-mode): Font lock texinfo comment block.
14553
14554 2013-04-29 Leo Liu <sdl.web@gmail.com>
14555
14556 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14557 indexing expression.
14558 (octave-continuation-string): Do not use \.
14559 (inferior-octave-complete-impossible): Remove.
14560 (inferior-octave-completion-table)
14561 (inferior-octave-completion-at-point): Remove its uses.
14562 (inferior-octave-startup): completion_matches was introduced to
14563 Octave in 1996 so safe to assume it.
14564 (octave-function-file-comment): Improve to follow how Octave does it.
14565 (octave-update-function-file-comment): Tweak.
14566
14567 2013-04-29 Leo Liu <sdl.web@gmail.com>
14568
14569 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14570 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14571 (octave-function-file-comment): Fix typo.
14572 (octave-sync-function-file-names): Use read-char-choice.
14573
14574 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14575
14576 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14577 to t for the less important warnings.
14578
14579 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14580
14581 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14582
14583 2013-04-27 Glenn Morris <rgm@gnu.org>
14584
14585 * vc/log-view.el (log-view-current-entry):
14586 Treat "---" separator lines as part of the following rev. (Bug#14169)
14587
14588 2013-04-27 Juri Linkov <juri@jurta.org>
14589
14590 * subr.el (read-number): Doc fix about using it by interactive
14591 code letter `n'. (Bug#14254)
14592
14593 2013-04-27 Juri Linkov <juri@jurta.org>
14594
14595 * desktop.el (desktop-auto-save-timeout): New option.
14596 (desktop-file-checksum): New variable.
14597 (desktop-save): Add optional arg `auto-save' and don't auto-save
14598 if nothing changed.
14599 (desktop-auto-save-timer): New variable.
14600 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14601 (after-init-hook): Call `desktop-auto-save-set-timer'.
14602 Suggested by Reuben Thomas <rrt@sc3d.org> in
14603 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14604
14605 2013-04-27 Leo Liu <sdl.web@gmail.com>
14606
14607 * progmodes/octave.el (octave-function-file-p)
14608 (octave-skip-comment-forward, octave-function-file-comment)
14609 (octave-update-function-file-comment): New functions.
14610 (octave-mode-map): Bind C-c ; to
14611 octave-update-function-file-comment.
14612 (octave-mode-menu): Add octave-update-function-file-comment.
14613 (octave-mode, inferior-octave-mode): Fix doc-string.
14614 (octave-insert-defun): Conform to Octave's coding convention.
14615 (Bug#14285)
14616
14617 * files.el (basic-save-buffer): Don't let errors in
14618 before-save-hook prevent saving buffer.
14619
14620 2013-04-20 Roland Winkler <winkler@gnu.org>
14621
14622 * faces.el (read-face-name): Use completing-read if arg multiple
14623 is nil.
14624
14625 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14626
14627 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14628 displayed, move point to after the totals line.
14629 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14630 for the details.
14631
14632 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14633
14634 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14635 Add current dir to the load-path.
14636 (package-generate-autoloads): Don't rely on
14637 autoload-ensure-default-file.
14638
14639 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14640
14641 * textmodes/remember.el (remember-store-in-files): Document that
14642 the file name format is passed to `format-time-string'.
14643
14644 2013-04-26 Leo Liu <sdl.web@gmail.com>
14645
14646 * progmodes/octave.el (octave-sync-function-file-names): New function.
14647 (octave-mode): Use it in before-save-hook.
14648
14649 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14650
14651 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14652 (bug#14274).
14653
14654 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14655 \n and comment, even if it's not an implicit ; (bug#14218).
14656
14657 2013-04-26 Glenn Morris <rgm@gnu.org>
14658
14659 * subr.el (read-number): Once more use `read' rather than
14660 `string-to-number', to trap non-numeric input. (Bug#14254)
14661
14662 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14663
14664 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14665 Use `syntax-multiline' text property consistently instead of
14666 `font-lock-multiline'. (Bug#14237)
14667
14668 2013-04-26 Glenn Morris <rgm@gnu.org>
14669
14670 * emacs-lisp/shadow.el (list-load-path-shadows):
14671 No longer necessary to check for duplicate simple.el, since
14672 2012-07-07 change to init_lread to not include installation lisp
14673 directories in load-path when running uninstalled. (Bug#14270)
14674
14675 2013-04-26 Leo Liu <sdl.web@gmail.com>
14676
14677 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14678 (octave-mode, inferior-octave-mode): Use setq-local.
14679 (octave-not-in-string-or-comment-p): Rename to
14680 octave-in-string-or-comment-p.
14681 (octave-in-comment-p, octave-in-string-p)
14682 (octave-in-string-or-comment-p): Replace defsubst with defun.
14683
14684 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14685
14686 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14687
14688 2013-04-25 Bastien Guerry <bzg@gnu.org>
14689
14690 * textmodes/remember.el (remember-data-directory)
14691 (remember-directory-file-name-format): Fix custom types.
14692
14693 2013-04-25 Leo Liu <sdl.web@gmail.com>
14694
14695 * progmodes/octave.el (octave-completion-at-point-function):
14696 Make use of inferior octave process.
14697 (octave-initialize-completions): Remove.
14698 (inferior-octave-completion-table): New function.
14699 (inferior-octave-completion-at-point): Use it.
14700 (octave-completion-alist): Remove.
14701
14702 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14705 (opascal-mode-syntax-table): New var.
14706 (opascal-literal-kind, opascal-is-literal-end)
14707 (opascal-literal-token-at): Rewrite.
14708 (opascal--literal-start-re, opascal-font-lock-keywords)
14709 (opascal--syntax-propertize): New constants.
14710 (opascal-font-lock-defaults): Adjust.
14711 (opascal-mode): Use them. Set comment-<foo> variables as well.
14712 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14713 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14714 (delphi-other-face, opascal-other-face): Remove face variables.
14715 (opascal-save-state): Remove macro.
14716 (opascal-fontifying-progress-step): Remove constant.
14717 (opascal--ignore-changes): Remove var.
14718 (opascal-set-token-property, opascal-parse-next-literal)
14719 (opascal-is-stable-literal, opascal-complete-literal)
14720 (opascal-is-literal-start, opascal-face-of)
14721 (opascal-parse-region, opascal-parse-region-until-stable)
14722 (opascal-fontify-region, opascal-after-change)
14723 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14724 (opascal-debug-parse-region, opascal-debug-parse-window)
14725 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14726 (opascal-debug-fontify-buffer): Remove.
14727 (opascal-debug-mode-map): Adjust accordingly.
14728
14729 2013-04-25 Leo Liu <sdl.web@gmail.com>
14730
14731 Merge octave-mod.el and octave-inf.el into octave.el with some
14732 cleanups.
14733 * progmodes/octave.el: New file renamed from octave-mod.el.
14734 * progmodes/octave-inf.el: Merged into octave.el.
14735 * progmodes/octave-mod.el: Renamed to octave.el.
14736
14737 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14738
14739 * textmodes/reftex-vars.el
14740 (reftex-label-ignored-macros-and-environments): New defcustom.
14741
14742 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14743
14744 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14745
14746 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14747 (smie-indent-keyword): Improve the check to ensure that the next
14748 comment is really on the same line.
14749 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14750
14751 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14752 semi-colons if the line is not otherwise empty (bug#14218).
14753
14754 2013-04-25 Glenn Morris <rgm@gnu.org>
14755
14756 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14757
14758 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14759
14760 * progmodes/opascal.el (opascal-set-token-property): Rename from
14761 opascal-set-text-properties and only set `token' (bug#14134).
14762 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14763 (opascal-literal-text-properties): Remove.
14764 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14765 Adjust callers.
14766
14767 2013-04-24 Reuben Thomas <rrt@sc3d.org>
14768
14769 * textmodes/remember.el (remember-handler-functions): Add an
14770 option for a new handler `remember-store-in-files'.
14771 (remember-data-directory, remember-directory-file-name-format):
14772 New options.
14773 (remember-store-in-files): New function to store remember notes
14774 as separate files within a directory.
14775
14776 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14777
14778 * progmodes/compile.el (compilation-next-error-function):
14779 Pass "formats" to compilation-find-file (bug#11777).
14780
14781 2013-04-24 Glenn Morris <rgm@gnu.org>
14782
14783 * vc/vc-bzr.el (vc-bzr-print-log):
14784 * vc/vc-hg.el (vc-hg-print-log):
14785 * vc/vc-svn.el (vc-svn-print-log):
14786 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14787
14788 * vc/vc-bzr.el (vc-bzr-print-log):
14789 * vc/vc-cvs.el (vc-cvs-print-log):
14790 * vc/vc-git.el (vc-git-print-log):
14791 * vc/vc-hg.el (vc-hg-print-log):
14792 * vc/vc-mtn.el (vc-mtn-print-log):
14793 * vc/vc-rcs.el (vc-rcs-print-log):
14794 * vc/vc-sccs.el (vc-sccs-print-log):
14795 * vc/vc-svn.el (vc-svn-print-log):
14796 * vc/vc.el (vc-print-log-internal): Doc fixes.
14797
14798 2013-04-23 Glenn Morris <rgm@gnu.org>
14799
14800 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14801 Remove venerable code attempting to avoid substitute-command-keys.
14802
14803 2013-04-23 Tassilo Horn <tsdh@gnu.org>
14804
14805 * textmodes/reftex-vars.el (reftex-label-regexps):
14806 Call `reftex-compile-variables' after changes to this variable.
14807
14808 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14809
14810 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14811 Use lexical-binding.
14812 (jit-lock-force-redisplay): Use markers, check buffer's continued
14813 existence and beware narrowed buffers.
14814 (jit-lock-fontify-now): Adjust call accordingly.
14815
14816 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14819 to avoid misleading the user.
14820
14821 2013-04-22 Leo Liu <sdl.web@gmail.com>
14822
14823 * info-look.el: Prefer latex2e.info. (Bug#14240)
14824
14825 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
14826
14827 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14828
14829 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14830 * net/tramp.el (tramp-call-process): ... here.
14831 (tramp-set-completion-function, tramp-parse-putty):
14832 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14833 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14834 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14835 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14836 (tramp-call-local-coding-command): Use `tramp-call-process'
14837 instead of `tramp-compat-call-process'.
14838
14839 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14840 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14841 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14842 (tramp-find-inline-compress): Improve traces.
14843 (tramp-maybe-send-script): Check for Perl binary.
14844 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14845
14846 2013-04-22 Daiki Ueno <ueno@gnu.org>
14847
14848 * epg.el (epg-context-pinentry-mode): New function.
14849 (epg-context-set-pinentry-mode): New function.
14850 (epg--start): Pass --pinentry-mode option to gpg command.
14851
14852 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14853
14854 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14855 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14856 `completion-at-point'. (Bug#13774)
14857
14858 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14859 default key binding for `describe-distribution' has been moved to
14860 `C-h C-o'. (Bug#13970)
14861
14862 2013-04-21 Glenn Morris <rgm@gnu.org>
14863
14864 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14865 Add doc strings.
14866 (vc-print-log): Clarify interactive prompt.
14867
14868 2013-04-20 Glenn Morris <rgm@gnu.org>
14869
14870 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14871 No longer include timestamp etc information.
14872
14873 2013-04-20 Roland Winkler <winkler@gnu.org>
14874
14875 * faces.el (read-face-name): Bug fix, return just one face if arg
14876 multiple is nil. (Bug#14209)
14877
14878 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14879
14880 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14881 (remove-function): Autoload.
14882
14883 * comint.el (comint-redirect-original-filter-function): Remove.
14884 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14885 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14886 (vc-cvs-annotate-command):
14887 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14888 * progmodes/prolog.el (prolog-consult-compile):
14889 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14890 Use add/remove-function instead.
14891 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14892 (gud-tooltip-process-output, gud-tooltip-tips):
14893 Use add/remove-function instead.
14894 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14895 (scheme-interaction-mode, exit-scheme-interaction-mode):
14896 Use add/remove-function instead.
14897
14898 * vc/vc-dispatcher.el: Use lexical-binding.
14899 (vc--process-sentinel): Rename from vc-process-sentinel.
14900 Change last arg to be the code to run. Don't use vc-previous-sentinel
14901 and vc-sentinel-commands any more.
14902 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14903 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14904
14905 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14906
14907 * progmodes/sh-script.el (sh-imenu-generic-expression):
14908 Handle function names with a single character. (Bug#14111)
14909
14910 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14911
14912 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14913 for subroutines defined in an eval (bug#14182).
14914
14915 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14916
14917 * bookmark.el (bookmark-completing-read): Improve handling of empty
14918 string (bug#14176).
14919
14920 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14921
14922 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14923
14924 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14925
14926 New faster Imenu implementation (bug#14058).
14927 * progmodes/python.el (python-imenu-prev-index-position)
14928 (python-imenu-format-item-label-function)
14929 (python-imenu-format-parent-item-label-function)
14930 (python-imenu-format-parent-item-jump-label-function):
14931 New vars.
14932 (python-imenu-format-item-label)
14933 (python-imenu-format-parent-item-label)
14934 (python-imenu-format-parent-item-jump-label)
14935 (python-imenu--put-parent, python-imenu--build-tree)
14936 (python-imenu-create-index, python-imenu-create-flat-index)
14937 (python-util-popn): New functions.
14938 (python-mode): Set imenu-create-index-function to
14939 python-imenu-create-index.
14940
14941 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14942
14943 * winner.el (winner-active-region): Use region-active-p, activate-mark
14944 and deactivate-mark (bug#14225).
14945
14946 * simple.el (deactivate-mark): Don't inline it.
14947
14948 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14949
14950 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14951
14952 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14953
14954 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14955 file extensions from the archive-mode entry in order to prefer
14956 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14957
14958 2013-04-18 Leo Liu <sdl.web@gmail.com>
14959
14960 * bindings.el (help-event-list): Add ?\?.
14961
14962 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14963
14964 * subr.el (with-wrapper-hook): Declare obsolete.
14965 * simple.el (filter-buffer-substring-function): New hook.
14966 (filter-buffer-substring): Use it.
14967 (filter-buffer-substring-functions): Mark obsolete.
14968 * minibuffer.el (completion-in-region-function): New hook.
14969 (completion-in-region): Use it.
14970 (completion-in-region-functions): Mark obsolete.
14971 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14972 * abbrev.el (abbrev-expand-function): New hook.
14973 (expand-abbrev): Use it.
14974 (abbrev-expand-functions): Mark obsolete.
14975 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14976 and :filter-return.
14977
14978 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14979
14980 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14981 and do not care about match data.
14982
14983 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14984
14985 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14986 completion tables when completing error conditions and
14987 `declare' arguments.
14988 (lisp-complete-symbol, field-complete): Mark as obsolete.
14989 (check-parens): Unmatched parens are user errors.
14990 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14991
14992 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
14993
14994 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14995 command changed buffer (ie. `flyspell-pre-buffer' is not current
14996 buffer), which prevents making decisions based on invalid value of
14997 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
14998 cause an error when `flyspell-pre-point' was nil after switching
14999 buffers.
15000 (flyspell-post-command-hook): No longer needs to change buffers when
15001 checking pre-word. While at it remove unnecessary progn.
15002
15003 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15004
15005 * textmodes/ispell.el (ispell-add-per-file-word-list):
15006 Fix `flyspell-correct-word-before-point' error when accepting
15007 words and `coment-padding' is an integer by using
15008 `comment-normalize-vars' (Bug #14214).
15009
15010 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15011
15012 New defun movement commands.
15013 * progmodes/python.el (python-nav--syntactically)
15014 (python-nav--forward-defun, python-nav-backward-defun)
15015 (python-nav-forward-defun): New functions.
15016
15017 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15018
15019 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15020 (python-syntax-context): Use named compiler-macro for backwards
15021 compatibility with Emacs 24.x.
15022
15023 2013-04-17 Leo Liu <sdl.web@gmail.com>
15024
15025 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15026 octave-hide-process-buffer.
15027
15028 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15029
15030 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15031 (bug#14216).
15032
15033 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15034
15035 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15036 Fix adjustment of offset when receiving incomplete responses from GDB
15037 (bug#14129).
15038
15039 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15040
15041 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15042 python-mode-abbrev-table.
15043 (python-skeleton-define): Adjust accordingly.
15044 (python-mode-abbrev-table): New table that inherits from it so that
15045 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15046
15047 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15048 (abbrev-symbol): Use it.
15049 (abbrev--before-point): Use it since we already handle inheritance.
15050
15051 2013-04-16 Leo Liu <sdl.web@gmail.com>
15052
15053 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15054 binding to info-lookup-symbol.
15055
15056 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15057
15058 * minibuffer.el (completion--twq-all):
15059 * term/ns-win.el (ns-initialize-window-system):
15060 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15061
15062 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15063
15064 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15065 global bindings.
15066
15067 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15068
15069 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15070
15071 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15072 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15073 to nil.
15074 (ruby-end-of-defun): Remove the unused arg, change the docstring
15075 to reflect that this function is only used as the value of
15076 `end-of-defun-function'.
15077 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15078 to reflect an earlier change that beginning/end-of-defun functions
15079 jump between methods in a class definition, as well as top-level
15080 functions.
15081
15082 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15083
15084 * minibuffer.el (minibuffer-complete): Don't just scroll
15085 a *Completions* that's been iconified.
15086 (minibuffer-force-complete): Make sure repetitions do cycle when going
15087 through completion-in-region -> minibuffer-complete.
15088
15089 2013-04-15 Alan Mackenzie <acm@muc.de>
15090
15091 Correct the placement of c-cpp-delimiters when there're #s not at
15092 col 0.
15093
15094 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15095 place a submatch around the #.
15096 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15097 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15098 on the #, not BOL.
15099
15100 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15101
15102 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15103 (advice--member-p): New arg `name'.
15104 (advice--add-function, advice-member-p): Use it (bug#14202).
15105
15106 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15107
15108 Reformulate java imenu-generic-expression.
15109 The old expression contained ill formed regexps.
15110
15111 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15112 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15113 (cc-imenu-java-method-arg-regexp): New defconsts.
15114 (cc-imenu-java-build-type-args-regex): New defun.
15115 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15116 handling of spaces in the regexp.
15117
15118 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15119
15120 * textmodes/ispell.el (ispell-command-loop): Remove
15121 flyspell highlight of a word when ispell accepts it (bug #14178).
15122
15123 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15124
15125 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15126 uses code from the previous `ange-ftp-run-real-handler'.
15127 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15128 only in case that function exist. This is needed for proper
15129 unloading of Tramp.
15130
15131 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15132
15133 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15134
15135 * textmodes/reftex.el (reftex-compile-variables): Use it.
15136
15137 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * files.el (normal-mode): Only use default major-mode if no other mode
15140 was specified.
15141
15142 * emacs-lisp/trace.el (trace-values): New function.
15143
15144 * files.el: Allow : in local variables (bug#14089).
15145 (hack-local-variable-regexp): New var.
15146 (hack-local-variables-prop-line, hack-local-variables): Use it.
15147
15148 2013-04-13 Roland Winkler <winkler@gnu.org>
15149
15150 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15151 data before it gets modified by bibtex-beginning-of-entry.
15152
15153 2013-04-13 Roland Winkler <winkler@gnu.org>
15154
15155 * textmodes/bibtex.el (bibtex-url): Doc fix.
15156
15157 2013-04-13 Roland Winkler <winkler@gnu.org>
15158
15159 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15160 does not visit a BibTeX file, exclude it from the list of buffers
15161 returned by bibtex-initialize.
15162
15163 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15164
15165 * window.el (split-window): Remove interactive form, since as a
15166 command this function is a special case of split-window-below.
15167 Correct doc string.
15168
15169 2013-04-12 Roland Winkler <winkler@gnu.org>
15170
15171 * faces.el (read-face-name): Do not override value of arg default.
15172 Allow single faces and strings as default values. Remove those
15173 elements from return value that are not faces.
15174 (describe-face): Simplify.
15175 (face-at-point): New optional args thing and multiple so that this
15176 function can provide the same functionality previously provided by
15177 read-face-name.
15178 (make-face-bold, make-face-unbold, make-face-italic)
15179 (make-face-unitalic, make-face-bold-italic, invert-face)
15180 (modify-face, read-face-and-attribute): Use face-at-point.
15181
15182 * cus-edit.el (customize-face, customize-face-other-window)
15183 * cus-theme.el (custom-theme-add-face)
15184 * face-remap.el (buffer-face-set)
15185 * facemenu.el (facemenu-set-face): Use face-at-point.
15186
15187 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15188
15189 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15190
15191 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15192
15193 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15194 off leading { and trailing } from field values.
15195
15196 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15197
15198 * emacs-lisp/timer.el (timer--check): New function.
15199 (timer--time, timer-set-function, timer-event-handler): Use it.
15200 (timer-set-idle-time): Simplify.
15201 (timer--activate): CSE.
15202 (timer-event-handler): Give more info in error message.
15203 (internal-timer-start-idle): New function, moved from C.
15204
15205 * mpc.el (mpc-proc): Add `restart' argument.
15206 (mpc-proc-cmd): Use it.
15207 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15208 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15209 less often.
15210
15211 2013-04-10 Masatake YAMATO <yamato@redhat.com>
15212
15213 * progmodes/sh-script.el: Implement `sh-mode' own
15214 `add-log-current-defun-function' (bug#14112).
15215 (sh-current-defun-name): New function.
15216 (sh-mode): Use the function.
15217
15218 2013-04-09 Bastien Guerry <bzg@gnu.org>
15219
15220 * simple.el (choose-completion-string): Fix docstring (bug#14163).
15221
15222 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15223
15224 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15225
15226 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15227 timer (bug#14156).
15228
15229 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
15230
15231 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15232 declaration.
15233
15234 2013-04-07 Leo Liu <sdl.web@gmail.com>
15235
15236 * pcmpl-x.el: New file.
15237
15238 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
15239
15240 Do not set x-display-name until X connection is established.
15241 This is needed to prevent from weird situation described at
15242 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15243 * frame.el (make-frame): Set x-display-name after call to
15244 window system initialization function, not before.
15245 * term/x-win.el (x-initialize-window-system): Add optional
15246 display argument and use it.
15247 * term/w32-win.el (w32-initialize-window-system):
15248 * term/ns-win.el (ns-initialize-window-system):
15249 * term/pc-win.el (msdos-initialize-window-system):
15250 Add compatible optional display argument.
15251
15252 2013-04-06 Eli Zaretskii <eliz@gnu.org>
15253
15254 * files.el (normal-backup-enable-predicate): On MS-Windows and
15255 MS-DOS compare truenames of temporary-file-directory and of the
15256 file, so that 8+3 aliases (usually found in $TEMP on Windows)
15257 don't fail comparison by compare-strings. Also, compare file
15258 names case-insensitively on MS-Windows and MS-DOS.
15259
15260 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15261
15262 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15263 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15264
15265 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
15266
15267 * whitespace.el (whitespace-color-on, whitespace-color-off):
15268 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15269
15270 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
15271
15272 * ispell.el (ispell-set-spellchecker-params):
15273 Really set `ispell-args' for all equivs.
15274
15275 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15276
15277 * ido.el (ido-completions): Use extra elements of ido-decorations
15278 (bug#14143).
15279 (ido-decorations): Update docstring.
15280
15281 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
15282
15283 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15284 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15285 nil during initialization, in order not to miss changes since the
15286 file was opened. (Bug#14140)
15287
15288 2013-04-05 Leo Liu <sdl.web@gmail.com>
15289
15290 * kmacro.el (kmacro-call-macro): Fix bug#14135.
15291
15292 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
15293
15294 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15295
15296 2013-04-04 Glenn Morris <rgm@gnu.org>
15297
15298 * electric.el (electric-pair-inhibit-predicate): Add :version.
15299
15300 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15301
15302 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15303 when a package is required several times (bug#14082).
15304
15305 2013-04-04 Roland Winkler <winkler@gnu.org>
15306
15307 * faces.el (read-face-name): Behave as promised by the docstring.
15308 Assume that arg default is a list of faces.
15309 (describe-face): Call read-face-name with list of default faces.
15310
15311 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15312
15313 * bookmark.el: Fix deletion of bookmarks (bug#13972).
15314 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15315 (bookmark-bmenu-execute-deletions): Only skip first line if it's
15316 the header.
15317 (bookmark-exit-hook-internal): Save even if list is empty.
15318
15319 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
15320
15321 * emacs-lisp/package.el (package-pinned-packages): New var.
15322 (package--add-to-archive-contents): Obey it (bug#14118).
15323
15324 2013-04-03 Alan Mackenzie <acm@muc.de>
15325
15326 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15327 Also adapt to the new values of element 7 of a parse state.
15328
15329 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15330 parameter `not-in-delimiter'. Handle being inside comment opener.
15331 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15332 character in case we're typing a '*' after a '/'.
15333 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15334 instead by passing the parameter to c-state-pp-to-literal.
15335
15336 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15337 for elt. 7 of a parse state.
15338
15339 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
15340
15341 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15342 * international/latin1-disp.el, international/mule-util.el:
15343 * language/cyril-util.el, language/european.el, language/ind-util.el:
15344 * language/lao-util.el, language/thai.el, language/tibet-util.el:
15345 * language/tibetan.el, language/viet-util.el:
15346 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15347
15348 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15349
15350 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15351 (electric-pair-post-self-insert-function): Use it.
15352 (electric-pair-default-inhibit): New function, extracted from
15353 electric-pair-post-self-insert-function.
15354
15355 2013-03-31 Roland Winkler <winkler@gnu.org>
15356
15357 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15358
15359 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15360
15361 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15362
15363 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
15364
15365 Un-indent after "pass" and "return" statements (Bug#13888)
15366 * progmodes/python.el (python-indent-block-enders): New var.
15367 (python-indent-calculate-indentation): Use it.
15368
15369 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
15370
15371 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15372 defun. Defining it as defalias could introduce too eager
15373 byte-compiler optimization. (Bug#14030)
15374
15375 2013-03-30 Chong Yidong <cyd@gnu.org>
15376
15377 * iswitchb.el (iswitchb-read-buffer): Fix typo.
15378
15379 2013-03-30 Leo Liu <sdl.web@gmail.com>
15380
15381 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15382 (kmacro-execute-from-register): Pass the keyboard macro to
15383 kmacro-call-macro or repeating won't work correctly.
15384
15385 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
15386
15387 * progmodes/subword.el: Back to using `forward-symbol'.
15388
15389 * subr.el (forward-whitespace, forward-symbol)
15390 (forward-same-syntax): Move from thingatpt.el.
15391
15392 2013-03-29 Leo Liu <sdl.web@gmail.com>
15393
15394 * kmacro.el (kmacro-to-register): New command.
15395 (kmacro-execute-from-register): New function.
15396 (kmacro-keymap): Bind to 'x'. (Bug#14071)
15397
15398 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15399
15400 * mpc.el: Use defvar-local and setq-local.
15401 (mpc--proc-connect): Connection failures are not bugs.
15402 (mpc-mode-map): `follow-link' only applies to the buffer's content.
15403 (mpc-volume-map): Bind to the up-events.
15404
15405 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15406
15407 * progmodes/subword.el (superword-mode): Use `forward-sexp'
15408 instead of `forward-symbol'.
15409
15410 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15411
15412 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15413 (edebug--recursive-edit): Use it.
15414 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15415 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15416
15417 2013-03-28 Leo Liu <sdl.web@gmail.com>
15418
15419 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
15420
15421 2013-03-27 Eli Zaretskii <eliz@gnu.org>
15422
15423 * facemenu.el (list-colors-callback): New defvar.
15424 (list-colors-redisplay): New function.
15425 (list-colors-display): Install list-colors-redisplay as the
15426 revert-buffer-function. (Bug#14063)
15427
15428 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15429
15430 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15431 and suffixes don't overlap (bug#14061).
15432
15433 * case-table.el: Use lexical-binding.
15434 (case-table-get-table): New function.
15435 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
15436
15437 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
15438
15439 * progmodes/subword.el: Add `superword-mode' to do word motion
15440 over symbol_words (parallels and leverages `subword-mode' which
15441 does word motion inside MixedCaseWords).
15442
15443 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
15444
15445 * eshell/em-unix.el: Move su and sudo to...
15446 * eshell/em-tramp.el: ...Eshell tramp module.
15447
15448 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15449
15450 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15451 Change return value to be a sexp. Delay `get-buffer' to after
15452 restoring the desktop (bug#13951).
15453
15454 2013-03-26 Leo Liu <sdl.web@gmail.com>
15455
15456 * register.el: Move semantic tag handling back to
15457 cedet/semantic/senator.el. (Bug#14052)
15458
15459 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15460
15461 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15462 into the prompt either (bug#13963).
15463
15464 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15465
15466 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15467 part of "(error-foo)".
15468
15469 2013-03-24 Juri Linkov <juri@jurta.org>
15470
15471 * replace.el (list-matching-lines-prefix-face): New defcustom.
15472 (occur-1): Pass `list-matching-lines-prefix-face' to the function
15473 `occur-engine' if `face-differs-from-default-p' returns t.
15474 (occur-engine): Add `,' inside backquote construct to evaluate
15475 `prefix-face'. Propertize the prefix with the `prefix-face' face.
15476 Pass `prefix-face' to the functions `occur-context-lines' and
15477 `occur-engine-add-prefix'.
15478 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15479 `prefix-face' and propertize the prefix with `prefix-face'.
15480 (Bug#14017)
15481
15482 2013-03-24 Leo Liu <sdl.web@gmail.com>
15483
15484 * nxml/rng-valid.el (rng-validate-while-idle)
15485 (rng-validate-quick-while-idle): Guard against deleted buffer.
15486 (Bug#13999)
15487
15488 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15489 is the last entry in kill-buffer-hook.
15490
15491 * files.el (kill-buffer-hook): Doc fix.
15492
15493 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15494
15495 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15496 Make it safe-local.
15497
15498 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15499
15500 2013-03-23 Leo Liu <sdl.web@gmail.com>
15501
15502 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15503 Remove.
15504
15505 * nxml/rng-valid.el (rng-validate-mode)
15506 (rng-after-change-function, rng-do-some-validation):
15507 * nxml/rng-maint.el (rng-validate-buffer):
15508 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15509 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15510 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15511 (nxml-extend-after-change-region): Use with-silent-modifications.
15512
15513 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15514 timer-idle-list.
15515
15516 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15517 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15518 timer-idle-list. (Bug#13999)
15519
15520 2013-03-23 Juri Linkov <juri@jurta.org>
15521
15522 * info.el (info-index-match): New face.
15523 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15524 main pattern and add text properties with the new face to matches
15525 in index entries relative to the beginning of the index entry.
15526 (Bug#14015)
15527
15528 2013-03-21 Eric Ludlam <zappo@gnu.org>
15529
15530 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15531 Inhibit read only while inserting objects.
15532
15533 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15534
15535 * progmodes/cfengine.el: Update docs to mention
15536 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15537 symbol motion. Remove "_" from the word syntax.
15538
15539 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15540
15541 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15542 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15543
15544 2013-03-20 Juri Linkov <juri@jurta.org>
15545
15546 * info.el (Info-next-reference-or-link)
15547 (Info-prev-reference-or-link): New functions.
15548 (Info-next-reference, Info-prev-reference): Use them.
15549 (Info-try-follow-nearest-node): Handle footnote navigation.
15550 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15551
15552 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15553
15554 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15555 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15556
15557 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15558
15559 Suppress unnecessary non-ASCII chatter during build process.
15560 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15561 (batch-skkdic-convert): Suppress most of the chatter.
15562 It's not needed so much now that machines are faster,
15563 and its non-ASCII component was confusing; see Dmitry Gutov in
15564 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15565
15566 2013-03-20 Leo Liu <sdl.web@gmail.com>
15567
15568 * ido.el (ido-chop): Fix bug#10994.
15569
15570 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15571
15572 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15573 Remove vars.
15574 (whitespace-color-on, whitespace-color-off):
15575 Use `font-lock-fontify-buffer' (Bug#13817).
15576
15577 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15578
15579 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15580 remapping in mode-line.
15581 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15582
15583 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15584
15585 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15586 value for `whitespace-line' face (Bug#13875).
15587 (whitespace-font-lock-keywords): Change description.
15588 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15589 the constructed keywords instead.
15590 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15591
15592 2013-03-19 Leo Liu <sdl.web@gmail.com>
15593
15594 * progmodes/compile.el (compilation-display-error): New command.
15595 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15596 C-o. (Bug#13992)
15597
15598 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15599
15600 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15601
15602 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15603
15604 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15605
15606 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15607
15608 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15609
15610 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15611 * net/tramp-gvfs.el (top):
15612 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15613 (tramp-handle-shell-command): Use it.
15614 (tramp-dissect-file-name): Raise an error when hostname is a
15615 method name, and neither method nor user is specified.
15616
15617 * net/trampver.el: Update release number.
15618
15619 2013-03-18 Leo Liu <sdl.web@gmail.com>
15620
15621 Make sure eldoc can be turned off properly.
15622 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15623 eldoc-mode.
15624 (eldoc-display-message-p): Revert last change.
15625 (eldoc-display-message-no-interference-p)
15626 (eldoc-print-current-symbol-info): Tweak.
15627
15628 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15629
15630 * doc-view.el (doc-view-new-window-function): Check the new window
15631 overlay's display property instead the char property of the
15632 buffer's first char. Use `with-selected-window' instead of
15633 `save-window-excursion' with `select-window'.
15634 (doc-view-document->bitmap): Check the current doc-view overlay's
15635 display property instead the char property of the buffer's first char.
15636
15637 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15638
15639 Automate the build of ja-dic.el (Bug#13984).
15640 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15641 from the input, rather than assume that it's been done for us by the
15642 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15643 the current date into a ja-dic.el comment, as that complicates
15644 regression testing.
15645
15646 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15647
15648 * whitespace.el: Fix double evaluation.
15649 (whitespace-space, whitespace-hspace, whitespace-tab)
15650 (whitespace-newline, whitespace-trailing, whitespace-line)
15651 (whitespace-space-before-tab, whitespace-indentation)
15652 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15653 obsolete defvars.
15654 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15655 (whitespace-color-on): Use a single font-lock-add-keywords call.
15656 Fix double-evaluation of face variables.
15657
15658 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15659
15660 * net/tramp-adb.el (tramp-adb-parse-device-names):
15661 Use `start-process' instead of `call-process'. Otherwise, the
15662 function might be blocked under MS Windows. (Bug#13299)
15663
15664 2013-03-17 Leo Liu <sdl.web@gmail.com>
15665
15666 Extend eldoc to display info in the mode-line. (Bug#13978)
15667 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15668 (eldoc-mode-line-string): New variable.
15669 (eldoc-minibuffer-message): New function.
15670 (eldoc-message-function): New variable.
15671 (eldoc-message): Use it.
15672 (eldoc-display-message-p)
15673 (eldoc-display-message-no-interference-p):
15674 Support eldoc-post-insert-mode.
15675
15676 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15677 (eval-expression): Run it.
15678
15679 2013-03-17 Roland Winkler <winkler@gnu.org>
15680
15681 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15682 strings in the list of return values.
15683
15684 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15685
15686 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15687 radix before checking for HMS forms.
15688
15689 2013-03-16 Leo Liu <sdl.web@gmail.com>
15690
15691 * progmodes/scheme.el: Add indentation and font-locking for λ.
15692 (Bug#13975)
15693
15694 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15695
15696 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15697 token before point (bug#13942).
15698
15699 2013-03-16 Leo Liu <sdl.web@gmail.com>
15700
15701 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15702
15703 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15704
15705 * startup.el (command-line-normalize-file-name): Fix handling of
15706 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15707 <xfq.free@gmail.com> in
15708 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15709
15710 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15711
15712 Sync with Tramp 2.2.7.
15713
15714 * net/trampver.el: Update release number.
15715
15716 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15717
15718 * doc-view.el: Fix bug#13887.
15719 (doc-view-insert-image): Don't modify overlay associated to
15720 non-live windows, and implement horizontal centering of image in
15721 case it's smaller than the window.
15722 (doc-view-new-window-function): Force redisplay of new windows on
15723 doc-view buffers.
15724
15725 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15726
15727 * saveplace.el (save-place-alist-to-file): Don't sort
15728 `save-place-alist', just pretty-print it (bug#13882).
15729
15730 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15731
15732 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15733 Check whether `default-file-name-coding-system' is bound.
15734 It isn't in XEmacs.
15735
15736 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15737
15738 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15739 backquotes for `obsolete' (bug#13929).
15740
15741 * international/mule.el (find-auto-coding): Include file name in
15742 obsolescence warning (bug#13922).
15743
15744 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15745
15746 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15747 for CFEngine 3-specific indentation.
15748 (cfengine3-indent-line): Use it. Fix up category regex.
15749 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15750
15751 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15752
15753 * type-break.el (type-break-file-name):
15754 * textmodes/remember.el (remember-data-file):
15755 * strokes.el (strokes-file):
15756 * shadowfile.el (shadow-initialize):
15757 * saveplace.el (save-place-file):
15758 * ps-bdf.el (bdf-cache-file):
15759 * progmodes/idlwave.el (idlwave-config-directory):
15760 * net/quickurl.el (quickurl-url-file):
15761 * international/kkc.el (kkc-init-file-name):
15762 * ido.el (ido-save-directory-list-file):
15763 * emulation/viper.el (viper-custom-file-name):
15764 * emulation/vip.el (vip-startup-file):
15765 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15766 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15767
15768 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15769
15770 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15771 * language/thai-word.el: Switch to UTF-8.
15772
15773 See ChangeLog.16 for earlier changes.
15774
15775 ;; Local Variables:
15776 ;; coding: utf-8
15777 ;; End:
15778
15779 Copyright (C) 2011-2014 Free Software Foundation, Inc.
15780
15781 This file is part of GNU Emacs.
15782
15783 GNU Emacs is free software: you can redistribute it and/or modify
15784 it under the terms of the GNU General Public License as published by
15785 the Free Software Foundation, either version 3 of the License, or
15786 (at your option) any later version.
15787
15788 GNU Emacs is distributed in the hope that it will be useful,
15789 but WITHOUT ANY WARRANTY; without even the implied warranty of
15790 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15791 GNU General Public License for more details.
15792
15793 You should have received a copy of the GNU General Public License
15794 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.