]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* calc/calc.el (math-bignum): Handle most-negative-fixnum.
[gnu-emacs] / lisp / ChangeLog
1 2014-05-24 Leo Liu <sdl.web@gmail.com>
2
3 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
4
5 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * minibuffer.el (completion--sreverse): Remove.
8 (completion--common-suffix): Use `reverse' instead.
9 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
10
11 2014-05-22 Glenn Morris <rgm@gnu.org>
12
13 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
14
15 2014-05-21 Daniel Colascione <dancol@dancol.org>
16
17 * files.el (interpreter-mode-alist): Add mksh.
18
19 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
20 derivative.
21 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
22 mksh. Improve custom spec; allow regular expressions.
23 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
24 (sh-after-hack-local-variables): New function.
25 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
26 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
27 the normalization.
28 (sh-canonicalize-shell): Rewrite to support regexes.
29
30 2014-05-21 Leo Liu <sdl.web@gmail.com>
31
32 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
33
34 2014-05-19 Leo Liu <sdl.web@gmail.com>
35
36 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
37
38 2014-05-18 Glenn Morris <rgm@gnu.org>
39
40 * loadup.el:
41 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
42
43 2014-05-14 Sam Steingold <sds@gnu.org>
44
45 * progmodes/python.el (python-shell-get-or-create-process):
46 Do not bind `current-prefix-arg' so that C-c C-z does not talk
47 back unless requested.
48
49 2014-05-14 Glenn Morris <rgm@gnu.org>
50
51 * subr.el (with-file-modes): New macro.
52 * printing.el (pr-save-file-modes): Make obsolete.
53 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
54 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
55 Add with-file-modes.
56 * doc-view.el (doc-view-make-safe-dir):
57 * epg.el (epg--start):
58 * files.el (locate-user-emacs-file, make-temp-file)
59 (backup-buffer-copy, move-file-to-trash):
60 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
61 * eshell/esh-util.el (eshell-with-private-file-modes)
62 (eshell-make-private-directory):
63 * net/browse-url.el (browse-url-mosaic):
64 * obsolete/mailpost.el (post-mail-send-it):
65 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
66 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
67 Use with-file-modes.
68
69 * vc/emerge.el (emerge-make-temp-file): Simplify.
70
71 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
72 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
75 suffix (bug#15419).
76
77 2014-05-14 Glenn Morris <rgm@gnu.org>
78
79 * vc/emerge.el (emerge-temp-file-prefix):
80 Make pointless option obsolete.
81 (emerge-temp-file-mode): Make non-functional option obsolete.
82
83 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
84
85 * net/browse-url.el (browse-url):
86 Use `unhandled-file-name-directory' when setting `default-directory',
87 in order to circumvent stalled remote connections. (Bug#17425)
88
89 2014-05-14 Glenn Morris <rgm@gnu.org>
90
91 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
92 Optimize on Emacs, which has the relevant functions for ages.
93
94 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * simple.el (undo-make-selective-list): Obey undo-no-redo.
97
98 2014-05-12 Sam Steingold <sds@gnu.org>
99
100 * calendar/time-date.el (seconds-to-string): New function to
101 pretty print time delay in seconds.
102
103 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * mpc.el (mpc-format): Trim Date to the year.
106 (mpc-songs-hashcons): Shorten the Date field.
107
108 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
109 into autoloading just because of a silly indirection.
110
111 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com> (tiny change)
112
113 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
114
115 2014-05-12 Glenn Morris <rgm@gnu.org>
116
117 * emacs-lisp/find-gc.el: Move to ../admin.
118
119 * printing.el (pr-version):
120 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
121
122 * net/browse-url.el (browse-url-mosaic):
123 Create /tmp/Mosaic.PID as a private file.
124
125 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
128 (advice--member-p): If name is given, only compare the name.
129 (advice--remove-function): Don't stop at the first match.
130 (advice--normalize-place): New function.
131 (add-function, remove-function): Use it.
132 (advice--add-function): Pass the name, if any, to
133 advice--remove-function.
134
135 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
136
137 * electric.el (electric-indent-post-self-insert-function): Don't use
138 `pos' after modifying the buffer (bug#17449).
139
140 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
141
142 * calendar/todo-mode.el (todo-insert-item-from-calendar):
143 Correct argument list to conform to todo-insert-item--basic.
144
145 2014-05-12 Glenn Morris <rgm@gnu.org>
146
147 * files.el (cd-absolute): Test if directory is accessible
148 rather than executable. (Bug#17330)
149
150 * progmodes/compile.el (recompile):
151 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
152
153 * net/browse-url.el (browse-url-mosaic):
154 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
155 This is CVE-2014-3423.
156
157 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * mouse.el: Use the normal toplevel loop while dragging.
160 (mouse-set-point): Handle multi-clicks.
161 (mouse-set-region): Handle multi-clicks for drags.
162 (mouse-drag-region): Update call accordingly.
163 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
164 Use the normal event loop instead of a local while/read-event loop.
165 (global-map): Remove redundant bindings for double/triple-mouse-1.
166 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
167 Generate synthetic down events when the protocol only sends up events.
168 (xterm-mouse-last): Remove.
169 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
170 terminal parameter instead.
171 (xterm-mouse--set-click-count): New function.
172 (xterm-mouse-event): Detect/generate double/triple clicks.
173 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
174
175 * info.el (Info-quoted): New face.
176 (Info-mode-font-lock-keywords): New var.
177 (Info-mode): Use it.
178
179 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
180 are a hindrance for C-x C-e.
181
182 2014-05-11 Leo Liu <sdl.web@gmail.com>
183
184 * net/rcirc.el (rcirc-sentinel): Fix last change.
185
186 2014-05-08 Sam Steingold <sds@gnu.org>
187
188 * net/rcirc.el (rcirc-reconnect-delay): New user option.
189 (rcirc-sentinel): Auto-reconnect to the server if
190 `rcirc-reconnect-delay' is non-0 (but not more often than its
191 value in case the host is off-line).
192
193 2014-05-09 Eli Zaretskii <eliz@gnu.org>
194
195 * progmodes/grep.el (lgrep): Fix a typo in last commit.
196
197 2014-05-09 Glenn Morris <rgm@gnu.org>
198
199 * files.el (file-expand-wildcards):
200 * man.el (Man-support-local-filenames):
201 * printing.el (pr-i-directory, pr-interface-directory):
202 * progmodes/grep.el (lgrep, rgrep):
203 * textmodes/ispell.el (ispell-call-process)
204 (ispell-call-process-region, ispell-start-process)
205 (ispell-init-process): Use file-accessible-directory-p.
206
207 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
210 (xterm-mouse--read-event-sequence-1000): Return nil if something
211 looks fishy.
212 (xterm-mouse-event): Propagate it.
213 (xterm-mouse-translate-1): Handle it.
214
215 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
216
217 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
218 four slots of the parameter list are filled, make sure to pass it
219 to the argument list of todo-insert-item--basic.
220
221 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
224 Add optional `seen' argument to detect and break infinite loops.
225
226 2014-05-08 Eli Zaretskii <eliz@gnu.org>
227
228 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
229 (trace-unsafe, trace-use-tree): Make parentheses style be
230 according to Emacs style.
231
232 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
233
234 * net/tramp-sh.el (tramp-remote-process-environment):
235 Remove HISTFILE and HISTSIZE; it's too late to set them here.
236 Add :version entry.
237 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
238 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
239 extra "PSx=..." commands.
240 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
241 (Bug#17295)
242
243 (tramp-uudecode): Replace the hard-coded temporary file name by a
244 format specifier.
245 (tramp-remote-coding-commands): Enhance docstring.
246 (tramp-find-inline-encoding): Replace "%t" by a temporary file
247 name. (Bug#17415)
248 This is CVE-2014-3424.
249
250 2014-05-08 Glenn Morris <rgm@gnu.org>
251
252 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
253 (find-gc-source-files): Update some names.
254 (trace-call-tree): Simplify and update.
255 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
256 This is CVE-2014-3422.
257
258 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * minibuffer.el (completion--try-word-completion): Revert fix for
261 Bug#15980 (bug#17375).
262
263 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
264 Always store button numbers in the same way in xterm-mouse-last;
265 Don't burp is xterm-mouse-last is not set as expected.
266 Never return negative indices.
267
268 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
269
270 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
271 Backtrack one char if the global/char-literal var matcher hits
272 inside a string. The next char could be the beginning of an
273 expression expansion.
274
275 2014-05-08 Glenn Morris <rgm@gnu.org>
276
277 * help-fns.el (describe-function-1): Test for an autoload before a
278 macro, since `macrop' works on autoloads. (Bug#17410)
279
280 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * electric.el (electric-indent-functions-without-reindent): Add yaml.
283
284 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
285 Make sure the new point we return is within the new string (bug#17239).
286
287 2014-05-05 Daniel Colascione <dancol@dancol.org>
288
289 * progmodes/compile.el (compilation-error-regexp-alist-alist):
290 Port `gnu' pattern to rx.
291
292 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
293
294 Remove unneeded prompt when closing a buffer with active
295 emacsclient ("Buffer ... still has clients"), #16548.
296 * server.el (server-start): Remove the only call to:
297 (server-kill-buffer-query-function): Remove.
298
299 2014-05-04 Leo Liu <sdl.web@gmail.com>
300
301 * calendar/diary-lib.el (calendar-chinese-month-name-array):
302 Defvar to pacify compiler.
303
304 2014-05-04 Eli Zaretskii <eliz@gnu.org>
305
306 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
307
308 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
309
310 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
311 Use nil rather than `default' for the "default" appearance (bug#17388).
312 * vc/ediff-util.el (ediff-inferior-compare-regions)
313 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
314 a misleading `default' value when it's really a boolean.
315 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
316 overlay is not visible.
317
318 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
319
320 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
321 (todo-menu): Uncomment and update.
322
323 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
324
325 * calendar/todo-mode.el: Reimplement item editing to have the same
326 basic user interface as item insertion, and make small UI and
327 larger internal improvements to the latter.
328 (todo-insert-item): Add reference to the Todo mode user manual to
329 the documentation string.
330 (todo-insert-item--basic): Rename from todo-basic-insert-item and
331 adjust all callers. Change signature to combine diary and
332 nonmarking arguments. Incorporate functionality of deleted item
333 copying command and add error checking. Remove detailed
334 descriptions of the arguments from the documentation string, since
335 this is treated in the Todo mode user manual.
336 (todo-copy-item, todo-edit-multiline-item)
337 (todo-edit-done-item-comment, todo-edit-item-header)
338 (todo-edit-item-time, todo-edit-item-date-from-calendar)
339 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
340 (todo-edit-item-date-year, todo-edit-item-date-month)
341 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
342 Remove.
343 (todo-edit-item): Reimplement as wrapper command for
344 todo-edit-item--next-key and make it distinguish done and not done
345 todo items.
346 (todo-edit-item--text): New function, replacing old command
347 todo-edit-item and incorporating deleted commands
348 todo-edit-multiline-item and todo-edit-done-item-comment.
349 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
350 Use only numeric value of prefix argument. Remove detailed
351 descriptions of the arguments from the documentation string, since
352 this is treated in the Todo mode user manual.
353 (todo-edit-item--diary-inclusion): New function, replacing old
354 command todo-edit-item-diary-inclusion and incorporating and fixing
355 functionality of deleted command todo-edit-item-diary-nonmarking,
356 making sure to remove todo-nondiary-marker when adding
357 diary-nonmarking-symbol.
358 (todo-edit-category-diary-inclusion): Make sure to delete
359 diary-nonmarking-symbol when adding todo-nondiary-marker.
360 (todo-edit-category-diary-nonmarking): Fix indentation.
361 (todo-insert-item--parameters): Group diary and nonmarking
362 parameters together.
363 (todo-insert-item--apply-args): Adjust to signature of
364 todo-insert-item--basic and incorporate copy parameter.
365 Make small code improvements.
366 (todo-insert-item--next-param): Improve prompt and adjust it to
367 new parameter grouping. Remove obsolete code.
368 (todo-edit-item--param-key-alist)
369 (todo-edit-item--date-param-key-alist)
370 (todo-edit-done-item--param-key-alist): New defconsts.
371 (todo-edit-item--prompt): New variable.
372 (todo-edit-item--next-key): New function.
373 (todo-key-bindings-t): Bind "e" to todo-edit-item.
374 Remove bindings of deleted commands.
375
376 2014-05-04 Leo Liu <sdl.web@gmail.com>
377
378 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
379
380 2014-05-04 Glenn Morris <rgm@gnu.org>
381
382 * allout-widgets.el (allout-widgets-tally)
383 (allout-decorate-item-guides):
384 * menu-bar.el (menu-bar-positive-p):
385 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
386 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
387 * progmodes/js.el (js--inside-param-list-p)
388 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
389 * progmodes/prolog.el (region-exists-p):
390 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
391 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
392 Doc fixes (replace `iff').
393
394 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
397
398 2014-05-04 Leo Liu <sdl.web@gmail.com>
399
400 Support Chinese diary entries in calendar and diary. (Bug#17393)
401 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
402 (calendar-chinese-from-absolute-for-diary)
403 (calendar-chinese-to-absolute-for-diary)
404 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
405 (diary-chinese-list-entries): New functions to list and mark
406 Chinese diary entries in the calendar window.
407 (diary-chinese-anniversary)
408 (diary-chinese-insert-anniversary-entry)
409 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
410 (diary-chinese-insert-yearly-entry): New commands to insert
411 Chinese diary entries.
412
413 * calendar/diary-lib.el (diary-font-lock-keywords):
414 Support font-locking Chinese dates.
415
416 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
417 inserting Chinese diary entries.
418
419 * calendar/calendar.el (diary-chinese-entry-symbol):
420 New customizable variable.
421 (calendar-mode-map): Add bindings for inserting Chinese diary
422 entries.
423
424 2014-05-03 Juri Linkov <juri@jurta.org>
425
426 * dired.el (dired-check-switches, dired-switches-recursive-p):
427 New functions. (Bug#17218)
428 (dired-switches-escape-p, dired-move-to-end-of-filename):
429 Use `dired-check-switches'.
430 (dired-insert-old-subdirs, dired-build-subdir-alist)
431 (dired-sort-R-check): Use `dired-switches-recursive-p'.
432
433 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
434
435 * simple.el (undo-make-selective-list): New algorithm fixes
436 incorrectness of position adjustments when undoing in region.
437 (Bug#17235)
438 (undo-elt-crosses-region): Make obsolete.
439 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
440 New functions to adjust positions using undo-deltas.
441
442 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
445 the last consecutive closing paren (bug#17345).
446
447 2014-04-30 Reuben Thomas <rrt@sc3d.org>
448
449 * dired.el (dired-mode): make terminology for eXpunge command
450 consistent. (Bug#17276)
451
452 2014-04-30 Eli Zaretskii <eliz@gnu.org>
453
454 * dired.el (dired-initial-position-hook, dired-initial-position):
455 Doc string fixes.
456
457 2014-04-30 Glenn Morris <rgm@gnu.org>
458
459 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
460
461 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
462
463 * faces.el (face-spec-recalc): Apply X resources only after the
464 defface spec has been applied. Thus, X resources are no longer
465 overriden by the defface spec which also fixes issues on win32 where
466 the toolbar coloring was wrong because it is set through X resources
467 and was (wrongfully) overriden. (Bug#16694)
468
469 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * textmodes/rst.el (electric-pair-pairs): Declare.
472 (rst-mode): Set it (bug#17131).
473
474 2014-04-30 Juri Linkov <juri@jurta.org>
475
476 * desktop.el (desktop-value-to-string): Let-bind `print-length'
477 and `print-level' to nil. (Bug#17351)
478
479 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
480
481 * battery.el (battery-update): Handle the case where battery
482 status is "N/A" (bug#17319).
483
484 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
487 to syntax-propertize.
488 (ps-mode-auto-indent): Mark as obsolete.
489 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
490 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
491 word regexp operators.
492 (ps-mode-map): Move initialization into declaration. Remove binding
493 for TAB, RET, >, ], and }.
494 (ps-mode-syntax-table): Move initialization into declaration.
495 Don't give word syntax to non-word chars.
496 (ps-run-mode-map): Move initialization into declaration.
497 (ps-mode-menu-main): Remove auto-indent entry.
498 (ps-mode-smie-rules): New function.
499 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
500 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
501 (ps-mode--string-syntax-table): New const.
502 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
503 New functions.
504 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
505 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
506
507 2014-04-27 Daniel Colascione <dancol@dancol.org>
508
509 * term/xterm.el (xterm-paste): Use large finite timeout when
510 reading event to avoid putting keys in this-command-keys.
511
512 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
515 (perl-syntax-propertize-function): Use it. Extend handling of
516 here-docs to the unquoted case.
517
518 2014-04-25 Eli Zaretskii <eliz@gnu.org>
519
520 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
521 Use equal-including-properties to compare help-echo strings (bug#17331).
522
523 2014-04-25 Leo Liu <sdl.web@gmail.com>
524
525 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
526 Fix syntax for @. (Bug#17325)
527
528 2014-04-25 Daniel Colascione <dancol@dancol.org>
529
530 * emacs-lisp/cl.el (gv): Require gv early to break eager
531 macro-expansion cycles.
532
533 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * simple.el (region-active-p): Check there's a mark (bug#17324).
536
537 * simple.el (completion-list-mode-map): Use choose-completion for the
538 mouse binding as well (bug#17302).
539 (completion-list-mode, completion-setup-function): Adjust docstring and
540 echo area message accordingly.
541 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
542 calling convention of choose-completion.
543 * comint.el (comint-dynamic-list-completions):
544 * term.el (term-dynamic-list-completions): Accept choose-completion.
545
546 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
547 &, |, +, - and * can't be a division (bug#17317).
548
549 * term/xterm.el (xterm--version-handler): Don't use modern xterm
550 features on gnome-terminal (bug#16988).
551
552 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
553
554 Improve Scheme font-locking for (define ((foo ...) ...) ...).
555
556 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
557 the declared object, ignore zero or more parens, not zero or one.
558
559 2014-04-24 Leo Liu <sdl.web@gmail.com>
560
561 * progmodes/xscheme.el (xscheme-expressions-ring)
562 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
563 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
564 (xscheme-allow-output-p, xscheme-prompt)
565 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
566
567 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
568 Comment out unused functions.
569
570 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
571
572 * info.el: Use lexical-binding and cl-lib.
573 Use defvar-local and setq-local instead of make-local-variable.
574 (Info-apropos-matches): Avoid add-to-list.
575 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
576
577 2014-04-24 Daniel Colascione <dancol@dancol.org>
578
579 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
580
581 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
584
585 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
586
587 * dired.el (dired-insert-set-properties): Do not consider
588 subdirectory headings and empty lines to be information that
589 `dired-hide-details-mode' should hide. (Bug#17228)
590
591 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
592
593 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
594 Remove test messages.
595 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
596 and `target' twice.
597
598 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
601 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
602
603 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
604
605 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
606
607 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
608 Set "IFS=" when using read builtin, in order to preserve spaces in
609 the file name. Add test messages for hunting a bug on hydra.
610 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
611
612 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
615 Don't prettify a word within a symbol.
616
617 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
618
619 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
620 possible.
621
622 2014-04-22 Daniel Colascione <dancol@dancol.org>
623
624 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
625 use defun to define `function-put'.
626
627 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
630 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
631 (lisp-mode-variables): Set font-lock-extra-managed-props.
632
633 * emacs-lisp/byte-run.el (function-put): New function.
634 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
635 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
636 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
637 Use them.
638
639 2014-04-22 Daniel Colascione <dancol@dancol.org>
640
641 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
642 Add `full-p' parameter; when nil, call `macroexpand' instead of
643 `macroexpand-all'.
644
645 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
646 Improve docstrings.
647
648 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
649 Use lambda function values, not quoted lambdas.
650 (byte-compile-recurse-toplevel): Remove extraneous &optional.
651
652 * emacs-lisp/cl-macs.el
653 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
654 (cl-struct-slot-value): Conditionally use aref or nth so that the
655 compiler produces optimal code.
656
657 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
660 (inline): Don't inline cl--set-elt.
661 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
662 Define as inlinable instead.
663 (cl-struct-set-slot-value): Remove.
664
665 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
666 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
667 Use setf instead.
668
669 2014-04-21 Daniel Colascione <dancol@dancol.org>
670
671 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
672 last two parameters after all.
673 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
674 (cl--compiler-macro-assoc,cl-struct-slot-value)
675 (cl-struct-set-slot-value): Stop using them.
676
677 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
678
679 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
680 entry in image-mode-winprops-alist.
681
682 2014-04-21 Daniel Colascione <dancol@dancol.org>
683
684 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
685 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
686 (byte-compile-toplevel-file-form): Use it.
687
688 * emacs-lisp/cl-macs.el:
689 (cl--loop-let): Properly destructure `while' clauses.
690
691 2014-04-20 Daniel Colascione <dancol@dancol.org>
692
693 * vc/vc.el (vc-root-dir): New public autoloaded function for
694 generically finding the current VC root.
695 * vc/vc-hooks.el (vc-not-supported): New error.
696 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
697
698 2014-04-20 Daniel Colascione <dancol@dancol.org>
699
700 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
701 argument.
702 (cl--const-expr-val): cl--const-expr-val should macroexpand its
703 argument in case we're inside a symbol-macrolet.
704 (cl--do-arglist, cl--compiler-macro-typep)
705 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
706 environment to `cl--const-expr-val'.
707 (cl-struct-sequence-type,cl-struct-slot-info)
708 (cl-struct-slot-offset, cl-struct-slot-value)
709 (cl-struct-set-slot-value): New functions.
710
711 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
714 assignments such as "case=hello" (bug#17297).
715
716 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
717
718 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
719 Do not autoload.
720 (tramp-file-name-handler, tramp-completion-file-name-handler):
721 Revert patch from 2014-04-10, it isn't necessary anymore.
722 (tramp-autoload-file-name-handler)
723 (tramp-register-autoload-file-name-handlers): New defuns.
724 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
725 (tramp-register-file-name-handlers): Remove also
726 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
727 Do not autoload its invocation, but eval it after loading of 'tramp.
728
729 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
730
731 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
732
733 2014-04-17 Daniel Colascione <dancol@dancol.org>
734
735 Add support for bracketed paste mode; add infrastructure for
736 managing terminal mode enabling and disabling automatically.
737
738 * xt-mouse.el:
739 (xterm-mouse-mode): Simplify.
740 (xterm-mouse-tracking-enable-sequence)
741 (xterm-mouse-tracking-disable-sequence): New constants.
742 (turn-on-xterm-mouse-tracking-on-terminal)
743 (turn-off-xterm-mouse-tracking-on-terminal):
744 Use tty-mode-set-strings and tty-mode-reset-strings terminal
745 parameters instead of random hooks.
746 (turn-on-xterm-mouse-tracking)
747 (turn-off-xterm-mouse-tracking): Delete.
748
749 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
750 (xterm-paste-ending-sequence): New constant.
751 (xterm-paste): New command used for bracketed paste support.
752
753 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
754 (terminal-init-xterm-bracketed-paste-mode): New function.
755 (terminal-init-xterm): Call it.
756 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
757 and tty-mode-reset-strings instead of random hooks.
758 (xterm-turn-on-modify-other-keys)
759 (xterm-turn-off-modify-other-keys)
760 (xterm-remove-modify-other-keys): Delete obsolete functions.
761
762 * term/screen.el: Rewrite to just use the xterm code.
763 Add copyright notice. Mention tmux.
764
765 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
766
767 * image-mode.el (image-mode-window-put): Also update the property of
768 the "default window".
769 * doc-view.el (doc-view-new-window-function): If no window
770 exists, move to the last known page.
771
772 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
775 here-documents (bug#17262).
776
777 2014-04-16 Eli Zaretskii <eliz@gnu.org>
778
779 * term/pc-win.el (x-list-fonts, x-get-selection-value):
780 Provide doc strings, as required by snarf-documentation.
781
782 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
785 arg of overlays-at. Use `invisible-p'.
786
787 * obsolete/lucid.el (extent-at):
788 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
789 overlays-at.
790 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
791
792 2014-04-16 João Távora <joaotavora@gmail.com>
793
794 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
795 links. (Bug#17217).
796
797 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
798
799 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
800 Use mapc to loop over a vector. (Bug#17257).
801
802 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
803
804 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
805 patch, there are new problems with file names containing spaces.
806 Get rid of backticks. (Bug#17238)
807
808 2014-04-16 João Távora <joaotavora@gmail.com>
809
810 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
811 possible bug.
812
813 2014-04-16 Eli Zaretskii <eliz@gnu.org>
814
815 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
816 (blink-cursor-mode): Mention customization variables and the
817 effect of 'blink-cursor-blinks'.
818
819 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
820
821 * simple.el (undo): Prevent insertion of identity mapping into
822 undo-equiv-table so as undo-only does not inf loop in the presence
823 of consecutive nils in undo list.
824
825 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
826
827 * faces.el (make-face): Deprecate optional argument as it is no
828 longer needed/used since the conditional X resources handling
829 has been pushed down to make-face-x-resource-internal itself.
830 (make-empty-face): Don't pass optional argument to make-face.
831
832 2014-04-16 Karl Fogel <kfogel@red-bean.com>
833
834 * savehist.el (savehist-save): Remove workaround for a read-passwd
835 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
836 noticing that the shim was still present.
837
838 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
841
842 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
843
844 * faces.el (face-set-after-frame-default): Remove unused local variable.
845
846 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
847
848 * progmodes/grep.el: Use lexical-binding.
849 (grep-expand-template): Pass explicit lexical env to `eval'.
850 (zrgrep): Let-bind grep-find-template explicitly.
851
852 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
853 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
854
855 2014-04-12 Eli Zaretskii <eliz@gnu.org>
856
857 * international/characters.el <standard-case-table>: Add entries
858 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
859 Set category of Coptic characters be 'g' (Greek).
860
861 2014-04-12 Leo Liu <sdl.web@gmail.com>
862
863 * progmodes/octave.el (completion-table-with-cache):
864 Define if not available.
865 (octave-goto-function-definition, octave-sync-function-file-names)
866 (octave-find-definition-default-filename):
867 Backquote upattern for compatibility.
868
869 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
870
871 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
872 name twice due to backticks. (Bug#17238)
873
874 2014-04-12 Glenn Morris <rgm@gnu.org>
875
876 * term/w32-win.el (x-win-suspend-error):
877 * term/x-win.el (x-win-suspend-error): Sync docs.
878
879 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
880
881 * faces.el (make-face): Remove deprecated optional argument.
882 The conditional application of X resources is handled directly by
883 make-face-x-resource-internal since Emacs 24.4.
884 (make-empty-face): Don't pass optional argument to make-face.
885
886 2014-04-11 Glenn Morris <rgm@gnu.org>
887
888 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
889
890 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 Ediff's overlay priorities cause more trouble than they solve.
893 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
894 (ediff-highest-priority): Remove function (bug#17234).
895 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
896 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
897 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
898 overlay priorities.
899
900 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
901
902 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
903 entry; use symbol boundaries to avoid mis-matches.
904
905 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
906
907 * net/tramp.el (tramp-file-name-handler)
908 (tramp-completion-file-name-handler): Avoid recursive loading.
909
910 * net/tramp-sh.el (tramp-make-copy-program-file-name):
911 Quote result also locally.
912
913 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
916 Remove left-over code.
917
918 * newcomment.el (comment-indent-new-line): Sink code where it's used.
919 Reuse the previous comment's indentation unconditionally if it's on its
920 own line.
921
922 2014-04-09 Daniel Colascione <dancol@dancol.org>
923
924 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
925 `no-syntax-crossing' arguments. Forward to `up-list'.
926 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
927 Implement logic for escaping from strings. Use narrowing to deal
928 with corner cases.
929
930 2014-04-09 Leo Liu <sdl.web@gmail.com>
931
932 * net/rcirc.el (rcirc-connection-info): New variable.
933 (rcirc-connect): Use it to store connection info.
934 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
935 for killed process.
936 (rcirc-cmd-reconnect): New command. (Bug#17045)
937 (rcirc-mode, set-rcirc-encode-coding-system)
938 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
939
940 2014-04-09 Daniel Colascione <dancol@dancol.org>
941
942 * emacs-lisp/cl-indent.el: Add comment claiming
943 facility is also good for elisp.
944 (lisp-indent-find-method): New function.
945 (common-lisp-indent-function): Recognize cl-loop.
946 (common-lisp-indent-function-1): Recognize cl constructs; use
947 `lisp-indent-find-method' instead of `get' directly.
948 (if): Use else-body style for elisp.
949
950 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
951
952 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
953 Module methods. (Bug#17216)
954
955 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * help.el (describe-bindings): Fix buffer handling (bug#17210).
958 (describe-bindings-internal): Mark obsolete.
959
960 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
963 buffer-file-name, and buffer-file-truename any more.
964
965 2014-04-08 Leo Liu <sdl.web@gmail.com>
966
967 Use lexical-binding and require cl-lib.
968 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
969 (rcirc-handler-generic, rcirc-fill-paragraph)
970 (rcirc-format-response-string, rcirc-target-buffer)
971 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
972 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
973 (rcirc-ctcp-sender-PING, rcirc-browse-url)
974 (rcirc-markup-timestamp, rcirc-markup-attributes)
975 (rcirc-markup-my-nick, rcirc-markup-urls)
976 (rcirc-markup-bright-nicks, rcirc-markup-fill)
977 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
978 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
979 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
980 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
981 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
982 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
983 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
984 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
985 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
986 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
987 use cl-lib.
988
989 2014-04-07 João Távora <joaotavora@gmail.com>
990
991 * elec-pair.el (electric-pair--syntax-ppss):
992 When inside comments parse from comment beginning.
993 (electric-pair--balance-info): Fix typo in comment.
994 (electric-pair--in-unterminated-string-p): Delete.
995 (electric-pair--unbalanced-strings-p): New function.
996 (electric-pair-string-bound-function): New var.
997 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
998 according to `electric-pair--in-unterminated-string-p'
999
1000 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1001 Inhibit quote pairing if point-max is inside an unterminated string.
1002 (electric-pair--looking-at-unterminated-string-p): Delete.
1003 (electric-pair--in-unterminated-string-p): New function.
1004
1005 2014-04-07 Glenn Morris <rgm@gnu.org>
1006
1007 * shell.el (shell-directory-tracker):
1008 Go back to just ignoring failures. (Bug#17159)
1009
1010 2014-04-07 João Távora <joaotavora@gmail.com>
1011
1012 Fix `electric-pair-delete-adjacent-pairs' in modes binding
1013 backspace. (bug#16981)
1014 * elec-pair.el (electric-pair-backward-delete-char): Delete.
1015 (electric-pair-backward-delete-char-untabify): Delete.
1016 (electric-pair-mode-map): Bind backspace to a menu item filtering
1017 a new `electric-pair-delete-pair' command.
1018 (electric-pair-delete-pair): New command.
1019
1020 * progmodes/python.el (python-electric-pair-string-delimiter):
1021 Fix triple-quoting electricity. (Bug#17192)
1022
1023 * elec-pair.el (electric-pair-post-self-insert-function):
1024 Don't skip whitespace when `electric-pair-text-pairs' and
1025 `electric-pair-pairs' were used. syntax to
1026 electric-pair--skip-whitespace. (Bug#17183)
1027
1028 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1029
1030 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1031 "<F>". (Bug#17199)
1032
1033 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1036 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1037
1038 2014-04-07 Glenn Morris <rgm@gnu.org>
1039
1040 * help.el (view-lossage): Doc tweak.
1041
1042 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
1043
1044 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1045 only when inhibit-x-resources is nil, and do that earlier in the
1046 function. Doc fix. (Bug#16694)
1047 (face-spec-choose): Accept additional optional argument, whose
1048 value is returned if no matching attributes are found.
1049 (face-spec-recalc): Use the new optional argument when calling
1050 face-spec-choose. (Bug#16378)
1051 (make-face-x-resource-internal): Do nothing when
1052 inhibit-x-resources is non-nil. Don't touch the default face if
1053 reversed video is given--as was done in previous versions of Emacs.
1054 (face-set-after-frame-default): Don't call
1055 make-face-x-resource-internal here. (Bug#16434)
1056
1057 2014-04-07 Tassilo Horn <tsdh@gnu.org>
1058
1059 * doc-view.el (doc-view-bookmark-jump):
1060 Use `bookmark-after-jump-hook' to jump to the right page after the
1061 buffer is shown in a window. (bug#16090)
1062
1063 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1064
1065 * international/characters.el (mirroring): Fix last change:
1066 instead of loading uni-mirrored.el explicitly, do that implicitly
1067 by creating the 'mirroring' uniprop table. This avoids announcing
1068 the loading of uni-mirrored.el.
1069
1070 2014-04-07 Glenn Morris <rgm@gnu.org>
1071
1072 * files.el (buffer-stale--default-function)
1073 (buffer-stale-function, revert-buffer--default):
1074 * autorevert.el (auto-revert-buffers): Doc tweaks.
1075
1076 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1077
1078 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
1079
1080 2014-04-07 Glenn Morris <rgm@gnu.org>
1081
1082 * files.el (make-backup-file-name-function)
1083 (make-backup-file-name, make-backup-file-name--default-function)
1084 (make-backup-file-name-1, find-backup-file-name)
1085 (revert-buffer-function, revert-buffer-insert-file-contents-function)
1086 (buffer-stale--default-function, buffer-stale-function)
1087 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1088 (revert-buffer, revert-buffer--default)
1089 (revert-buffer-insert-file-contents--default-function):
1090 Doc fixes related to defaults no longer being nil.
1091 (make-backup-file-name-function): Bump :version.
1092 Restore nil as a valid but deprecated custom type.
1093
1094 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1097 Handle $' used as a variable (bug#17174).
1098
1099 * progmodes/perl-mode.el (perl-indent-new-calculate):
1100 Handle forward-sexp failure (bug#16985).
1101 (perl-syntax-propertize-function): Add "foreach" and "for" statement
1102 modifiers introducing expressions (bug#17116).
1103
1104 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
1107
1108 2014-04-05 Leo Liu <sdl.web@gmail.com>
1109
1110 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1111 Add define-compilation-mode.
1112
1113 2014-04-04 João Távora <joaotavora@gmail.com>
1114
1115 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
1116 parse from comment beginning.
1117 (electric-pair--balance-info): Fix typo in comment.
1118 (electric-pair--in-unterminated-string-p): Delete.
1119 (electric-pair--unbalanced-strings-p): New function.
1120 (electric-pair-string-bound-function): New var.
1121 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1122 according to `electric-pair--in-unterminated-string-p'.
1123
1124 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
1127 Move declaration before first use.
1128 (reftex-move-to-next-arg): Silence compiler warning.
1129
1130 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
1131
1132 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
1133 Use `window-total-width' instead of `window-width'.
1134
1135 2014-04-03 Daniel Colascione <dancol@dancol.org>
1136
1137 * subr.el (set-transient-map): Remove rms's workaround entirely;
1138 use new `suspicious-object' subr to mark our lambda for closer
1139 scrutiny during gc.
1140
1141 2014-04-02 Richard Stallman <rms@gnu.org>
1142
1143 * subr.el (set-transient-map): Comment out previous change.
1144
1145 2014-04-02 Glenn Morris <rgm@gnu.org>
1146
1147 * menu-bar.el (menu-bar-file-menu):
1148 * vc/ediff.el (ediff-current-file):
1149 Update for revert-buffer-function no longer being nil by default.
1150
1151 * simple.el (command-execute): Respect nil disabled-command-function.
1152
1153 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1154
1155 * simple.el (command-execute): Do not execute the command when it
1156 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
1157
1158 2014-04-02 Juri Linkov <juri@jurta.org>
1159
1160 * dired-aux.el (dired-compress-file): Don't use string-match-p
1161 because its match data is used afterwards.
1162
1163 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1164
1165 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1166 0 like nil.
1167
1168 2014-04-02 João Távora <joaotavora@gmail.com>
1169
1170 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1171 Inhibit quote pairing if point-max is inside an unterminated string.
1172 (electric-pair--looking-at-unterminated-string-p):
1173 Delete.
1174 (electric-pair--in-unterminated-string-p): New function.
1175
1176 2014-04-01 Daniel Colascione <dancol@dancol.org>
1177
1178 * minibuffer.el (minibuffer-complete): Prevent assertion failure
1179 when trying to complete the prompt.
1180
1181 2014-03-31 Leo Liu <sdl.web@gmail.com>
1182
1183 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1184 Refactor out eldoc-documentation-function-default.
1185 (eldoc-documentation-function-default): New function.
1186 (eldoc-documentation-function): Change value.
1187
1188 2014-03-31 Glenn Morris <rgm@gnu.org>
1189
1190 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
1191
1192 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
1193 (vhdl-compose-components-package, vhdl-compose-configuration):
1194 Abbreviate default-directory (missing from some previous upstream sync).
1195
1196 2014-03-31 Reto Zimmermann <reto@gnu.org>
1197
1198 Sync with upstream vhdl mode v3.35.2.
1199 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
1200 (top-level): No longer require assoc.
1201 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
1202 New functions. Use throughout to replace aget etc.
1203 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
1204 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
1205 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
1206 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
1207 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
1208 except `vhdl-compiler'.
1209 (vhdl-error-regexp-add-emacs): Remove all other compilers,
1210 when appropriate.
1211
1212 2014-03-31 Glenn Morris <rgm@gnu.org>
1213
1214 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
1215 Revert 2014-03-26 merge goof; go back to using defalias.
1216
1217 2014-03-30 Daniel Colascione <dancol@dancol.org>
1218
1219 * comint.el (comint-send-input):
1220 Deactivate completion-in-region-mode before we send comint input.
1221 (Bug#17139).
1222
1223 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
1224 on keyboard-quit.
1225
1226 2014-03-29 Glenn Morris <rgm@gnu.org>
1227
1228 * textmodes/reftex.el: Manage most autoloads automatically.
1229 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
1230 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
1231 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
1232 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
1233 * textmodes/reftex-toc.el: Set generated-autoload-file,
1234 and add autoload cookies for reftex.el.
1235 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
1236
1237 2014-03-28 Glenn Morris <rgm@gnu.org>
1238
1239 * cus-start.el (report-emacs-bug-address): Set custom properties.
1240 * mail/emacsbug.el (report-emacs-bug-address):
1241 Variable is now defined in emacs.c.
1242
1243 * mail/emacsbug.el (report-emacs-bug):
1244 Include system-configuration-features.
1245
1246 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
1247
1248 * simple.el (cycle-spacing): Never delete spaces on first run by
1249 default, but do so in a new 'fast mode and if there are already
1250 N spaces (the previous behavior).
1251 Compare N with its value in previous invocation so that changing
1252 prefix argument restarts `cycle-spacing' sequence.
1253 The idea is that with this change, binding M-SPC to
1254 `cycle-spacing' should not introduce any changes in behavior of
1255 the binding so long as users do not type M-SPC twice in a raw with
1256 the same prefix argument or lack thereof.
1257
1258 2014-03-28 Glenn Morris <rgm@gnu.org>
1259
1260 * faces.el (term-file-aliases): New variable.
1261 (tty-run-terminal-initialization): Respect term-file-aliases.
1262 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
1263 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
1264 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
1265
1266 2014-03-27 Glenn Morris <rgm@gnu.org>
1267
1268 * startup.el (inhibit-startup-hooks): Doc tweak.
1269 (normal-top-level): Simplify running of hooks.
1270 For window-setup-hook, respect inhibit-startup-hooks.
1271 (command-line-1): Don't set window-setup-hook to nil.
1272
1273 Allow selective autoloading from obsolete/ directory.
1274 * Makefile.in (obsolete-autoloads): New rule.
1275 (autoloads): Run obsolete-autoloads.
1276 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
1277 * simple.el (iswitchb-mode): Remove hand-written autoloads.
1278
1279 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
1280
1281 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1282 Highlight special globals with font-lock-builtin-face. (Bug#17057)
1283
1284 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1285 Don't propertize `?' or `!' as symbol constituent when after
1286 colon. (Bug#17097)
1287
1288 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
1289
1290 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1291 which is no longer needed and causes trouble in GTK builds (bug#17046).
1292
1293 * emacs-lisp/package-x.el (package--archive-contents-from-url):
1294 Use url-insert-file-contents; package-handle-response no longer exists.
1295
1296 2014-03-26 Daniel Colascione <dancol@dancol.org>
1297
1298 * simple.el (process-menu-mode-map): New variable.
1299 (process-menu-delete-process): New command.
1300
1301 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1302
1303 * emacs-lisp/package.el: Fix bug#16733 (again).
1304 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1305 (url-http-target-url): Remove unused declarations.
1306 (package-handle-response): Remove.
1307 (package--with-work-buffer): Use url-insert-file-contents and simplify.
1308 (package--download-one-archive): Use current-buffer instead of
1309 dynamic binding of `buffer'.
1310 (describe-package-1): Do not decode readme-string.
1311
1312 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
1313
1314 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1315
1316 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1317 from 2014-03-07, it decreases performance unnecessarily. Let-bind
1318 `remote-file-name-inhibit-cache' to nil in the second pass.
1319 (tramp-find-executable): Do not call "which" on SunOS.
1320 (tramp-send-command-and-check): Fix docstring.
1321 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1322 check whether source directory has set the sticky bit.
1323
1324 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
1325
1326 * simple.el (primitive-undo): Only process marker adjustments
1327 validated against their corresponding (TEXT . POS). Issue warning
1328 for lone marker adjustments in undo history. (Bug#16818)
1329 (undo-make-selective-list): Add marker adjustments to selective
1330 undo list based on whether their corresponding (TEXT . POS) is in
1331 the region. Remove variable adjusted-markers, which was unused
1332 and only non nil during undo-make-selective-list.
1333 (undo-elt-in-region): Return nil when passed a marker adjustment
1334 and explain in function doc.
1335
1336 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1337
1338 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1339
1340 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
1341
1342 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1343 Match special global variables without curlies, too.
1344 (ruby-font-lock-keywords): Simplify the matcher for special global
1345 variables. Don't require a non-word character after the variable.
1346 (Bug#17057)
1347
1348 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * simple.el (redisplay-highlight-region-function): Increase priority of
1351 overlay to make sure boundaries are visible (bug#15899).
1352
1353 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1354
1355 * frameset.el (frameset--initial-params): Fix typo in parameter name.
1356 (frameset-restore): Compare display strings with equal.
1357
1358 * frame.el (make-frame): Don't quote display name in error message,
1359 it is already a string.
1360
1361 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1362
1363 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1364 the password.
1365
1366 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
1367
1368 * emacs-lisp/package.el (package--add-to-archive-contents):
1369 Include already installed and built-in packages in
1370 `package-archive-contents'.
1371 (package-install): Don't include already installed packages in the
1372 options during interactive invocation. (Bug#16762)
1373 (package-show-package-list): If the buffer is already displayed in
1374 another window, switch to that window.
1375
1376 2014-03-26 Reto Zimmermann <reto@gnu.org>
1377
1378 Sync with upstream vhdl mode v3.35.1.
1379 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
1380 (vhdl-compiler-alist): Doc fix.
1381 (vhdl-goto-line): Remove.
1382 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
1383 (vhdl-mode) <paragraph-start>: Fix value.
1384 (vhdl-fix-statement-region): Not `for' in wait-statement.
1385 (vhdl-beautify-region): Also (un)tabify.
1386 (vhdl-get-visible-signals):
1387 Scan declarative part of generate statements.
1388 (vhdl-template-record): Fix indentation for record type declaration.
1389 (vhdl-expand-abbrev, vhdl-expand-paren):
1390 Revert to using fset again rather than defalias.
1391 (vhdl-scan-directory-contents): Tweak.
1392 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
1393 (vhdl-compose-components-package):
1394 Replace vhdl-goto-line with forward-line.
1395 (top-level): Tweak speedbar frame selection.
1396 (vhdl-generate-makefile-1): Support for compilers with no
1397 unit-to-file name mapping (create directory with dummy files).
1398
1399 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
1400
1401 Sync with upstream verilog-mode revision 702457d.
1402 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1403 (create-lockfiles): Declare.
1404 (verilog-read-decls): Fix module header imports, bug709.
1405 Reported by Victor Lau.
1406 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
1407 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
1408 interface-only modules, bug721. Reported by Dean Hoyt.
1409
1410 2014-03-26 Glenn Morris <rgm@gnu.org>
1411
1412 * obsolete/gulp.el: Move here from emacs-lisp/.
1413
1414 * files.el (lock-buffer, unlock-buffer, file-locked-p):
1415 Remove fallback aliases, since they are always defined now.
1416
1417 2014-03-24 Daniel Colascione <dancol@dancol.org>
1418
1419 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1420 instead of cl-loop search function.
1421
1422 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
1423
1424 * calendar/parse-time.el (parse-time-iso8601-regexp)
1425 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1426 it more generally.
1427
1428 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
1429
1430 * net/dns.el (network-interface-list): Define for XEmacs.
1431
1432 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
1433
1434 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
1435 the network interfaces changed.
1436 (dns-query): Use it to flush the data.
1437
1438 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
1439
1440 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
1441
1442 2014-03-23 Daniel Colascione <dancol@dancol.org>
1443
1444 Change subword-mode to use `find-word-boundary-function-table' and
1445 replace `capitalized-words-mode'. Also, convert to lexical
1446 binding.
1447
1448 * progmodes/cap-words.el: Delete now-obsolete file.
1449 * progmodes/subword.el: Reimplement using
1450 `find-word-boundary-function-table'.
1451 (subword-mode-map): Hollow out.
1452 (capitalized-words-mode): Define as obsolete alias for
1453 `subword-mode'.
1454 (subword-mode, superword-mode): Tweak documentation to reflect new
1455 implementation; call `subword-setup-buffer'.
1456 (subword-forward, subword-capitalize): Add underscore to indicate
1457 unused variable.
1458 (subword-find-word-boundary-function-table): New constant.
1459 (subword-empty-char-table): New constant.
1460 (subword-setup-buffer): New function.
1461 (subword-find-word-boundary): New function.
1462
1463 2014-03-23 Daniel Colascione <dancol@dancol.org>
1464
1465 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1466 list to look for keyword arguments instead of `memq', fixing
1467 (Bug#3647) --- unfortunately, only for freshly-compiled code.
1468 Please make bootstrap.
1469
1470 2014-03-22 Glenn Morris <rgm@gnu.org>
1471
1472 * dired.el (dired-read-regexp): Make obsolete.
1473 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
1474 (dired-flag-files-regexp):
1475 * dired-aux.el (dired-mark-read-regexp):
1476 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
1477
1478 * startup.el (fancy-startup-text):
1479 * help.el (describe-gnu-project): Visit online info about GNU project.
1480
1481 * help-fns.el (help-fns--interactive-only): New function.
1482 (help-fns-describe-function-functions): Add the above function.
1483 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
1484 (next-line, previous-line): Remove hand-written interactive-only
1485 information from doc strings, it is auto-generated now.
1486 * bookmark.el (bookmark-write):
1487 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
1488 (epa-mail-import-keys): Mark interactive-only,
1489 and remove hand-written interactive-only information from doc strings.
1490 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
1491 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
1492 * files.el (not-modified):
1493 * simple.el (mark-whole-buffer): Mark interactive-only.
1494
1495 * emacs-lisp/byte-run.el (defun-declarations-alist):
1496 Add interactive-only. Doc tweak.
1497 (macro-declarations-alist): Doc tweak.
1498 * subr.el (declare): Doc tweak (add xref to manual).
1499 * comint.el (comint-run):
1500 * files.el (insert-file-literally, insert-file):
1501 * replace.el (replace-string, replace-regexp):
1502 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1503 (delete-forward-char, goto-line, insert-buffer, next-line)
1504 (previous-line): Set interactive-only via declare.
1505
1506 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1507
1508 * emacs-lisp/package.el (package-desc): Use the contents of the
1509 quoted form, not its cdr. (Bug#16873)
1510
1511 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1512
1513 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1514 benefit of doc.c; change parameter profile to match the X function.
1515
1516 2014-03-22 Leo Liu <sdl.web@gmail.com>
1517
1518 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
1519 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
1520
1521 2014-03-21 Richard Stallman <rms@gnu.org>
1522
1523 * battery.el (battery-linux-sysfs): Search for each field
1524 from the beginning of the buffer.
1525
1526 * subr.el (set-transient-map): Clear out function and value
1527 of the temporary symbol when we're done with it.
1528
1529 * mail/rmailsum.el (rmail-summary-delete-forward):
1530 Optimize case of reaching end and handling count.
1531 (rmail-summary-mark-deleted): Optimize when N is current msg.
1532 Don't create new summary line.
1533 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
1534 (rmail-summary-undelete-many): Rewrite for speed.
1535 (rmail-summary-msg-number): New function.
1536
1537 * mail/rmail.el (rmail-delete-message): Update summary.
1538 (rmail-undelete-previous-message): Handle repeat count arg.
1539 (rmail-delete-backward, rmail-delete-forward): Likewise.
1540
1541 2014-03-21 Daniel Colascione <dancol@dancol.org>
1542
1543 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1544 information in bug reports.
1545
1546 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1547
1548 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1549 and `tramp-copy-env'.
1550
1551 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1552 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1553
1554 2014-03-21 Glenn Morris <rgm@gnu.org>
1555
1556 * electric.el (electric-indent-post-self-insert-function): Add doc.
1557
1558 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1559
1560 * emacs-lisp/package.el (package-compute-transaction):
1561 Use `version-list-<=' to compare the requirement version against
1562 the version of package already to be installed. Update the error
1563 message. (Bug#16826)
1564
1565 * progmodes/ruby-mode.el (ruby-smie-rules):
1566 Add indentation rule for ` @ '. (Bug#17050)
1567
1568 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1569
1570 * align.el (align-regexp): Remove superfluous backslash.
1571
1572 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1573 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1574 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1575 Fix docstring typos.
1576 (ffap-next): Use C-u in docstring.
1577 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1578 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1579 Remove superfluous backslashes.
1580 (ffap-string-at-point): Reflow docstring.
1581
1582 * server.el (server-host): Reflow docstring.
1583 (server-unload-function): Fix docstring typo.
1584 (server-eval-at): Remove superfluous backslash.
1585
1586 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1587 (skeleton-insert): Doc fix.
1588 (skeleton-insert): Reflow docstring.
1589
1590 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1591 (tty-color-approximate, tty-color-by-index, tty-color-values)
1592 (tty-color-desc): Remove superfluous backslashes.
1593
1594 2014-03-21 Glenn Morris <rgm@gnu.org>
1595
1596 * cus-start.el (history-length): Bump :version.
1597
1598 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1599 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1600 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1601 Don't set `make-backup-files'.
1602
1603 * info.el (info--prettify-description): New function,
1604 to give info-finder descriptions consistent case, punctuation.
1605 (Info-finder-find-node): Use it. Sort packages.
1606 Refer to "description" rather than "commentary".
1607
1608 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1609
1610 * frameset.el (frameset--print-register): New function.
1611 (frameset-to-register): Use it.
1612
1613 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
1614
1615 * progmodes/hideif.el (hif-string-to-number): New function.
1616 (hif-tokenize): Use it to understand non-decimal floats.
1617
1618 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
1619
1620 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
1621
1622 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1623
1624 * electric.el (electric-newline-and-maybe-indent): New command.
1625 Bind it globally to C-j.
1626 (electric-indent-mode): Don't mess with the global map any more.
1627 Don't drop the post-self-insert-hook is some buffer is still using it
1628 (bug#16770).
1629
1630 * bindings.el (global-map): Remove C-j binding.
1631
1632 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1633 the docstring of functions advised before dumping (bug#16993).
1634
1635 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1636
1637 * ps-print.el (ps-generate-postscript-with-faces):
1638 Explicitly deactivate the mark (bug#16866).
1639 * simple.el (deactivate-mark): Update region highlight.
1640
1641 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1642
1643 * emacs-lisp/package.el (describe-package-1):
1644 Decode commentary (bug#16733).
1645
1646 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1647
1648 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1649 modification of the value argument of :set (bug#16755).
1650
1651 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1652
1653 * simple.el (newline-and-indent): Do autofill (bug#17031).
1654
1655 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1656
1657 * newcomment.el (comment-normalize-vars): Only add escaping check
1658 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1659 (comment-beginning): Use `narrow-to-region' instead of moving back
1660 one character.
1661 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1662 (comment-start-skip): Update the docstring.
1663
1664 2014-03-18 Richard Stallman <rms@gnu.org>
1665
1666 * dired.el (dired-display-file): Force use of other window.
1667
1668 2014-03-18 Daniel Colascione <dancol@dancol.org>
1669
1670 * startup.el (tty-handle-args): Remove debug message from 2007.
1671
1672 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1675 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1676 (advice--make-1, advice-add, advice-remove):
1677 Remove braindead :advice-pending hack.
1678
1679 2014-03-17 Glenn Morris <rgm@gnu.org>
1680
1681 * calendar/calendar.el (calendar-generate-month): Apply weekend
1682 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1683
1684 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1685
1686 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1687 (tramp-call-process): Trace also DESTINATION.
1688
1689 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1690 Quote file names when they are local. Remove superfluous trace.
1691
1692 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1693
1694 * newcomment.el (comment-beginning): If `comment-start-skip'
1695 doesn't match, move back one char and try again. (Bug#16971)
1696
1697 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1698 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1699 Set `comment-start-skip' to a simpler value that doesn't try to
1700 check if the semicolon is escaped (this is handled by
1701 `syntax-ppss' now). (Bug#16971)
1702
1703 * progmodes/scheme.el (scheme-mode-variables): Same.
1704
1705 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1706
1707 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1708 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1709 current (Bug#16816, Bug#17007).
1710 (with-current-buffer-window): New macro doing the same as
1711 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1712 * help.el (help-print-return-message): Warn in doc-string to not
1713 use this in `with-help-window'.
1714 (describe-bindings-internal): Call `describe-buffer-bindings'
1715 from within help buffer. See Juanma's scenario in (Bug#16816).
1716 (with-help-window): Update doc-string.
1717 * dired.el (dired-mark-pop-up):
1718 * files.el (save-buffers-kill-emacs):
1719 * register.el (register-preview): Use `with-current-buffer-window'
1720 instead of `with-temp-buffer-window'.
1721
1722 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1723
1724 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1725 Implement inserting into current buffer, documented in their docstrings.
1726 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1727 (rst-section-tree-point, rst-forward-section, rst-indent)
1728 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1729 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1730 (rst-font-lock-handle-adornment-pre-match-form)
1731 (rst-repeat-last-character): Reflow docstrings.
1732 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1733 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1734 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1735 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1736 Fix docstring typos.
1737 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1738 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1739 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1740
1741 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1742
1743 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1744 for compatibility with other ports.
1745 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1746 from the -xrm command line argument, but in the Nextstep port its value
1747 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1748
1749 * progmodes/python.el (defconst, python-syntax-count-quotes)
1750 (python-indent-region, python-indent-shift-right)
1751 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1752 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1753 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1754 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1755 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1756 (python-shell-buffer-substring, python-shell-send-buffer)
1757 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1758 (python-completion-complete-at-point, python-fill-docstring-style)
1759 (python-eldoc-function, python-imenu-format-item-label)
1760 (python-imenu-format-parent-item-label)
1761 (python-imenu-format-parent-item-jump-label)
1762 (python-imenu--build-tree, python-imenu-create-index)
1763 (python-imenu-create-flat-index): Fix docstring typos.
1764 (python-indent-context, python-shell-prompt-regexp, run-python):
1765 Remove superfluous backslashes.
1766 (python-indent-line, python-nav-beginning-of-defun)
1767 (python-shell-get-buffer, python-shell-get-process)
1768 (python-info-current-defun, python-info-current-line-comment-p)
1769 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1770 (python-indent-post-self-insert-function, python-shell-send-file)
1771 (python-shell-completion-get-completions)
1772 (python-shell-completion-complete-or-indent)
1773 (python-eldoc--get-doc-at-point): Reflow docstrings.
1774
1775 2014-03-14 Glenn Morris <rgm@gnu.org>
1776
1777 * emacs-lisp/package.el (package-menu-mode-map):
1778 Replace use of obsolete function alias. Tweak menu item text.
1779
1780 * info.el (Info-finder-find-node):
1781 Ignore the `emacs' metapackage. (Bug#10813)
1782
1783 * finder.el (finder-list-matches): Include unversioned packages
1784 in the result of a keyword search.
1785
1786 * finder.el (finder--builtins-descriptions): New constant.
1787 (finder-compile-keywords): Use finder--builtins-descriptions.
1788
1789 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1790
1791 * simple.el (blink-matching-paren): Describe the new value,
1792 `jump', enabling the old behavior.
1793 (blink-matching-open): Use that value. (Bug#17008)
1794
1795 2014-03-14 Glenn Morris <rgm@gnu.org>
1796
1797 * finder.el (finder-no-scan-regexp): Add leim-list.
1798 (finder-compile-keywords):
1799 Don't skip files with same basename. (Bug#14010)
1800 * Makefile.in (setwins_finder): New, excluding leim.
1801 (finder-data): Use setwins_finder.
1802
1803 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1804 (help-function-arglist, help-make-usage): Move from here...
1805 * help.el (help-split-fundoc, help-add-fundoc-usage)
1806 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1807 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1808
1809 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
1810
1811 * net/socks.el (socks, socks-override-functions)
1812 (socks-find-services-entry):
1813 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1814 (hif-find-ifdef-block):
1815 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1816
1817 * net/tls.el (tls-program): Reflow docstring.
1818
1819 * progmodes/pascal.el (pascal-mode-abbrev-table)
1820 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1821 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1822 (pascal-outline-mode): Fix docstring typos.
1823 (pascal-mode): Let define-derived-mode document mode hook.
1824 (pascal-uncomment-area): Reflow.
1825 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1826
1827 * progmodes/opascal.el (opascal-compound-block-indent)
1828 (opascal-case-label-indent): Fix docstring typos.
1829 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1830
1831 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1832
1833 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1834 Fontify multiple adjacent negation chars. (Bug#17004)
1835
1836 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1837
1838 * emacs-lisp/package.el (package--prepare-dependencies):
1839 Accept requirements without explicit version (bug#14941).
1840
1841 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1842
1843 * register.el (register-separator, copy-to-register): Doc fixes.
1844 (register-preview-default): Remove unnecessary call to concat.
1845
1846 * frameset.el (frameset-restore): When checking for a visible frame,
1847 use the action map instead of calling visible-frame-list.
1848
1849 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1850
1851 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1852
1853 2014-03-12 Martin Rudalics <rudalics@gmx.at>
1854
1855 * window.el (fit-frame-to-buffer): Get maximum width from
1856 display's width instead of height.
1857
1858 2014-03-12 Glenn Morris <rgm@gnu.org>
1859
1860 * desktop.el (desktop-restore-frames)
1861 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1862 (desktop-restore-reuses-frames): Doc tweaks.
1863
1864 * electric.el (electric-indent-mode): Doc fix.
1865
1866 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1869 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1870 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1871 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1872 (cvs-dired-use-hook): Fix docstring typos.
1873 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1874 Doc fixes.
1875
1876 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1877 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1878 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1879 (cvs-execute-single-dir): Fix docstring typos.
1880
1881 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1882 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1883
1884 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1885
1886 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1887 Fix docstring typos.
1888
1889 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1890
1891 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1892 called from jump-to-register after unloading the frameset package.
1893
1894 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1897 (bug#16975). Deactivate the mark before setting it to nil.
1898 (activate-mark): Do nothing if region is already active.
1899
1900 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1901
1902 * frameset.el (frameset--target-display): Remove definition; declare.
1903 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1904
1905 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1906
1907 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1908 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1909 when the advice is pending.
1910 (advice-remove): Remove this marker when not needed any more.
1911
1912 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1913
1914 * frameset.el: Separate options for reusing frames and cleaning up.
1915 (frameset--reuse-list): Remove definition; declare.
1916 (frameset--action-map): Declare.
1917 (frameset--find-frame-if): Doc fix.
1918 (frameset--restore-frame): Cache frame action.
1919 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1920 how to clean up the frame list after restoring. Remove cleaning
1921 options from REUSE-FRAMES. Change all keyword values to symbols.
1922 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1923
1924 * desktop.el (desktop-restore-forces-onscreen)
1925 (desktop-restore-reuses-frames): Use non-keyword values.
1926 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1927
1928 2014-03-10 Glenn Morris <rgm@gnu.org>
1929
1930 * files.el (find-file): Doc fix: update info node name.
1931
1932 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1933 Doc fix: remove references to deleted info nodes.
1934
1935 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1936
1937 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1938 Do not add `nil' to the environment, when there's no remote `locale'.
1939 (tramp-find-inline-encoding): Check, that the remote host has
1940 installed perl, before sending scripts.
1941
1942 2014-03-10 Leo Liu <sdl.web@gmail.com>
1943
1944 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1945 Clear eldoc-last-message. (Bug#16920)
1946
1947 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1950 (bug#14430).
1951
1952 2014-03-09 Juri Linkov <juri@jurta.org>
1953
1954 * ansi-color.el (ansi-color-names-vector): Copy default colors
1955 from `xterm-standard-colors' that look well on the default white
1956 background (and also on the black background) to avoid illegible
1957 color combinations like yellow-on-white and white-on-white.
1958 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1959
1960 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1961
1962 * frameset.el (frameset-restore): When no frame is visible, do not
1963 generate a list of frames, just make visible the selected one.
1964
1965 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1966
1967 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1968 it only contains the repository root. (Bug#16897)
1969
1970 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1971
1972 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1973 only when `remote-file-name-inhibit-cache' is nil.
1974 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1975
1976 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1977
1978 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1979 Fix doc-strings.
1980 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1981 fit-frame-to-buffer variable. Fix doc-string.
1982 (fit-window-to-buffer): Set ONLY argument in call of
1983 fit-frame-to-buffer. Fix doc-string.
1984
1985 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1986
1987 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1988 (tramp-action-password): Clear password cache if needed.
1989 (tramp-read-passwd): Do not clear password cache.
1990
1991 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1992 cache unless it is the first password request.
1993
1994 2014-03-06 Glenn Morris <rgm@gnu.org>
1995
1996 * simple.el (newline): Doc tweak.
1997
1998 * emacs-lisp/shadow.el (load-path-shadows-find):
1999 Ignore dir-locals. (Bug#12357)
2000
2001 2014-03-05 Glenn Morris <rgm@gnu.org>
2002
2003 * files.el (interpreter-mode-alist):
2004 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2005
2006 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2007
2008 * frameset.el (frameset--initial-params): Filter out null entries.
2009
2010 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2011
2012 * window.el (window-min-height, window-min-width):
2013 Rewrite doc-strings.
2014 (window-body-size): Add PIXELWISE argument to make it consistent
2015 with its callees.
2016
2017 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2018
2019 * finder.el (finder-mode-map, finder-mode-syntax-table):
2020 Revert part of 2014-02-28 change.
2021
2022 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2023
2024 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2025 (eww-setup-buffer): Clear next/prev/etc more reliably.
2026 (eww-textarea-map): [tab] doesn't work on tty.
2027 Reported by Mario Lang.
2028
2029 * net/shr.el (shr-map): Ditto.
2030
2031 2014-03-04 Glenn Morris <rgm@gnu.org>
2032
2033 * minibuffer.el (completion-hilit-commonality):
2034 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2035
2036 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2037
2038 * hilit-chg.el (hilit-chg-unload-function): New function.
2039 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2040 (hilit-chg-map-changes): Prefer cardinal number to digit.
2041 (hilit-chg-display-changes): Reflow docstring.
2042 (highlight-changes-rotate-faces): Remove superfluous backslash.
2043
2044 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2045
2046 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2047 `tramp-send-command-and-check'.
2048
2049 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2050
2051 * hexl.el (hexl-address-region, hexl-ascii-region)
2052 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2053 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2054 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2055 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2056 (hexl-mode): Doc fix.
2057 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2058 (hexl-mode-ruler): Fix typos in docstrings.
2059
2060 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2061 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2062 Remove superfluous backslashes.
2063 (strokes-last-stroke, strokes-global-map, strokes-mode):
2064 Reflow docstrings.
2065 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2066 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2067 (strokes-distance-squared, strokes-global-set-stroke)
2068 (strokes-global-set-stroke-string): Doc fixes.
2069 (strokes-help): Fix typos; reflow docstring.
2070
2071 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2072
2073 * window.el (window-in-direction): Fix doc-string.
2074
2075 2014-03-04 Glenn Morris <rgm@gnu.org>
2076
2077 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2078 Explicit error if no grammar.
2079 (smie-config-save): Doc fix. Fix quote typo.
2080
2081 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2084 electric-indent-mode-hook if we obey electric-indent-mode.
2085 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2086 decide whether we obey electric-indent-mode.
2087 (c-change-set-fl-decl-start, c-extend-after-change-region):
2088 Silence warnings.
2089 (c-electric-indent-mode-hook): Assume we do want to obey
2090 electric-indent-mode.
2091
2092 * electric.el (electric-indent-mode-has-been-called): Remove.
2093 (electric-indent-mode): Fix accordingly.
2094
2095 * files.el (hack-local-variables): Mention file name in warning.
2096
2097 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2098
2099 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2100
2101 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2102 * simple.el (delete-forward-char): Mark as interactive-only.
2103
2104 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2105
2106 * icomplete.el (icomplete-completions):
2107 Follow-up to 2014-03-01 change.
2108
2109 * icomplete.el: Miscellaneous doc fixes.
2110 Use Icomplete everywhere instead of icomplete for consistency.
2111 (icomplete-max-delay-chars): Fix typo.
2112 (icomplete-mode): Use \[].
2113 (icomplete-tidy, icomplete-exhibit): Reflow.
2114 (icomplete-minibuffer-setup-hook, icomplete-completions):
2115 Remove superfluous backlashes.
2116
2117 * ido.el: Miscellaneous doc fixes.
2118 Use Ido everywhere instead of ido or `ido' for consistency.
2119 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2120 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2121 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2122 (ido-separator): Extract obsolescence info from docstring and declare
2123 with make-obsolete-variable.
2124 (ido-minibuffer-setup-hook): Simplify example.
2125 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2126 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2127 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2128 (ido-everywhere): Reflow docstring.
2129 (ido-toggle-vc): Doc fix.
2130 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2131 of long list of keybindings.
2132
2133 2014-03-03 Glenn Morris <rgm@gnu.org>
2134
2135 * frame.el (display-pixel-height, display-pixel-width)
2136 (display-mm-dimensions-alist, display-mm-height)
2137 (display-mm-width): Doc tweaks.
2138
2139 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2140
2141 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2142 case of undo in region.
2143
2144 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2145
2146 * window.el (fit-window-to-buffer): Fix argument in window-size
2147 call when window is horizontally combined.
2148
2149 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2150
2151 * icomplete.el (icomplete-completions): Use string-width.
2152 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2153
2154 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2155
2156 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2157 Highlight regexp options. (Bug#16914)
2158
2159 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2160
2161 * window.el (window--max-delta-1): Round down when calculating
2162 how many lines/columns we can get from a window.
2163
2164 2014-03-01 Glenn Morris <rgm@gnu.org>
2165
2166 * isearch.el (search-invisible): Doc fix.
2167
2168 * minibuffer.el (completion-hilit-commonality):
2169 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2170 * comint.el (comint-dynamic-list-completions): Doc fix.
2171 * comint.el (comint-dynamic-list-completions):
2172 * filecache.el (file-cache-minibuffer-complete):
2173 * tempo.el (tempo-display-completions):
2174 * eshell/em-hist.el (eshell-list-history):
2175 Replace use of obsolete argument of display-completion-list.
2176
2177 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2178
2179 * icomplete.el (icomplete-completions):
2180 Revert back to using "..." when ?… cannot be displayed.
2181
2182 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * finder.el (finder-unload-function): New function.
2185
2186 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2187
2188 * dframe.el (dframe-detach):
2189 * find-dired.el (find-dired, find-name-dired):
2190 * finder.el (finder-mode-map, finder-mode-syntax-table)
2191 (finder-headmark, finder-select, finder-mouse-select):
2192 Fix docstring typos.
2193
2194 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2195
2196 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2197 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2198 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2199 Fix doc-string based on a suggestion by Nicolas Richard
2200 <theonewiththeevillook@yahoo.fr>.
2201 * help.el (with-help-window): Fix doc-string.
2202
2203 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2204
2205 * net/shr.el (shr-image-animate): New option.
2206 (shr-put-image): Respect shr-image-animate.
2207
2208 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
2209
2210 * net/tramp-adb.el (tramp-adb-parse-device-names):
2211 Use `accept-process-output'.
2212 (tramp-adb-handle-file-truename): Cache the localname only.
2213 (tramp-adb-handle-make-directory)
2214 (tramp-adb-handle-delete-directory): Flush file properties correctly.
2215 (tramp-adb-handle-set-file-modes): Do not raise an error when file
2216 modes cannot be changed.
2217
2218 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2219 file properties of symlinks.
2220
2221 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2222
2223 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2224 required/optional fields to match development biblatex. (Bug#16781)
2225
2226 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2227
2228 * saveplace.el (toggle-save-place):
2229 Fix argument handling. (Bug#16673)
2230
2231 2014-02-28 Glenn Morris <rgm@gnu.org>
2232
2233 * minibuffer.el (completions-first-difference)
2234 (completions-common-part, completion-hilit-commonality): Doc fixes.
2235
2236 2014-02-28 Karl Berry <karl@gnu.org>
2237
2238 * info.el (Info-mode-map): Add H for describe-mode,
2239 to synchronize with standalone Info.
2240
2241 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
2242
2243 * progmodes/sql.el (sql-interactive-mode):
2244 Avoid setting global comint-input-ring-separator. (Bug#16814)
2245
2246 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2247
2248 * net/dbus.el (dbus--init-bus): Declare function.
2249 (dbus-path-local, dbus-interface-local): New defconst.
2250 (dbus-init-bus): Use them.
2251 (dbus-return-values-table): Extend doc.
2252 (dbus-handle-bus-disconnect): Extend error message.
2253
2254 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
2255
2256 * subr.el (y-or-n-p): Fix double space issue in message.
2257
2258 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2259
2260 * net/tramp.el (tramp-call-process): Improve trace message.
2261 (tramp-handle-insert-file-contents): Trace error case.
2262
2263 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2264 <insert-directory>: Use `tramp-handle-insert-directory'.
2265 (tramp-adb-handle-insert-directory): Remove function.
2266 (tramp-adb-send-command-and-check): New defun, replacing
2267 `tramp-adb-command-exit-status'. Change all callees.
2268 (tramp-adb-handle-file-attributes)
2269 (tramp-adb-handle-directory-files-and-attributes): Use it.
2270 (tramp-adb-ls-output-name-less-p):
2271 Use `directory-listing-before-filename-regexp'.
2272 (tramp-adb-handle-delete-directory): Flush also file properties of
2273 the truename of directory.
2274 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2275 (tramp-adb-handle-file-local-copy): Make the local copy readable.
2276 (tramp-adb-handle-write-region): Implement APPEND.
2277 (tramp-adb-handle-rename-file): Make it more robust. Flush file
2278 properties correctly.
2279 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2280 variables. Check for connected devices only when needed.
2281
2282 2014-02-27 Glenn Morris <rgm@gnu.org>
2283
2284 * minibuffer.el (completion-table-dynamic)
2285 (completion-table-with-cache): Doc fixes.
2286
2287 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2288 (completing-read-multiple): Doc fixes.
2289
2290 2014-02-27 Daniel Colascione <dancol@dancol.org>
2291
2292 * minibuffer.el (completion--nth-completion): Fix indentation.
2293
2294 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2295 explicit tramp path is empty.
2296
2297 2014-02-27 Glenn Morris <rgm@gnu.org>
2298
2299 * emacs-lisp/crm.el (completing-read-multiple):
2300 Empower help-enable-auto-load.
2301
2302 2014-02-26 Glenn Morris <rgm@gnu.org>
2303
2304 * startup.el (command-line): Don't init the tty in daemon mode.
2305
2306 Avoid calling tty-setup-hook twice, eg if a term file
2307 explicitly calls tty-run-terminal-initialization. (Bug#16859)
2308 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2309 (tty-create-frame-with-faces): Use it.
2310 * startup.el (command-line): Pass run-hook argument
2311 to tty-run-terminal-initialization.
2312
2313 * dired.el (dired-restore-desktop-buffer): Demote errors;
2314 eg in case a glob match fails. (Bug#16884)
2315
2316 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
2317
2318 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2319 error from `read-from-string'. (Bug#16850)
2320
2321 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2322 result of `completing-read' in the interactive form. (Bug#16854)
2323
2324 2014-02-25 Glenn Morris <rgm@gnu.org>
2325
2326 * image.el (image-animate, image-animate-timeout):
2327 Stop animating images in dead buffers. (Bug#16878)
2328
2329 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
2330
2331 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2332 Doc fixes.
2333 * startup.el (term-setup-hook): Doc fix. Make obsolete.
2334 * term/sun.el (sun-raw-prefix-hooks):
2335 Use tty-setup-hook instead of term-setup-hook.
2336 (terminal-init-sun): Construct message from bytecomp plist.
2337 * term/wyse50.el (enable-arrow-keys): Doc fix.
2338
2339 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2340
2341 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2342 Fix docstring typos.
2343
2344 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
2345
2346 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2347
2348 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2349
2350 * minibuffer.el (completion--try-word-completion):
2351 Fix error when completing M-x commands (bug#16808).
2352
2353 2014-02-24 Leo Liu <sdl.web@gmail.com>
2354
2355 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2356
2357 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2358
2359 * apropos.el (apropos-print): Avoid formatting error when
2360 apropos-do-all and apropos-compact-layout are both t.
2361
2362 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2363
2364 * apropos.el (apropos-property, apropos-all-words-regexp)
2365 (apropos-true-hit, apropos-variable, apropos-print):
2366 Fix docstring typos, and remove obsolete comment.
2367
2368 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
2369
2370 * net/tramp-sh.el (tramp-sh-handle-file-truename):
2371 Preserve trailing "/". (Bug#16851)
2372
2373 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
2374
2375 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2376 after `=>' (bug#16811).
2377 (ruby-smie-rules): Handle the inconsistent second element of the
2378 list returned by `smie-indent--parent'.
2379 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2380 method call.
2381
2382 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2383
2384 * elec-pair.el (electric-pair-text-syntax-table)
2385 (electric-pair-syntax-info, electric-pair--syntax-ppss)
2386 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2387 (electric-pair--looking-at-unterminated-string-p): Doc fix.
2388 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
2389
2390 2014-02-22 Glenn Morris <rgm@gnu.org>
2391
2392 * imenu.el (imenu--generic-function): Doc fix.
2393
2394 * register.el (frame-configuration-to-register): Make obsolete.
2395
2396 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
2397
2398 * desktop.el (desktop-save-buffer-p): Do not fail when
2399 desktop-files-not-to-save is nil. Return t for true result
2400 as the doc says.
2401
2402 2014-02-22 Daniel Colascione <dancol@dancol.org>
2403
2404 * net/secrets.el (secrets-create-item, secrets-search-items):
2405 Check that attribute values are strings, avoiding the construction
2406 of invalid dbus messages.
2407
2408 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2409
2410 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2411 defun-declarations-alist.
2412
2413 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2416 (bug#16829).
2417
2418 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2419
2420 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2421 (whitespace-newline, whitespace-trailing, whitespace-line)
2422 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2423 (whitespace-space-after-tab): Fix typo in docstrings.
2424
2425 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
2426
2427 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2428
2429 * electric.el (electric-indent-functions-without-reindent):
2430 Add `yaml-indent-line'.
2431
2432 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2433
2434 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2435 It has done nothing for years; should be removed after the release.
2436
2437 * simple.el (choose-completion): Fix docstring typo.
2438 (read-quoted-char-radix): Remove unneeded * in docstring.
2439 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2440 Don't escape parentheses unnecessarily in docstrings.
2441
2442 2014-02-21 Martin Rudalics <rudalics@gmx.at>
2443
2444 Fix handling of window-min-height/-width (Bug#16738).
2445 * window.el (window--dump-window, window--dump-frame):
2446 New functions.
2447 (window--min-size-1): Account for window dividers.
2448 When window-resize-pixelwise is nil, delay rounding till after the
2449 sum of the window components has been calculated.
2450 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2451 nil make sure at least one text line and two text columns remain
2452 fully visible.
2453 (window-resize): Signal an error when window-resize-apply fails.
2454 (window--resize-child-windows): Fix calculation of by how many
2455 pixels a window can still be shrunk via window-new-normal.
2456 (adjust-window-trailing-edge): Call window--resizable with
2457 correct TRAIL argument.
2458
2459 (with-temp-buffer-window): Don't evaluate BODY within
2460 with-current-buffer (Bug#16816).
2461
2462 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
2463
2464 * net/tramp.el (tramp-check-cached-permissions):
2465 Call `file-attributes' with `suffix' being a symbol but a string.
2466
2467 2014-02-21 Daniel Colascione <dancol@dancol.org>
2468
2469 * net/dbus.el (dbus-init-bus-1): Declare new subr.
2470 (dbus-init-bus): New function: call into dbus-init-bus-1
2471 and installs a handler for the disconnect signal.
2472 (dbus-call-method): Rewrite to look for result in cons.
2473 (dbus-call-method-handler): Store result in cons.
2474 (dbus-check-event): Recognize events with nil sender as valid.
2475 (dbus-handle-bus-disconnect): New function. React to bus
2476 disconnection signal by synthesizing dbus error for each
2477 pending synchronous or asynchronous call.
2478 (dbus-notice-synchronous-call-errors): New function.
2479 (dbus-handle-event): Raise errors directly only when `dbus-debug'
2480 is true, not all the time.
2481
2482 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2483
2484 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2485 Remove obsolescence declarations, these variables do not exist anymore.
2486
2487 * savehist.el (savehist-save-minibuffer-history)
2488 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2489 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2490 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2491 mostly, refer to "Savehist mode" when talking about the mode,
2492 and not the function.
2493
2494 * saveplace.el (save-place): Remove redundant info in docstring.
2495 (save-place-forget-unreadable-files, toggle-save-place)
2496 (save-place-forget-unreadable-files, save-place-dired-hook):
2497 Fix typos and remove unneeded backslashes.
2498
2499 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2500
2501 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2502 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2503
2504 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2505 <insert-directory>: Use `tramp-handle-insert-directory'.
2506 (tramp-gvfs-handle-insert-directory): Remove function.
2507
2508 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2509 Call `tramp-handle-insert-directory'.
2510
2511 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2512
2513 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2514 before the start of buffer/region (bug#16799).
2515
2516 2014-02-20 Glenn Morris <rgm@gnu.org>
2517
2518 * isearch.el (search-invisible): Doc fix.
2519
2520 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2521
2522 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2523 (bug#16657).
2524
2525 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2526
2527 * frameset.el (frameset-restore): Delay removing an old frame's
2528 duplicate id until the new frame has been correctly created.
2529
2530 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2531
2532 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2533 (tramp-check-cached-permissions): Call `file-attributes' if the
2534 cache is empty.
2535
2536 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2537 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2538
2539 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2540 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2541 (tramp-gvfs-maybe-open-connection): Set always connection
2542 properties, even if target is mounted already.
2543
2544 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2545 Set tramp-autoload cookie.
2546 (tramp-get-remote-touch): New defun.
2547 (tramp-sh-handle-set-file-times): Use it.
2548 (tramp-sh-handle-directory-files-and-attributes):
2549 Use `tramp-handle-directory-files-and-attributes' if neither stat
2550 nor perl are available on the remote host.
2551
2552 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2553 "/". Write long listing only when "l" belongs to the switches.
2554
2555 * net/trampver.el: Update release number.
2556
2557 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2558
2559 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2560
2561 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2562
2563 * window.el (window-state-put): Allow WINDOW to refer to an
2564 internal window (Bug#16793).
2565
2566 2014-02-19 Glenn Morris <rgm@gnu.org>
2567
2568 * textmodes/remember.el: Move provide statement to end.
2569 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2570 (remember-notes): Doc fixes.
2571
2572 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2573
2574 * delsel.el (delete-char): Restore incorrectly erased property
2575 (bug#16795).
2576
2577 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2578
2579 * frameset.el (frameset--restore-frame): When a frame is being reused
2580 and its root window is not alive, delete all the frame's windows before
2581 restoring the window state. This works around the issue in bug#16793.
2582
2583 2014-02-18 Glenn Morris <rgm@gnu.org>
2584
2585 * textmodes/remember.el (remember-data-directory)
2586 (remember-directory-file-name-format, remember-store-in-files)
2587 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2588 (remember-notes-save-and-bury-buffer)
2589 (remember-notes--kill-buffer-query): Doc fixes.
2590
2591 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2592
2593 2014-02-17 Alan Mackenzie <acm@muc.de>
2594
2595 Connect electric-indent-mode up with CC Mode. Bug #15478.
2596 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2597 to electric-indent-{,local-}-mode.
2598 (c-basic-common-init): Set electric-indent-inhibit.
2599 Initialise c-electric-flag from electric-indent-mode.
2600 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2601 New hook functions which propagate electric-indent-mode to CC mode.
2602
2603 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2604 hit, toggle electric-indent-local-mode.
2605
2606 * electric.el (electric-indent-mode-has-been-called):
2607 New variable.
2608
2609 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2610
2611 * frameset.el (frameset-cfg-id): New function.
2612 (frameset--reuse-frame, frameset-restore): Use it.
2613 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2614
2615 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * ido.el (ido-file-internal): Remove unused var `d'.
2618 Use \` for to match BoS. Fit within 80n columns.
2619
2620 2014-02-17 Daniel Colascione <dancol@dancol.org>
2621
2622 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2623 dbus-call-method check for completion using a busy-wait loop with
2624 gradual backoff.
2625
2626 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2627
2628 Sync with Tramp 2.2.9.
2629
2630 * net/trampver.el: Update release number.
2631
2632 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2633
2634 * ido.el (ido-file-internal): Don't add the name of an existing
2635 directory twice. (Bug#16747)
2636
2637 2014-02-16 Glenn Morris <rgm@gnu.org>
2638
2639 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2640 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2641
2642 2014-02-15 Michael R. Mauger <michael@mauger.com>
2643
2644 * progmodes/sql.el: Version 3.4
2645 (sql-oracle-options): New default value ("-L").
2646 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2647 (sql-placeholders-filter): Correct placeholder pattern.
2648 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2649 (sql-login-delay): New variable.
2650 (sql-product-interactive): Use it.
2651
2652 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2653
2654 * frameset.el (frameset--jump-to-register): Check that buffer is live
2655 (bug#16749).
2656
2657 2014-02-15 Glenn Morris <rgm@gnu.org>
2658
2659 * info.el (info-initialize): Revert 2014-01-10 change.
2660
2661 2014-02-14 Glenn Morris <rgm@gnu.org>
2662
2663 * replace.el (map-query-replace-regexp)
2664 (read-regexp-defaults-function, read-regexp): Doc fixes.
2665
2666 * dired.el (dired-read-regexp):
2667 * faces.el (list-faces-display):
2668 * misearch.el (multi-isearch-read-matching-buffers)
2669 (multi-isearch-read-matching-files):
2670 * play/cookie1.el (cookie-apropos):
2671 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2672
2673 * textmodes/remember.el (remember): Use frameset-to-register
2674 rather than frame-configuration-to-register.
2675
2676 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2677
2678 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2679 incorrect keybinding.
2680
2681 2014-02-13 Daniel Colascione <dancol@dancol.org>
2682
2683 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2684 when adding overlays so that line numbers from compiler match line
2685 numbers we use.
2686
2687 2014-02-13 Glenn Morris <rgm@gnu.org>
2688
2689 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2690
2691 * jit-lock.el (jit-lock-mode): Doc fix.
2692
2693 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * apropos.el (apropos-read-pattern): When the user passes an empty
2696 string, give a more helpful error message than "Wrong type
2697 argument: stringp, nil".
2698
2699 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2702
2703 2014-02-13 Glenn Morris <rgm@gnu.org>
2704
2705 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2706
2707 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2708
2709 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2710 shift-select commands.
2711
2712 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2713
2714 * progmodes/js.el (js-indent-line): Don't widen.
2715 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2716
2717 2014-02-12 Glenn Morris <rgm@gnu.org>
2718
2719 * icomplete.el (icomplete): Add info-link to defgroup.
2720 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2721 (icomplete-minibuffer-map, icomplete-mode)
2722 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2723
2724 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2725 (package-menu-filter): Rename from package-menu-filter-interactive.
2726 Doc fix.
2727
2728 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2729
2730 * frameset.el (frameset--jump-to-register): Select the required
2731 window and buffer before restoring position (bug#16696).
2732
2733 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2734
2735 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2736
2737 2014-02-10 Glenn Morris <rgm@gnu.org>
2738
2739 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2740
2741 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2742
2743 * w32-common-fns.el (x-get-selection): Doc fix.
2744 * select.el (x-get-selection): Doc fix. (Bug#15109)
2745
2746 * face-remap.el (face-remap-add-relative)
2747 (face-remap-remove-relative, face-remap-reset-base)
2748 (face-remap-set-base): Call force-mode-line-update to redisplay
2749 the current buffer due to potential change in faces. (Bug#16709)
2750
2751 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2752
2753 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2754 script more robustly.
2755
2756 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2757
2758 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2759
2760 * simple.el (choose-completion): Doc fix (bug#14160).
2761
2762 * subr.el (event-start): Say what a nil EVENT value means.
2763
2764 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2765 (bug#14197).
2766
2767 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2768
2769 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2770
2771 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2772
2773 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2774 predicate function (bug#15455).
2775
2776 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2777
2778 * ielm.el (inferior-emacs-lisp-mode): Instead of
2779 `comment-use-global-state', set `comment-use-syntax'.
2780
2781 2014-02-10 Glenn Morris <rgm@gnu.org>
2782
2783 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2784
2785 2014-02-09 Alan Mackenzie <acm@muc.de>
2786
2787 Fix c-invalidate-state-cache on narrowed buffers.
2788 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2789 Widen when setting and clearing the CPP delimiter properties.
2790
2791 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2792
2793 * help.el (describe-bindings): Doc fix (bug#9888).
2794
2795 * files.el (save-buffer): Use ARG as the parameter name for
2796 consistency (bug#10346).
2797 (save-buffer): Clarify the 0 argument (bug#10346).
2798
2799 * cus-edit.el (customize-apropos): Fix error string.
2800 (custom-buffer-create): Doc fix (bug#11122).
2801 (custom-sort-items): Doc fix (bug#11121).
2802
2803 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2804
2805 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2806 (icomplete-simple-completing-p): Mention the previous variable.
2807
2808 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2809 meaning of the parameter (bug#12282).
2810
2811 * files.el (find-file-noselect): Clarify prompt when changing
2812 readedness (bug#13261).
2813 (locate-file): Suffixes aren't returned, so don't say that they
2814 are (bug#12674).
2815 (backup-inhibited): Doc clarification (bug#12525).
2816
2817 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2818 before we actually start to delete things (bug#16331).
2819
2820 * subr.el (event-start): Doc fix (bug#14228).
2821 (event-end): Ditto.
2822
2823 2014-02-09 Glenn Morris <rgm@gnu.org>
2824
2825 * emacs-lisp/warnings.el (lwarn):
2826 Empower help-enable-auto-load. (Bug#15940)
2827
2828 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2829
2830 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2831 (Bug#16690)
2832
2833 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
2834
2835 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2836 Insert output at end of buffer. (Bug#16120)
2837
2838 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2839
2840 * simple.el (choose-completion-string-functions): Document new
2841 calling convention (bug#14153).
2842 (execute-extended-command): Clarify doc string (bug#13373).
2843
2844 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2845
2846 * find-dired.el (find-name-dired): Doc fix (bug#14290).
2847 (find-grep-dired): Doc fix (bug#14288).
2848
2849 2014-02-08 Juri Linkov <juri@jurta.org>
2850
2851 * isearch.el (isearch-quote-char): Check character validity
2852 like in `quoted-insert' (bug#16677).
2853
2854 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2855
2856 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2857
2858 * isearch.el (isearch-hide-immediately): Doc clarification
2859 (bug#14723).
2860
2861 * simple.el (line-move): Document utility function used many
2862 places in the Emacs sources (bug#14843).
2863
2864 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2865 (dired-prev-marked-file): Doc fix (bug#14855).
2866 (dired-up-directory): Doc fix (bug#14848).
2867
2868 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2869
2870 * files.el (file-relative-name): Doc fix (bug#15159).
2871
2872 * fringe.el (fringe-styles): Doc fix (bug#15239).
2873
2874 * isearch.el (isearch-filter-predicate): Documentation typo fix
2875 (bug#15474).
2876
2877 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2878
2879 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2880
2881 * replace.el (replace-match-maybe-edit): Doc clarification
2882 (bug#15632).
2883
2884 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2885
2886 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2887
2888 2014-02-08 Glenn Morris <rgm@gnu.org>
2889
2890 * help-fns.el (describe-variable):
2891 Check {file,dir}-local-variables-alist, and buffer-file-name,
2892 in the correct buffer.
2893
2894 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2895
2896 * help-fns.el (describe-variable): Fix the case where
2897 a value is directory-local with no dir-locals file. (Bug#16635)
2898
2899 2014-02-08 Glenn Morris <rgm@gnu.org>
2900
2901 * abbrev.el (edit-abbrevs-mode):
2902 Derive from fundamental-mode. (Bug#16682)
2903
2904 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2905
2906 * simple.el (quoted-insert): Check character validity (bug#16677).
2907
2908 2014-02-07 Juri Linkov <juri@jurta.org>
2909
2910 * desktop.el (desktop-read): Claim the lock when the owner is not
2911 the current process. (Bug#16157)
2912
2913 2014-02-07 Juri Linkov <juri@jurta.org>
2914
2915 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2916 to "\\` ". (Bug#16651)
2917
2918 2014-02-07 Juri Linkov <juri@jurta.org>
2919
2920 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2921 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2922 (desktop-auto-save-cancel-timer): New function with some code from
2923 `desktop-auto-save-set-timer'.
2924 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2925 Instead of setting `desktop-save-mode' to nil, call
2926 `desktop-save-mode' with arg 0. (Bug#16630)
2927
2928 2014-02-07 Glenn Morris <rgm@gnu.org>
2929
2930 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2931 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2932 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2933
2934 * obsolete/iswitchb.el: Move to obsolete/.
2935 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2936 since obsolete/ is not scanned for autoloads.
2937 * emacs-lisp/authors.el (authors-valid-file-names):
2938 Add iswitchb.el.
2939
2940 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2941 Disable now non-functional find-file-hook.
2942
2943 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2944
2945 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2946 instead of ";" in order to avoid additional prompts. Let heredoc
2947 scripts read from tty. (Bug#16582)
2948 (tramp-send-command): No special handling of heredocs, it isn't
2949 necessary anymore.
2950
2951 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2954 with a space (bug#16664). Limit the symbols considered to the ones
2955 that are bound or fbound (bug#16646).
2956
2957 2014-02-06 Glenn Morris <rgm@gnu.org>
2958
2959 * epa.el (epa-mail-aliases): Doc fix.
2960
2961 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2962
2963 * emacs-lisp/lisp.el (lisp-completion-at-point):
2964 Use `completion-table-merge' instead of `completion-table-in-turn'
2965 (bug#16604).
2966
2967 * minibuffer.el (completion-table-merge): New function.
2968
2969 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2970
2971 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2972 (tramp-sh-handle-set-file-acl)
2973 (tramp-sh-handle-start-file-process)
2974 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2975 (tramp-find-executable, tramp-send-command): Use it.
2976
2977 2014-02-05 Glenn Morris <rgm@gnu.org>
2978
2979 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2980
2981 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2982
2983 * progmodes/python.el (python-shell-send-string)
2984 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2985
2986 2014-02-04 Anders Lindgren <andlind@gmail.com>
2987
2988 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2989 the names (bug#16620).
2990
2991 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2992
2993 * faces.el (window-divider): New default value. Rewrite doc-string.
2994 (window-divider-first-pixel, window-divider-last-pixel): New faces.
2995
2996 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2997
2998 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2999 `protected' and `public' can also be called without arguments.
3000
3001 2014-02-03 Glenn Morris <rgm@gnu.org>
3002
3003 * register.el (window-configuration-to-register)
3004 (frame-configuration-to-register): Unadvertise unused argument.
3005 * frameset.el (frameset-to-register): Remove unused argument.
3006
3007 * frameset.el (frameset-to-register):
3008 * kmacro.el (kmacro-to-register):
3009 * register.el (increment-register):
3010 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3011 (calc-append-to-register, calc-prepend-to-register):
3012 * play/gametree.el (gametree-layout-to-register)
3013 (gametree-apply-register-layout):
3014 * textmodes/picture.el (picture-clear-rectangle-to-register)
3015 (picture-yank-rectangle-from-register):
3016 * vc/emerge.el (emerge-combine-versions-register):
3017 Use register-read-with-preview to read registers.
3018
3019 2014-02-03 João Távora <joaotavora@gmail.com>
3020
3021 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3022 when at beginning of (possibly narrowed) buffer.
3023
3024 2014-02-02 Daniel Colascione <dancol@dancol.org>
3025
3026 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3027 Also try to display local help from just before point.
3028
3029 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3030
3031 c-parse-state. Don't "append-lower-brace-pair" in certain
3032 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3033 recognised as a comment.
3034
3035 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3036 as well as normal comment starter.
3037 (c-parse-state-get-strategy): Extra return possibility
3038 'back-and-forward.
3039 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3040 return value list to indicate replacement of a brace-pair cons
3041 with its car.
3042 (c-parse-state-1): With 'back-and-forward, only call
3043 c-append-lower-brace-pair-to state-cache when cons-separated.
3044
3045 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3046
3047 * term/ns-win.el (ns-suspend-error): New function.
3048 (ns-initialize-window-system): Add ns-suspend-error to
3049 suspend-hook (Bug#16612).
3050
3051 2014-02-02 Daniel Colascione <dancol@dancol.org>
3052
3053 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3054 Make loading cc-mode silent.
3055
3056 2014-02-02 Daniel Colascione <dancol@dancol.org>
3057
3058 * comint.el (comint-prompt-read-only): Change doc to suggest
3059 remap keybinding.
3060
3061 2014-02-02 Glenn Morris <rgm@gnu.org>
3062
3063 * register.el (register-read-with-preview, point-to-register)
3064 (window-configuration-to-register, frame-configuration-to-register)
3065 (jump-to-register, number-to-register, view-register, insert-register)
3066 (copy-to-register, append-to-register, prepend-to-register)
3067 (copy-rectangle-to-register): Doc fixes.
3068
3069 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3070
3071 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3072 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3073 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3074 * help-fns.el (describe-function-1): Use it.
3075
3076 2014-02-02 Glenn Morris <rgm@gnu.org>
3077
3078 * register.el (register-preview-default): New function,
3079 split from register-preview.
3080 (register-preview-function): Rename from register-preview-functions,
3081 make it not a hook.
3082 (register-preview): Use register-preview-function.
3083 (register-read-with-preview): Error on non-character event. (Bug#16595)
3084
3085 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3086
3087 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3088 `:' before binary operators (bug#16609). Don't check for `:'
3089 before `[' and `(', or their syntax status. A percent literal
3090 can't end with either.
3091 (ruby-font-lock-keywords): For built-ins that require arguments,
3092 check that they're followed by something that looks like argument
3093 (bug#16610).
3094
3095 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3096
3097 * subr.el (butlast): Document what an omitted N means (bug#13437).
3098 (nbutlast): Ditto.
3099
3100 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3101
3102 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3103 depth shallower (bug#16587).
3104 (shr-tag-svg): Respect `shr-inhibit-images'.
3105 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3106
3107 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3108
3109 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3110 (ruby-smie-grammar): Make "." right-associative. Make its priority
3111 lower than the ternary and all binary operators.
3112 (ruby-smie-rules): Indent "(" relative to the first non-"."
3113 parent, or the first "." parent at indentation.
3114 Use `ruby-align-chained-calls' for indentation of "." tokens.
3115 (Bug#16593)
3116
3117 2014-01-31 Juri Linkov <juri@jurta.org>
3118
3119 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3120 from `make-hash-table'.
3121
3122 * textmodes/ispell.el (ispell-init-process): Change message format
3123 to be consistent with other messages.
3124
3125 2014-01-31 Glenn Morris <rgm@gnu.org>
3126
3127 * delsel.el (delete-selection-mode): Doc fix.
3128
3129 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3130 (trace-function-background): Doc fixes.
3131
3132 * ido.el (ido-use-virtual-buffers): Doc fix.
3133 Reset :version, since the default value has not changed.
3134
3135 * register.el (register-preview-delay, register-read-with-preview):
3136 Doc fixes.
3137
3138 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3139 do not mess with mail-buffer position (fixes 2009-11-03 change).
3140 * progmodes/cc-mode.el (c-submit-bug-report):
3141 Check auto-fill-mode is bound. (Bug#16592)
3142
3143 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3144
3145 * startup.el (fancy-splash-image-file): New function,
3146 split from fancy-splash-head.
3147 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3148 so that we are both using the same image. (Bug#16574)
3149
3150 2014-01-30 Glenn Morris <rgm@gnu.org>
3151
3152 * simple.el (eval-expression): Doc fix.
3153
3154 * hexl.el (hexl-mode-hook):
3155 * ielm.el (ielm-mode-hook):
3156 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3157 (lisp-interaction-mode-hook):
3158 * progmodes/cfengine.el (cfengine3-documentation-function):
3159 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3160
3161 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3162
3163 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3164 is a symbol (bug#16584).
3165
3166 2014-01-30 Glenn Morris <rgm@gnu.org>
3167
3168 * help.el (help-for-help-internal): Add "P" to text.
3169
3170 2014-01-29 Glenn Morris <rgm@gnu.org>
3171
3172 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3173
3174 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3175
3176 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3177 height constraints.
3178
3179 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3180
3181 * progmodes/hideif.el: Extend to full CPP expression syntax.
3182 (hif-token-alist): Add missing tokens.
3183 (hif-token-regexp): Add support for float/octal/hex immediates.
3184 (hif-string-literal-regexp): New const.
3185 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3186 (hif-exprlist): New function.
3187 (hif-parse-if-exp): Use it.
3188 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3189 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3190 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3191 (hif-logxor, hif-comma): New functions.
3192
3193 2014-01-28 Glenn Morris <rgm@gnu.org>
3194
3195 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3196
3197 * indent.el (tab-stop-list): Doc fix. Add :version.
3198
3199 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3200 (cvs-append-to-ignore): Add compatibility alias.
3201
3202 2014-01-27 Glenn Morris <rgm@gnu.org>
3203
3204 * dired.el (dired-hide-details-mode): Don't autoload it,
3205 since it cannot be used outside Dired buffers anyway.
3206
3207 * emulation/cua-base.el (cua-mode): Doc fix.
3208
3209 * dired.el (dired-hide-details-hide-symlink-targets)
3210 (dired-hide-details-hide-information-lines)
3211 (dired-hide-details-mode): Doc fixes.
3212
3213 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3214 * strokes.el (strokes-file): Doc fix. Bump :version.
3215 (strokes-help): Doc fix.
3216 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3217 * emulation/viper.el (viper): Doc fix for custom group.
3218 (top-level): Remove oh-so-no-longer-relevant text about vip.
3219 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3220
3221 * ido.el (ido-save-directory-list-file):
3222 * saveplace.el (save-place-file):
3223 * calendar/timeclock.el (timeclock-file):
3224 * net/quickurl.el (quickurl-url-file):
3225 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3226 * progmodes/idlwave.el (idlwave-config-directory):
3227 * textmodes/remember.el (remember-data-file):
3228 Bump :version.
3229
3230 2014-01-26 Glenn Morris <rgm@gnu.org>
3231
3232 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3233 Doc fix. Make obsolete.
3234 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3235
3236 * sort.el (delete-duplicate-lines): Doc fix.
3237
3238 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3239
3240 * progmodes/ada-mode.el (ada):
3241 * woman.el (woman): Link to info manual and Commentary section.
3242
3243 * progmodes/flymake.el (flymake):
3244 * nxml/nxml-mode.el (nxml):
3245 * net/eww.el (eww):
3246 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3247 * htmlfontify.el (htmlfontify):
3248 * ses.el (ses):
3249 * epa.el (epa):
3250 * ido.el (ido): Link to info manual.
3251
3252 2014-01-25 Leo Liu <sdl.web@gmail.com>
3253
3254 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3255
3256 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
3257
3258 * net/shr.el (shr-tag-img): Prefer the title over the alt text
3259 (bug#16537).
3260
3261 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
3262
3263 * net/eww.el (eww-download-callback):
3264 Fix reference to eww-download-directory.
3265
3266 * emacs-lisp/bytecomp.el (byte-compile-file):
3267 Remove unused local variable `file-name'.
3268
3269 2014-01-24 Glenn Morris <rgm@gnu.org>
3270
3271 * woman.el (woman-default-faces, woman-monochrome-faces):
3272 Fix obsolescence specification.
3273
3274 * subr.el (with-demoted-errors): Doc fix.
3275
3276 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3279 (cl--macroexp-fboundp): New function.
3280 (cl--make-type-test): Use it.
3281
3282 2014-01-23 Glenn Morris <rgm@gnu.org>
3283
3284 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3285 * simple.el (eval-expression): Doc fixes.
3286
3287 2014-01-22 Glenn Morris <rgm@gnu.org>
3288
3289 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3290
3291 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3292
3293 * emacs-lisp/package.el: Write files silently.
3294 (package-autoload-ensure-default-file, package--write-file-no-coding)
3295 (package-generate-description-file, package--download-one-archive)
3296 (package-install-from-archive): Tell `write-region' to stay quiet.
3297 (package-menu-mode, package-menu--print-info): Omit the Archive column
3298 if there's only one archive.
3299 (package-all-keywords, package--has-keyword-p): Remove dead code.
3300
3301 2014-01-22 Glenn Morris <rgm@gnu.org>
3302
3303 * version.el (emacs-bzr-version-bzr): Fix typo.
3304
3305 * version.el (emacs-repository-get-version):
3306 Check either .bzr or .git, but not both.
3307 Make the git case actually use the DIR argument, and return nil
3308 rather than the empty string.
3309 Avoid error if .git exists but the git executable is not found.
3310
3311 2014-01-22 Martin Rudalics <rudalics@gmx.at>
3312
3313 Fixes in window size functions around Bug#16430 and Bug#16470.
3314 * window.el (window-total-size, window-size): New argument ROUND.
3315 (window--min-delta-1, window-min-delta, window--max-delta-1):
3316 Be more conservative when calculating the numbers of lines or
3317 columns a window can shrink (Bug#16430).
3318 (fit-window-to-buffer): Simplify code.
3319 * term.el (term-window-width): Call window-body-width again.
3320
3321 2014-01-22 Glenn Morris <rgm@gnu.org>
3322
3323 * image.el (image-format-suffixes): Doc fix.
3324
3325 * international/quail.el (quail-define-package): Doc fix.
3326
3327 * emacs-lisp/authors.el (authors-valid-file-names)
3328 (authors-renamed-files-alist): Additions.
3329
3330 * vc/vc-git.el (vc-git-print-log): Remove --follow;
3331 reverts 2014-01-09 change. (Bug#16422)
3332
3333 * calc/calc-embed.el (thing-at-point-looking-at):
3334 * emacs-lisp/map-ynp.el (x-popup-dialog):
3335 * obsolete/lmenu.el (x-popup-dialog):
3336 * emacs-lisp/package.el (url-recreate-url):
3337 * mail/mailclient.el (clipboard-kill-ring-save):
3338 * subr.el (x-popup-dialog): Update declaration.
3339 * mail/rmail.el (rmail-mime-message-p):
3340 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3341
3342 2014-01-21 Daniel Colascione <dancol@dancol.org>
3343
3344 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3345 Correctly detect when we're inside an arithmetic expansion form
3346 containing nested parenthesis.
3347 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3348 to detect cases where we shouldn't expand "<<" to a heredoc
3349 skeleton.
3350
3351 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3354 (eldoc--message-command-p): New function.
3355 (eldoc-display-message-p): Use it.
3356 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3357 message is not automatically erased for us.
3358 (eldoc-print-current-symbol-info): Erase previous message, if any.
3359
3360 2014-01-21 Tassilo Horn <tsdh@gnu.org>
3361
3362 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3363 specify it's an interactive function.
3364
3365 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3366 Fix regex used for scanning for citation keys which failed for
3367 citations with optional arguments.
3368
3369 2014-01-21 Leo Liu <sdl.web@gmail.com>
3370
3371 * simple.el (read--expression): Don't enable eldoc-mode.
3372
3373 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * simple.el (move-beginning-of-line): Make sure we don't move forward
3376 (bug#16497).
3377
3378 2014-01-20 Juri Linkov <juri@jurta.org>
3379
3380 * saveplace.el (toggle-save-place, save-place-to-alist)
3381 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3382 'dired-mode) before checking for dired-directory. (Bug#16477)
3383
3384 2014-01-20 Juri Linkov <juri@jurta.org>
3385
3386 * indent.el (indent-line-to): Use backward-to-indentation
3387 instead of back-to-indentation. (Bug#16461)
3388
3389 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
3390
3391 Revert some of the CANNOT_DUMP fix (Bug#16494).
3392 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3393 but fixing this can wait until after the next release.
3394 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3395
3396 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
3397
3398 * eshell/esh-mode.el (eshell-password-prompt-regexp):
3399 Use `password-word-equivalents'.
3400 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3401 to t. (Bug#5664, Bug#13124)
3402
3403 2014-01-19 Alan Mackenzie <acm@muc.de>
3404
3405 Bind open-paren-in-column-0-is-defun-start to nil at some entry
3406 points.
3407 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3408 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3409 * progmodes/cc-mode.el (c-before-change, c-after-change)
3410 (c-font-lock-fontify-region): Bind it here.
3411
3412 2014-01-19 Martin Rudalics <rudalics@gmx.at>
3413
3414 * term.el (term-window-width): Call window-text-width instead of
3415 window-width (Bug#16470).
3416
3417 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
3418
3419 * simple.el (password-word-equivalents): Remove duplicates.
3420 Sort, to make this easier next time.
3421 Downcase. Omit ": " after "jelszó".
3422
3423 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
3424
3425 * term/common-win.el (saved-region-selection): Defvar it.
3426 (x-select-text): Set saved-region-selection (Bug#16382).
3427
3428 2014-01-18 Glenn Morris <rgm@gnu.org>
3429
3430 * emacs-lisp/authors.el (authors-aliases)
3431 (authors-renamed-files-alist): Add some entries.
3432
3433 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
3434
3435 * net/tramp.el (tramp-password-prompt-regexp):
3436 Use `password-word-equivalents' if available.
3437 (tramp-action-password, tramp-process-one-action)
3438 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
3439
3440 2014-01-17 Chong Yidong <cyd@gnu.org>
3441
3442 * simple.el (password-word-equivalents): New defcustom.
3443 * comint.el (comint-password-prompt-regexp): Use it. Bump version
3444 to 24.4.
3445 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3446 to t. (Bug#13124)
3447
3448 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
3449
3450 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3451 (ruby-align-to-stmt-keywords): Change the default value.
3452 Use `ruby-alignable-keywords' to generate the possible customization
3453 choices.
3454 (ruby-smie-rules): Instead of using a hardcoded list of alignable
3455 keywords, check against the value of `ruby-alignable-keywords'
3456 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3457
3458 2014-01-17 Glenn Morris <rgm@gnu.org>
3459
3460 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3461
3462 Make M-x authors return zero *Authors Errors* from current logs.
3463 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3464 (authors-ignored-files): Add some entries, remove others.
3465 (authors-ambiguous-files, authors-valid-file-names):
3466 Add some entries.
3467 (authors-renamed-files-alist): Add, remove, and adjust entries.
3468 (authors-renamed-files-regexps): Add some entries.
3469 Remove some very broad ones. Make some entries `lax'.
3470 (authors-lax-changelogs): New constant.
3471 (authors-disambiguate-file-name): Treat top-level specially.
3472 (authors-lax-changelog-p): New function.
3473 (authors-canonical-file-name): Check file as written against
3474 authors-valid-file-names. Do not special-case etc/.
3475 Handle `lax' logs and authors-renamed-files-regexps elements.
3476
3477 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
3478
3479 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3480 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
3481 callers.
3482
3483 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3486 Assume we're already in the proper buffer.
3487 Inspired by Anders Lindgren <andlind@gmail.com>.
3488 (follow-post-command-hook): Call it from the right buffer.
3489 (follow-comint-scroll-to-bottom): Adjust call.
3490 (follow-all-followers): Use get-buffer-window-list.
3491
3492 2014-01-15 Daniel Colascione <dancol@dancol.org>
3493
3494 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3495 `buffer-file-name' in interactive-form so that we don't leave
3496 pathless file names in `file-name-history'.
3497
3498 2014-01-15 Juri Linkov <juri@jurta.org>
3499
3500 * indent.el (indent-rigidly): Set deactivate-mark to nil
3501 in transient indentation mode. (Bug#16438)
3502
3503 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3504
3505 * emacs-lisp/package.el (package-desc-keywords): New function
3506 (Bug#16222).
3507 (describe-package-1, package-all-keywords)
3508 (package--has-keyword-p): Use it.
3509
3510 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3511
3512 * simple.el (define-alternatives): When creating the
3513 COMMAND-alternatives variable, assign COMMAND as its definition
3514 name so that `describe-variable' can relocate it.
3515
3516 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3517
3518 * font-lock.el (font-lock-keywords): Fix typo in docstring
3519 (bug#16307).
3520
3521 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3522
3523 * ispell.el (ispell-region): Reset `in-comment' for new line
3524 instead of wrongly reset `add-coment' (bug#13577).
3525
3526 2014-01-14 Daiki Ueno <ueno@gnu.org>
3527
3528 * epa-file.el (epa-file-write-region): Encode the region according
3529 to `buffer-file-format'. Problem reported at:
3530 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3531
3532 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3535 so it applies in the right buffer (bug#16410).
3536
3537 2014-01-13 Daniel Colascione <dancol@dancol.org>
3538
3539 * textmodes/rst.el (rst-define-key): Provide deprecated
3540 keybindings through named functions instead of anonymous ones so
3541 that "??" doesn't appear in describe-mode output.
3542
3543 2014-01-13 Bastien Guerry <bzg@gnu.org>
3544
3545 * simple.el (define-alternatives): Call the selected command
3546 interactively. When setting `COMMAND--implementation' for the
3547 first time, tell the user how to chose another implementation.
3548 Enhance the docstring.
3549
3550 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3553 (log-edit--match-first-line): New function.
3554 (log-edit-font-lock-keywords): Use it.
3555 (log-edit-mode): Make jit-lock-defer-multiline work.
3556
3557 2014-01-13 Bastien Guerry <bzg@gnu.org>
3558
3559 * rect.el (rectangle-mark-mode): When the region is not active,
3560 display a message saying that the mark as been set and that
3561 rectangle mode is in use.
3562 (rectangle--highlight-for-redisplay): Only put an overlay with a
3563 visible vertical bar when (display-graphic-p) is non-nil.
3564 This partially fixes Bug#16403.
3565
3566 2014-01-13 Juri Linkov <juri@jurta.org>
3567
3568 * info.el (Info-find-file): Go to DIR before displaying the error
3569 about a nonexistent file if no previous Info file is visited.
3570 Use `user-error' instead of `error' for "Info file %s does not exist".
3571 (Info-find-node-2): In case of a nonexistent node in unwind forms
3572 go to the Top node if there is no previous node to revert to.
3573 (Bug#16405)
3574
3575 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3576
3577 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3578 * window.el (fit-frame-to-buffer): Fix doc-string.
3579 Respect window-min-height/-width. Fit pixelwise when
3580 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3581 when avoiding that frame goes partially off-screen.
3582 (fit-window-to-buffer): Respect window-min-height/-width
3583 (Bug#14096).
3584
3585 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3588 after an empty line.
3589
3590 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * net/shr.el (shr-render-region): Autoload.
3593
3594 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3595
3596 * net/eww.el (eww-download-directory): Rename from
3597 `eww-download-path' (Bug#16419).
3598
3599 2014-01-12 Leo Liu <sdl.web@gmail.com>
3600
3601 * dired-x.el (dired-mode-map): Fix last change.
3602
3603 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3604
3605 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3606
3607 Spelling fixes.
3608 * emacs-lisp/generic.el (generic--normalize-comments):
3609 Rename from generic--normalise-comments. All uses changed.
3610 * play/bubbles.el (bubbles--neighborhood-score)
3611 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3612 (bubbles--neighborhood-available)
3613 (bubbles--update-neighborhood-score):
3614 Rename from names with 'neighbourhood'. All uses changed.
3615
3616 2014-01-12 Leo Liu <sdl.web@gmail.com>
3617
3618 Re-implement the feature of showing eldoc info after editing.
3619 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3620 (eldoc-edit-message-commands): New function.
3621 (eldoc-print-after-edit): New variable.
3622 (eldoc-pre-command-refresh-echo-area): Emit message only by
3623 eldoc-message-commands.
3624 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3625 if eldoc-print-after-edit is set. (Bug#16346)
3626 * simple.el (read--expression): Enable eldoc-mode.
3627 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3628
3629 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3630 Eric S. Raymond <esr@thyrsus.com>
3631
3632 * version.el (emacs-repository-get-version): Enhance so the
3633 function works correctly in either a Bazaar or Git repo.
3634
3635 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3636
3637 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3638 Goes with removal of the joke manpages from /etc.
3639
3640 2014-01-10 Kenichi Handa <handa@gnu.org>
3641
3642 * mail/rmail.el (rmail-get-coding-system):
3643 Check rmail-get-coding-function before "funcall"ing it.
3644
3645 2014-01-10 Glenn Morris <rgm@gnu.org>
3646
3647 * emacs-lisp/authors.el (authors-fixed-entries):
3648 Update for files that no longer exist.
3649
3650 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3651
3652 * version.el (emacs-bzr-get-version): Restore compatibilty with
3653 24.3 (Tested).
3654
3655 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3656
3657 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3658 and Podfile.
3659
3660 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3661
3662 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3663
3664 2014-01-10 Chong Yidong <cyd@gnu.org>
3665
3666 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3667
3668 2014-01-10 Anders Lindgren <andlind@gmail.com>
3669
3670 * follow.el (follow-cache-command-list): Include right-char and
3671 left-char.
3672
3673 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3674
3675 Spelling fixes.
3676 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3677 * woman.el (woman-mark-horizontal-position):
3678 Rename from woman-mark-horizonal-position. Use changed.
3679
3680 2014-01-10 Glenn Morris <rgm@gnu.org>
3681
3682 * info.el (info-initialize): If running uninstalled, ensure our
3683 own info files are always found first, even if INFOPATH is set.
3684
3685 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3686
3687 2014-01-09 David Engster <deng@randomsample.de>
3688
3689 * emacs-lisp/eieio-custom.el:
3690 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3691 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3692 * emacs-lisp/eieio.el: Regenerate autoloads.
3693
3694 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3695
3696 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3697 following renames. (Bug#8756)
3698
3699 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3702 (bug#16382).
3703 (activate-mark): Add `no-tmm' argument.
3704 (set-mark, push-mark-command): Use it instead of running
3705 activate-mark-hook by hand.
3706
3707 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3708
3709 In preparation for the move to git, sanitize out some
3710 Bazaar-specific names.
3711
3712 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3713
3714 * version.el (emacs-bzr-version): Name changed to
3715 emacs-repository-version. Obsolete-variable alias made.
3716 * loadup.el: Follow through on this name change.
3717 * mail/emacsbug.el (report-emacs-bug): Factor out any
3718 assumption about the version control system in use.
3719
3720 2014-01-08 David Engster <deng@randomsample.de>
3721
3722 * help-fns.el (help-fns-describe-function-functions):
3723 New variable to call functions for augmenting help buffers.
3724 (describe-function-1): Remove explicit calls to
3725 `help-fns--compiler-macro', `help-fns--parent-mode' and
3726 `help-fns--obsolete'. Put them in above new variable instead, and
3727 call them through `run-hook-with-args'.
3728 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3729 `eieio-describe-class'. Not meant for interactive use anymore,
3730 but to augment existing help buffers. Remove optional second
3731 argument. Create proper button for file location.
3732 Rewrite function to use `insert' instead of `princ' and `prin1' where
3733 possible.
3734 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3735 (eieio-method-def, eieio-class-def): Move further up.
3736 (describe-method, describe-generic, eieio-describe-method):
3737 Remove aliases.
3738 (eieio-help-constructor, eieio-help-generic): Rename from
3739 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3740 Rewrite to use `insert' in the current buffer and use proper help
3741 buttons.
3742 (eieio-help-find-method-definition)
3743 (eieio-help-find-class-definition): Also accept symbols as
3744 arguments.
3745 (eieio-help-mode-augmentation-maybee): Remove.
3746 (eieio-describe-class-sb): Use `describe-function'.
3747 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3748 Add `eieio-help-generic' and `eieio-help-constructor'.
3749
3750 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3751
3752 Spelling fixes.
3753 * language/china-util.el (hz-ascii-designation):
3754 Rename from hz-ascii-designnation.
3755 (hz-ascii-designation): Rename from hz-ascii-designnation.
3756 All uses changed.
3757
3758 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3759
3760 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3761 package-alist.
3762
3763 2014-01-08 Bastien Guerry <bzg@gnu.org>
3764
3765 * emacs-lisp/package.el (package-delete):
3766 Correctly delete the package from package-alist.
3767
3768 2014-01-08 Daiki Ueno <ueno@gnu.org>
3769
3770 * emacs-lisp/package.el (url-recreate-url): Declare.
3771 (url-http-target-url): Declare.
3772 (package-handle-response): Include requested URL in the error message.
3773 (package--check-signature): Don't re-signal errors from
3774 package--with-work-buffer. Suggested by Stefan Monnier.
3775
3776 2014-01-07 Bastien Guerry <bzg@gnu.org>
3777
3778 * minibuffer.el (completion--try-word-completion): When both a
3779 hyphen and a space are possible candidates for the character
3780 following a word, display both candidates. (Bug#15980)
3781
3782 2014-01-07 Martin Rudalics <rudalics@gmx.at>
3783
3784 * window.el (balance-windows-2): While rounding don't give a
3785 window more than the remainder. Bug#16351, bug#16383.
3786
3787 2014-01-07 Glenn Morris <rgm@gnu.org>
3788
3789 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3790 (menu-bar-help-menu): Use view-external-packages instead.
3791
3792 2014-01-07 Bastien Guerry <bzg@gnu.org>
3793
3794 * emacs-lisp/package.el (package-delete): Also delete the package
3795 name from `package-alist', not its description only.
3796
3797 2014-01-07 Glenn Morris <rgm@gnu.org>
3798
3799 * help.el (view-external-packages):
3800 * menu-bar.el (menu-bar-help-extra-packages):
3801 Visit efaq.info rather than etc/MORE.STUFF.
3802
3803 2014-01-07 Juri Linkov <juri@jurta.org>
3804
3805 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3806 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3807
3808 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3809 that shadows RET. (Bug#16342)
3810
3811 2014-01-07 Chong Yidong <cyd@gnu.org>
3812
3813 * isearch.el (isearch-yank-char, isearch-yank-word)
3814 (isearch-yank-line): Doc fix.
3815
3816 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3817
3818 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3819 * emacs-lisp/elint.el (elint-find-builtins):
3820 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3821 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3822 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3823 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3824 * apropos.el (apropos-safe-documentation):
3825 * subr.el (symbol-file): Remove redundant fboundp.
3826 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3827
3828 2014-01-06 Bastien Guerry <bzg@gnu.org>
3829
3830 * hl-line.el (global-hl-line-overlay): Make a local variable.
3831 (global-hl-line-overlays): New variable to store all overlays.
3832 (global-hl-line-mode): Don't delete overlays from the current
3833 buffer when `global-hl-line-sticky-flag' is non-nil.
3834 (global-hl-line-highlight): Add new overlays to
3835 `global-hl-line-overlays'.
3836 (global-hl-line-unhighlight-all): New function to delete all
3837 overlays when turning off `global-hl-line-mode'.
3838 This fixes Bug#16183.
3839
3840 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3841
3842 * subr.el (set-transient-map): Fix nested case and docstring.
3843
3844 2014-01-06 Tassilo Horn <tsdh@gnu.org>
3845
3846 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3847 `Texinfo' entry.
3848
3849 2014-01-06 Daniel Colascione <dancol@dancol.org>
3850
3851 Fix defun navigation in vc log view.
3852
3853 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3854 like `beginning-of-defun'.
3855 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3856 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3857 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3858 (log-view-extract-comment): Call `log-view-current-entry' directly
3859 instead of relying on broken `log-view-beginning-of-defun' behavior.
3860
3861 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3862
3863 Spelling fixes.
3864 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3865 * emacs-lisp/debug.el (cancel-debug-on-entry):
3866 * epg.el (epg-error-to-string):
3867 * files.el (recover-file):
3868 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3869 * mail/emacsbug.el (report-emacs-bug-hook):
3870 * mail/sendmail.el (mail-recover):
3871 * ses.el (ses-yank-resize):
3872 * term/ns-win.el (ns-print-buffer):
3873 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3874 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3875 All uses changed.
3876 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3877
3878 2014-01-06 Leo Liu <sdl.web@gmail.com>
3879
3880 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3881 to avoid shadowing global key. (Bug#16354)
3882
3883 2014-01-06 Daniel Colascione <dancol@dancol.org>
3884
3885 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3886 rst-mode.
3887
3888 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3889
3890 * window.el (balance-windows): Add mising t to fix Bug#16351.
3891
3892 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3893
3894 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3895 (bug#16285).
3896 (shr-insert): If we have a word that's longer than `shr-width',
3897 break after it anyway. Otherwise we'll do no breaking once we get
3898 such a long word.
3899
3900 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3901
3902 * net/eww.el (eww): Support single/double quote for search.
3903 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3904 (eww-history-quit): Delete and use quit-window.
3905 (eww-history-kill): Delete, because it doesn't work well and
3906 not necessary.
3907 (eww-history-mode-map): Delete some keys and add easy-menu.
3908
3909 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3910
3911 Fix misspelling of 'chinese' in rx (Bug#16237).
3912 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3913 chinese-two-byte.
3914
3915 Change subword regexps back to vars (Bug#16296).
3916 * progmodes/subword.el (subword-forward-regexp)
3917 (subword-backward-regexp): Change these back to variables.
3918
3919 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3922 syntax-begin-function (bug#16247).
3923
3924 2014-01-03 Chong Yidong <cyd@gnu.org>
3925
3926 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3927 (advice--docstring): Delete variable.
3928 (advice--make-1): Leave the docstring empty.
3929 (advice-add): Use function-documentation for advised docstring.
3930
3931 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3932 Ignore function-documentation property when getting documentation.
3933 (ad-activate-advised-definition): Use function-documentation
3934 generate the docstring.
3935 (ad-make-advised-definition): Don't call
3936 ad-make-advised-definition-docstring.
3937 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3938 Delete functions.
3939
3940 * progmodes/sql.el (sql-help): Use function-documentation instead
3941 of dynamic-docstring-function property. No need to autoload now.
3942 (sql--help-docstring): New variable.
3943 (sql--make-help-docstring): Use it.
3944
3945 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * ielm.el (ielm-tab): Retarget.
3948 (ielm-map): Use ielm-tab for tab.
3949 (ielm-complete-filename): Use comint-filename-completion.
3950 (ielm-complete-symbol): Remove.
3951 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3952 remove ielm-tab from completion-at-point-functions (bug#16224).
3953
3954 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3955 Beware signals raised by predicates (bug#16201).
3956
3957 2014-01-02 Richard Stallman <rms@gnu.org>
3958
3959 * dired-aux.el (dired-do-print): Handle printer-name.
3960
3961 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3962 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3963 (rmail-epa-decrypt): Turn off mime processing.
3964
3965 * mail/rmail.el (rmail-make-in-reply-to-field):
3966 Add parens in message-id.
3967
3968 * mail/rmail.el (rmail-get-coding-function): Variable.
3969 (rmail-get-coding-system): Use it.
3970
3971 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3972
3973 * international/mule-conf.el: Unify the charset indian-is13194.
3974 (indian-is13194): Specify unify-map.
3975
3976 2013-12-31 Leo Liu <sdl.web@gmail.com>
3977
3978 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3979
3980 2013-12-30 Daniel Colascione <dancol@dancol.org>
3981
3982 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3983 of printing a useless when we resume from sleep.
3984
3985 * progmodes/sh-script.el
3986 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3987 in indentation code. (Bug#16233)
3988
3989 2013-12-28 João Távora <joaotavora@gmail.com>
3990
3991 * elec-pair.el (electric-pair-post-self-insert-function):
3992 Don't open extra newlines at beginning of buffer. (Bug#16272)
3993
3994 2013-12-28 Eli Zaretskii <eliz@gnu.org>
3995
3996 * frame.el (window-system-for-display): Don't allow to create a
3997 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3998
3999 2013-12-28 Glenn Morris <rgm@gnu.org>
4000
4001 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4002 Update callers.
4003
4004 * apropos.el (apropos-match-face):
4005 * calculator.el (calculator-displayer):
4006 * dabbrev.el (dabbrev-search-these-buffers-only):
4007 * face-remap.el (buffer-face-mode-face):
4008 * simple.el (yank-handled-properties):
4009 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4010 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4011 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4012 (hashcash-double-spend-database):
4013 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4014 (ruby-deep-indent-paren-style):
4015 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4016 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4017 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4018 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4019 Specify custom types.
4020
4021 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4022 * bookmark.el (bookmark-bmenu-use-header-line):
4023 * doc-view.el (doc-view-scale-internally):
4024 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4025 * register.el (register-preview-delay):
4026 * net/shr.el (shr-bullet):
4027 * progmodes/cfengine.el (cfengine-cf-promises)
4028 (cfengine-parameters-indent):
4029 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4030 * textmodes/reftex-vars.el (reftex-label-regexps):
4031 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4032
4033 * net/tls.el (tls-certtool-program): Fix default value.
4034
4035 * desktop.el (desktop-restore-in-current-display):
4036 * newcomment.el (comment-empty-lines):
4037 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4038 (idlwave-pad-keyword):
4039 * progmodes/tcl.el (tcl-tab-always-indent):
4040 * textmodes/reftex-vars.el (reftex-index-default-tag):
4041 * elec-pair.el (electric-pair-skip-whitespace):
4042 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4043
4044 * emacs-lisp/authors.el (authors-ignored-files)
4045 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4046
4047 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4048
4049 * shell.el (shell-dynamic-complete-command): Doc fix.
4050 (shell--command-completion-data): Shell completion now matches
4051 executable filenames from the current buffer's directory, on
4052 systems in which this behavior is the default (windows-nt, ms-dos).
4053
4054 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4055
4056 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4057
4058 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4061 (bug#16251).
4062
4063 * electric.el: Move all electric-pair-* to elec-pair.el.
4064 * elec-pair.el: New file, split from electric.el.
4065
4066 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4067
4068 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4069 indentation level is larger than the width, because that will
4070 infloop.
4071 (shr-insert): Fill repeatedly long texts, so that Japanese is
4072 formatted correctly (bug#16263).
4073 (shr-find-fill-point): Off by one error in comparison with the
4074 indentation.
4075
4076 2013-12-26 João Távora <joaotavora@gmail.com>
4077
4078 * electric.el (electric-pair-mode): More flexible engine for skip-
4079 and inhibit predicates, new options for pairing-related functionality.
4080 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4081 if that keeps or improves their balance in buffers.
4082 (electric-pair-delete-adjacent-pairs): Delete the pair when
4083 backspacing over adjacent matched delimiters.
4084 (electric-pair-open-extra-newline): Open extra newline when
4085 inserting newlines between adjacent matched delimiters.
4086 (electric--sort-post-self-insertion-hook):
4087 Sort post-self-insert-hook according to priority values when
4088 minor-modes are activated.
4089 * simple.el (newline-and-indent): Call newline with interactive
4090 set to t.
4091 (blink-paren-post-self-insert-function): Set priority to 100.
4092 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4093 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4094 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4095 electric-pair-open-newline-between-pairs to nil.
4096
4097 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4098
4099 * progmodes/python.el: Use lexical-binding.
4100 (python-nav-beginning-of-defun): Stop searching ASAP.
4101
4102 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4103
4104 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4105 Fix interactive spec. Doc fix. (Bug#15754)
4106
4107 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4108
4109 * emacs-lisp/byte-run.el (eval-when-compile):
4110 * progmodes/cc-defs.el (cc-eval-when-compile):
4111 Fix edebug spec (bug#16184).
4112
4113 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4114
4115 * net/shr.el (shr-visit-file): Remove debugging function.
4116 (shr-insert): Don't infloop if we can't find a good place to break
4117 the line (bug#16256).
4118
4119 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4120
4121 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4122 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4123 python-nav-lisp-forward-sexp-safe.
4124 (python-nav--forward-sexp): New argument SAFE allows switching
4125 forward sexp movement behavior for parens.
4126 (python-nav-forward-sexp): Throw errors on unterminated parens
4127 (Bug#16191).
4128 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4129 (python-nav-backward-sexp-safe): New functions.
4130 (python-shell-buffer-substring):
4131 Use `python-nav-forward-sexp-safe'.
4132
4133 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4134
4135 * net/shr.el (shr-find-fill-point): Don't break lines before a
4136 quotation mark.
4137 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4138 (shr-find-fill-point): Remove the special checks for the quotation
4139 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4140
4141 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4142
4143 * net/eww.el (eww-form-textarea): Use a different face for
4144 textareas than text input since they have different keymaps
4145 (bug#16142).
4146
4147 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4148
4149 * progmodes/python.el (python-nav-beginning-of-statement):
4150 Speed up (Bug#15295).
4151
4152 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4153
4154 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4155 the window configuration.
4156
4157 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4158
4159 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4160 we run on MS-Windows or MS-DOS.
4161
4162 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4163
4164 * window.el (balance-windows-area): Call window-size instead of
4165 window-height and window-width. Bug#16241.
4166
4167 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4168
4169 * net/eww.el (eww-bookmark-quit): Remove.
4170 (eww-bookmark-browse): Restore the window configuration when you
4171 choose a bookmark (bug#16144).
4172
4173 2013-12-24 Daniel Colascione <dancol@dancol.org>
4174
4175 * icomplete.el: Remove redundant :group arguments to `defcustom'
4176 throughout.
4177 (icomplete-show-matches-on-no-input): New customizable variable.
4178 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4179 we have something to show.
4180 (icomplete-exhibit): Compute completions even if we have no user input.
4181
4182 2013-12-23 Daniel Colascione <dancol@dancol.org>
4183
4184 * icomplete.el: Move `provide' to end of file.
4185
4186 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4187
4188 * net/gnutls.el (gnutls-verify-error): Add version tag.
4189
4190 2013-12-23 Chong Yidong <cyd@gnu.org>
4191
4192 * subr.el (set-transient-map): Rename from
4193 set-temporary-overlay-map. Doc fix.
4194
4195 * face-remap.el (text-scale-adjust):
4196 * indent.el (indent-rigidly):
4197 * kmacro.el (kmacro-call-macro):
4198 * minibuffer.el (minibuffer-force-complete):
4199 * repeat.el (repeat):
4200 * simple.el (universal-argument--mode):
4201 * calendar/todo-mode.el (todo-insert-item--next-param):
4202 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4203
4204 * indent.el (indent-rigidly): Use substitute-command-keys.
4205
4206 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4207
4208 * net/eww.el (eww-tag-select): Add text-property to jump to next
4209 select field.
4210 (eww): Add non-supported ftp error.
4211
4212 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4213
4214 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4215 comments. Handle electric indent after typing `?' and `!'.
4216
4217 2013-12-22 Chong Yidong <cyd@gnu.org>
4218
4219 * faces.el (face-spec-recalc): If the theme specs are not
4220 applicable to a frame, fall back on the defface spec.
4221 This prevents themes from obliterating faces on low-color terminals.
4222
4223 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4224
4225 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4226 after `{'. We need it after block openers, and it doesn't seem
4227 to hurt after hash openers.
4228
4229 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4230
4231 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4232 extracted from `ruby-smie-rules'.
4233 (ruby--electric-indent-chars): New variable.
4234 (ruby--electric-indent-p): New function.
4235 (ruby-mode): Use `electric-indent-functions' instead of
4236 `electric-indent-chars'.
4237
4238 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4239
4240 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4241 docstring.
4242 (ruby-smie-rules): Indent plus one level after `=>'.
4243
4244 2013-12-21 Richard Stallman <rms@gnu.org>
4245
4246 * simple.el (newline): Doc fix.
4247
4248 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4249
4250 * net/eww.el (eww-list-histories, eww-list-histories)
4251 (eww-history-browse, eww-history-quit, eww-history-kill)
4252 (eww-history-mode-map, eww-history-mode): New command and
4253 functions to list browser histories.
4254 (eww-form-text): Support text form with disabled
4255 and readonly attributes.
4256 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4257
4258 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4259
4260 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4261 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4262 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4263 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4264 Use `user-error'.
4265 (eww-bookmark-mode-map): Add menu.
4266 (eww-render, eww-mode): Use `setq-local'.
4267 (eww-tool-bar-map): New variable.
4268 (eww-mode): Set `tool-bar-map'.
4269 (eww-view-source): Check for `html-mode' with `fboundp'.
4270
4271 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4272
4273 * net/shr.el (shr--extract-best-source): Don't bug out on audio
4274 elements with text inside. Also remove debugging.
4275
4276 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
4277
4278 * cus-start.el (all): Add ns-use-srgb-colorspace.
4279
4280 2013-12-21 Chong Yidong <cyd@gnu.org>
4281
4282 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4283 undefined. Thus, theme settings for undefined faces do not take
4284 effect until the faces are defined with defface, the same as with
4285 theme variables.
4286
4287 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4288 (face-spec-reset-face): Don't assign extra properties in temacs.
4289 (face-spec-recalc): Apply X resources too.
4290
4291 2013-12-21 Chong Yidong <cyd@gnu.org>
4292
4293 * faces.el (face-spec-set):
4294 * cus-face.el (custom-theme-set-faces, custom-set-faces):
4295 * custom.el (defface): Doc fixes (Bug#16203).
4296
4297 * indent.el (indent-rigidly-map): Add docstring, and move commands
4298 into named functions.
4299 (indent-rigidly-left, indent-rigidly-right)
4300 (indent-rigidly-left-to-tab-stop)
4301 (indent-rigidly-right-to-tab-stop): New functions. Decide on
4302 indentation direction based on bidi direction, and accumulate
4303 sequential commands in a single undo boundary.
4304 (indent-rigidly--pop-undo): New utility function.
4305
4306 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
4307
4308 * faces.el (read-face-name): Require crm.el when using crm-separator.
4309
4310 2013-12-20 Daniel Colascione <dancol@dancol.org>
4311
4312 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4313 so that we don't reflow comments into the shebang line.
4314
4315 2013-12-20 Juri Linkov <juri@jurta.org>
4316
4317 * saveplace.el (save-place-to-alist): Add `dired-filename' as
4318 a position when `dired-directory' is non-nil. Check integer
4319 positions with `integerp'.
4320 (toggle-save-place, save-places-to-alist): Add check for
4321 `dired-directory'.
4322 (save-place-find-file-hook): Check integer positions with
4323 `integerp'.
4324 (save-place-dired-hook): Use `dired-goto-file' when
4325 `dired-filename' is found in the assoc list. Check integer
4326 positions with `integerp'.
4327 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4328
4329 * dired.el (dired-initial-position-hook): Rename back from
4330 `dired-initial-point-hook'.
4331 (dired-initial-position): Rename `dired-initial-point-hook' to
4332 `dired-initial-position-hook'.
4333 (dired-file-name-at-point): Doc fix. (Bug#15329)
4334
4335 2013-12-20 Juri Linkov <juri@jurta.org>
4336
4337 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4338 (read-regexp-suggestions): New function.
4339 (read-regexp): Use `read-regexp-defaults-function' to get default values.
4340 Use `read-regexp-suggestions'. Add non-empty default to history
4341 for empty input.
4342 (occur-read-regexp-defaults-function): Remove function.
4343 (occur-read-primary-args): Use `regexp-history-last' instead of
4344 `occur-read-regexp-defaults-function'.
4345
4346 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4347 (hi-lock-line-face-buffer, hi-lock-face-buffer)
4348 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4349 `hi-lock-read-regexp-defaults-function'. Doc fix.
4350 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4351 with `find-tag-default-as-symbol-regexp'. Doc fix.
4352 (hi-lock-read-regexp-defaults): Remove function.
4353 (hi-lock-regexp-okay): Add check for null.
4354
4355 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4356 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
4357
4358 * subr.el (find-tag-default-as-symbol-regexp): New function.
4359 (find-tag-default-as-regexp): Move symbol regexp formatting to
4360 `find-tag-default-as-symbol-regexp'.
4361
4362 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
4363
4364 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4365 (Bug#14179)
4366
4367 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4368
4369 * calendar/todo-mode.el: New implementation of item insertion
4370 commands and key bindings.
4371 (todo-key-prompt): New face.
4372 (todo-insert-item): New command.
4373 (todo-insert-item--parameters): New defconst, replacing defvar
4374 todo-insertion-commands-args-genlist.
4375 (todo-insert-item--param-key-alist): New defconst, replacing
4376 defvar todo-insertion-commands-arg-key-list.
4377 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4378 (todo-insert-item--argsleft, todo-insert-item--apply-args)
4379 (todo-insert-item--next-param): New functions.
4380 (todo-insert-item--args, todo-insert-item--argleft)
4381 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4382 New variables.
4383 (todo-key-bindings-t): Change binding of "i" from
4384 todo-insertion-map to todo-insert-item.
4385 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4386 (todo-insertion-command-name, todo-insertion-commands-names)
4387 (todo-define-insertion-command, todo-insertion-commands)
4388 (todo-insertion-key-bindings, todo-insertion-map): Remove.
4389
4390 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4391
4392 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4393 (todo-toggle-item-highlighting): Use eval-and-compile instead of
4394 eval-when-compile.
4395 (todo-move-category): Allow choosing a non-existing todo file to
4396 move the category to, and create that file.
4397 (todo-default-priority): New user option.
4398 (todo-set-item-priority): Use it.
4399 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4400 (desktop-restore-file-buffer): Declare.
4401 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4402 (todo-modes-set-2): Locally set desktop-save-buffer to
4403 todo-desktop-save-buffer.
4404 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4405 (auto-mode-alist): Add autoload cookie.
4406
4407 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
4408
4409 * emacs-lisp/subr-x.el: Renamed from helpers.el.
4410 helpers.el was a poor choice of name.
4411 (string-remove-prefix): New function.
4412 (string-remove-suffix): New function.
4413
4414 2013-12-20 Martin Rudalics <rudalics@gmx.at>
4415
4416 Fix assignment for new window total sizes.
4417 * window.el (window--pixel-to-size): Remove function.
4418 (window--pixel-to-total-1, window--pixel-to-total):
4419 Fix calculation of new total sizes.
4420
4421 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
4422
4423 * comint.el (comint-output-filter): Fix rear-nonsticky property
4424 placement (Bug#16010).
4425
4426 2013-12-20 Chong Yidong <cyd@gnu.org>
4427
4428 * faces.el (read-color): Minor fix for completion function.
4429
4430 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
4431
4432 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4433 New option. (Bug#16182)
4434 (ruby-smie--indent-to-stmt-p): Use it.
4435 (ruby-smie-rules): Revert the logic in the handling of `when'.
4436 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4437 (ruby-deep-arglist, ruby-deep-indent-paren)
4438 (ruby-deep-indent-paren-style): Update docstrings to note that the
4439 vars don't have any effect with SMIE.
4440
4441 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
4442
4443 * calc/calc.el (calc-enter, calc-pop): Use the variable
4444 `calc-context-sensitive-enter'.
4445
4446 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4447
4448 * net/shr.el (shr-insert): Protect against infloops in degenerate
4449 tables.
4450
4451 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4452
4453 * progmodes/octave.el (octave): Add link to manual and octave
4454 homepage.
4455 (octave-mode-menu): Link to octave-mode manual.
4456
4457 2013-12-20 Leo Liu <sdl.web@gmail.com>
4458
4459 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4460 insertion using skeleton-end-newline. (Bug#16138)
4461
4462 2013-12-20 Juri Linkov <juri@jurta.org>
4463
4464 * replace.el (occur-engine): Use `add-face-text-property'
4465 to add the face property to matches and titles. (Bug#14645)
4466
4467 * hi-lock.el (hi-green): Use lighter color "light green" closer to
4468 the palette of other hi-lock colors.
4469 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4470
4471 2013-12-19 Juri Linkov <juri@jurta.org>
4472
4473 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4474 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
4475 (minibuffer-history-symbol): Move variable declaration closer to
4476 its usage.
4477
4478 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4479 (Bug#14785)
4480
4481 2013-12-19 Juri Linkov <juri@jurta.org>
4482
4483 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4484 New function.
4485 (log-edit-hook): Add it to :options. (Bug#16170)
4486
4487 2013-12-19 Juri Linkov <juri@jurta.org>
4488
4489 * simple.el (eval-expression-print-format): Don't check for
4490 command names and the last command. Always display additional
4491 formats of the integer result in the echo area, and insert them
4492 to the current buffer only with a zero prefix arg.
4493 Display character when char-displayable-p is non-nil.
4494 (eval-expression): With a zero prefix arg, set `print-length' and
4495 `print-level' to nil, and insert the integer values from
4496 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4497
4498 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4499 `eval-last-sexp-arg-internal'. Doc fix.
4500 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4501 `eval-last-sexp-print-value'. Doc fix.
4502 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4503 Set `print-length' and `print-level' to nil when arg is zero.
4504 (eval-last-sexp): Doc fix.
4505 (eval-defun-2): Print the integer values from
4506 `eval-expression-print-format' at the end.
4507
4508 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4509 values from `eval-expression-print-format' at the end.
4510
4511 * ielm.el (ielm-eval-input): Print the integer
4512 values from `eval-expression-print-format' at the end.
4513
4514 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4515
4516 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4517 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4518
4519 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4520
4521 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4522 (hl-line-highlight, global-hl-line-highlight): Use it.
4523 (hl-line-overlay): Use defvar-local.
4524
4525 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4526
4527 * term/ns-win.el: Require dnd.
4528 (global-map): Remove drag items.
4529 (ns-insert-text, ns-set-foreground-at-mouse)
4530 (ns-set-background-at-mouse):
4531 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4532 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4533 New functions.
4534
4535 2013-12-19 Glenn Morris <rgm@gnu.org>
4536
4537 * emacs-lisp/ert.el (ert-select-tests):
4538 Fix string/symbol mixup. (Bug#16121)
4539
4540 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4541
4542 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4543 keywords to their parent.
4544
4545 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4546
4547 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4548 first arg to be a string (fixed dead code), or an operator symbol.
4549 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4550 operator symbols.
4551 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4552 did nothing. Don't respond to `(:after ".")', it will be called
4553 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4554 change anything. Only return indentation for binary operators
4555 when they are hanging. De-dent opening paren when its parent is
4556 `.', otherwise it looks bad when the dot is not at bol or eol
4557 (bug#16182).
4558
4559 2013-12-19 Juri Linkov <juri@jurta.org>
4560
4561 * replace.el (query-replace-read-args): Split a non-negative arg
4562 and a negative arg into separate elements.
4563 (query-replace, query-replace-regexp, replace-string)
4564 (replace-regexp): Add arg `backward'. Doc fix.
4565 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4566 move point to the beginning of the match.
4567 (replace-search, replace-highlight): Use new arg `backward'
4568 to set the value of `isearch-forward'.
4569 (perform-replace): Add arg `backward' and use it to perform
4570 replacement backward. (Bug#14979)
4571
4572 * isearch.el (isearch-query-replace): Use a negative prefix arg
4573 to call `perform-replace' with a non-nil arg `backward'.
4574
4575 2013-12-18 Juri Linkov <juri@jurta.org>
4576
4577 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4578 to the default list. Move `log-edit-show-files' to the end.
4579 Add more available functions to options.
4580 (log-edit): Move default specific settings to
4581 `log-edit-insert-message-template'. Don't move point.
4582 (log-edit-insert-message-template): New function.
4583 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4584 (Bug#16170)
4585
4586 2013-12-18 Juri Linkov <juri@jurta.org>
4587
4588 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4589 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4590
4591 2013-12-18 Leo Liu <sdl.web@gmail.com>
4592
4593 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4594 (Bug#16186)
4595
4596 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4597
4598 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4599 formats for displaying file sizes when the -s switch is given.
4600 Instead, compute a separate format for displaying the size in
4601 blocks, which is displayed in addition to the "regular" size.
4602 When -h is given in addition to -s, produce size in blocks in
4603 human-readable form as well. (Bug#16179)
4604
4605 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4606
4607 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4608 Reference tables with ~\ref{...} instead of only \ref{...}.
4609
4610 2013-12-18 Chong Yidong <cyd@gnu.org>
4611
4612 * cus-edit.el (custom-magic-alist): Fix "themed" description
4613 (Bug#14348).
4614
4615 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4616 is non-nil, do not create a new entry in the symbol's theme-value
4617 or theme-face property; update theme-settings only (Bug#14664).
4618 (custom-available-themes): Doc fix.
4619
4620 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4621 (Bug#15674).
4622
4623 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4624
4625 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4626
4627 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4628 (Bug#13914).
4629
4630 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4631
4632 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4633
4634 2013-12-18 Glenn Morris <rgm@gnu.org>
4635
4636 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4637 * cus-start.el (load-prefer-newer): New option.
4638
4639 2013-12-18 Le Wang <l26wang@gmail.com>
4640
4641 * comint.el (comint-previous-matching-input-from-input):
4642 Retain point (Bug#13404).
4643
4644 2013-12-18 Chong Yidong <cyd@gnu.org>
4645
4646 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4647
4648 2013-12-18 Glenn Morris <rgm@gnu.org>
4649
4650 * mail/emacsbug.el (report-emacs-bug):
4651 Only mention enable-multibyte-characters if non-standard.
4652
4653 2013-12-17 Juri Linkov <juri@jurta.org>
4654
4655 * arc-mode.el (archive-extract-by-file): Check if directory exists
4656 before deletion to not show irrelevant errors if it doesn't exist.
4657
4658 2013-12-17 Juri Linkov <juri@jurta.org>
4659
4660 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4661 (Bug#14751)
4662
4663 * net/eww.el (browse-web): Add alias to `eww'.
4664 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4665 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4666
4667 * net/browse-url.el (browse-url-browser-function): Move `eww'
4668 closer to similar functions.
4669
4670 * startup.el (fancy-startup-screen, fancy-about-screen):
4671 Set browse-url-browser-function to eww-browse-url locally.
4672 (Bug#14751)
4673
4674 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * window.el (window--pixel-to-total): Remove unused `mini' var.
4677 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4678 (split-window): Remove unused `new' var.
4679 (window--display-buffer): Remove unused `frame' and `delta' vars.
4680 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4681 and display-width'.
4682
4683 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4684
4685 * dired.el (dired-mark-pop-up):
4686 * register.el (register-preview): Don't bind
4687 split-height-threshold here since it's now done in
4688 display-buffer-below-selected.
4689
4690 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4691
4692 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4693 xterm-rgb-convert-to-16bit.
4694 (rxvt-register-default-colors): Standardize with
4695 xterm-register-default-colors (Bug#14078).
4696
4697 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4698
4699 * simple.el (kill-region): Pass mark first, then point, so that
4700 kill-append works right (Bug#12819).
4701 (copy-region-as-kill, kill-ring-save): Likewise.
4702
4703 2013-12-17 Leo Liu <sdl.web@gmail.com>
4704
4705 * net/rcirc.el (rcirc-add-face):
4706 * eshell/em-prompt.el (eshell-emit-prompt):
4707 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4708 (Bug#16167)
4709
4710 2013-12-17 Chong Yidong <cyd@gnu.org>
4711
4712 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4713 Suggested by Xue Fuqiao.
4714
4715 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4716
4717 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4718
4719 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * net/shr.el (shr-insert-document): Remove unused var
4722 `shr-preliminary-table-render'.
4723 (shr-rescale-image): Remove unused arg `force'.
4724 (shr-put-image): Update calls accordingly.
4725 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4726
4727 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4728
4729 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4730 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4731 :close-all, to see which indentation method to use (Bug#16116).
4732 (smie-rules-function): Document the method :close-all.
4733
4734 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4735
4736 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4737
4738 * net/eww.el (eww-display-html): If we can't find the anchor we're
4739 looking for, then go to point-min.
4740
4741 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4742
4743 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4744 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4745 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4746 Expand dir too, in case it's relative.
4747
4748 2013-12-16 Juri Linkov <juri@jurta.org>
4749
4750 * desktop.el (desktop-auto-save-timeout): Change default to
4751 `auto-save-timeout'. Doc fix.
4752 (desktop-save): Skip the timestamp in desktop-saved-frameset
4753 when checking for auto-save changes.
4754 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4755 `desktop-auto-save' is called repeatedly by the idle timer.
4756 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4757 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4758 (Bug#15331)
4759
4760 2013-12-16 Juri Linkov <juri@jurta.org>
4761
4762 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4763 (Bug#16035)
4764 (isearch-pre-command-hook): Check `this-command' for symbolp.
4765
4766 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4769
4770 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4771
4772 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4773 (cfengine3--current-function): Bring in the current-function
4774 functionality from `cfengine3--current-word'.
4775 (cfengine3-completion-function): Bring in the
4776 bounds-of-current-word functionality from
4777 `cfengine3--current-word'.
4778
4779 2013-12-16 Martin Rudalics <rudalics@gmx.at>
4780
4781 * window.el (display-buffer-below-selected):
4782 Bind split-height-threshold to 0 as suggested by Juri Linkov.
4783
4784 2013-12-16 Leo Liu <sdl.web@gmail.com>
4785
4786 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4787 Remove NOMSG arg and all uses changed.
4788
4789 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4790
4791 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4792 (cua--deactivate-rectangle): Don't deactivate the mark.
4793 (cua-set-rectangle-mark): Don't set mark-active since
4794 cua--activate-rectangle already does it for us.
4795 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4796 non-rectangular region.
4797
4798 * emulation/cua-base.el (cua-repeat-replace-region):
4799 Use with-current-buffer.
4800
4801 * net/gnutls.el: Use cl-lib.
4802 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4803
4804 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4805
4806 * emacs-lisp/package.el (package-built-in-p): Support both
4807 built-in and the package.el converted package descriptions.
4808 (package-show-package-list): Allow keywords.
4809 (package-keyword-button-action): Use it instead of
4810 `finder-list-matches'.
4811 (package-menu-filter-interactive): Interactive filtering (by
4812 keyword) function.
4813 (package-menu--generate): Support keywords and change keymappings
4814 and headers when they are given.
4815 (package--has-keyword-p): Helper function.
4816 (package-menu--refresh): Use it.
4817 (package--mapc): Helper function.
4818 (package-all-keywords): Use it.
4819 (package-menu-mode-map): Set up menu items and keybindings to
4820 provide a filtering UI.
4821
4822 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4823
4824 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4825 the behavior when a certificate fails validation. Defaults to
4826 old behavior: never abort, just warn.
4827 (gnutls-negotiate): Use it.
4828
4829 2013-12-14 Martin Rudalics <rudalics@gmx.at>
4830
4831 * window.el (display-buffer-below-selected): Never split window
4832 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4833
4834 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4835
4836 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4837 (package-buffer-info): Use it (bug#15108).
4838
4839 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * icomplete.el (icomplete-completions): Make sure the prefix is already
4842 displayed elsewhere before hiding it (bug#16219).
4843
4844 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4845
4846 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4847 open-paren tokens when preceded by a open-paren, too.
4848 (ruby-smie-rules): Handle virtual indentation after open-paren
4849 tokens specially. If there is code between it and eol, return the
4850 column where is starts (Bug#16118).
4851
4852 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4853
4854 * progmodes/cfengine.el: Fix `add-hook' doc.
4855 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4856 (cfengine3--current-word): Fix parameters.
4857 (cfengine3-make-syntax-cache): Simplify further.
4858 (cfengine3-completion-function, cfengine3--current-function):
4859 Use `assq' for symbols.
4860 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4861
4862 2013-12-13 Glenn Morris <rgm@gnu.org>
4863
4864 * loadup.el (load-path): Warn if site-load or site-init changes it.
4865 No more need to reset it when bootstrapping.
4866
4867 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4868
4869 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4870 locations for cf-promises.
4871 (cfengine-mode-syntax-functions-regex): New caching variable.
4872 (cfengine3-fallback-syntax): Fallback syntax for cases where
4873 cf-promises doesn't run.
4874 (cfengine3--current-word): Reimplement using
4875 `cfengine-mode-syntax-functions-regex'.
4876 (cfengine3-completion-function, cfengine3--current-function):
4877 Use `cfengine3-make-syntax-cache' directly.
4878 (cfengine3-clear-syntax-cache): New function.
4879 (cfengine3-make-syntax-cache): Simplify and create
4880 `cfengine-mode-syntax-functions-regex' on demand.
4881 (cfengine3-format-function-docstring): Don't call
4882 `cfengine3-make-syntax-cache' explicitly.
4883
4884 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4885
4886 Fix windmove-find-other-window broken after pixelwise resizing
4887 (Bug#16017).
4888 * windmove.el (windmove-other-window-loc): Revert change from
4889 2013-12-04.
4890 (windmove-find-other-window): Call window-in-direction.
4891 * window.el (window-in-direction): New arguments SIGN, WRAP and
4892 MINI to emulate original windmove-find-other-window behavior.
4893
4894 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4895
4896 * simple.el (blink-matching--overlay): New variable.
4897 (blink-matching-open): Instead of moving point, highlight the
4898 matching paren with an overlay
4899 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4900
4901 * faces.el (paren-showing-faces, show-paren-match)
4902 (show-paren-mismatch): Move from paren.el.
4903
4904 2013-12-13 Leo Liu <sdl.web@gmail.com>
4905
4906 * indent.el (indent-region): Disable progress reporter in
4907 minibuffer. (Bug#16108)
4908
4909 * bindings.el (visual-order-cursor-movement): Fix version.
4910
4911 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4912
4913 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4914 Also match after beginning of line.
4915 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4916 files. Thanks to Russell Sim. (Bug#15378)
4917
4918 2013-12-13 Juri Linkov <juri@jurta.org>
4919
4920 * simple.el <Keypad support>: Remove key bindings duplicated
4921 with bindings.el. (Bug#14397)
4922
4923 2013-12-13 Juri Linkov <juri@jurta.org>
4924
4925 * comint.el (comint-mode-map): Replace `delete-char' with
4926 `delete-forward-char'. (Bug#16109)
4927
4928 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4929
4930 * progmodes/python.el (python-indent-calculate-indentation):
4931 Fix de-denters cornercase. (Bug#15731)
4932
4933 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4936 (advice--make): Pay attention to `depth'.
4937 (advice--make-1): Don't autoload commands eagerly.
4938 * emacs-lisp/elp.el (elp-instrument-function):
4939 * emacs-lisp/trace.el (trace-function-internal):
4940 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4941
4942 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4943
4944 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4945
4946 * term/w32-win.el (w32-handle-dropped-file):
4947 * startup.el (normal-top-level):
4948 * net/browse-url.el (browse-url-file-url):
4949 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4950 decode file names using 'utf-8' rather than
4951 file-name-coding-system.
4952
4953 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4954
4955 * progmodes/python.el (python-indent-context)
4956 (python-indent-calculate-indentation): Fix auto-identation
4957 behavior for comment blocks. (Bug#15916)
4958
4959 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4960
4961 * progmodes/python.el (python-indent-calculate-indentation):
4962 When determining indentation, don't treat "return", "pass", etc., as
4963 operators when they are just string constituents. (Bug#15812)
4964
4965 2013-12-12 Juri Linkov <juri@jurta.org>
4966
4967 * uniquify.el (uniquify-buffer-name-style): Change default to
4968 `post-forward-angle-brackets'.
4969
4970 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4971 `uniquify'. Change default to `post-forward-angle-brackets'.
4972
4973 2013-12-11 Glenn Morris <rgm@gnu.org>
4974
4975 * emacs-lisp/package.el (finder-list-matches):
4976 Autoload rather than falsely declaring.
4977
4978 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4979
4980 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4981 (eww-mode-map): Use them.
4982
4983 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4984
4985 * window.el (display-buffer-in-side-window): Fix doc-string
4986 (Bug#16115).
4987
4988 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4989
4990 * vc/vc-git.el: Silence byte-compiler warnings.
4991 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4992 (log-edit-set-header): Declare.
4993
4994 2013-12-11 Eli Zaretskii <eliz@gnu.org>
4995
4996 * Makefile.in (custom-deps, finder-data): Run output file names
4997 through unmsys--file-name. (Bug#16099)
4998
4999 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5000
5001 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5002 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5003
5004 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5005 instead of deleting the selection "by hand" (bug#16098).
5006 Rely on insert-for-yank to yank rectangles.
5007 (cua-highlight-region-shift-only): Mark obsolete.
5008 (cua-mode): Don't enable/disable transient-mark-mode,
5009 shift-select-mode (cua-mode works both with and without them), and
5010 pc-selection-mode (obsolete).
5011 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5012 (cua--deactivate-rectangle): Deactivate it.
5013
5014 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5015 (delete-selection-helper): Make sure yank starts at the top of the
5016 deleted region.
5017 (minibuffer-keyboard-quit): Use region-active-p.
5018
5019 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5020
5021 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5022 to `delete' (bug#16109).
5023
5024 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5025
5026 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5027 info manual and show keybindings and set `:group' keyword.
5028
5029 2013-12-11 Juri Linkov <juri@jurta.org>
5030
5031 * delsel.el (delete-active-region): Let-bind `this-command'
5032 to prevent `kill-region' from changing its original value.
5033 (delete-selection-helper): Handle `overwrite-mode' for the type
5034 `kill' exactly the same way as for the type `t'.
5035 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5036 Support more commands. (Bug#13312)
5037
5038 2013-12-11 Juri Linkov <juri@jurta.org>
5039
5040 * bindings.el: Map kp keys to non-kp keys systematically
5041 with basic modifiers control, meta and shift. (Bug#14397)
5042
5043 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5044
5045 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5046 "Close browser" menu items. Fix wrong function of "List
5047 bookmarks".
5048
5049 2013-12-11 Juri Linkov <juri@jurta.org>
5050
5051 * misearch.el (multi-isearch-buffers): Set the value of
5052 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5053 arg of isearch-forward to t.
5054 (multi-isearch-buffers-regexp): Set the value of
5055 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5056 arg of isearch-forward-regexp to t.
5057 (multi-isearch-files): Set the value of
5058 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5059 arg of isearch-forward to t.
5060 (multi-isearch-files-regexp): Set the value of
5061 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5062 arg of isearch-forward-regexp to t. (Bug#16035)
5063
5064 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5065 arg of isearch-forward to t.
5066 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5067 arg of isearch-forward-regexp to t.
5068 (dired-isearch-filter-filenames): Remove unnecessary check for
5069 `dired-isearch-filenames'.
5070
5071 * comint.el (comint-history-isearch-backward):
5072 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5073 (comint-history-isearch-backward-regexp):
5074 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5075
5076 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5077
5078 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5079 unmsys--file-name. (Bug#16099)
5080
5081 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5082
5083 * emacs-lisp/package.el (package-keyword-button-action):
5084 Remove finder.el require dependency.
5085
5086 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5087
5088 * emacs-lisp/package.el: Require finder.el.
5089 (describe-package-1): Add keyword buttons.
5090 (package-make-button): New convenience function.
5091 (package-keyword-button-action): Keyword button action using
5092 `finder-list-matches'.
5093
5094 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5095
5096 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5097 last commit.
5098
5099 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5100
5101 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5102 symlinked files.
5103
5104 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5105
5106 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5107 after the end of a percent literal.
5108
5109 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5110
5111 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5112 Handle caret-delimited strings (Bug#16079).
5113
5114 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5115
5116 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5117 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5118 `ruby-parse-partial' (Bug#16078).
5119
5120 2013-12-09 Leo Liu <sdl.web@gmail.com>
5121
5122 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5123
5124 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5125
5126 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5127 (js-switch-indent-offset): New option.
5128 (js--proper-indentation): Use it. And handle the case when
5129 "default" is actually a key in an object literal.
5130 (js--same-line): New function.
5131 (js--multi-line-declaration-indentation): Use it.
5132 (js--indent-in-array-comp, js--array-comp-indentation):
5133 New functions.
5134 (js--proper-indentation): Use them, to handle array comprehension
5135 continuations.
5136
5137 2013-12-08 Leo Liu <sdl.web@gmail.com>
5138
5139 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5140 (flymake-make-overlay): Remove arg MOUSE-FACE.
5141 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5142
5143 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5146 New function.
5147 (redisplay-highlight-region-function): Use it.
5148
5149 * emulation/cua-base.el (cua--explicit-region-start)
5150 (cua--last-region-shifted): Remove.
5151 (cua--deactivate): Use deactivate-mark.
5152 (cua--pre-command-handler-1): Don't handle shift-selection.
5153 (cua--post-command-handler-1): Don't change transient-mark-mode.
5154 (cua--select-keymaps): Use region-active-p rather than
5155 cua--explicit-region-start or cua--last-region-shifted.
5156 (cua-mode): Enable shift-select-mode.
5157
5158 2013-12-08 Leo Liu <sdl.web@gmail.com>
5159
5160 * progmodes/flymake.el (flymake-popup-current-error-menu):
5161 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5162 (flymake-posn-at-point-as-event, flymake-popup-menu)
5163 (flymake-make-emacs-menu): Remove. (Bug#16077)
5164
5165 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * rect.el (rectangle-mark-mode): Activate mark even if
5168 transient-mark-mode is off (bug#16066).
5169 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5170 is > mark and at bolp.
5171
5172 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5173 (region-extract-function): Use it.
5174 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5175 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5176 Delete functions.
5177 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5178 kill-ring-save, kill-region, delete-char, delete-forward-char.
5179 Ignore self-insert-iso.
5180
5181 * emulation/cua-gmrk.el (cua--init-global-mark):
5182 Ignore `self-insert-iso'.
5183
5184 * emulation/cua-base.el (cua--prefix-copy-handler)
5185 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5186 checking cua--rectangle.
5187 (cua-delete-region): Use region-extract-function.
5188 (cua-replace-region): Delete function.
5189 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5190 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5191 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5192 (cua--init-keymaps): Don't remap delete-selection commands.
5193 (cua-mode): Use delete-selection-mode instead of rolling our own
5194 (bug#16085).
5195
5196 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5197 Obey region-extract-function.
5198
5199 Make registers and delete-selection-mode work on rectangles.
5200 * register.el (describe-register-1): Don't modify the register's value.
5201 (copy-to-register): Obey region-extract-function.
5202 * delsel.el (delete-active-region): Obey region-extract-function.
5203
5204 2013-12-08 Leo Liu <sdl.web@gmail.com>
5205
5206 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5207 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5208 (flymake-compilation-prevents-syntax-check)
5209 (flymake-start-syntax-check-on-newline)
5210 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5211 (flymake-start-syntax-check-on-find-file, flymake-log-level)
5212 (flymake-xml-program, flymake-master-file-dirs)
5213 (flymake-master-file-count-limit)
5214 (flymake-allowed-file-name-masks): Relocate.
5215 (flymake-makehash, flymake-float-time)
5216 (flymake-replace-regexp-in-string, flymake-split-string)
5217 (flymake-get-temp-dir): Remove.
5218 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5219 (flymake-current-row, flymake-selected-frame)
5220 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5221 related functions. (Bug#16077)
5222
5223 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
5224
5225 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5226
5227 2013-12-07 Tassilo Horn <tsdh@gnu.org>
5228
5229 * help-fns.el (describe-function-1): Use new advice-* functions
5230 rather than old ad-* functions. Fix function type description and
5231 source links for advised functions and subrs.
5232
5233 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5234
5235 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5236
5237 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
5238
5239 * progmodes/compile.el (compilation-start):
5240 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5241
5242 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5243 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
5244
5245 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5246
5247 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5248 Touch up the last change.
5249
5250 2013-12-06 Leo Liu <sdl.web@gmail.com>
5251
5252 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5253 (inferior-octave-startup): Always use "octave> " for prompt.
5254 (octave-goto-function-definition)
5255 (octave-sync-function-file-names)
5256 (octave-find-definition-default-filename): Remove redundant backquotes.
5257
5258 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5259
5260 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5261 syntax for `?'.
5262 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5263 where appropriate already.
5264 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5265 end of method names (Bug#15874).
5266
5267 2013-12-06 Juri Linkov <juri@jurta.org>
5268
5269 * isearch.el (isearch--saved-overriding-local-map):
5270 New internal variable.
5271 (isearch-mode): Set it to the initial value of
5272 `overriding-terminal-local-map'.
5273 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5274 with `isearch--saved-overriding-local-map'. (Bug#16035)
5275
5276 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5277
5278 * progmodes/octave.el (inferior-octave-completion-table):
5279 Turn back into function, use `completion-table-with-cache'
5280 (Bug#11906). Update all references.
5281
5282 * minibuffer.el (completion-table-with-cache): New function.
5283
5284 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
5285
5286 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5287
5288 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
5289
5290 * net/eww.el (eww-current-source): New variable to store page
5291 source.
5292 (eww-display-html, eww-mode, eww-save-history)
5293 (eww-restore-history): Use it.
5294 (eww-view-source): New command to view page source.
5295 Opportunistically uses `html-mode' to highlight the buffer.
5296 (eww-mode-map): Install it.
5297
5298 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
5299
5300 * net/dbus.el (dbus-unregister-service)
5301 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5302 Fix docstring.
5303 (dbus-unregister-service): Skip :serial entries in
5304 `dbus-registered-objects-table'.
5305 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5306
5307 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
5308
5309 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5310 around keywords with extra `split-string' argument.
5311
5312 2013-12-04 Martin Rudalics <rudalics@gmx.at>
5313
5314 * windmove.el (windmove-other-window-loc): Handle navigation
5315 between windows (excluding the minibuffer window - Bug#16017).
5316
5317 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
5318
5319 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5320 in D-Bus type syntax.
5321 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5322 preserve unibyte strings. (Bug#16048)
5323
5324 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5327 Call force-mode-line-update is the proper buffer (bug#16042).
5328
5329 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
5330
5331 * vc/log-edit.el (log-edit-add-new-comment): Rename to
5332 `log-edit-remember-comment', make argument optional. Adjust all
5333 callers.
5334 (log-edit-mode): Add `log-edit-remember-comment' to
5335 `kill-buffer-hook' locally.
5336 (log-edit-kill-buffer): Don't remember comment explicitly since
5337 the buffer is killed anyway.
5338
5339 2013-12-04 Juri Linkov <juri@jurta.org>
5340
5341 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5342 add-hook and remove-hook for multi-buffer search. (Bug#16035)
5343
5344 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
5345
5346 * notifications.el (notifications-close-notification): Call the
5347 D-Bus method with ID being a `:uint32'. (Bug#16030)
5348
5349 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5350
5351 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5352
5353 2013-12-03 Juri Linkov <juri@jurta.org>
5354
5355 * progmodes/compile.el (compilation-start): Rename window alist
5356 entry `no-display-ok' to `allow-no-window'.
5357
5358 * simple.el (shell-command): Add window alist entry
5359 `allow-no-window' to `display-buffer'.
5360 (async-shell-command): Doc fix.
5361
5362 * window.el (display-buffer-no-window): New action function.
5363 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
5364
5365 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5366
5367 * vc/log-edit.el (log-edit-set-header): Extract from
5368 `log-edit-toggle-header'.
5369 (log-edit-extract-headers): Separate the summary, when extracted
5370 from header, from the rest of the message with an empty line.
5371
5372 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5373 line, if present, to the Summary header.
5374
5375 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5378 in current-buffer (bug#16029).
5379
5380 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
5381
5382 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5383 (debugger-mode-map): Bind it.
5384 (debugger--backtrace-base): New function.
5385 (debugger-eval-expression): Use it.
5386 (debugger-frame-number): Skip local vars when present.
5387 (debugger--locals-visible-p, debugger--insert-locals)
5388 (debugger--show-locals, debugger--hide-locals): New functions.
5389
5390 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
5391
5392 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5393 "LC_ALL".
5394 (tramp-get-remote-locale): New defun.
5395 (tramp-open-connection-setup-interactive-shell): Use it.
5396
5397 2013-12-02 Leo Liu <sdl.web@gmail.com>
5398
5399 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
5400
5401 * progmodes/sh-script.el (sh-shell-process):
5402 * progmodes/octave.el (inferior-octave-process-live-p):
5403 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5404 (gdb-inferior-io-sentinel):
5405 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5406
5407 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5408
5409 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5410 `save-selected-window' to `log-edit-hide-buf'. This makes
5411 `log-edit-show-files' idempotent.
5412 (log-edit-show-files): Mark the new window as dedicated.
5413
5414 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5415
5416 * vc/log-edit.el (log-edit-mode-map): Add binding for
5417 `log-edit-kill-biffer'.
5418 (log-edit-hide-buf): Add a FIXME comment.
5419 (log-edit-add-new-comment): New function, extracted from
5420 `log-edit-done'.
5421 (log-edit-done, log-edit-add-to-changelog): Use it.
5422 (log-edit-kill-buffer): New command.
5423
5424 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5425
5426 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5427 instead of killing the buffer.
5428
5429 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5430
5431 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5432
5433 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5434
5435 * net/eww.el (eww-form-checkbox-selected-symbol)
5436 (eww-form-checkbox-symbol): New customizable variable.
5437 (eww-form-checkbox, eww-toggle-checkbox):
5438 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5439
5440 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5441 (shr--get-media-pref, shr--extract-best-source): New function.
5442 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5443 no :src tag was specified.
5444
5445 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5446 (eww-render): Handle `eww-use-external-browser-for-content-type'.
5447 Use \\` to match beginning of string instead of ^.
5448 (eww-browse-with-external-browser): Provide optional URL parameter.
5449 (eww-render): Set `eww-current-title' back to "".
5450
5451 * net/shr.el (shr-tag-video): Display content for video if no
5452 poster is available.
5453 (shr-tag-audio): Add support for <audio> tag.
5454
5455 * net/eww.el (eww-text-input-types): New const.
5456 (eww-process-text-input): Treat input types in
5457 `eww-text-input-types' as text.
5458
5459 * net/shr.el (shr-tag-table): Fix comment typo.
5460
5461 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5462
5463 * net/eww.el (eww-follow-link): New command to avoid reloading
5464 pages when we follow #target links (bug#15243).
5465 (eww-quit): Special mode buffers shouldn't query before exiting.
5466
5467 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5468
5469 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5470 forms.
5471
5472 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5473
5474 * net/eww.el (eww-restore-history): Update the window title after
5475 moving in the history.
5476 (eww-current-dom): New variable used to save the current DOM.
5477
5478 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
5479
5480 * vc/log-edit.el (log-edit-mode-map): Add binding for
5481 `log-edit-beginning-of-line'.
5482 (log-edit-setup-add-author): New user option.
5483 (log-edit-beginning-of-line): New command.
5484 (log-edit): Move major mode call above the contents setup so that
5485 the local variable values are already applied.
5486 (log-edit): Only insert "Author: " when
5487 `log-edit-setup-add-author' is non-nil.
5488 (log-edit): When SETUP is non-nil, position point after ": "
5489 instead of point-min.
5490
5491 2013-12-01 Glenn Morris <rgm@gnu.org>
5492
5493 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5494
5495 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5496
5497 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5498 redisplay to make sure the initial frame gets a chance to become
5499 visible. (Bug#16014)
5500
5501 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5502
5503 Support resizing frames and windows pixelwise.
5504 * cus-start.el (frame-resize-pixelwise)
5505 (window-resize-pixelwise): New entries.
5506 * emacs-lisp/debug.el (debug): Use window-total-height instead
5507 of window-total-size.
5508 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5509 * help.el (describe-bindings-internal): Use help-buffer as
5510 argument for with-help-window.
5511 (temp-buffer-max-width): New option.
5512 (resize-temp-buffer-window, help-window-setup)
5513 (with-help-window): Rewrite.
5514 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5515 dragging dividers.
5516 * window.el (frame-char-size, window-min-pixel-height)
5517 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5518 (window-min-pixel-width, window-safe-min-pixel-size)
5519 (window-combination-p, window-safe-min-size)
5520 (window-resizable-p, window--size-to-pixel)
5521 (window--pixel-to-size, window--resize-apply-p): New functions.
5522 (window-safe-min-height): Fix doc-string.
5523 (window-size, window-min-size, window--min-size-1)
5524 (window-sizable, window-sizable-p, window--min-delta-1)
5525 (window-min-delta, window--max-delta-1, window-max-delta)
5526 (window--resizable, window--resizable-p, window-resizable)
5527 (window-full-height-p, window-full-width-p, window-at-side-p)
5528 (window--in-direction-2, window-in-direction)
5529 (window--resize-reset-1, window--resize-mini-window)
5530 (window-resize, window-resize-no-error)
5531 (window--resize-child-windows-normal)
5532 (window--resize-child-windows, window--resize-siblings)
5533 (window--resize-this-window, window--resize-root-window)
5534 (window--resize-root-window-vertically)
5535 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5536 (maximize-window, minimize-window, delete-window)
5537 (quit-restore-window, window-split-min-size, split-window)
5538 (balance-windows-2, balance-windows)
5539 (balance-windows-area-adjust, balance-windows-area)
5540 (window--state-get-1, window-state-get, window--state-put-1)
5541 (window--state-put-2, window-state-put)
5542 (display-buffer-record-window, window--display-buffer):
5543 Make functions handle pixelwise sizing of windows.
5544 (display-buffer--action-function-custom-type)
5545 (display-buffer-fallback-action):
5546 Add display-buffer-in-previous-window.
5547 (display-buffer-use-some-window): Resize window to height it had
5548 before.
5549 (fit-window-to-buffer-horizontally): New option.
5550 (fit-frame-to-buffer): Describe new values.
5551 (fit-frame-to-buffer-bottom-margin): Replace with
5552 fit-frame-to-buffer-margins.
5553 (window--sanitize-margin): New function.
5554 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5555 using window-text-pixel-size.
5556
5557 2013-11-30 Glenn Morris <rgm@gnu.org>
5558
5559 * emacs-lisp/bytecomp.el (byte-compile-form):
5560 Make the `interactive-only' warning like the `obsolete' one.
5561 * comint.el (comint-run):
5562 * files.el (insert-file-literally, insert-file):
5563 * replace.el (replace-string, replace-regexp):
5564 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5565 (goto-line, insert-buffer, next-line, previous-line):
5566 Tweak `interactive-only' spec.
5567
5568 Stop keeping (most) generated cedet grammar files in the repository.
5569 * Makefile.in (semantic): New.
5570 (compile-main): Depend on semantic.
5571
5572 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5573
5574 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5575 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5576
5577 * uniquify.el (uniquify-buffer-name-style): Change default.
5578
5579 * loadup.el: Preload "uniquify".
5580
5581 * time.el (display-time-update): Update all mode lines (bug#15999).
5582
5583 * electric.el (electric-indent-mode): Enable by default.
5584 * loadup.el: Preload "electric".
5585
5586 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5587
5588 * emacs-lisp/helpers.el (string-empty-p): New function.
5589 (string-blank-p): New function.
5590
5591 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5592
5593 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5594 (Bug#14029).
5595
5596 2013-11-29 Andreas Politz <politza@fh-trier.de>
5597 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5598 allow non-lambda lists as functions.
5599 (imenu--in-alist): Don't recurse into non-subalists.
5600 (imenu): Don't pass function itself as an argument (Bug#14029).
5601
5602 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5603
5604 * progmodes/python.el (python-mode-map): Remove binding for ":".
5605 (python-indent-electric-colon): Remove command.
5606 (python-indent-post-self-insert-function): Integrate the previous code
5607 of python-indent-electric-colon. Make it conditional on
5608 electric-indent-mode.
5609 (python-mode): Add ?: to electric-indent-chars.
5610 Move python-indent-post-self-insert-function to the end of
5611 post-self-insert-hook.
5612
5613 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * doc-view.el (doc-view-goto-page): Update mode-line.
5616
5617 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5618
5619 2013-11-27 Glenn Morris <rgm@gnu.org>
5620
5621 * international/charprop.el, international/uni-bidi.el:
5622 * international/uni-category.el, international/uni-combining.el:
5623 * international/uni-comment.el, international/uni-decimal.el:
5624 * international/uni-decomposition.el, international/uni-digit.el:
5625 * international/uni-lowercase.el, international/uni-mirrored.el:
5626 * international/uni-name.el, international/uni-numeric.el:
5627 * international/uni-old-name.el, international/uni-titlecase.el:
5628 * international/uni-uppercase.el:
5629 Remove generated files from VCS repository.
5630
5631 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5632
5633 * filenotify.el (file-notify-add-watch): Don't special-case
5634 w32notify when computing the directory to watch.
5635
5636 2013-11-27 Glenn Morris <rgm@gnu.org>
5637
5638 Make bootstrap without generated uni-*.el files possible again.
5639 * loadup.el: Update command-line-args checking for unidata-gen.
5640 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5641 * composite.el, international/characters.el:
5642 Handle unicode tables being undefined.
5643
5644 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5645 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5646 (compile-main): Depend on leim rule.
5647 (leim): New rule.
5648 * loadup.el: Move leim-list.el to leim/ subdirectory.
5649 * startup.el (normal-top-level): No more leim directory.
5650 * international/ja-dic-cnv.el (skkdic-convert):
5651 Disable version-control and autoloads in output files.
5652 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5653 Disable version-control and autoloads in output files.
5654 * leim/quail: Move here from ../leim.
5655 * leim/quail/hangul.el (hangul-input-method-activate):
5656 Add autoload cookie.
5657 (generated-autoload-load-name): Set file-local value.
5658 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5659 (generated-autoload-load-name): Set file-local value.
5660
5661 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5662
5663 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5664 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5665 (eww-quit): Ask confirmation before quitting eww.
5666
5667 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5668
5669 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5670 reading output from Diff on MS-Windows and MS-DOS.
5671
5672 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5673
5674 * emacs-lisp/helpers.el (string-reverse): New function.
5675
5676 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5677
5678 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5679 names on MS Windows, like "/[::1]:".
5680
5681 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5682 SWITCHES.
5683
5684 2013-11-26 Glenn Morris <rgm@gnu.org>
5685
5686 * progmodes/python.el (python-indent-guess-indent-offset):
5687 Avoid corner-case error. (Bug#15975)
5688
5689 Preload leim-list.el. (Bug#4789)
5690 * loadup.el: Load leim-list.el when found.
5691 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5692
5693 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5694
5695 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5696
5697 * emacs-lisp/helpers.el (string-join): New function.
5698
5699 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5700
5701 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5702 Mark as obsolete and replace it with a symbol property.
5703 (byte-compile-form): Use new 'interactive-only property.
5704 * comint.el, files.el, replace.el, simple.el:
5705 Apply new 'interactive-only properly.
5706
5707 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5708
5709 * window.el (display-buffer-at-bottom): Make sure that
5710 split-window-sensibly creates the new window on bottom
5711 (Bug#15961).
5712
5713 2013-11-23 David Kastrup <dak@gnu.org>
5714
5715 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5716 on the conflict markers when available.
5717 (smerge--get-marker): New function.
5718 (smerge-end-re, smerge-base-re): Add subgroup.
5719
5720 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * frame.el (handle-focus-in, handle-focus-out): Add missing
5723 interactive spec.
5724
5725 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5726
5727 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5728 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5729
5730 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5733 (gomoku--last-pos): New var.
5734 (gomoku--intangible-chars): New const.
5735 (gomoku--intangible): New function.
5736 (gomoku-mode): Use it. Derive from special-mode.
5737 (gomoku-move-up): Adjust line count.
5738 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5739 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5740 Simplify accordingly.
5741
5742 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5743 Remove blink-cursor code.
5744 (blink-cursor-timer-function, blink-cursor-suspend):
5745 Don't special-case GUIs.
5746 (blink-cursor-mode): Use focus-in/out-hook.
5747
5748 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5749
5750 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5751 work when annotation is invisible (Bug#13886).
5752
5753 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5754
5755 * json.el (json-alist-p): Only return non-nil if the alist has
5756 simple keys (Bug#13518).
5757
5758 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5759
5760 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5761 when control-statement is the first statement in a buffer (Bug#15956).
5762
5763 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5764
5765 * imenu.el (imenu-generic-skip-comments-and-strings):
5766 New option (Bug#15560).
5767 (imenu--generic-function): Use it.
5768
5769 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5770
5771 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5772 (Bug#13898)
5773
5774 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5775
5776 * emacs-lisp/helpers.el: Add some string helpers.
5777 (string-trim-left): Removes leading whitespace.
5778 (string-trim-right): Removes trailing whitespace.
5779 (string-trim): Removes leading and trailing whitespace.
5780
5781 * subr.el (string-suffix-p): New function.
5782
5783 2013-11-23 Glenn Morris <rgm@gnu.org>
5784
5785 * progmodes/python.el (python-shell-send-file):
5786 Add option to delete file when done. (Bug#15647)
5787 (python-shell-send-string, python-shell-send-region): Use it.
5788
5789 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5790
5791 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5792 to set buffer-read-only to t, never to nil. (Bug#15938)
5793
5794 * textmodes/tex-mode.el (latex-noindent-environments):
5795 Add safe-local-variable property. (Bug#15936)
5796
5797 2013-11-23 Glenn Morris <rgm@gnu.org>
5798
5799 * textmodes/enriched.el (enriched-mode): Doc fix.
5800 * emacs-lisp/authors.el (authors-renamed-files-alist):
5801 Add enriched.doc -> enriched.txt.
5802
5803 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5804
5805 2013-11-22 Leo Liu <sdl.web@gmail.com>
5806
5807 * progmodes/octave.el (inferior-octave-startup): Spit out error
5808 message.
5809
5810 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5811
5812 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5813 Improve docstring.
5814 Add :version.
5815 (ruby-encoding-magic-comment-style): Add :version.
5816
5817 2013-11-22 Leo Liu <sdl.web@gmail.com>
5818
5819 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5820 (Bug#15076)
5821 (octave-help-mode): Adapt to change to help-mode-finish to use
5822 derived-mode-p on 2013-09-17.
5823 (inferior-octave-prompt): Also match octave-gui.
5824 (octave-kill-process): Don't ask twice. (Bug#10564)
5825
5826 2013-11-22 Leo Liu <sdl.web@gmail.com>
5827
5828 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5829 (inferior-octave-startup, inferior-octave-check-process)
5830 (inferior-octave-track-window-width-change)
5831 (octave-completion-at-point, octave-eldoc-function): Use it.
5832 (octave-kill-process): Provide confirmation. (Bug#10564)
5833
5834 2013-11-21 Leo Liu <sdl.web@gmail.com>
5835
5836 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5837 Fix obsolete variable comment-use-global-state.
5838
5839 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5840
5841 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5842 Add `octave-source-file'.
5843 (octave-source-file): New function. (Bug#15935)
5844
5845 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
5846
5847 * net/eww.el (eww-local-regex): New variable.
5848 (eww): Use it to detect localhost and similar.
5849
5850 2013-11-21 Leo Liu <sdl.web@gmail.com>
5851
5852 Add completion for command `ag'.
5853 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5854 (pcomplete/ag): New function.
5855 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
5856
5857 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5858
5859 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5860 (bug#14646).
5861 (make-obsolete): Remove interactive spec.
5862
5863 2013-11-21 Glenn Morris <rgm@gnu.org>
5864
5865 * startup.el (command-line-1): Use path-separator with -L.
5866
5867 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5868
5869 * emacs-lisp/package.el (describe-package-1): Add package archive
5870 to shown fields.
5871
5872 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5873
5874 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5875 Change default to "# encoding: %s" to differentiate it from the
5876 default Ruby encoding comment template.
5877
5878 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5879
5880 * ses.el (ses-mode): Doc fix. (Bug#14748)
5881
5882 2013-11-20 Leo Liu <sdl.web@gmail.com>
5883
5884 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5885
5886 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5887
5888 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5889 when rebase or bisect are in progress.
5890
5891 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5892
5893 * filenotify.el (file-notify-add-watch): Doc fix.
5894
5895 2013-11-19 Leo Liu <sdl.web@gmail.com>
5896
5897 * obsolete/rcompile.el: Mark obsolete.
5898
5899 * progmodes/compile.el (compilation-start)
5900 (compilation-goto-locus, compilation-find-file):
5901 Pass no-display-ok and handle nil value from display-buffer.
5902 (Bug#13594)
5903
5904 * window.el (display-buffer-alist, display-buffer): Document the
5905 new parameter no-display-ok. Return either a window or nil
5906 but never a non-window value.
5907
5908 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5909
5910 * electric.el (electric-indent-mode-map): Remove.
5911 (electric-indent-mode): Change the global-map instead (bug#15915).
5912
5913 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5914 Use add-function.
5915
5916 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * emacs-lisp/nadvice.el (remove-function): Align with
5919 add-function's behavior.
5920
5921 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5922 (gdb--string-regexp): New constant.
5923 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5924 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5925 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5926 submatch 1.
5927 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5928 Adjust use accordingly.
5929 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5930
5931 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5932
5933 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5934 interpolation curlies (Bug#15914).
5935
5936 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5937
5938 * calc/calc.el (calc-context-sensitive-enter): New variable.
5939 (calc-enter): Use `calc-context-sensitive-enter'.
5940
5941 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5942
5943 * progmodes/cfengine.el: Version bump.
5944 (cfengine-cf-promises): New defcustom to locate cf-promises.
5945 (cfengine3-vartypes): Add new "data" type.
5946 (cfengine3--current-word): New function to get current name-like
5947 word or its bounds.
5948 (cfengine3--current-function): New function to look up a CFEngine
5949 function's definition.
5950 (cfengine3-format-function-docstring): New function.
5951 (cfengine3-make-syntax-cache): New function.
5952 (cfengine3-documentation-function): New function: ElDoc glue.
5953 (cfengine3-completion-function): New function: completion glue.
5954 (cfengine3-mode): Set `compile-command',
5955 `eldoc-documentation-function', and add to
5956 `completion-at-point-functions'.
5957
5958 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5959
5960 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5961 `tramp-current-connection'.
5962
5963 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5964
5965 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5966 nil/self/true/false with "end of symbol".
5967
5968 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5969
5970 * subr.el (version-regexp-alist): Fix a typo.
5971
5972 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5973
5974 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5975 "en_US.utf8" and "LC_CTYPE" to "".
5976 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5977 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5978
5979 2013-11-15 Leo Liu <sdl.web@gmail.com>
5980
5981 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5982
5983 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * progmodes/gud.el (ctl-x-map):
5986 Remove C-x SPC binding. (Bug#12342)
5987 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5988
5989 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5990
5991 * subr.el (version-regexp-alist):
5992 Recognize hg, svn and darcs versions as snapshot versions.
5993
5994 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5995 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5996 (ruby--encoding-comment-required-p): Extract from
5997 `ruby-mode-set-encoding'.
5998 (ruby-mode-set-encoding): Add the ability to always insert an
5999 utf-8 encoding comment. Fix and simplify coding comment update
6000 logic.
6001
6002 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6003
6004 * net/tramp-gvfs.el (top): Run init code only when
6005 `tramp-gvfs-enabled' is not nil.
6006 (tramp-gvfs-enabled): Check also :system bus.
6007
6008 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6009
6010 Sync with upstream verilog-mode revision 78e66ba.
6011 * progmodes/verilog-mode.el (verilog-end-of-defun)
6012 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6013 (verilog-get-end-of-defun): Remove unused argument.
6014 (verilog-comment-depth): Remove unused local `e'.
6015 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6016 Don't pass arg to verilog-get-end-of-defun.
6017
6018 2013-11-14 Glenn Morris <rgm@gnu.org>
6019
6020 * obsolete/assoc.el (aget): Prefix dynamic variable.
6021
6022 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6023
6024 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * widget.el, hfy-cmap.el: Remove bogus package version number.
6027
6028 2013-11-13 Glenn Morris <rgm@gnu.org>
6029
6030 * replace.el (replace-eval-replacement):
6031 Try to give more helpful error message. (Bug#15836)
6032
6033 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6034 (archive-7z-update): Avoid custom type mismatches.
6035
6036 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6037
6038 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6039
6040 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6041 address can be empty.
6042
6043 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6044 Accept nil SWITCHES.
6045 (tramp-gvfs-handle-write-region): Implement APPEND.
6046
6047 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6048
6049 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6050 binary "|" operator and closing block args delimiter.
6051 Remove FIXME comment referring to Ruby 1.8-only syntax.
6052 (ruby-smie--implicit-semi-p): Not after "|" operator.
6053 (ruby-smie--closing-pipe-p): New function.
6054 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6055 (ruby-smie-rules): Indent after "|".
6056
6057 2013-11-12 Glenn Morris <rgm@gnu.org>
6058
6059 * ps-print.el (ps-face-attribute-list):
6060 Handle anonymous faces. (Bug#15827)
6061
6062 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6063
6064 * window.el (display-buffer-other-frame): Fix doc-string.
6065 (Bug#15868)
6066
6067 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6068
6069 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6070
6071 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6072
6073 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6074 (tramp-sh-handle-file-local-copy): Don't write a message when
6075 saving temporary files.
6076
6077 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6078 both directories are remote.
6079 (tramp-smb-handle-directory-files): Do not return double entries.
6080 Do not expand full file names.
6081 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6082 (tramp-smb-handle-write-region): Implement APPEND.
6083 (tramp-smb-get-stat-capability): Fix a stupid bug.
6084
6085 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6086
6087 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6088
6089 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6090
6091 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6092 throwing error over malformed let/let* (bug#15814).
6093
6094 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * iswitchb.el (iswitchb-mode): Mark obsolete.
6097
6098 2013-11-11 Glenn Morris <rgm@gnu.org>
6099
6100 * international/uni-bidi.el, international/uni-category.el:
6101 * international/uni-name.el, international/uni-numeric.el:
6102 Regenerate for Unicode 6.3.0.
6103
6104 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6105
6106 * net/tramp.el (tramp-methods):
6107 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6108 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6109
6110 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6111
6112 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6113 Force highlighting text after Summary keyword in doc face for rpm.
6114
6115 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6116
6117 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6118 available and the word has no wildcards, append one to the grep pattern.
6119 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6120 (ispell-complete-word): Call `ispell-lookup-words' with the value
6121 independent of `ispell-look-p'.
6122
6123 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6124
6125 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6126 Not after "||".
6127 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6128 their parent.
6129
6130 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6133 (ruby-font-lock-keywords): Use backquote.
6134
6135 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6136
6137 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6138 (ruby-smie--backward-token): Only consider full-string matches.
6139
6140 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6141
6142 * faces.el (describe-face): Add distant-foreground.
6143
6144 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6145
6146 * progmodes/ruby-mode.el: Improve encoding comment handling.
6147 (ruby-encoding-magic-comment-style): New option.
6148 (ruby-custom-encoding-magic-comment-template): New option.
6149 (ruby--insert-coding-comment, ruby--detect-encoding):
6150 New functions extracted from `ruby-mode-set-encoding'.
6151 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6152 to control the style of the auto-inserted encoding comment.
6153
6154 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6155
6156 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6157 Use `smie-backward-sexp' with token argument.
6158
6159 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6160
6161 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6162 Remove instrumentation code.
6163
6164 2013-11-08 Glenn Morris <rgm@gnu.org>
6165
6166 * progmodes/autoconf.el (autoconf-mode):
6167 Tweak comment-start-skip. (Bug#15822)
6168
6169 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6170
6171 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6172 at bobp (bug#15826).
6173 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6174
6175 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6176
6177 * man.el (Man-start-calling): New macro, extracted from
6178 Man-getpage-in-background.
6179 (Man-getpage-in-background): Use it.
6180 (Man-update-manpage): New command.
6181 (Man-mode-map): Bind it.
6182
6183 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6184
6185 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6186 of "and", "or", "&&" and "||".
6187 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6188 argument. Prohibit opening curly brace because it could only be a
6189 block opener in that position.
6190 (ruby-smie--forward-token, ruby-smie--backward-token):
6191 Separate "|" from "&" or "*" going after it. That can happen in block
6192 arguments.
6193 (ruby-smie--indent-to-stmt): New function, seeks the end of
6194 previous statement or beginning of buffer.
6195 (ruby-smie-rules): Use it.
6196 (ruby-smie-rules): Check if there's a ":" before a curly block
6197 opener candidate; if there is, it's a hash.
6198
6199 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6201 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6202 (cl--block-wrapper): Fix last accidental change.
6203
6204 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6205
6206 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6207 Instrument, in order to hunt failure on hydra.
6208
6209 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6210
6211 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6212 malformed bindings form (bug#15814).
6213
6214 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
6215
6216 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6217 "." compared to " @ ". This incidentally fixes some indentation
6218 examples with "do".
6219 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6220 (ruby-smie-grammar): New tokens: "and" and "or".
6221 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6222 Exclude "and" and "or". Remove "do" in order to work around token
6223 priorities.
6224 (ruby-smie-rules): Add all infix tokens. Handle the case of
6225 beginning-of-buffer.
6226
6227 2013-11-06 Glenn Morris <rgm@gnu.org>
6228
6229 * Makefile.in (setwins_almost, setwins_for_subdirs):
6230 Avoid accidental matches.
6231
6232 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * menu-bar.el (popup-menu): Use key-binding.
6235
6236 2013-11-06 Eli Zaretskii <eliz@gnu.org>
6237
6238 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6239 menus, support also the menus produced by minor modes.
6240 (Bug#15817)
6241
6242 2013-11-06 Leo Liu <sdl.web@gmail.com>
6243
6244 * thingatpt.el (thing-at-point-looking-at): Add optional arg
6245 DISTANCE to bound the search. All uses changed. (Bug#15808)
6246
6247 2013-11-06 Glenn Morris <rgm@gnu.org>
6248
6249 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6250 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6251 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6252
6253 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * electric.el (electric-indent-just-newline): New command.
6256 (electric-indent-mode-map): New keymap.
6257 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6258 Re-add :group which weren't redundant.
6259
6260 * electric.el (electric-indent-local-mode): New minor mode.
6261 (electric-indent-functions-without-reindent): New var.
6262 (electric-indent-post-self-insert-function): Use it.
6263 * emacs-lisp/gv.el (buffer-local-value): Add setter.
6264
6265 2013-11-05 Eli Zaretskii <eliz@gnu.org>
6266
6267 * international/quail.el (quail-help): Be more explicit about the
6268 meaning of the labels shown on the keys. (Bug#15800)
6269
6270 * startup.el (normal-top-level): Load the subdirs.el files before
6271 setting the locale environment. (Bug#15805)
6272
6273 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6274
6275 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6276 via arguments so as to get the right ones (bug#15418).
6277
6278 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6279
6280 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6281
6282 Fix problems found while writing a test suite.
6283
6284 * net/tramp-compat.el (tramp-compat-load): New defun.
6285 * net/tramp.el (tramp-handle-load): Use it.
6286
6287 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6288 "(numberp ok-if-already-exists)" correctly.
6289
6290 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
6291
6292 * international/characters.el (glyphless-char-display-control):
6293 Add usage note.
6294
6295 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
6296
6297 * progmodes/python.el (python-mode):
6298 * progmodes/scheme.el (scheme-mode):
6299 * progmodes/prolog.el (prolog-mode):
6300 * progmodes/ruby-mode.el (ruby-mode):
6301 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6302 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6303
6304 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * rect.el (rectangle--highlight-for-redisplay):
6307 * emacs-lisp/smie.el (smie--next-indent-change):
6308 Use buffer-chars-modified-tick.
6309
6310 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6311
6312 * electric.el (electric-indent-post-self-insert-function):
6313 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6314
6315 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
6316
6317 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6318
6319 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6320
6321 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6322 (bug#15786).
6323
6324 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
6327
6328 * progmodes/python.el: Fix up last change.
6329 (python-shell--save-temp-file): New function.
6330 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
6331 `string' comes from the current buffer.
6332 (python-shell-send-string-no-output): Remove `msg' arg.
6333 (python--use-fake-loc): New var.
6334 (python-shell-buffer-substring): Obey it. Try to compensate for the
6335 extra coding line added by python-shell--save-temp-file.
6336 (python-shell-send-region): Use python-shell--save-temp-file and
6337 python-shell-send-file directly. Add `nomain' argument.
6338 (python-shell-send-buffer): Use python-shell-send-region.
6339 (python-electric-pair-string-delimiter): New function.
6340 (python-mode): Use it.
6341
6342 2013-11-04 Eli Zaretskii <eliz@gnu.org>
6343
6344 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6345 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6346 environment and decoding all of the default-directory's to here
6347 from command-line.
6348 (command-line): Decode also argv[0].
6349
6350 * loadup.el: Error out if default-directory is a multibyte string
6351 when we are dumping.
6352
6353 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
6354
6355 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
6356
6357 * emacs-lisp/package.el (package-menu-mode)
6358 (package-menu--print-info, package-menu--archive-predicate):
6359 Add Archive column to package list.
6360
6361 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
6362
6363 Fix problems found while writing a test suite.
6364
6365 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6366 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6367 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6368 to nil when running original file name handler. Otherwise,
6369 there are problems with constructs like "$$FOO".
6370
6371 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6372 for `localname'.
6373
6374 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
6375
6376 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6377
6378 * subr.el (version<, version<=, version=):
6379 Update docstrings with information for snapshot versions.
6380
6381 * helpers.el: New library for misc helper functions.
6382 (hash-table-keys): New function returning a list of hash keys.
6383 (hash-table-values): New function returning a list of hash values.
6384
6385 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
6386
6387 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6388 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6389
6390 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
6391
6392 * textmodes/fill.el (fill-single-char-nobreak-p): New function
6393 checking whether point is after a 1-letter word.
6394
6395 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6396
6397 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6398 Don't infloop when expanding region over `multiline' syntax-type that
6399 begins a line (bug#15778).
6400
6401 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6404 Make it into a proper minor mode.
6405 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
6406 (rectangle-mark-mode-map): New keymap.
6407 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6408
6409 2013-11-04 Glenn Morris <rgm@gnu.org>
6410
6411 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6412
6413 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6416 (ruby-smie-rules): Use smie-rule-parent instead.
6417
6418 * emacs-lisp/smie.el (smie-rule-parent): Always call
6419 smie-indent-virtual rather than only for hanging tokens.
6420 (smie--next-indent-change): New helper command.
6421
6422 2013-11-03 Glenn Morris <rgm@gnu.org>
6423
6424 * Makefile.in (abs_srcdir): Remove.
6425 (emacs): Unset EMACSLOADPATH.
6426
6427 2013-11-02 Glenn Morris <rgm@gnu.org>
6428
6429 * Makefile.in (EMACS): Use a relative filename.
6430 (abs_top_builddir): Remove.
6431 (custom-deps, finder-data, autoloads): Use --chdir.
6432
6433 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6434
6435 Use relative filenames in TAGS files.
6436 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6437 (lisptagsfiles4, TAGS): Use relative file names.
6438 (TAGS-LISP): Remove.
6439 (maintainer-clean): No more TAGS-LISP file.
6440
6441 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6442 (lisptagsfiles4): Use absolute filenames again.
6443 (TAGS, TAGS-LISP): Not everything needs to run in one line.
6444 Remove all *loaddefs files, not just the first. Remove esh-groups.
6445 (maintainer-clean): Delete TAGS, TAGS-LISP.
6446
6447 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6448
6449 * emacs-lisp/package.el (package-version-join):
6450 Recognize snapshot versions.
6451
6452 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6453
6454 * subr.el (version-regexp-alist): Add support for snapshot versions.
6455
6456 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6457
6458 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6459 New function, replacement for `smie-rule-parent' for when we want to
6460 skip over our direct parent if it's an assignment token..
6461 (ruby-smie-rules): Use it.
6462
6463 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6464
6465 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6466 unconditionally. Remove now unnecessary forward declarations.
6467 Remove XEmacs-specific setup.
6468 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6469 (ruby-font-lock-syntactic-keywords)
6470 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6471 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6472 (ruby-here-doc-end-syntax): Remove.
6473 (ruby-mode): Don't check whether `syntax-propertize-rules' is
6474 defined as function.
6475
6476 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6477
6478 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6479
6480 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6481
6482 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6483 table and abbrev table, `define-derived-mode' does that for us
6484 anyway.
6485
6486 2013-11-01 Glenn Morris <rgm@gnu.org>
6487
6488 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6489 files is atomic for some time, so no parallel compilation issues).
6490
6491 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6492
6493 * faces.el (face-x-resources): Add :distant-foreground.
6494 (region): Use :distant-foreground for gtk and ns.
6495
6496 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6497
6498 Allow multiple bibliographies when BibLaTeX is used rather than
6499 BibTeX.
6500 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6501 (reftex-locate-bibliography-files): Us it.
6502
6503 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6504
6505 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6506 allow comments in pbm files.
6507
6508 * term/w32-win.el (dynamic-library-alist): Support newer versions
6509 of libjpeg starting with v7: look only for the DLL from the
6510 version against which Emacs was built.
6511 Support versions of libpng beyond 1.4.x.
6512 Support libtiff v4.x.
6513
6514 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6515
6516 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6517 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6518 Add property :safe.
6519 (ruby-deep-arglist): Add property :type.
6520
6521 2013-10-31 Glenn Morris <rgm@gnu.org>
6522
6523 * Makefile.in (custom-deps, finder-data): No need to setq the target
6524 variables, we are in the right directory and the defaults work fine.
6525
6526 2013-10-30 Glenn Morris <rgm@gnu.org>
6527
6528 * Makefile.in (autoloads): Do not use abs_lisp.
6529
6530 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6531 `newline' does not respect `standard-output', so use `princ'.
6532
6533 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6534
6535 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6536 * buff-menu.el (Buffer-menu--unmark): New function.
6537 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6538
6539 2013-10-30 Glenn Morris <rgm@gnu.org>
6540
6541 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6542
6543 * emacs-lisp/package.el (lm-homepage): Declare.
6544
6545 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6546 Fix doc typos.
6547
6548 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6549
6550 * Makefile.in (finder-data, autoloads, update-subdirs)
6551 (compile-main, compile-clean, compile-always, bootstrap-clean):
6552 Check return value of cd.
6553 (compile-calc): Remove.
6554
6555 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6558
6559 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6560 (byte-compile-and-folded): New function.
6561 (=, <, >, <=, >=): Use it.
6562
6563 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6564 (path-separator, null-device, buffer-file-coding-system)
6565 (lpr-headers-switches): Check system-type before modifying them.
6566 (find-buffer-file-type-coding-system): Mark obsolete.
6567 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6568 find-file-not-found-set-buffer-file-coding-system.
6569 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6570 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6571 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6572 (w32-direct-print-region-helper, w32-direct-print-region-function)
6573 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6574 * startup.el (normal-top-level-add-subdirs-to-load-path):
6575 * ps-print.el (ps-print-region-function):
6576 * lpr.el (print-region-function): Use new name.
6577
6578 * subr.el (custom-declare-variable-early): Remove function.
6579 (custom-declare-variable-list): Remove var.
6580 (error, user-error): Remove `while' loop.
6581 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6582 (user-emacs-directory-warning, locate-user-emacs-file):
6583 Move to files.el.
6584 * simple.el (read-quoted-char-radix, read-quoted-char):
6585 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6586 Move from subr.el.
6587 * custom.el (custom-declare-variable-list): Don't process
6588 custom-declare-variable-list.
6589
6590 * progmodes/python.el (python-shell-get-buffer): New function.
6591 (python-shell-get-process): Use it.
6592 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6593 Python which encoding was used. Don't split-string since we only care
6594 about the first line. Return the temp-file, if applicable.
6595 (python-shell-send-region): Tell compile.el how to turn locations in
6596 the temp-file into locations in the source buffer.
6597
6598 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * subr.el (undefined): Add missing behavior from the C code for
6601 unbound keys.
6602
6603 * rect.el: Use lexical-binding. Add new rectangular region support.
6604 (rectangle-mark): New command.
6605 (rectangle--region): New var.
6606 (deactivate-mark-hook): Reset rectangle--region.
6607 (rectangle--extract-region, rectangle--insert-for-yank)
6608 (rectangle--highlight-for-redisplay)
6609 (rectangle--unhighlight-for-redisplay): New functions.
6610 (region-extract-function, redisplay-unhighlight-region-function)
6611 (redisplay-highlight-region-function): Use them to handle
6612 rectangular region.
6613 * simple.el (region-extract-function): New var.
6614 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6615 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6616 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6617 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6618 (redisplay-unhighlight-region-function)
6619 (redisplay-highlight-region-function): New vars.
6620 (redisplay--update-region-highlight): New function.
6621 (pre-redisplay-function): Use it.
6622 (exchange-point-and-mark): Don't deactivate the mark before
6623 reactivate-it anyway.
6624 * comint.el (comint-kill-region): Remove yank-handler argument.
6625 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6626 (delete-char): Remove property, since it's now part of their
6627 default behavior.
6628 (self-insert-iso): Remove property since this command doesn't exist.
6629
6630 * emacs-lisp/package.el (package--download-one-archive)
6631 (describe-package-1): Don't query the user about final newline.
6632
6633 2013-10-29 Daniel Colascione <dancol@dancol.org>
6634
6635 * net/tramp.el (tramp-methods): Document new functionality.
6636 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6637 tramp-hostname-checker if method provides one instead of scanning
6638 argument list for "%h" to decide hostname acceptability.
6639
6640 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6641
6642 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6643 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6644 Handle COPY-CONTENTS. (Bug#15737)
6645
6646 2013-10-28 Daiki Ueno <ueno@gnu.org>
6647
6648 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6649 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6650
6651 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6652
6653 * image.el (defimage, image-load-path): Doc fixes.
6654
6655 2013-10-27 Alan Mackenzie <acm@muc.de>
6656
6657 Indent statements in macros following "##" correctly.
6658 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6659 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6660
6661 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6662
6663 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6664
6665 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6666
6667 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6668 after `=' is probably a new expression.
6669
6670 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6671
6672 * man.el (man-imenu-title): New option.
6673 (Man-mode-map): Add menu. (Bug#15722)
6674 (Man-mode): Add imenu to menu.
6675
6676 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6677
6678 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6679 specific in what the first arg can be: a non-keyword word,
6680 string/regexp/percent literal opener, opening paren, or unary
6681 operator followed directly by word.
6682
6683 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6684
6685 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6686 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6687 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6688 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6689 Remove vars, they do not apply any more.
6690 (prolog-mode-abbrev-table): Remove redundant declaration.
6691 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6692 (prolog-use-smie): Remove.
6693 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6694 supported by prolog-electric-if-then-else-flag.
6695 (prolog-mode-variables, prolog-menu): Use setq-local.
6696 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6697 Remove binding to `Backspace' since this key doesn't exist anyway.
6698 Remove bindings for electric self-inserting keys.
6699 (prog-mode): Assume it's defined.
6700 (prolog-post-self-insert): New function.
6701 (prolog-mode): Use it.
6702 (prolog-indent-line, prolog-indent-level)
6703 (prolog-find-indent-of-matching-paren)
6704 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6705 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6706 (prolog-goto-next-paren, prolog-in-string-or-comment)
6707 (prolog-tokenize, prolog-inside-mline-comment)
6708 (prolog-find-start-of-mline-comment): Remove functions.
6709 (prolog-find-unmatched-paren, prolog-clause-end)
6710 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6711 (prolog-electric--if-then-else): Rename from
6712 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6713 (prolog-tokenize-searchkey): Remove const.
6714 (prolog-clause-info): Use forward-sexp.
6715 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6716 (prolog-electric-if-then-else): Remove commands.
6717 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6718 for use in post-self-insert-hook.
6719 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6720 for use in post-self-insert-hook.
6721 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6722 for use in post-self-insert-hook.
6723 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6724 adapt it for use in post-self-insert-hook.
6725
6726 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6727
6728 * emacs-lisp/ert.el (ert-run-tests-interactively):
6729 Use `completing-read'. (Bug#9756)
6730
6731 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6732
6733 * simple.el (line-move): Call line-move-1 instead of
6734 line-move-visual when the current window hscroll is zero, but
6735 temporary-goal-column indicates we will need to hscroll as result
6736 of the movement. (Bug#15712)
6737
6738 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6739
6740 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6741 capitalization. Use :visible instead of :active.
6742 Fix `ruby-indent-exp' reference. Add menu items for the generic
6743 commands that are used with SMIE.
6744 (ruby-do-end-to-brace): Insert space after `{'.
6745
6746 2013-10-25 John Anthony <john@jo.hnanthony.com>
6747
6748 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6749
6750 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6751
6752 2013-10-25 Glenn Morris <rgm@gnu.org>
6753
6754 * vc/vc.el (vc-print-log): Don't use a working revision unless
6755 one was explicitly specified. (Bug#15322)
6756
6757 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6758
6759 * subr.el (add-to-list): Preserve return value in compiler-macro
6760 (bug#15692).
6761
6762 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6763
6764 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6765 result. Ask user to retry using '-all' flag. (Bug#15701)
6766
6767 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * emacs-lisp/smie.el: New smie-config system.
6770 (smie-config): New defcustom.
6771 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6772 (smie-config-guess, smie-config-save): New commands.
6773 (smie-config--mode-local, smie-config--buffer-local)
6774 (smie-config--trace, smie-config--modefuns): New vars.
6775 (smie-config--advice, smie-config--mode-hook)
6776 (smie-config--setter, smie-config-local, smie-config--get-trace)
6777 (smie-config--guess-value, smie-config--guess): New functions.
6778 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6779 text properties. Treat "string fence" syntax like string syntax.
6780
6781 * progmodes/sh-script.el (sh-use-smie): Change default.
6782 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6783 (sh-var-value): Simplify by CSE.
6784 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6785 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6786 is used.
6787 (sh-guess-basic-offset): Use cl-incf.
6788 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6789
6790 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
6791
6792 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6793 (bug#15699).
6794
6795 2013-10-24 Glenn Morris <rgm@gnu.org>
6796
6797 * Makefile.in (abs_top_srcdir): Remove.
6798 (update-subdirs): Use relative path to update-subdirs.
6799
6800 2013-10-24 Eli Zaretskii <eliz@gnu.org>
6801
6802 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6803 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6804 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6805 Call unmsys--file-name before expand-file-name, not after it.
6806
6807 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
6808
6809 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6810 (ert-test-skipped): New error.
6811 (ert-skip, ert-stats-skipped): New defuns.
6812 (ert--skip-unless): New macro.
6813 (ert-test-skipped): New struct.
6814 (ert--run-test-debugger, ert-test-result-type-p)
6815 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6816 (ert--stats-set-test-and-result, ert-char-for-test-result)
6817 (ert-string-for-test-result, ert-run-tests-batch)
6818 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6819 Handle skipped tests. (Bug#9803)
6820
6821 2013-10-24 Glenn Morris <rgm@gnu.org>
6822
6823 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6824
6825 * Makefile.in (abs_top_srcdir): New, set by configure.
6826 (update-subdirs): Correct build-aux location.
6827
6828 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6829
6830 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6831 value, whether we could auto-deduce `backend', or not.
6832
6833 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6834 with parameters" example. Simplify the "is it block or is it
6835 hash" check, but also make it more thorough.
6836
6837 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6838
6839 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6840
6841 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6844 { if it is hanging.
6845
6846 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6847 :before ";".
6848
6849 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6850
6851 * progmodes/compile.el (compilation-directory-matcher)
6852 (compilation-page-delimiter):
6853 Support GNU Make-4.0 directory quoting. (Bug#15678)
6854
6855 2013-10-23 Leo Liu <sdl.web@gmail.com>
6856
6857 * ido.el (ido-tidy): Handle read-only text.
6858
6859 2013-10-23 Glenn Morris <rgm@gnu.org>
6860
6861 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6862 (emacs, compile, compile-always):
6863 Quote entities that might contain whitespace.
6864 (custom-deps, finder-data, autoloads): Use abs_lisp.
6865 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6866 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6867 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6868
6869 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6870
6871 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6872 Use `following-char'.
6873
6874 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6877 * progmodes/ruby-mode.el (ruby-smie-rules):
6878 Remove corresponding workaround. Fix indentation rule of ";" so it
6879 also applies when ";" is the parent.
6880
6881 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6882
6883 * frame.el (display-screens, display-pixel-height)
6884 (display-pixel-width, display-mm-width, display-backing-store)
6885 (display-save-under, display-planes, display-color-cells)
6886 (display-visual-class, display-monitor-attributes-list):
6887 Mention the optional ‘display’ argument in doc strings.
6888
6889 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6890
6891 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6892 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6893
6894 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6895
6896 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6897 TODO. Add "." after " @ ".
6898 (ruby-smie--at-dot-call): New function. Checks if point at method
6899 call with explicit target.
6900 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6901 to the method name tokens when it precedes them.
6902 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6903 (ruby-smie-rules): Add rule for indentation before and after "."
6904 token.
6905
6906 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 * textmodes/remember.el (remember-diary-extract-entries):
6909 Avoid add-to-list.
6910
6911 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6912 an instruction.
6913
6914 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6915
6916 * progmodes/ruby-mode.el (ruby-smie-grammar):
6917 Add (almost) all infix operators.
6918 (ruby-smie--implicit-semi-p): Add new operator chars.
6919
6920 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6921 `smie-down-list'.
6922 (ruby-smie--args-separator-p): Check that there's no newline
6923 between method call and its arguments.
6924
6925 2013-10-20 Alan Mackenzie <acm@muc.de>
6926
6927 Allow comma separated lists after Java "implements".
6928
6929 * progmodes/cc-engine.el (c-backward-over-enum-header):
6930 Parse commas.
6931 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6932 from a "disallowed" list in enum fontification.
6933
6934 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6935
6936 * startup.el (default-frame-background-mode): Remove unused defvar.
6937
6938 * progmodes/verilog-mode.el (verilog-mode): Don't set
6939 comment-indent-function globally.
6940
6941 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6942
6943 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6944 Move Info menu item creation to ns-win.el.
6945
6946 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6947 in menu bar.
6948
6949 * menu-bar.el: Move GNUstep specific menus...
6950
6951 * term/ns-win.el (ns-initialize-window-system): ... to here.
6952
6953 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * simple.el (newline): Only run post-self-insert-hook when
6956 called interactively.
6957
6958 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6959
6960 * icomplete.el (icomplete-with-completion-tables): Add :version.
6961
6962 2013-10-19 Alan Mackenzie <acm@muc.de>
6963
6964 Fix fontification bugs with constructors and const.
6965
6966 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6967 CASE 2) Remove the check for the absence of a suffix construct
6968 after a function declaration with only types (no identifiers) in
6969 the parentheses. Also, accept a function declaration with just a
6970 type inside the parentheses, if this type can be positively
6971 recognised as such, or if a prefix keyword like "explicit" nails
6972 down the construct as a declaration.
6973
6974 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6975
6976 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6977 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6978 the problem whereby selecting a menu item that leads to a
6979 minibuffer prompt moves the cursor out of the minibuffer window,
6980 making it hard to type at the prompt. Suggested by Stefan Monnier
6981 <monnier@iro.umontreal.ca>.
6982
6983 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6984
6985 * menu-bar.el: Don't make Services menu.
6986
6987 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6988
6989 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6990 (ffap-alist): Use ffap-c++-mode for c++-mode.
6991 (ffap-c++-path): New variable.
6992 (ffap-c++-mode): New function.
6993
6994 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6995
6996 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6997
6998 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
6999
7000 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7001 introduced on 2013-09-08, which results in an infinite loop
7002 requesting a password.
7003
7004 2013-10-18 Glenn Morris <rgm@gnu.org>
7005
7006 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7007
7008 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7009
7010 Sync with upstream verilog-mode revision 1a6ecec7.
7011 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7012 (verilog-mode-release-date): Remove.
7013 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7014 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7015 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7016 (verilog-auto-tieoff-ignore-regexp)
7017 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7018 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7019 (verilog-signals-with, verilog-dir-cache-preserving)
7020 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7021 Doc fixes.
7022 (verilog-case-fold): New option, to control case folding in
7023 regexp searches, bug597.
7024 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7025 (verilog-string-match-fold, verilog-in-paren-count)
7026 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7027 (verilog-at-close-struct-p): New functions.
7028 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7029 (verilog-forward-sexp, verilog-set-auto-endcomments)
7030 (verilog-leap-to-case-head): Handle "unique0" case.
7031 (verilog-in-constraint-re): New constant.
7032 (verilog-keywords, verilog-type-font-keywords):
7033 Add some SystemVerilog 1800-2012 keywords.
7034 (verilog-label-be): Remove unimplemented argument, bug669.
7035 (verilog-batch-execute-func): When batch expanding clear
7036 create-lockfiles to prevent spurious user locks when a file ends
7037 up not changing.
7038 (verilog-calculate-indent, verilog-calc-1)
7039 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7040 (verilog-do-indent): Fix indentation of nested constraints
7041 and structures.
7042 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7043 (verilog-auto-inst-param): Use verilog-string-match-fold.
7044 (verilog-read-inst-module-matcher):
7045 Fix AUTOINST on gate primitives with #1.
7046 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7047 Reads all user-defined typed variables.
7048 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7049 (verilog-signals-matching-regexp)
7050 (verilog-signals-not-matching-regexp, verilog-auto):
7051 Respect verilog-case-fold.
7052 (verilog-diff-report): Fix line count.
7053 (verilog-auto-assign-modport): Remove unused local `modi'.
7054 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7055 better handle multidimensional arrays.
7056 Fix packed array ports misadding bit index in AUTOINST, bug637.
7057 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7058 to not double-declare existing outputs and inputs, respectively.
7059 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7060 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7061 (verilog-sk-uvm-component): New skeleton.
7062 (verilog-submit-bug-report): Add verilog-case-fold,
7063 remove verilog-mode-release-date.
7064
7065 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7066
7067 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7068 as before.
7069
7070 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7071
7072 * textmodes/remember.el (remember): Set buffer-offer-save in
7073 remember buffers (bug#13566).
7074
7075 2013-10-18 Daniel Colascione <dancol@dancol.org>
7076
7077 When evaluating forms in ielm, direct standard output to ielm
7078 buffer. Add new ielm-return-for-effect command. Remove trailing
7079 whitespace throughout.
7080
7081 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7082 (ielm-return-for-effect): New command.
7083 (ielm-send-input): Accept optional `for-effect' parameter.
7084 (ielm-eval-input): Accept optional `for-effect' parameter.
7085 Bind `standard-output' to stream we create using
7086 `ielm-standard-output-impl'. Suppress printing result when
7087 `for-effect'.
7088 (ielm-standard-output-impl): New function.
7089 (inferior-emacs-lisp-mode): Explain new features in documentation.
7090
7091 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7092
7093 Code cleanup.
7094
7095 * net/tramp.el (tramp-debug-message): Do not check for connection
7096 buffer.
7097 (tramp-message): Use "vector" connection property.
7098
7099 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7100 (tramp-equal-remote, tramp-eshell-directory-change)
7101 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7102 (tramp-adb-handle-rename-file)
7103 * net/tramp-cmds.el (tramp-list-remote-buffers)
7104 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7105 * net/tramp-compat.el (tramp-compat-process-running-p)
7106 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7107 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7108 (tramp-gvfs-handle-rename-file)
7109 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7110 (tramp-set-file-uid-gid)
7111 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7112 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7113 of `file-remote-p'.
7114
7115 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7116 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7117 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7118 (tramp-gw-open-network-stream): Suppress unrelated traces.
7119
7120 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7121 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7122 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7123 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7124 connection property.
7125
7126 * net/tramp-cache.el (top): Suppress traces when reading
7127 persistency file.
7128
7129 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7130 Refactor common code. Improve debug message.
7131 (tramp-maybe-open-connection)
7132 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7133 connection buffer too early.
7134
7135 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7136 from `tramp-smb-actions-with-acl'.
7137 (tramp-smb-actions-set-acl): New defconst.
7138 (tramp-smb-handle-copy-directory)
7139 (tramp-smb-action-get-acl): New defun, renamed from
7140 `tramp-smb-action-with-acl'.
7141 (tramp-smb-action-set-acl): New defun.
7142 (tramp-smb-handle-set-file-acl): Rewrite.
7143
7144 2013-10-17 Glenn Morris <rgm@gnu.org>
7145
7146 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7147
7148 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * skeleton.el (skeleton-newline): Remove.
7151 (skeleton-internal-1): Use (insert "\n") instead.
7152
7153 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7154 let-bindings.
7155
7156 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7157 forward-sexp-function while we redo its job (bug#15613).
7158
7159 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7160
7161 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7162 represented by lists.
7163
7164 2013-10-16 Glenn Morris <rgm@gnu.org>
7165
7166 * tmm.el (tmm--history): New dynamic variable.
7167 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7168
7169 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7170
7171 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7172 (tramp-smb-errors): Add error messages.
7173 (tramp-smb-actions-with-acl): New defconst.
7174 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7175 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7176 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7177 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7178 (tramp-smb-get-stat-capability): Fix tests.
7179
7180 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7181
7182 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7183 (bug#15580).
7184
7185 2013-10-16 Glenn Morris <rgm@gnu.org>
7186
7187 * ansi-color.el (ansi-color-drop-regexp):
7188 Add 1J, 1K, 2K. (Bug#15617)
7189
7190 * files.el (hack-local-variables--warned-lexical): New.
7191 (hack-local-variables):
7192 Warn about misplaced lexical-binding. (Bug#15616)
7193
7194 * net/eww.el (eww-render): Always set eww-current-url,
7195 and update header line. (Bug#15622)
7196 (eww-display-html): ... Rather than just doing it here.
7197
7198 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7199
7200 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7201 menu navigations commands.
7202
7203 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7204
7205 * progmodes/subword.el (subword-capitalize): Be careful when
7206 the search for [[:alpha:]] fails (bug#15580).
7207
7208 2013-10-14 Eli Zaretskii <eliz@gnu.org>
7209
7210 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7211 to commands that scroll the menu.
7212
7213 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7214
7215 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7216 Handle methods ending with `?' and `!'.
7217
7218 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
7219
7220 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7221 `japanese-cp932' to `cp932' to fix the problem where saving a
7222 source file written in Shift_JIS twice would end up having
7223 `coding: japanese-cp932' which Ruby could not recognize.
7224 (ruby-mode-set-encoding): Add support for encodings mapped to nil
7225 in `ruby-encoding-map'.
7226 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7227 doesn't need to be explicitly declared in magic comment.
7228 (ruby-encoding-map): Add type declaration for better customize UI.
7229
7230 2013-10-13 Glenn Morris <rgm@gnu.org>
7231
7232 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7233 Occur buffers are read-only. http://bugs.debian.org/720775
7234
7235 * emacs-lisp/authors.el (authors-fixed-entries):
7236 Comment out old alpha stuff.
7237
7238 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
7239
7240 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7241 to `after-save-hook' instead of `before-save-hook'.
7242 (ruby-mode-set-encoding): Use the value of coding system used to
7243 write the file. Call `basic-save-buffer-1' after modifying the
7244 buffer.
7245
7246 2013-10-13 Alan Mackenzie <acm@muc.de>
7247
7248 Fix indentation/fontification of Java enum with
7249 "implements"/generic.
7250
7251 * progmodes/cc-engine.el (c-backward-over-enum-header):
7252 Extracted from the three other places and enhanced to handle generics.
7253 (c-inside-bracelist-p): Uses new function above.
7254 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7255 function above.
7256 (c-font-lock-enum-tail): Uses new function above.
7257
7258 2013-10-13 Kenichi Handa <handa@gnu.org>
7259
7260 * international/mule-cmds.el (select-safe-coding-system): Remove a
7261 superfluous condition in chekcing whether a coding system is safe
7262 or not.
7263
7264 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
7265
7266 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
7267
7268 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
7269
7270 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
7271
7272 2013-10-13 Glenn Morris <rgm@gnu.org>
7273
7274 * menu-bar.el (menu-bar-update-buffers):
7275 Unify Buffers menu prompt string. (Bug#15576)
7276
7277 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
7278
7279 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7280 Add some entries.
7281 (authors-fixed-entries): Use accented form of name.
7282
7283 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7286 method calls (bug#15594).
7287 (ruby-smie--args-separator-p): New function.
7288 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7289 recognize paren-free method calls.
7290
7291 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7292 internals of universal-argument.
7293
7294 2013-10-11 Eli Zaretskii <eliz@gnu.org>
7295
7296 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7297 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7298 dropped menu on second mouse click on the menu bar.
7299
7300 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7301
7302 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7303 (explicit-shell-file-name): Declare.
7304 (sh--vars-before-point, sh--cmd-completion-table): New functions.
7305 (sh-completion-at-point-function): New function.
7306 (sh-mode): Use it.
7307 (sh-smie--keyword-p): Remove unused argument.
7308 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7309 vars.
7310 (sh-set-shell): Always setup SMIE, even if we use the
7311 old indentation code.
7312
7313 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
7314
7315 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7316 cases of ? and =.
7317 (ruby-smie-rules): Simplify the "do" rule. The cases when the
7318 predicate would return nil are almost non-existent.
7319 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7320
7321 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7322 cache also after commands that modify the buffer but don't move
7323 point.
7324
7325 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * env.el (substitute-env-in-file-name): New function.
7328 (substitute-env-vars): Extend the meaning of the optional arg.
7329
7330 2013-10-10 Eli Zaretskii <eliz@gnu.org>
7331
7332 * term/w32-win.el (dynamic-library-alist): Define separate lists
7333 of GIF DLLs for versions before and after 5.0.0 of giflib.
7334 (Bug#15531)
7335
7336 2013-10-10 João Távora <joaotavora@gmail.com>
7337
7338 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7339 not locked, use last revision and current source as
7340 defaults. (Bug#15569)
7341
7342 2013-10-10 Masatake YAMATO <yamato@redhat.com>
7343
7344 * menu-bar.el (menu-bar-open): Don't use popup-menu if
7345 menu-bar is hidden.
7346
7347 2013-10-10 Martin Rudalics <rudalics@gmx.at>
7348
7349 * window.el (pop-to-buffer-same-window): Fix doc-string.
7350 (Bug#15492)
7351
7352 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7353
7354 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7355
7356 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
7357
7358 * calendar/icalendar.el (icalendar-import-file):
7359 Fix interactive spec. (Bug#15482)
7360
7361 2013-10-10 Glenn Morris <rgm@gnu.org>
7362
7363 * desktop.el (desktop-save): Default to saving in .emacs.d,
7364 since PWD is no longer in desktop-path by default. (Bug#15319)
7365
7366 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7367 now that text mode has a menu with the same entry.
7368 (menu-bar-text-mode-auto-fill): Remove now unused func.
7369 * textmodes/text-mode.el (text-mode-map):
7370 Use auto-fill help text from menu-bar.el.
7371
7372 2013-10-10 John Anthony <john@jo.hnanthony.com>
7373
7374 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
7375
7376 2013-10-09 Juri Linkov <juri@jurta.org>
7377
7378 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7379 instead of this-command-keys. Add universal-argument-more and
7380 universal-argument-minus to the list of prefix commands. (Bug#15568)
7381
7382 2013-10-09 Glenn Morris <rgm@gnu.org>
7383
7384 * vc/vc-svn.el (vc-svn-create-repo):
7385 Expand paths in file://... url. (Bug#15446)
7386
7387 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7388 Add some entries.
7389 (authors): Remove unused local variables.
7390
7391 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * profiler.el: Create a more coherent calltree from partial backtraces.
7394 (profiler-format): Hide the tail with `invisible' so that C-s can still
7395 find the hidden elements.
7396 (profiler-calltree-depth): Don't recurse so enthusiastically.
7397 (profiler-function-equal): New hash-table-test.
7398 (profiler-calltree-build-unified): New function.
7399 (profiler-calltree-build): Use it.
7400 (profiler-report-make-name-part): Indent the calltree less.
7401 (profiler-report-mode): Add visibility specs for profiler-format.
7402 (profiler-report-expand-entry, profiler-report-toggle-entry):
7403 Expand the whole subtree when provided with a prefix arg.
7404
7405 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
7406
7407 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7408 iuwu-mod token.
7409 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7410 hanging iuwu-mod token.
7411 (ruby-smie--forward-token): Do not include a dot after a token in
7412 that token.
7413 (ruby-smie--backward-token): Likewise.
7414
7415 2013-10-08 Juri Linkov <juri@jurta.org>
7416
7417 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7418 to isearch-other-control-char.
7419 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7420 and isearch-post-command-hook to post-command-hook.
7421 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7422 and isearch-post-command-hook from post-command-hook.
7423 (isearch-unread-key-sequence)
7424 (isearch-reread-key-sequence-naturally)
7425 (isearch-lookup-scroll-key, isearch-other-control-char)
7426 (isearch-other-meta-char): Remove functions.
7427 (isearch-pre-command-hook, isearch-post-command-hook):
7428 New functions based on isearch-other-meta-char rewritten
7429 relying on the new behavior of overriding-terminal-local-map
7430 that does not replace the local keymaps any more. (Bug#15200)
7431
7432 2013-10-08 Eli Zaretskii <eliz@gnu.org>
7433
7434 Support menus on text-mode terminals.
7435 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7436 functionality.
7437
7438 * tooltip.el (tooltip-mode): Don't error out on TTYs.
7439
7440 * menu-bar.el (popup-menu, popup-menu-normalize-position):
7441 Move here from mouse.el.
7442 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7443 and arrow keys.
7444 (tty-menu-navigation-map): New map for TTY menu navigation.
7445
7446 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7447
7448 * frame.el (display-mouse-p): Report text-mode mouse as available
7449 on w32.
7450 (display-popup-menus-p): Report availability if mouse is
7451 available; don't condition on window-system.
7452
7453 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7454 (tty-menu-selected-face): New faces.
7455
7456 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7459 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7460 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7461 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7462 New constants.
7463 (lisp-mode-variables): New `elisp' argument.
7464 (emacs-lisp-mode): Use it.
7465 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7466 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7467
7468 * indent.el: Use lexical-binding.
7469 (indent-region): Add progress reporter.
7470 (tab-stop-list): Make it implicitly extend to infinity by repeating the
7471 last step.
7472 (indent--next-tab-stop): New function to implement this behavior.
7473 (tab-to-tab-stop, move-to-tab-stop): Use it.
7474
7475 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
7476
7477 * indent.el (indent-rigidly--current-indentation): New function.
7478 (indent-rigidly-map): New var.
7479 (indent-rigidly): Use it to provide interactive mode (bug#8196).
7480
7481 2013-10-08 Bastien Guerry <bzg@gnu.org>
7482
7483 * register.el (insert-register): Fix 2013-10-07 change.
7484
7485 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7486
7487 * progmodes/perl-mode.el: Use lexical-binding.
7488 Remove redundant :group args.
7489 (perl-nochange): Change default to be closer to other major modes's
7490 standard behavior.
7491 (perl-indent-line): Don't consider text on current line as a
7492 valid beginning of function from which to indent.
7493
7494 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7495 with more than one argument (bug#15538).
7496
7497 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7498
7499 * vc/pcvs.el: Use lexical-binding.
7500 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7501 environment of `eval'.
7502 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7503 than a list of expressions. Adjust callers.
7504 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7505
7506 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7507
7508 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7509 case of the dot in a chained method call being on the following line.
7510
7511 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * electric.el (electric-indent-inhibit): New var.
7514 (electric-indent-post-self-insert-function): Use it.
7515 * progmodes/python.el (python-mode): Set it.
7516
7517 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7518 open braces.
7519
7520 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7521
7522 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7523 (css-mode): Use electric-indent-chars.
7524
7525 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7526 (font-lock-beg, font-lock-end): Move before first use.
7527 (nxml-mode): Use syntax-propertize-function.
7528 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7529 (nxml-extend-after-change-region): Remove.
7530 * nxml/xmltok.el: Use lexical-binding.
7531 (xmltok-save): Use `declare'.
7532 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7533 * nxml/nxml-util.el: Use lexical-binding.
7534 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7535 Use `declare'.
7536 * nxml/nxml-ns.el: Use lexical-binding.
7537 (nxml-ns-save): Use `declare'.
7538 (nxml-ns-prefixes-for): Avoid add-to-list.
7539 * nxml/rng-match.el: Use lexical-binding.
7540 (rng--ipattern): Use cl-defstruct.
7541 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7542 (rng-cons-group-after, rng-subst-group-after)
7543 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7544 Use closures instead of `(lambda...).
7545
7546 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7547
7548 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7549 of BEG and END.
7550
7551 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7552 Use `tramp-handle-insert-file-contents'.
7553 (tramp-gvfs-handle-insert-file-contents): Remove function.
7554
7555 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7556 Use `save-restriction' in order to keep markers.
7557
7558 * net/trampver.el: Update release number.
7559
7560 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7561
7562 * progmodes/compile.el (compilation-parse-errors):
7563 Use compilation--put-prop.
7564 (compilation--ensure-parse): Check compilation-multiline.
7565
7566 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7567
7568 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7569 lexical-binding.
7570
7571 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7572
7573 * progmodes/ruby-mode.el: Fix recently added tests.
7574 (ruby-smie-grammar): Add - and +.
7575 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7576 (ruby-smie--backward-id): New functions.
7577 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7578 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7579 any more.
7580
7581 2013-10-07 Leo Liu <sdl.web@gmail.com>
7582
7583 * register.el (register-preview-delay)
7584 (register-preview-functions): New variables.
7585 (register-read-with-preview, register-preview)
7586 (register-describe-oneline): New functions.
7587 (point-to-register, window-configuration-to-register)
7588 (frame-configuration-to-register, jump-to-register)
7589 (number-to-register, view-register, insert-register)
7590 (copy-to-register, append-to-register, prepend-to-register)
7591 (copy-rectangle-to-register): Use register-read-with-preview to
7592 read register. (Bug#15525)
7593
7594 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7595
7596 * net/network-stream.el (network-stream-open-starttls): Don't add
7597 --insecure if it's already present, because that gnutls-cli
7598 rejects getting that parameter twice.
7599
7600 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7601
7602 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7603 keyword, too.
7604
7605 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7606
7607 * newcomment.el (comment-use-global-state): Change default value
7608 to t, mark obsolete (Bug#15251).
7609 (comment-beginning): In addition to `comment-to-syntax', check the
7610 value of `comment-use-global-state'.
7611
7612 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7613
7614 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7615 (ruby-comment-column): Follow the global default, by default.
7616 (ruby-smie-grammar): Add assignment syntax.
7617 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7618 open-paren, a comma, or a \.
7619 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7620 and line continuations.
7621 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7622 followed by implicit semi-colons. Add rule for string concatenation
7623 and for indentation at BOB.
7624 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7625
7626 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7627 calling next-sexp, since next-token may have skipped chars which
7628 next-sexp doesn't know should be skipped!
7629
7630 2013-10-05 Leo Liu <sdl.web@gmail.com>
7631
7632 * progmodes/octave.el (octave-send-region):
7633 Call compilation-forget-errors.
7634
7635 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7636
7637 * vc/vc-svn.el (vc-svn-find-admin-dir):
7638 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7639 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7640 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7641 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7642
7643 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7646
7647 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7648
7649 * subr.el (read-passwd): Hide chars even when called within a context
7650 where after-change-functions is disabled (bug#15501).
7651 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7652 until we removed ourself from overriding-terminal-local-map.
7653
7654 2013-10-04 Leo Liu <sdl.web@gmail.com>
7655
7656 * progmodes/octave.el (inferior-octave-mode):
7657 Call compilation-forget-errors.
7658
7659 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7660
7661 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7662
7663 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7664
7665 * net/secrets.el (secrets-create-collection): Add optional
7666 argument ALIAS. Use proper Label keyword. Append ALIAS as
7667 dbus-call-method argument. (Bug#15516)
7668
7669 2013-10-04 Leo Liu <sdl.web@gmail.com>
7670
7671 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7672 (inferior-octave-compilation-font-lock-keywords): New variables.
7673 (compilation-error-regexp-alist)
7674 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7675 (inferior-octave-mode): Use compilation-shell-minor-mode.
7676
7677 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7678
7679 * minibuffer.el (completion--replace): Be careful that `end' might be
7680 a marker.
7681
7682 2013-10-03 Daiki Ueno <ueno@gnu.org>
7683
7684 Add support for package signature checking.
7685 * emacs-lisp/package.el (url-http-file-exists-p)
7686 (epg-make-context, epg-context-set-home-directory)
7687 (epg-verify-string, epg-context-result-for)
7688 (epg-signature-status, epg-signature-to-string)
7689 (epg-check-configuration, epg-configuration)
7690 (epg-import-keys-from-file): Declare.
7691 (package-check-signature): New user option.
7692 (package-unsigned-archives): New user option.
7693 (package-desc): Add `signed' field.
7694 (package-load-descriptor): Set `signed' field if .signed file exists.
7695 (package--archive-file-exists-p): New function.
7696 (package--check-signature): New function.
7697 (package-install-from-archive): Check package signature.
7698 (package--download-one-archive): Check archive signature.
7699 (package-delete): Remove .signed file.
7700 (package-import-keyring): New command.
7701 (package-refresh-contents): Import default keyring.
7702 (package-desc-status): Add "unsigned" status.
7703 (describe-package-1, package-menu--print-info)
7704 (package-menu-mark-delete, package-menu--find-upgrades)
7705 (package-menu--status-predicate): Support "unsigned" status.
7706
7707 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7708
7709 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7710 the new compilation scheme using the new byte-codes.
7711
7712 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7713 (byte-pophandler): New byte codes.
7714 (byte-goto-ops): Adjust accordingly.
7715 (byte-compile--use-old-handlers): New var.
7716 (byte-compile-catch): Use new byte codes depending on
7717 byte-compile--use-old-handlers.
7718 (byte-compile-condition-case--old): Rename from
7719 byte-compile-condition-case.
7720 (byte-compile-condition-case--new): New function.
7721 (byte-compile-condition-case): New function that dispatches depending
7722 on byte-compile--use-old-handlers.
7723 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7724 when we can.
7725
7726 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7727 Optimize under `condition-case' and `catch' if
7728 byte-compile--use-old-handlers is nil.
7729 (disassemble-offset): Handle new bytecodes.
7730
7731 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * subr.el (error): Use `declare'.
7734 (decode-char, encode-char): Use advertised-calling-convention instead
7735 of the docstring to discourage use of the `restriction' arg.
7736
7737 2013-10-03 Daiki Ueno <ueno@gnu.org>
7738
7739 * epg.el (epg-verify-file): Add a comment saying that it does not
7740 notify verification error as a return value nor a signal.
7741 (epg-verify-string): Ditto.
7742
7743 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7744
7745 * progmodes/compile.el (compilation-start): Try globbing the arg to
7746 `cd' (bug#15417).
7747
7748 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7749
7750 Sync with Tramp 2.2.8.
7751
7752 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7753 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7754 * net/trampver.el: Update release number.
7755
7756 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7757
7758 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7759 and default-process-coding-system for darwin only.
7760
7761 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7764
7765 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7766
7767 * vc/vc-git.el (vc-git-grep): Disable pager.
7768
7769 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7770
7771 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7772 Use :url instead of :homepage, as per
7773 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7774
7775 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7776 non-nil, use `syntax-ppss' (Bug#15251).
7777
7778 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7779
7780 * progmodes/octave.el (inferior-octave-startup-file):
7781 Prefer ~/.emacs.d/init_octave.m.
7782
7783 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7784
7785 * emacs-lisp/package.el (package-desc-from-define):
7786 Accept additional arguments as plist, convert them to an alist and store
7787 them in the `extras' slot.
7788 (package-generate-description-file): Convert extras alist back to
7789 plist and append to the `define-package' form arguments.
7790 (package--alist-to-plist): New function.
7791 (package--ac-desc): Add `extras' slot.
7792 (package--add-to-archive-contents): Check if the archive-contents
7793 vector is long enough, and if it is, pass its `extras' slot value
7794 to `package-desc-create'.
7795 (package-buffer-info): Call `lm-homepage', pass the returned value
7796 to `package-desc-from-define'.
7797 (describe-package-1): Render the homepage button (Bug#13291).
7798
7799 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7800 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7801
7802 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7803
7804 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7805 and default-process-coding-system to utf-8-unix (Bug#15402).
7806
7807 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7808
7809 * subr.el (looking-back): Do not recommend using looking-back.
7810
7811 2013-09-28 Alan Mackenzie <acm@muc.de>
7812
7813 Fix indentation/fontification of Java enum with "implements".
7814
7815 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7816 regexp which matches "implements", etc., in Java.
7817 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7818 specifier clauses coming after "enum".
7819 * progmodes/cc-fonts.el (c-font-lock-declarations)
7820 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7821 after "enum".
7822
7823 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7824
7825 * faces.el (region): Change ns_selection_color to
7826 ns_selection_fg_color, add ns_selection_bg_color.
7827
7828 2013-09-28 Leo Liu <sdl.web@gmail.com>
7829
7830 * progmodes/octave.el (inferior-octave-completion-table)
7831 (inferior-octave-completion-at-point): Minor tweaks.
7832
7833 * textmodes/ispell.el (ispell-lookup-words): Rename from
7834 lookup-words. (Bug#15460)
7835 (lookup-words): Obsolete.
7836 (ispell-complete-word, ispell-command-loop): All uses changed.
7837
7838 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7839
7840 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7841 (octave-mode-menu): Add octave-send-buffer.
7842 (octave-send-buffer): New function.
7843
7844 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7845
7846 * progmodes/octave.el (octave-mode-map): Add key binding for
7847 octave-lookfor.
7848 (octave-mode-menu): Add octave-lookfor.
7849 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7850 octave-lookfor.
7851 (octave-lookfor): New function.
7852
7853 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7856 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7857 its convention.
7858 (cl--loop-set-iterator-function): New function.
7859 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7860 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7861 Bind `it' with `let' instead of substituting it with `cl-subst'.
7862 (cl--unused-var-p): New function.
7863 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7864 Eliminate some unused variable warnings (bug#15326).
7865
7866 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7867
7868 * doc-view.el (doc-view-scale-reset): Rename from
7869 `doc-view-reset-zoom-level'.
7870 (doc-view-scale-adjust): New command.
7871 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7872 `doc-view-scale-adjust'.
7873
7874 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7875
7876 * doc-view.el (doc-view-reset-zoom-level): New command.
7877 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7878 zoom commands (bug#15466).
7879
7880 2013-09-26 Kenichi Handa <handa@gnu.org>
7881
7882 * international/quail.el (quail-help): Make it not a command.
7883
7884 2013-09-26 Leo Liu <sdl.web@gmail.com>
7885
7886 * minibuffer.el (completion-all-sorted-completions): Make args
7887 optional as they are.
7888
7889 2013-09-25 Daniel Colascione <dancol@dancol.org>
7890
7891 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7892 specs are and that they're not evaluated.
7893
7894 2013-09-24 Sam Steingold <sds@gnu.org>
7895
7896 * midnight.el (clean-buffer-list-kill-regexps)
7897 (clean-buffer-list-kill-buffer-names): Update for the new Man
7898 buffer naming which includes the object name.
7899
7900 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7903 (eshell-parse-command, eshell-parse-pipeline): Use it since
7904 eshell-separate-commands requires a dynamic scoped var.
7905 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7906
7907 2013-09-23 Leo Liu <sdl.web@gmail.com>
7908
7909 * autoinsert.el (auto-insert-alist): Make the value of
7910 lexical-binding match its file setting.
7911
7912 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7913
7914 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7915
7916 * autoarg.el (autoarg-kp-digit-argument):
7917 * electric.el (Electric-command-loop):
7918 * kmacro.el (kmacro-step-edit-insert):
7919 Do not set universal-argument-num-events.
7920
7921 2013-09-22 Leo Liu <sdl.web@gmail.com>
7922
7923 * files.el (interpreter-mode-alist): Add octave.
7924
7925 2013-09-21 Alan Mackenzie <acm@muc.de>
7926
7927 C++: fontify identifier in declaration following "public:" correctly.
7928 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7929 to match "public", etc.
7930 (c-decl-prefix-re): Add ":" into the C++ value.
7931 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7932 bit. Add a check for a ":" preceded by "public", etc.
7933
7934 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7935
7936 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7937 recognized by GDB 7.5 and later.
7938
7939 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7940
7941 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7942
7943 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * subr.el (internal--call-interactively): New const.
7946 (called-interactively-p): Use it (bug#3984).
7947
7948 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7949
7950 * vc/pcvs.el (cvs-mode-ignore):
7951 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7952 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7953
7954 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7955
7956 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7957 (eshell-ls-orig-insert-directory): Remove.
7958 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7959 (eshell-ls-use-in-dired): Use advice-add/remove.
7960 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7961 Add `orig-fun' arg for use in :around advice.
7962 Make it check (redundantly) eshell-ls-use-in-dired.
7963
7964 2013-09-19 Glenn Morris <rgm@gnu.org>
7965
7966 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7967
7968 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7969
7970 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7971
7972 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7973
7974 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7975 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7976 (tramp-get-remote-python): New defuns.
7977 (tramp-get-remote-uid-with-perl)
7978 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7979 contributed by yary <not.com@gmail.com> (tiny change).
7980 (tramp-get-remote-uid-with-python)
7981 (tramp-get-remote-gid-with-python): New defuns. Python code
7982 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7983 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7984
7985 2013-09-19 Glenn Morris <rgm@gnu.org>
7986
7987 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7988
7989 * eshell/em-unix.el (eshell-remove-entries):
7990 Rename argument to avoid name-clash with global `top-level'.
7991
7992 * eshell/esh-proc.el (eshell-kill-process-function):
7993 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7994 (eshell-reset-after-proc): Remove unused arg `proc'.
7995
7996 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7997 (directory-files-and-attributes): Mark unused arg.
7998
7999 * eshell/em-unix.el (eshell-remove-entries):
8000 Remove unused arg `path'. Update callers.
8001
8002 * eshell/em-hist.el (eshell-hist-parse-arguments):
8003 Remove unused arg `silent'. Update callers.
8004
8005 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8006 Fix (f)boundp mix-up.
8007
8008 * eshell/em-smart.el (eshell-smart-scroll-window)
8009 (eshell-disable-after-change):
8010 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8011
8012 2013-09-18 Alan Mackenzie <acm@muc.de>
8013
8014 Fix fontification of type when followed by "const".
8015 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8016 "known" types from fontification.
8017
8018 2013-09-18 Glenn Morris <rgm@gnu.org>
8019
8020 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8021 (chart-face-list): Drop Emacsen without display-color-p.
8022
8023 * net/eww.el (libxml-parse-html-region): Declare.
8024 (eww-display-html): Explicit error if no libxml2 support.
8025
8026 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8027
8028 * image.el (image-type-from-buffer, image-multi-frame-p):
8029 Remove --without-x warning/error.
8030
8031 * mouse.el (mouse-yank-primary):
8032 * term.el (term-mouse-paste):
8033 Reorder to silence --without-x compilation.
8034
8035 * mpc.el (doc-view-mode): Silence --without-x compilation.
8036
8037 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8038 Silence --without-x compilation.
8039
8040 * progmodes/gud.el (gud-find-file, gud-mode):
8041 Silence --without-x compilation.
8042 (tooltip-mode): Declare.
8043
8044 * wdired.el (dired-backup-overwrite): Remove declaration.
8045 (wdired-mode-map): Add doc string.
8046
8047 * custom.el (x-get-resource): Declare.
8048
8049 * eshell/em-glob.el (ange-cache):
8050 * eshell/em-unix.el (ange-cache): Declare.
8051
8052 * faces.el (x-display-list, x-open-connection, x-get-resource):
8053 Declare.
8054
8055 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8056 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8057 Declare.
8058
8059 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8060
8061 * net/gnutls.el (gnutls-log-level): Declare.
8062
8063 * net/shr.el (image-size, image-animate): Declare.
8064
8065 * simple.el (font-info): Declare.
8066
8067 * subr.el (x-popup-dialog): Declare.
8068
8069 * term/common-win.el (x-select-enable-primary)
8070 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8071 Declare.
8072
8073 * term/ns-win.el (x-handle-args): Declare.
8074
8075 * term/x-win.el (x-select-enable-clipboard): Declare.
8076
8077 * term/w32-win.el (create-default-fontset): Declare.
8078
8079 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8080 Declare.
8081
8082 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8083 (fit-frame-to-buffer): Explicit error if --without-x.
8084 (mouse-autoselect-window-select): Silence compiler.
8085
8086 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8087
8088 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8089 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8090 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8091 * eshell/esh-util.el (eshell-sublist):
8092 Remove unused local variables.
8093
8094 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8095
8096 * textmodes/two-column.el: Make 2C-split work for --without-x.
8097 (scroll-bar-columns): Autoload.
8098 (top-level): Require fringe when compiling.
8099
8100 2013-09-18 Leo Liu <sdl.web@gmail.com>
8101
8102 * subr.el (add-hook): Robustify to handle closure as well.
8103
8104 2013-09-17 Glenn Morris <rgm@gnu.org>
8105
8106 * simple.el (messages-buffer-mode-map): Unbind "g".
8107
8108 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * help-mode.el (help-mode-finish): Use derived-mode-p.
8111 Remove obsolete highlighting.
8112
8113 * play/life.el (life-mode): Use define-derived-mode. Derive from
8114 special-mode.
8115 (life): Let-bind inhibit-read-only.
8116 (life-setup): Avoid `setq'. Use `life-mode'.
8117
8118 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8119 which should not be needed any more.
8120 (package-menu-refresh, package-menu-describe-package): Use user-error.
8121
8122 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8123 (eshell-post-rewrite-command-hook): Make obsolete.
8124 (eshell-parse-command): Simplify.
8125 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8126 (eshell--cmd): Declare.
8127 (eshell-parse-pipeline): Remove unused var `final-p'.
8128 Pass a dynvar to eshell-post-rewrite-command-hook.
8129 Implement the new eshell-post-rewrite-command-function.
8130 (eshell-invoke-directly): Remove unused arg `input'.
8131 * eshell/esh-io.el (eshell-io-initialize):
8132 Use eshell-post-rewrite-command-function (bug#15399).
8133 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8134 adjust to new calling convention.
8135 (eshell-create-handles): Rename args to avoid clashing with dynvar
8136 `standard-output'.
8137
8138 2013-09-17 Glenn Morris <rgm@gnu.org>
8139
8140 * simple.el (messages-buffer-mode): New major mode.
8141 (messages-buffer): New function.
8142 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8143 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8144 (ert-run-test): Use `messages-buffer' function.
8145 (ert--force-message-log-buffer-truncation): Ignore read-only.
8146 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8147 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8148
8149 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8150
8151 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8152
8153 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8154
8155 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * icomplete.el (icomplete-in-buffer): New var.
8158 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8159 vars and replace them with functions.
8160 (icomplete-minibuffer-setup): Adjust accordingly.
8161 (icomplete--completion-table, icomplete--completion-predicate)
8162 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8163 New functions.
8164 (icomplete-forward-completions, icomplete-backward-completions)
8165 (icomplete-simple-completing-p, icomplete-exhibit)
8166 (icomplete-completions): Use them.
8167 (icomplete--in-region-buffer): New var.
8168 (icomplete--in-region-setup): New function.
8169 (icomplete-mode): Use it.
8170
8171 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8172 (bug#15379).
8173 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8174 return args and options.
8175 (eshell-eval-using-options): Use the new return value of
8176 eshell--do-opts to set the options's vars in their scope.
8177 (eshell--set-option): Rename from eshell-set-option.
8178 Add arg `opt-vals'.
8179 (eshell--process-option): Rename from eshell-process-option.
8180 Add arg `opt-vals'.
8181 (eshell--process-args): Use an `opt-vals' alist to store the options's
8182 values during their processing and return them additionally to the
8183 remaining args.
8184
8185 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8186
8187 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8188 continuation character an operator, as far as indentation is
8189 concerned (Bug#15369).
8190
8191 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8192
8193 * window.el (window--state-put-2): Don't process buffer state
8194 when buffer doesn't exist any more (Bug#15382).
8195
8196 2013-09-15 Glenn Morris <rgm@gnu.org>
8197
8198 * eshell/em-unix.el (eshell/rm):
8199 Make -f ignore missing files. (Bug#15373)
8200
8201 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8202 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8203 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8204
8205 2013-09-14 Glenn Morris <rgm@gnu.org>
8206
8207 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8208
8209 2013-09-13 Glenn Morris <rgm@gnu.org>
8210
8211 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8212 (dired-guess-default): Make `file' available in the env. (Bug#15363)
8213
8214 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
8215
8216 * frame.el (x-focus-frame): Mark as declared in frame.c.
8217
8218 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8219
8220 * ls-lisp.el: Use advice-add.
8221 (original-insert-directory): Remove.
8222 (ls-lisp--insert-directory): Rename from insert-directory; add
8223 `orig-fun' argument.
8224 (insert-directory): Advise.
8225
8226 2013-09-13 Eli Zaretskii <eliz@gnu.org>
8227
8228 * term.el (term-emulate-terminal): Decode the command string
8229 before passing it to term-command-hook. (Bug#15337)
8230
8231 2013-09-13 Glenn Morris <rgm@gnu.org>
8232
8233 * eshell/esh-util.el (ange-cache): Move declaration earlier.
8234
8235 * eshell/esh-ext.el (eshell-search-path): Declare.
8236
8237 * eshell/em-prompt.el (eshell/pwd): Autoload it.
8238 Otherwise an error occurs if eshell-dirs module not loaded.
8239
8240 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8241
8242 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
8243
8244 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8245 `tramp-check-proper-host'. Check for a valid method name.
8246
8247 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8248 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8249 * net/tramp-sh.el (tramp-maybe-open-connection):
8250 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8251
8252 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8253 also for hash values.
8254
8255 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8256
8257 * term/ns-win.el (parameters): Don't declare as dynamic.
8258 (before-make-frame-hook): Don't add ineffective function.
8259
8260 * eshell/*.el: Use lexical-binding (bug#15231).
8261
8262 2013-09-12 Kenichi Handa <handa@gnu.org>
8263
8264 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8265
8266 2013-09-12 Glenn Morris <rgm@gnu.org>
8267
8268 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8269 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8270
8271 * subr.el (do-after-load-evaluation): Also give compiler warnings
8272 when obsolete files are used (except by obsolete files).
8273
8274 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8275 in the status output, assume `filename' is the first. (Bug#15322)
8276
8277 * vc/vc.el (vc-deduce-fileset): Doc fix.
8278
8279 * calc/calc-help.el (Info-goto-node):
8280 * progmodes/cperl-mode.el (Info-find-node):
8281 * vc/ediff.el (Info-goto-node): Update declarations.
8282
8283 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8284
8285 * vc/vc-bzr.el (vc-compilation-mode): Declare.
8286 (vc-bzr-pull): Require vc-dispatcher.
8287 * vc/vc-git.el (vc-compilation-mode): Declare.
8288 (vc-git-pull): Require vc-dispatcher.
8289
8290 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8291
8292 * progmodes/octave.el (help-button-action): Declare.
8293
8294 * shell.el (shell-directory-tracker): Output error as a message
8295 rather than just returning it as a string.
8296 (shell-process-pushd): Remove useless use of message.
8297
8298 * dframe.el (dframe-timer-fn):
8299 * files.el (dir-locals-read-from-file):
8300 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8301 (mpc-format):
8302 * reveal.el (reveal-post-command):
8303 * saveplace.el (load-save-place-alist-from-file):
8304 * shell.el (shell-resync-dirs):
8305 * w32-common-fns.el (x-get-selection-value):
8306 * emacs-lisp/copyright.el (copyright-find-copyright):
8307 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8308 * emulation/tpu-edt.el (tpu-copy-keyfile):
8309 * play/bubbles.el (bubbles--mark-neighbourhood):
8310 * progmodes/executable.el
8311 (executable-make-buffer-file-executable-if-script-p):
8312 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8313
8314 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 Cleanup Eshell to rely less on dynamic scoping.
8317 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8318 last-value, and ext-command here. Bind `args' closer to `body'.
8319 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8320 (eshell--args): Declare new dynamic var.
8321 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
8322 last-value, and ext-command. Pass `args' to `body'.
8323 (eshell-process-args): Bind eshell--args.
8324 (eshell-set-option): Use eshell--args.
8325 * eshell/eshell.el (eshell): Use derived-mode-p.
8326 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8327 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8328 (eshell-glob-function): Declare.
8329 * eshell/esh-util.el: Require cl-lib.
8330 (eshell-read-hosts-file): Avoid add-to-list.
8331 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8332 `err'.
8333 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8334 Declare.
8335 (eshell/diff): Remove unused var `err'.
8336 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8337 `killflag'.
8338 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8339 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8340 first use.
8341 * eshell/em-glob.el (eshell-glob-matches, message-shown):
8342 Move declaration before first use.
8343 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8344 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8345 rely on cl-return.
8346
8347 2013-09-12 Glenn Morris <rgm@gnu.org>
8348
8349 * term/ns-win.el (global-map): Remove binding for ispell-next,
8350 deleted 1999-05-29. (Bug#15357)
8351
8352 2013-09-11 Glenn Morris <rgm@gnu.org>
8353
8354 * echistory.el (electric-command-history): Remove call to deleted func.
8355
8356 * play/landmark.el (landmark-mode): Fix typos.
8357
8358 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8359 Check cvs-sort-ignore-file is bound.
8360
8361 * savehist.el: No need for cl when compiling on Emacs.
8362
8363 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8366 (bug#15338).
8367 (eshell-self-insert-command, eshell-send-invisible):
8368 Remove unused argument.
8369 (eshell-handle-control-codes): Remove unused var `orig'.
8370 Avoid delete-backward-char.
8371
8372 * files.el (set-auto-mode): Simplify a bit further.
8373
8374 2013-09-11 Glenn Morris <rgm@gnu.org>
8375
8376 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8377 (set-auto-mode): Don't regexp-quote elements.
8378 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8379 * progmodes/cc-mode.el (interpreter-mode-alist):
8380 * progmodes/ruby-mode.el (interpreter-mode-alist):
8381 Revert previous change.
8382
8383 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8384
8385 * play/snake.el (snake-mode):
8386 * play/mpuz.el (mpuz-mode):
8387 * play/landmark.el (lm-mode):
8388 * play/blackbox.el (blackbox-mode):
8389 * play/5x5.el (5x5-mode):
8390 * obsolete/options.el (Edit-options-mode):
8391 * net/quickurl.el (quickurl-list-mode):
8392 * net/newst-treeview.el (newsticker-treeview-mode):
8393 * mail/rmailsum.el (rmail-summary-mode):
8394 * mail/mspools.el (mspools-mode):
8395 * locate.el (locate-mode):
8396 * ibuffer.el (ibuffer-mode):
8397 * emulation/ws-mode.el (wordstar-mode):
8398 * emacs-lisp/debug.el (debugger-mode):
8399 * array.el (array-mode):
8400 * net/eudc.el (eudc-mode): Use define-derived-mode.
8401 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8402 Move initialization into declaration.
8403 (mairix-searches-mode): Use define-derived-mode.
8404 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8405 (eudc-edit-hotlist): Use dolist.
8406 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8407 (Man-mode): Use define-derived-mode.
8408 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8409 (Info-edit-mode): Use define-derived-mode.
8410 (Info-cease-edit): Use Info-mode.
8411 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8412 into declaration.
8413 (eshell-mode): Use define-derived-mode.
8414 * chistory.el (command-history-mode-map): Rename from
8415 command-history-map.
8416 (command-history-mode): Use define-derived-mode.
8417 (Command-history-setup): Remove function.
8418 * calc/calc.el (calc-trail-mode-map): New var.
8419 (calc-trail-mode): Use define-derived-mode.
8420 (calc-trail-buffer): Set calc-main-buffer manually.
8421 * bookmark.el (bookmark-insert-annotation): New function.
8422 (bookmark-edit-annotation): Use it.
8423 (bookmark-edit-annotation-mode): Make it a proper major mode.
8424 (bookmark-send-edited-annotation): Use derived-mode-p.
8425 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8426 closer to its ideal place. Use \' to match EOS.
8427
8428 * profiler.el (profiler-calltree-find): Use function-equal.
8429
8430 2013-09-10 Glenn Morris <rgm@gnu.org>
8431
8432 * files.el (interpreter-mode-alist): Convert to regexps.
8433 (set-auto-mode): Adapt for this. (Bug#15306)
8434 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8435 Comment out unused variable.
8436 * progmodes/cc-mode.el (interpreter-mode-alist):
8437 * progmodes/python.el (interpreter-mode-alist):
8438 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8439 * progmodes/sh-script.el (sh-set-shell):
8440 No longer use interpreter-mode-alist to get list of shells.
8441
8442 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8443
8444 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * simple.el: Use set-temporary-overlay-map for universal-argument.
8447 (universal-argument-map): Don't use default-bindings (bug#15317).
8448 Bind switch-frame explicitly. Replace universal-argument-minus with
8449 a conditional binding.
8450 (universal-argument-num-events, saved-overriding-map): Remove.
8451 (restore-overriding-map): Remove.
8452 (universal-argument--mode): Rename from save&set-overriding-map,
8453 and rewrite.
8454 (universal-argument, universal-argument-more, negative-argument)
8455 (digit-argument): Adjust accordingly.
8456 (universal-argument-minus): Remove.
8457 (universal-argument-other-key): Remove.
8458
8459 * subr.el (with-demoted-errors): Add `format' argument.
8460
8461 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
8462
8463 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
8464 `tramp-cleanup-connection'.
8465
8466 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8467 parameters KEEP-DEBUG and KEEP-PASSWORD.
8468
8469 * net/tramp.el (tramp-file-name-handler):
8470 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8471 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8472 (tramp-maybe-open-connection):
8473 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8474 Use `tramp-cleanup-connection'.
8475
8476 * net/tramp-sh.el (tramp-maybe-open-connection):
8477 Catch 'uname-changed inside the progress reporter.
8478
8479 2013-09-10 Glenn Morris <rgm@gnu.org>
8480
8481 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
8482
8483 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8484 returns "alternate access method" in mode (eg "-rw-r--r--.").
8485
8486 2013-09-08 Glenn Morris <rgm@gnu.org>
8487
8488 * saveplace.el (load-save-place-alist-from-file):
8489 Demote errors. (Bug#15305)
8490
8491 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8492
8493 Improve compatibility with older Emacsen, and XEmacs.
8494
8495 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8496 only if it is bound. It isn't for XEmacs.
8497 (with-tramp-progress-reporter): Do not let-bind `result'.
8498 This yields to scoping errors in XEmacs.
8499 (tramp-handle-make-auto-save-file-name): New function, moved from
8500 tramp-sh.el.
8501
8502 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8503 for `make-auto-save-file-name'.
8504 (tramp-adb--gnu-switches-to-ash):
8505 Use `tramp-compat-replace-regexp-in-string'.
8506
8507 * net/tramp-cache.el (tramp-cache-print): Call
8508 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8509
8510 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8511 bound. It isn't for XEmacs.
8512
8513 * net/tramp-compat.el (tramp-compat-copy-file):
8514 Catch `wrong-number-of-arguments' error.
8515 (tramp-compat-replace-regexp-in-string): New defun.
8516
8517 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8518 for `make-auto-save-file-name'.
8519 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8520 `copy-file'.
8521 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8522 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8523 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8524
8525 * net/tramp-gw.el (tramp-gw-open-network-stream):
8526 Use `tramp-compat-replace-regexp-in-string'.
8527
8528 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8529 Call `tramp-handle-make-auto-save-file-name'.
8530 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8531 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8532 (tramp-sh-file-inotifywait-process-filter):
8533 Use `tramp-compat-replace-regexp-in-string'.
8534 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8535
8536 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8537 for `make-auto-save-file-name'.
8538 (tramp-smb-handle-copy-directory):
8539 Call `tramp-compat-replace-regexp-in-string'.
8540 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8541 (tramp-smb-handle-copy-file): Improve error message.
8542 (tramp-smb-handle-rename-file): Rename directly only in case
8543 `newname' does not exist yet. This is a restriction of smbclient.
8544 (tramp-smb-maybe-open-connection): Rerun the function only when
8545 `auth-sources' is non-nil.
8546
8547 2013-09-08 Kenichi Handa <handa@gnu.org>
8548
8549 * international/characters.el: Set category "^" (Combining) for
8550 more characters.
8551
8552 2013-09-07 Alan Mackenzie <acm@muc.de>
8553
8554 Correctly fontify Java class constructors.
8555 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8556 in Java Mode.
8557 (c-recognize-typeless-decls): Set the Java value to t.
8558 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8559 While handling a "(", add a check for, effectively, Java, and handle a
8560 "typeless" declaration there.
8561
8562 2013-09-07 Roland Winkler <winkler@gnu.org>
8563
8564 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8565 field subtitle for entry type book.
8566
8567 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8568
8569 * minibuffer.el: Make minibuffer-complete call completion-in-region
8570 rather than other way around.
8571 (completion--some, completion-pcm--find-all-completions):
8572 Don't delay signals when debugging.
8573 (minibuffer-completion-contents): Beware fields within the
8574 minibuffer contents.
8575 (completion-all-sorted-completions): Use defvar-local.
8576 (completion--do-completion, completion--cache-all-sorted-completions)
8577 (completion-all-sorted-completions, minibuffer-force-complete):
8578 Add args `beg' and `end'.
8579 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8580 (minibuffer-complete): Use completion-in-region.
8581 (completion-complete-and-exit): New fun, extracted from
8582 minibuffer-complete-and-exit.
8583 (minibuffer-complete-and-exit): Use it.
8584 (completion--complete-and-exit): Rename from
8585 minibuffer--complete-and-exit.
8586 (completion-in-region--single-word): New function, extracted from
8587 minibuffer-complete-word.
8588 (minibuffer-complete-word): Use it.
8589 (display-completion-list): Make `common-substring' argument obsolete.
8590 (completion--in-region): Call completion--in-region-1 instead of
8591 minibuffer-complete.
8592 (completion-help-at-point): Pass boundaries to
8593 minibuffer-completion-help as args rather than via an overlay.
8594 (completion-pcm--string->pattern): Use `any-delim'.
8595 (completion-pcm--optimize-pattern): New function.
8596 (completion-pcm--pattern->regex): Handle `any-delim'.
8597 * icomplete.el (icomplete-forward-completions)
8598 (icomplete-backward-completions, icomplete-completions):
8599 Adjust calls to completion-all-sorted-completions and
8600 completion--cache-all-sorted-completions.
8601 (icomplete-with-completion-tables): Default to t.
8602 * emacs-lisp/crm.el (crm--current-element): Rename from
8603 crm--select-current-element. Don't put an overlay but return the
8604 boundaries instead.
8605 (crm--completion-command): Take two new args to bind to the boundaries.
8606 (crm-completion-help): Adjust accordingly.
8607 (crm-complete): Use completion-in-region.
8608 (crm-complete-word): Use completion-in-region--single-word.
8609 (crm-complete-and-exit): Use completion-complete-and-exit.
8610
8611 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8614 than dynamically.
8615
8616 2013-09-06 Juri Linkov <juri@jurta.org>
8617
8618 * info.el (Info-display-images-node): When image file doesn't exist
8619 display text version of the image if it's provided in the Info file.
8620 Otherwise, display the location of missing image from SRC attribute.
8621 Add help-echo text property from ALT attribute. (Bug#15279)
8622
8623 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8624
8625 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8626 (edit-abbrevs-mode): Use define-derived-mode.
8627
8628 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8629 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8630 that it's defined.
8631 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8632 Use define-derived-mode.
8633
8634 * epg.el (epg-start-encrypt): Minor CSE simplification.
8635
8636 2013-09-06 William Xu <william.xwl@gmail.com>
8637
8638 * arc-mode.el: Add support for 7za (bug#15264).
8639 (archive-7z-program): New var.
8640 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8641 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8642 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8643
8644 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8645
8646 Remove URL syntax.
8647
8648 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8649 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8650 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8651 (tramp-postfix-host-format, tramp-file-name-regexp)
8652 (tramp-completion-file-name-regexp)
8653 (tramp-completion-dissect-file-name)
8654 (tramp-handle-substitute-in-file-name): Remove 'url case.
8655 (tramp-file-name-regexp-url)
8656 (tramp-completion-file-name-regexp-url): Remove constants.
8657
8658 2013-09-06 Glenn Morris <rgm@gnu.org>
8659
8660 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8661
8662 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8663
8664 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8665 keywords" below "here-doc beginnings" (Bug#15270).
8666
8667 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8668
8669 * subr.el (pop): Use `car-safe'.
8670 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8671 to detect unused `pop' return value.
8672
8673 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8674 var `block-regexp'.
8675 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8676 (python-fill-string): Remove unused var `marker'.
8677 (python-skeleton-add-menu-items): Remove unused var `items'.
8678
8679 * international/mule-cmds.el: Require CL.
8680 (find-coding-systems-for-charsets): Avoid add-to-list.
8681 (sanitize-coding-system-list): New function, extracted from
8682 select-safe-coding-system-interactively.
8683 (select-safe-coding-system-interactively): Use it.
8684 (read-input-method-name): Accept symbols for `default'.
8685
8686 * emacs-lisp/advice.el (defadvice): Add indent rule.
8687
8688 2013-09-05 Daniel Hackney <dan@haxney.org>
8689
8690 * dired-x.el:
8691 * net/ange-ftp.el:
8692 * net/browse-url.el:
8693 * net/dbus.el:
8694 * net/eudc.el:
8695 * net/eudcb-ldap.el:
8696 * net/eww.el:
8697 * net/imap.el:
8698 * printing.el:
8699 * vc/ediff-diff.el:
8700 * vc/ediff-init.el:
8701 * vc/ediff-merg.el:
8702 * vc/ediff-mult.el:
8703 * vc/ediff-util.el:
8704 * vc/ediff-wind.el:
8705 * vc/ediff.el:
8706 * vc/emerge.el:
8707 * vc/pcvs.el:
8708 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8709 byte compiler. Remove some unused let-bound variables.
8710
8711 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8714 a "ref-cell", since it gets better optimized (bug#14883).
8715
8716 2013-09-05 Glenn Morris <rgm@gnu.org>
8717
8718 * progmodes/cc-awk.el (c-forward-sws): Declare.
8719
8720 2013-09-04 Glenn Morris <rgm@gnu.org>
8721
8722 * generic-x.el [rul-generic-mode]: Require cc-mode.
8723 (c++-mode-syntax-table): Declare.
8724 (rul-generic-mode-syntax-table): Init in the defvar.
8725
8726 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8727
8728 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8729 (vc-do-command, vc-set-async-update):
8730 * vc/vc-mtn.el (vc-mtn-dir-status):
8731 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8732 (vc-hg-pull, vc-hg-merge-branch):
8733 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8734 (vc-git-merge-branch):
8735 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8736 (vc-cvs-dir-status-files):
8737 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8738 (vc-bzr-dir-status-files):
8739 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8740 * vc/vc-annotate.el: Use lexical-binding.
8741 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8742 (vc-sentinel-movepoint): Declare.
8743 (vc-annotate): Don't use `goto-line'.
8744 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8745 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8746 (vc-sentinel-movepoint): Declare.
8747 * vc/vc-svn.el: Use lexical-binding.
8748 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8749 * vc/vc-sccs.el:
8750 * vc/vc-rcs.el: Use lexical-binding.
8751
8752 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8753 `deleted'. Don't drop errors silently.
8754
8755 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8756
8757 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8758
8759 * vc/vc.el (vc-ignore): Rewrite.
8760 (vc-default-ignore): New function.
8761 (vc-default-ignore-completion-table): Use find-ignore-file.
8762
8763 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8764 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8765 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8766 Remove. Most code moved to vc.el.
8767
8768 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8769
8770 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8771 * net/tramp-smb.el (tramp-smb-get-file-entries):
8772 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8773 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8774
8775 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8776 Update call to it.
8777 (eww-change-select): Remove unused var `properties'.
8778 (eww-make-unique-file-name): Remove unused var `base'.
8779
8780 * finder.el (finder-compile-keywords): Don't mess with windows.
8781
8782 * calculator.el (calculator-funcall): Fix typo in last change.
8783
8784 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8785
8786 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8787 <pkg>-autoloads.el file stop us.
8788
8789 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8790 warnings, and factor out common code.
8791
8792 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8793
8794 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8795 two-character operators and whether the character preceding them
8796 changes their meaning (Bug#15208).
8797
8798 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8799
8800 Format code sent to Python shell for robustness.
8801 * progmodes/python.el (python-shell-buffer-substring):
8802 New function.
8803 (python-shell-send-region, python-shell-send-buffer): Use it.
8804
8805 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
8806
8807 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8808 * net/tramp.el (tramp-user-error): ... here.
8809 (tramp-find-method, tramp-check-proper-host)
8810 (tramp-dissect-file-name, tramp-debug-message)
8811 (tramp-handle-shell-command):
8812 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8813 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8814
8815 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8816
8817 2013-09-02 Martin Rudalics <rudalics@gmx.at>
8818
8819 * avoid.el (mouse-avoidance-point-position)
8820 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8821 returns nil.
8822
8823 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8824
8825 * progmodes/python.el (python-shell-completion-get-completions):
8826 Drop use of deleted `comint-last-prompt-overlay'.
8827 (python-nav-if-name-main): New command.
8828
8829 2013-09-01 Glenn Morris <rgm@gnu.org>
8830
8831 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8832 Avoid leading space in $wins. Otherwise the sed command used by
8833 eg compile-main ends up containing "/*.el". (Bug#15170)
8834
8835 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8836
8837 2013-08-30 Glenn Morris <rgm@gnu.org>
8838
8839 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8840 Fix is-this-a-directory logic. (Bug#15220)
8841
8842 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8843
8844 * textmodes/css-mode.el: Use SMIE.
8845 (css-smie-grammar): New var.
8846 (css-smie--forward-token, css-smie--backward-token)
8847 (css-smie-rules): New functions.
8848 (css-mode): Use them.
8849 (css-navigation-syntax-table): Remove var.
8850 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8851 (css-indent-calculate, css-indent-line): Remove functions.
8852
8853 Misc changes to reduce use of `(lambda...); and other cleanups.
8854 * cus-edit.el: Use lexical-binding.
8855 (customize-push-and-save, customize-apropos)
8856 (custom-buffer-create-internal): Use closures.
8857 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8858 * progmodes/ada-xref.el: Use setq.
8859 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8860 * dframe.el: Use lexical-binding.
8861 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8862 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8863 * descr-text.el: Use lexical-binding.
8864 (describe-text-widget, describe-text-sexp, describe-property-list):
8865 Use closures.
8866 * comint.el (comint-history-isearch-push-state): Use a closure.
8867 * calculator.el: Use lexical-binding.
8868 (calculator-number-to-string): Make it work with lexical-binding.
8869 (calculator-funcall): Same and use cl-letf.
8870
8871 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8872 (lisp--company-doc-string, lisp--company-location): New functions.
8873 (lisp-completion-at-point): Use them to improve Company support.
8874
8875 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8876 params of lambda expressions.
8877 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8878 (ruby-smie--opening-pipe-p): New function.
8879 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8880 symbols and matched |...| for formal params.
8881 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8882 from being treated as hanging. Handle "rescue".
8883
8884 2013-08-29 Glenn Morris <rgm@gnu.org>
8885
8886 * progmodes/cc-engine.el (c-pull-open-brace):
8887 Move definition before use.
8888
8889 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8890
8891 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8892 are immutable. Don't use `unsafe' any more.
8893 (cl--defsubst-expand): Don't substitute at the same time as keeping
8894 a residual unused let-binding. Don't use `unsafe' any more.
8895
8896 2013-08-29 Glenn Morris <rgm@gnu.org>
8897
8898 * calendar/cal-china.el (calendar-chinese-year-cache):
8899 Recenter on 2015.
8900
8901 * nxml/nxml-util.el (nxml-debug-clear-inside):
8902 Use cl-loop rather than loop.
8903
8904 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8905
8906 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8907
8908 2013-08-28 Glenn Morris <rgm@gnu.org>
8909
8910 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8911
8912 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8913
8914 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8915
8916 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8917
8918 * simple.el (repeat-complex-command--called-interactively-skip):
8919 New function.
8920 (repeat-complex-command): Use it (bug#14136).
8921
8922 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8923 (c-define-abbrev-table): Add `doc' argument.
8924 (c-mode-abbrev-table, c++-mode-abbrev-table)
8925 (objc-mode-abbrev-table, java-mode-abbrev-table)
8926 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8927 (awk-mode-abbrev-table): Use it.
8928 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8929 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8930 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8931 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8932 Move initialization into the declaration; and remove any
8933 autoload cookie.
8934
8935 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8936 and dynamic let binding.
8937
8938 * vc/smerge-mode.el: Remove redundant :group args.
8939
8940 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8941 to load-path.
8942
8943 2013-08-28 Juri Linkov <juri@jurta.org>
8944
8945 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8946 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8947 (isearch-other-meta-char): Handle an undefined shifted printing
8948 character by downshifting it. (Bug#15200)
8949
8950 2013-08-28 Juri Linkov <juri@jurta.org>
8951
8952 * isearch.el (isearch-search): Change regexp error message for
8953 non-regexp searches. (Bug#15166)
8954
8955 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8956
8957 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8958 for portability to hosts where /bin/sh has problems.
8959
8960 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8961
8962 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8963
8964 2013-08-27 Juri Linkov <juri@jurta.org>
8965
8966 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8967 in the keyboard macro. (Bug#15126)
8968
8969 2013-08-27 Juri Linkov <juri@jurta.org>
8970
8971 * isearch.el (isearch-quote-char): Comment out converting unibyte
8972 to multibyte, thus syncing with its `quoted-insert' counterpart.
8973 (Bug#15166)
8974
8975 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8976
8977 * window.el (display-buffer-use-some-window): Add missing
8978 argument in call of get-largest-window (Bug#15185).
8979 Reported by Stephen Leake.
8980
8981 2013-08-27 Glenn Morris <rgm@gnu.org>
8982
8983 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8984
8985 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8986
8987 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8988 from a matcher-function unless there's no more matches (bug#15161).
8989
8990 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8991
8992 * minibuffer.el: Revert change from 2013-08-20.
8993
8994 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8995 with text property `tramp-default', if appropriate.
8996 (tramp-check-proper-host): New defun.
8997 (tramp-dissect-file-name): Do not check hostname. Revert change
8998 of 2013-03-18.
8999 (tramp-backtrace): Make VEC-OR-PROC optional.
9000
9001 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9002 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9003 * net/tramp-sh.el (tramp-maybe-open-connection):
9004 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9005 Apply `tramp-check-proper-host'.
9006
9007 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9008
9009 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9010 lambda expression in order to have `describe-variable' display it.
9011
9012 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9013
9014 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9015 BUF can be optional. (Bug#15186)
9016
9017 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9018
9019 * progmodes/flymake.el (flymake-get-real-file-name-function):
9020 Fix broken customization. (Bug#15184)
9021
9022 2013-08-25 Alan Mackenzie <acm@muc.de>
9023
9024 Improve indentation of bracelists defined by macros (without "=").
9025
9026 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9027 expansion begins with "{", regard it as bracelist when it doesn't
9028 contain a ";".
9029
9030 Parse C++ inher-intro when there's a template split over 2 lines.
9031
9032 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9033 rigorously the search for "class" etc. followed by ":".
9034
9035 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9036 random languages a regexp which never matches rather than nil.
9037
9038 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9039
9040 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9041 (c-awk-regexp-one-line-possibly-open-char-list-re)
9042 (c-awk-one-line-possibly-open-regexp-re)
9043 (c-awk-one-line-non-syn-ws*-re): Remove.
9044 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9045 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9046 (c-awk-space*-unclosed-regexp-/-re): New constants.
9047 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9048 aren't regexp delimiters.
9049
9050 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9051 handling for a rare situation in AWK Mode involving unterminated
9052 strings/regexps.
9053
9054 2013-08-23 Glenn Morris <rgm@gnu.org>
9055
9056 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9057
9058 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9059
9060 * files.el (create-file-buffer): If the result would begin with
9061 spaces, prepend a "|" instead of removing them. (Bug#15162)
9062
9063 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9066 text-properties (bug#15155).
9067
9068 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9069 exist any more.
9070 (calc-keypad-redraw): Remove unused var `pad'.
9071 (calc-keypad-press): Remove unused var `menu'.
9072
9073 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9074
9075 * window.el (display-buffer-pop-up-frame):
9076 Call pop-up-frame-function with BUFFER current so `make-frame' will
9077 use it as the new frame's buffer (Bug#15133).
9078
9079 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * calendar/timeclock.el: Minor cleanups.
9082 (timeclock-ask-before-exiting, timeclock-use-display-time):
9083 Use `symbol'.
9084 (timeclock-modeline-display): Define as alias before the
9085 actual definition.
9086 (timeclock-mode-line-display): Use define-minor-mode.
9087 (timeclock-day-list-template): Make it a function, add an argument.
9088 (timeclock-day-list-required, timeclock-day-list-length)
9089 (timeclock-day-list-debt, timeclock-day-list-span)
9090 (timeclock-day-list-break): Adjust calls accordingly.
9091
9092 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9095 Use read--expression so that completion works again.
9096
9097 2013-08-21 Sam Steingold <sds@gnu.org>
9098
9099 Add rudimentary inferior shell interaction
9100 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9101 (sh-set-shell): Reset it.
9102 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9103 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9104
9105 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9106
9107 * align.el: Use lexical-binding.
9108 (align-region): Simplify accordingly.
9109
9110 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9111
9112 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9113
9114 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9115 `non-essential' up.
9116
9117 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9118
9119 * net/tramp.el:
9120 * net/tramp-adb.el:
9121 * net/tramp-cmds.el:
9122 * net/tramp-ftp.el:
9123 * net/tramp-gvfs.el:
9124 * net/tramp-gw.el:
9125 * net/tramp-sh.el: Don't wrap external variable declarations by
9126 `eval-when-compile'.
9127
9128 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9129
9130 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9131 now that Emacs supports ImageMagick animations.
9132
9133 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9134
9135 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9136 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9137
9138 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9139
9140 * window.el (mouse-autoselect-window-select): Do autoselect when
9141 mouse pointer is on margin.
9142
9143 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9144
9145 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9146
9147 2013-08-16 Glenn Morris <rgm@gnu.org>
9148
9149 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9150 Handle "Remote Directory" response of some clients. (Bug#15058)
9151
9152 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9153 Tweak warning. (Bug#14926)
9154
9155 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9156 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9157
9158 * image-mode.el (image-mode-map): Add menu items to reverse,
9159 increase, decrease, reset animation speed.
9160 (image--set-speed, image-increase-speed, image-decrease-speed)
9161 (image-reverse-speed, image-reset-speed): New functions.
9162 (image-mode-map): Add bindings for speed commands.
9163
9164 * image.el (image-animate-get-speed, image-animate-set-speed):
9165 New functions.
9166 (image-animate-timeout): Respect image :speed property.
9167
9168 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9169
9170 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9171 previous line (bug#15101).
9172 (debugger-eval-expression, debugger-record-expression):
9173 Use read--expression (bug#15102).
9174
9175 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9176
9177 Remove byte compiler warnings, visible when compiling with
9178 `byte-compile-force-lexical-warnings' set to t.
9179
9180 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9181 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9182 (tramp-handle-unhandled-file-name-directory)
9183 (tramp-handle-file-notify-add-watch, tramp-action-login)
9184 (tramp-action-succeed, tramp-action-permission-denied)
9185 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9186 arguments with "_".
9187
9188 * net/tramp-adb.el (tramp-adb-parse-device-names)
9189 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9190 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9191 (tramp-adb-handle-file-truename): Remove unused arguments.
9192
9193 * net/tramp-cache.el (tramp-flush-directory-property)
9194 (tramp-flush-connection-property, tramp-list-connections)
9195 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9196
9197 * net/tramp-compat.el (tramp-compat-make-temp-file):
9198 Rename FILENAME to F.
9199
9200 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9201 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9202 (tramp-zeroconf-parse-workstation-device-names)
9203 (tramp-zeroconf-parse-webdav-device-names)
9204 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9205
9206 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9207 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9208
9209 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9210 arguments.
9211 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9212 (tramp-sh-handle-insert-file-contents-literally)
9213 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9214 with "_".
9215 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9216 Remove unused variables.
9217
9218 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9219 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9220 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9221
9222 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9223 Make them a defconst.
9224 (tramp-uuencode-region): Remove unused variable.
9225
9226 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
9227
9228 * frameset.el (frameset--prop-setter): New function.
9229 (frameset-prop): Add gv-setter declaration.
9230 (frameset-filter-minibuffer): Deal with the case that the minibuffer
9231 parameter was already set in FILTERED. Doc fix.
9232 (frameset--record-minibuffer-relationships): Allow saving a
9233 minibufferless frame without its corresponding minibuffer frame.
9234 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9235 frame, if the frame id matches.
9236 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9237 frames before orphaned ones.
9238 (frameset-restore): Warn about orphaned windows, instead of error out.
9239
9240 2013-08-14 Martin Rudalics <rudalics@gmx.at>
9241
9242 * window.el (window-make-atom): Don't overwrite parameter
9243 already present.
9244 (display-buffer-in-atom-window): Handle special case where we
9245 split an already atomic window.
9246 (window--major-non-side-window, display-buffer-in-side-window)
9247 (window--side-check): Ignore minibuffer window when walking
9248 window tree.
9249 (window-deletable-p): Return 'frame only if no other frame uses
9250 our minibuffer window.
9251 (record-window-buffer): Run buffer-list-update-hook.
9252 (split-window): Make sure window--check-frame won't destroy an
9253 existing atomic window in case the new window gets nested
9254 inside.
9255 (display-buffer-at-bottom): Ignore minibuffer window when
9256 walking window tree. Don't split a side window.
9257 (pop-to-buffer): Don't set-buffer here, the select-window call
9258 should do that.
9259 (mouse-autoselect-window-select): Autoselect only if we are in the
9260 text portion of the window.
9261
9262 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9263
9264 * net/shr.el (shr-parse-image-data): New function to grab both the
9265 data itself and the Content-Type.
9266 (shr-put-image): Use it.
9267
9268 * net/eww.el (eww-display-image): Ditto.
9269
9270 * image.el (image-content-type-suffixes): New variable.
9271
9272 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9273
9274 * progmodes/python.el (python-imenu--build-tree)
9275 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9276
9277 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
9278
9279 * simple.el (backward-word): Mention the optional argument.
9280
9281 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * frameset.el (frameset--make): Rename constructor from make-frameset.
9284 (frameset-p, frameset-valid-p): Don't autoload.
9285 (frameset-valid-p): Use normal accessors.
9286
9287 2013-08-13 Glenn Morris <rgm@gnu.org>
9288
9289 * progmodes/compile.el (compile-command): Tweak example in doc.
9290 * obsolete/scribe.el (scribe-mode):
9291 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
9292
9293 * mail/feedmail.el (feedmail-confirm-outgoing)
9294 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9295
9296 * cus-start.el (truncate-partial-width-windows): Fix type.
9297
9298 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9299
9300 * net/shr.el (shr-table-horizontal-line): Fix custom type.
9301
9302 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9303
9304 * emacs-lisp/timer.el (timer--time-setter): New function.
9305 (timer--time): Use it as gv-setter.
9306
9307 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9308 setter is not a symbol.
9309
9310 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
9311
9312 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9313 if sending fails. This makes debugging easier.
9314
9315 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
9316
9317 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9318 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9319 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9320
9321 2013-08-12 Eli Zaretskii <eliz@gnu.org>
9322
9323 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9324
9325 2013-08-12 Glenn Morris <rgm@gnu.org>
9326
9327 * format.el (format-annotate-function):
9328 Handle read-only text properties in the source. (Bug#14887)
9329
9330 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9331
9332 * net/eww.el (eww-display-html): Ignore coding system errors.
9333 One web site uses "utf-8lias" as the coding system.
9334
9335 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
9336
9337 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9338
9339 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
9340
9341 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9342 (tutorial--detailed-help): Remove unused local variables.
9343 (tutorial--save-tutorial-to): Use ignore-errors.
9344 (help-with-tutorial): Use looking-at-p.
9345
9346 * view.el (view-buffer-other-window, view-buffer-other-frame):
9347 Mark unused arguments.
9348
9349 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9350 (woman-select-symbol-fonts, woman, woman-find-file)
9351 (woman-insert-file-contents, woman-non-underline-faces):
9352 Use string-match-p.
9353 (woman1-unquote): Move declaration.
9354
9355 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9356 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
9357 argument. Remove unused local variable.
9358 (xml-parse-elem-type): Use string-match-p.
9359 (xml-substitute-numeric-entities): Use ignore-errors.
9360
9361 * calculator.el (calculator): Mark unused argument.
9362 (calculator-paste, calculator-quit, calculator-integer-p):
9363 Use ignore-errors.
9364 (calculator-string-to-number, calculator-decimal, calculator-exp)
9365 (calculator-op-or-exp): Use string-match-p.
9366
9367 * dired.el (dired-buffer-more-recently-used-p): Declare.
9368 (dired-insert-set-properties, dired-insert-old-subdirs):
9369 Use ignore-errors.
9370
9371 * dired-aux.el (dired-compress): Use ignore-errors.
9372 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9373 (dired-do-async-shell-command, dired-do-shell-command)
9374 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9375 (dired-insert-subdir-validate): Use string-match-p.
9376 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9377 (dired-add-entry): Use string-match-p, looking-at-p.
9378 (dired-insert-subdir-newpos): Remove unused local variable.
9379
9380 * filenotify.el (file-notify-callback): Remove unused local variable.
9381
9382 * filesets.el (filesets-error): Mark unused argument.
9383 (filesets-which-command-p, filesets-filter-dir-names)
9384 (filesets-directory-files, filesets-get-external-viewer)
9385 (filesets-ingroup-get-data): Use string-match-p.
9386
9387 * find-file.el (ff-other-file-name, ff-other-file-name)
9388 (ff-find-the-other-file, ff-cc-hh-converter):
9389 Remove unused local variables.
9390 (ff-get-file-name): Use string-match-p.
9391 (ff-all-dirs-under): Use ignore-errors.
9392
9393 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9394 (follow-select-if-visible): Remove unused local variable.
9395
9396 * forms.el (read-file-filter): Move declaration.
9397 (forms--make-format, forms--make-parser, forms-insert-record):
9398 Quote function with #'.
9399 (forms--update): Use string-match-p. Quote function with #'.
9400
9401 * help-mode.el (help-dir-local-var-def): Mark unused argument.
9402 (help-make-xrefs): Use looking-at-p.
9403 (help-xref-on-pp): Use looking-at-p, ignore-errors.
9404
9405 * ibuffer.el (ibuffer-ext-visible-p): Declare.
9406 (ibuffer-confirm-operation-on): Use string-match-p.
9407
9408 * msb.el (msb-item-handler, msb-dired-item-handler):
9409 Mark unused arguments.
9410
9411 * ses.el (ses-decode-cell-symbol)
9412 (ses-kill-override): Remove unused local variable.
9413 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9414 (ses-load): Use ignore-errors, looking-at-p.
9415 (ses-jump-safe): Use ignore-errors.
9416 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9417
9418 * tabify.el (untabify, tabify): Mark unused arguments.
9419
9420 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9421 Mark unused argument.
9422 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9423 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9424
9425 * emacs-lisp/timer.el (timer--time): Define setter with
9426 gv-define-setter to avoid deprecation warning.
9427
9428 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9429 (*record-cmpl-statistics-p*): Remove (was commented out).
9430 (cmpl-statistics-block): Remove (body was commented out).
9431 All callers changed.
9432 (add-completions-from-buffer, load-completions-from-file):
9433 Remove unused variables.
9434
9435 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9436
9437 * filecache.el (file-cache-delete-file-list):
9438 Print message only when told so.
9439 (file-cache-files-matching): Use #' in mapconcat argument.
9440
9441 * ffap.el (ffap-url-at-point): Fix reference to variable
9442 thing-at-point-default-mail-uri-scheme.
9443
9444 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * subr.el (define-error): New function.
9447 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9448 error-file-not-found and define with define-error.
9449 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9450 and define with define-error.
9451 * userlock.el (file-locked, file-supersession):
9452 * simple.el (mark-inactive):
9453 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9454 * progmodes/ada-mode.el (ada-mode-errors):
9455 * play/life.el (life-extinct):
9456 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9457 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9458 * nxml/rng-util.el (rng-error):
9459 * nxml/rng-uri.el (rng-uri-error):
9460 * nxml/rng-match.el (rng-compile-error):
9461 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9462 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9463 * nxml/nxml-rap.el (nxml-scan-error):
9464 * nxml/nxml-outln.el (nxml-outline-error):
9465 * net/soap-client.el (soap-error):
9466 * net/gnutls.el (gnutls-error):
9467 * net/ange-ftp.el (ftp-error):
9468 * mpc.el (mpc-proc-error):
9469 * json.el (json-error, json-readtable-error, json-unknown-keyword)
9470 (json-number-format, json-string-escape, json-string-format)
9471 (json-key-format, json-object-format):
9472 * jka-compr.el (compression-error):
9473 * international/quail.el (quail-error):
9474 * international/kkc.el (kkc-error):
9475 * emacs-lisp/ert.el (ert-test-failed):
9476 * calc/calc.el (calc-error, inexact-result, math-overflow)
9477 (math-underflow):
9478 * bookmark.el (bookmark-error-no-filename):
9479 * epg.el (epg-error): Define with define-error.
9480
9481 * time.el (display-time-event-handler)
9482 (display-time-next-load-average): Don't call sit-for since it seems
9483 unnecessary (bug#15045).
9484
9485 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9486 Use #' instead of ' to quote functions.
9487 (checkdoc-output-mode): Use setq-local.
9488 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9489 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9490 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9491 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9492 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9493 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9494 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9495 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9496
9497 * ido.el (ido-completion-help): Fix up compiler warning.
9498
9499 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9500
9501 * frameset.el (frameset-p): Add autoload cookie.
9502 (frameset--jump-to-register): New function, based on code moved from
9503 register.el.
9504 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9505
9506 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9507 (frameset-restore, frameset-save, frameset-session-filter-alist):
9508 Remove declarations.
9509 (register-alist): Doc fix.
9510 (frameset-to-register): Move to frameset.el.
9511 (jump-to-register, describe-register-1): Remove frameset-specific code.
9512
9513 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9514
9515 * allout-widgets.el (allout-widgets-pre-command-business)
9516 (allout-widgets-post-command-business)
9517 (allout-widgets-after-change-handler)
9518 (allout-decorate-item-and-context, allout-set-boundary-marker)
9519 (allout-body-modification-handler)
9520 (allout-graphics-modification-handler): Mark ignored arguments.
9521 (allout-widgets-post-command-business)
9522 (allout-widgets-exposure-change-processor)
9523 (allout-widgets-exposure-undo-processor)
9524 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9525 (allout-parse-item-at-point, allout-decorate-item-guides)
9526 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9527 * allout.el (epa-passphrase-callback-function): Declare.
9528 (allout-overlay-insert-in-front-handler)
9529 (allout-overlay-interior-modification-handler)
9530 (allout-isearch-end-handler, allout-chart-siblings)
9531 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9532 (allout-yank-processing, allout-process-exposed)
9533 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9534 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9535 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9536 (lisp-indent-defform): Mark ignored arguments.
9537 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9538 (calculate-lisp-indent): Remove unused variables.
9539 * international/characters.el (indian-2-column, arabic-2-column)
9540 (tibetan): Mark ignored arguments.
9541 (use-cjk-char-width-table): Mark ignored arguments.
9542 Remove unused variables.
9543 * international/fontset.el (build-default-fontset-data)
9544 (x-compose-font-name, create-fontset-from-fontset-spec):
9545 Mark ignored arguments.
9546 (fontset-plain-name): Remove unused variables.
9547 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9548 (keyboard-coding-system): Mark ignored arguments.
9549 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9550 * help.el (resize-temp-buffer-window):
9551 * window.el (display-buffer-in-major-side-window)
9552 (display-buffer-in-side-window, display-buffer-in-previous-window):
9553 Remove unused variables.
9554 * isearch.el (isearch-forward-symbol):
9555 * version.el (emacs-bzr-version-bzr):
9556 * international/mule-cmds.el (current-language-environment):
9557 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9558 (x-handle-display):
9559 * term/pc-win.el (x-list-fonts, x-display-planes)
9560 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9561 (x-server-version, x-display-screens, x-display-mm-height)
9562 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9563 (x-selection-owner-p, x-own-selection-internal)
9564 (x-disown-selection-internal, x-get-selection-internal)
9565 (msdos-initialize-window-system):
9566 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9567 * term/x-win.el (x-handle-no-bitmap-icon):
9568 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9569 (vc-default-find-file-hook, vc-default-extra-menu):
9570 Mark ignored arguments.
9571
9572 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9575 break-condition in the context of the debugged code (bug#12685).
9576
9577 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9578
9579 * comint.el:
9580 Do not use an overlay to highlight the last prompt. (Bug#14744)
9581 (comint-mode): Make comint-last-prompt buffer local.
9582 (comint-last-prompt): New variable.
9583 (comint-last-prompt-overlay): Remove. Superseded by
9584 comint-last-prompt.
9585 (comint-snapshot-last-prompt, comint-output-filter):
9586 Use comint-last-prompt.
9587
9588 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9589
9590 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9591 (frameset-save): Check validity of the resulting frameset.
9592
9593 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9594
9595 * ido.el (ido-record-command): Add doc string.
9596
9597 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9598
9599 * frameset.el (frameset): Do not disable creation of the default
9600 frameset-p predicate. Doc fix.
9601 (frameset-valid-p): New function, copied from the old predicate-p.
9602 Add additional checks.
9603 (frameset-restore): Check with frameset-valid-p.
9604 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9605 (frameset-name, frameset-description, frameset-properties)
9606 (frameset-states): Add docstring.
9607 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9608 (frameset-filter-alist): Doc fixes.
9609
9610 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9611
9612 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9613
9614 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9615
9616 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9617 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9618 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9619 (byte-compile-normal-call): Remove obsolescence check.
9620
9621 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9622
9623 * frameset.el (frameset-restore): Doc fix.
9624
9625 * register.el (frameset-frame-id, frameset-frame-with-id)
9626 (frameset-p, frameset-restore, frameset-save): Declare.
9627 (register-alist): Document framesets.
9628 (frameset-session-filter-alist): Declare.
9629 (frameset-to-register): New function.
9630 (jump-to-register): Implement jumping to framesets. Doc fix.
9631 (describe-register-1): Describe framesets.
9632
9633 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9634
9635 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9636
9637 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9638 Use lexical-binding.
9639
9640 * frameset.el (frameset): Use type vector, not list (incompatible
9641 change). Do not declare a new constructor, use the default one.
9642 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9643 `name' and `description', respectively, and add read-only slot
9644 `timestamp'. Doc fixes.
9645 (frameset-copy, frameset-persistent-filter-alist)
9646 (frameset-filter-alist, frameset-switch-to-gui-p)
9647 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9648 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9649 (frameset-filter-iconified, frameset-keep-original-display-p):
9650 Doc fixes.
9651 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9652 Rename from frameset-filter-(save|restore)-param. All callers changed.
9653 Doc fix.
9654 (frameset-p): Adapt to change to vector and be more thorough.
9655 Change arg name to OBJECT. Doc fix.
9656 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9657 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9658 All callers changed.
9659 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9660 All callers changed.
9661 (frameset--record-minibuffer-relationships): Rename from
9662 frameset--process-minibuffer-frames. All callers changed.
9663 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9664 Use new default constructor (again). Doc fix.
9665 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9666 All callers changed.
9667 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9668 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9669 Doc fix.
9670 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9671 PARAMETERS and WINDOW-STATE, respectively.
9672 (frameset-restore): Add new keyword argument PREDICATE.
9673 Reset frameset--target-display to nil. Doc fix.
9674
9675 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9676
9677 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9678 (bat-mode): Use it.
9679 (bat-mode-syntax-table): Mark \n as end-of-comment.
9680 (bat-font-lock-keywords): Remove comment rule.
9681
9682 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9683 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9684
9685 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9686 (byte-compile-callargs-warn): Use `push'.
9687 (byte-compile-arglist-warn): Ignore higher-order "calls".
9688 (byte-compile-file-form-autoload): Use `pcase'.
9689 (byte-compile-function-form): If quoting a symbol, check that it exists.
9690
9691 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9692
9693 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9694 and add a few popular commands found in batch files.
9695 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9696 (dos-mode): Doc fixes.
9697
9698 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9699
9700 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9701 (dos-mode): Use setq-local. Add space after "rem".
9702 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9703 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9704
9705 2013-08-07 Arni Magnusson <arnima@hafro.is>
9706
9707 * progmodes/dos.el: New file.
9708 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9709 dos-mode.
9710
9711 2013-08-06 Glenn Morris <rgm@gnu.org>
9712
9713 * calendar/calendar.el: Add new faces, and day-header-array.
9714 (calendar-weekday-header, calendar-weekend-header)
9715 (calendar-month-header): New faces.
9716 (calendar-day-header-construct): New function.
9717 (calendar-day-header-width): Also :set calendar-day-header-array.
9718 (calendar-american-month-header, calendar-european-month-header)
9719 (calendar-iso-month-header): Use calendar- faces.
9720 (calendar-generate-month):
9721 Use calendar-day-header-array for day headers; apply faces to them.
9722 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9723 (calendar-abbrev-construct): Add optional maxlen argument.
9724 (calendar-day-name-array): Doc fix.
9725 (calendar-day-name-array, calendar-abbrev-length)
9726 (calendar-day-abbrev-array):
9727 Also :set calendar-day-header-array, and maybe redraw.
9728 (calendar-day-header-array): New option. (Bug#15007)
9729 (calendar-font-lock-keywords): Set to nil and make obsolete.
9730 (calendar-day-name): Add option to use header array.
9731
9732 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9733
9734 * net/shr.el (shr-render-td): Remove debugging.
9735 (shr-render-td): Make width computation consistent by defaulting
9736 all zero-width columns to 10 characters. This may not be optimal,
9737 but it's at least consistent.
9738 (shr-make-table-1): Redo last change to fix the real problem in
9739 colspan handling.
9740
9741 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9742
9743 * files.el (cache-long-line-scans):
9744 Make obsolete alias to `cache-long-scans'.
9745
9746 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9747
9748 * frameset.el (frameset, frameset-filter-alist)
9749 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9750 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9751 (frameset-compute-pos): Rename from frameset--compute-pos,
9752 and add docstring.
9753 (frameset-move-onscreen): Use frameset-compute-pos.
9754 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9755
9756 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9757 Fix typos in docstrings.
9758
9759 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9760
9761 * frame.el (get-other-frame): Tiny cleanup.
9762
9763 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9764
9765 * vc/vc.el (vc-default-ignore-completion-table):
9766 Silence byte-compiler warning.
9767
9768 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9769 slot, which can indeed be nil.
9770 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9771 Move entry for `left' from persistent to live filter alist.
9772 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9773 Doc fixes.
9774 (frameset-filter-params): When restoring a frame, copy items added to
9775 `filtered', to avoid unwittingly modifying the original parameters.
9776 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9777 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9778
9779 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9780 to use looking-at-p instead of looking-at. (Bug#15028)
9781
9782 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 Revert introduction of isearch-filter-predicates (bug#14714).
9785 Rely on add-function instead.
9786 * isearch.el (isearch-filter-predicates): Rename it back to
9787 isearch-filter-predicate.
9788 (isearch-message-prefix): Use advice-function-mapc and advice
9789 properties to get the isearch-message-prefix.
9790 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9791 instead of run-hook-with-args-until-failure.
9792 (isearch-filter-visible): Not obsolete any more.
9793 * loadup.el: Preload nadvice.
9794 * replace.el (perform-replace): Revert to funcall
9795 instead of run-hook-with-args-until-failure.
9796 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9797 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9798 dired-isearch-filenames-toggle; make it into a proper minor mode.
9799 Use add/remove-function.
9800 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9801 Call the minor-mode rather than add/remove-hook.
9802 (dired-isearch-filter-filenames):
9803 Remove isearch-message-prefix property.
9804 * info.el (Info--search-loop): New function, extracted from Info-search.
9805 Funcall isearch-filter-predicate instead of
9806 run-hook-with-args-until-failure isearch-filter-predicates.
9807 (Info-search): Use it.
9808 (Info-mode): Use isearch-filter-predicate instead of
9809 isearch-filter-predicates.
9810
9811 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9812
9813 Do not call to `selected-window' where it is assumed by default.
9814 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9815 `window-hscroll', `window-width', `window-height', `window-buffer',
9816 `window-frame', `window-start', `window-point', `next-window'
9817 and `window-display-table'.
9818 * abbrev.el (abbrev--default-expand):
9819 * bs.el (bs--show-with-configuration):
9820 * buff-menu.el (Buffer-menu-mouse-select):
9821 * calc/calc.el (calc):
9822 * calendar/calendar.el (calendar-generate-window):
9823 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9824 (diary-make-entry):
9825 * comint.el (send-invisible, comint-dynamic-complete-filename)
9826 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9827 * completion.el (complete):
9828 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9829 * disp-table.el (describe-current-display-table):
9830 * doc-view.el (doc-view-insert-image):
9831 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9832 * ehelp.el (with-electric-help):
9833 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9834 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9835 * emacs-lisp/helper.el (Helper-help-scroller):
9836 * emulation/cua-base.el (cua--post-command-handler-1):
9837 * eshell/esh-mode.el (eshell-output-filter):
9838 * ffap.el (ffap-gnus-wrapper):
9839 * help-macro.el (make-help-screen):
9840 * hilit-chg.el (highlight-compare-buffers):
9841 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9842 * hl-line.el (global-hl-line-highlight):
9843 * icomplete.el (icomplete-simple-completing-p):
9844 * isearch.el (isearch-done):
9845 * jit-lock.el (jit-lock-stealth-fontify):
9846 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9847 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9848 * mpc.el (mpc-tagbrowser, mpc):
9849 * net/rcirc.el (rcirc-any-buffer):
9850 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9851 * play/landmark.el (landmark-max-width, landmark-max-height):
9852 * play/zone.el (zone):
9853 * progmodes/compile.el (compilation-goto-locus):
9854 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9855 * progmodes/etags.el (find-tag-other-window):
9856 * progmodes/fortran.el (fortran-column-ruler):
9857 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9858 * progmodes/verilog-mode.el (verilog-point-text):
9859 * reposition.el (reposition-window):
9860 * rot13.el (toggle-rot13-mode):
9861 * server.el (server-switch-buffer):
9862 * shell.el (shell-dynamic-complete-command)
9863 (shell-dynamic-complete-environment-variable):
9864 * simple.el (insert-buffer, set-selective-display)
9865 (delete-completion-window):
9866 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9867 (speedbar-recenter):
9868 * startup.el (fancy-splash-head):
9869 * textmodes/ispell.el (ispell-command-loop):
9870 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9871 * tutorial.el (help-with-tutorial):
9872 * vc/add-log.el (add-change-log-entry):
9873 * vc/compare-w.el (compare-windows):
9874 * vc/ediff-help.el (ediff-indent-help-message):
9875 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9876 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9877 (ediff-setup-control-frame):
9878 * vc/emerge.el (emerge-position-region):
9879 * vc/pcvs-util.el (cvs-bury-buffer):
9880 * window.el (walk-windows, mouse-autoselect-window-select):
9881 * winner.el (winner-set-conf, winner-undo): Related users changed.
9882
9883 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9884
9885 * frameset.el (frameset--set-id): Doc fix.
9886 (frameset-frame-id, frameset-frame-id-equal-p)
9887 (frameset-locate-frame-id): New functions.
9888 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9889 (frameset-restore): Use them.
9890
9891 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9892
9893 Do not call to `selected-frame' where it is assumed by default.
9894 Affected functions are `raise-frame', `redraw-frame',
9895 `frame-first-window', `frame-terminal' and `delete-frame'.
9896 * calendar/appt.el (appt-disp-window):
9897 * epg.el (epg-wait-for-completion):
9898 * follow.el (follow-delete-other-windows-and-split)
9899 (follow-avoid-tail-recenter):
9900 * international/mule.el (set-terminal-coding-system):
9901 * mail/rmail.el (rmail-mail-return):
9902 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9903 * progmodes/f90.el (f90-add-imenu-menu):
9904 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9905 * server.el (server-switch-buffer):
9906 * simple.el (delete-completion-window):
9907 * talk.el (talk):
9908 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9909 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9910 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9911 * vc/ediff.el (ediff-documentation): Related users changed.
9912 * frame.el (selected-terminal): Remove the leftover.
9913
9914 2013-08-05 Glenn Morris <rgm@gnu.org>
9915
9916 * calendar/calendar.el (calendar-generate-month):
9917 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9918 (calendar-generate-month, calendar-font-lock-keywords):
9919 Fix for calendar-day-header-width > length of any day name.
9920
9921 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9922
9923 * desktop.el (desktop-clear): Use new name of sort predicate.
9924
9925 * frameset.el (frameset): Add docstring. Move :version property to its
9926 own `version' slot.
9927 (frameset-copy): Rename from copy-frameset.
9928 (frameset-p): Check more thoroughly.
9929 (frameset-prop): Do not check for :version, which is no longer a prop.
9930 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9931 Use new :never value instead of t.
9932 (frameset-filter-alist): Expand and clarify docstring.
9933 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9934 (frameset-filter-minibuffer, frameset-filter-save-param)
9935 (frameset-filter-restore-param, frameset-filter-iconified):
9936 Add pointer to docstring of frameset-filter-alist.
9937 (frameset-filter-params): Rename filter values to be more meaningful:
9938 :never instead of t, and reverse the meanings of :save and :restore.
9939 (frameset--process-minibuffer-frames): Clarify error message.
9940 (frameset-save): Avoid unnecessary and confusing call to framep.
9941 Use new BOA constructor for framesets.
9942 (frameset--reuse-list): Doc fix.
9943 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9944 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9945 (frameset-minibufferless-first-p): Doc fix.
9946 Rename from frameset-sort-frames-for-deletion.
9947 (frameset-restore): Doc fixes. Use new function names.
9948 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9949
9950 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9951
9952 * desktop.el (desktop-restore-forces-onscreen)
9953 (desktop-restore-reuses-frames): Document :keyword constant values.
9954 (desktop-filter-parameters-alist): Remove, now identical to
9955 frameset-filter-alist.
9956 (desktop--filter-tty*): Remove, moved to frameset.el.
9957 (desktop-save-frameset, desktop-restore-frameset):
9958 Do not pass :filters argument.
9959
9960 * frameset.el (frameset-live-filter-alist)
9961 (frameset-persistent-filter-alist): New variables.
9962 (frameset-filter-alist): Use them. Add autoload cookie.
9963 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9964 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9965 `frameset--id' (it's supposed to be internal to frameset.el).
9966 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9967 (frameset--initial-params): New function.
9968 (frameset--get-frame): Use it. Doc fix.
9969 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9970 Accept :all, not 'all.
9971 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9972 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9973 with fbound symbols. Fix frame id matching, and remove matching ids if
9974 the frame being restored is deleted. Obey :delete.
9975
9976 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * subr.el (macrop): New function.
9979 (text-clone--maintaining): New var.
9980 (text-clone--maintain): Rename from text-clone-maintain. Use it
9981 instead of inhibit-modification-hooks.
9982
9983 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9984 a proxy, so as handle autoloads and redefinitions of the target.
9985 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9986
9987 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9988 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9989 (pcase--mutually-exclusive-p): New function.
9990 (pcase--split-consp): Use it.
9991 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9992 mutually exclusive with the current predicate.
9993
9994 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9995 (edebug-macrop): Remove. Use `macrop' instead.
9996 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9997 (ad-macro-p):
9998 * eshell/esh-cmd.el (eshell-macrop):
9999 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10000
10001 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10004 (advice-mapc): New function, using it.
10005 (advice-function-member-p): New function.
10006 (advice--normalize): Store the cdr in advice--saved-rewrite since
10007 that's the part that will be changed.
10008 (advice--symbol-function): New function.
10009 (advice-remove): Handle removal before the function is defined.
10010 Adjust to new advice--saved-rewrite.
10011 (advice-member-p): Use advice-function-member-p and
10012 advice--symbol-function.
10013
10014 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10015
10016 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10017 (frameset-filter-minibuffer): Doc fix.
10018 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10019 (frameset--set-id, frameset--process-minibuffer-frames)
10020 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10021 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10022
10023 * desktop.el (desktop-clear): Only delete frames when called
10024 interactively and desktop-restore-frames is non-nil. Doc fix.
10025 (desktop-read): Set desktop-saved-frameset to nil.
10026
10027 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10028
10029 * vc/vc.el (vc-ignore): Rewrite.
10030 (vc-default-ignore-completion-table, vc--read-lines)
10031 (vc--add-line, vc--remove-regexp): New functions.
10032
10033 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10034 (vc-svn-ignore-completion-table): New function.
10035
10036 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10037 (vc-hg-ignore-completion-table)
10038 (vc-hg-find-ignore-file): New functions.
10039
10040 * vc/vc-git.el (vc-git-ignore): Rewrite.
10041 (vc-git-ignore-completion-table)
10042 (vc-git-find-ignore-file): New functions.
10043
10044 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10045
10046 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10047 (vc-bzr-ignore-completion-table)
10048 (vc-bzr-find-ignore-file): New functions.
10049
10050 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10051
10052 * frameset.el (frameset-prop): New function and setter.
10053 (frameset-save): Do not modify frame list passed by the caller.
10054
10055 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10056
10057 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10058
10059 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10062 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10063
10064 * custom.el (custom-initialize-default, custom-initialize-set)
10065 (custom-initialize-reset, custom-initialize-changed): Affect the
10066 toplevel-default-value (bug#6275, bug#14586).
10067 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10068 for bug#6275.
10069
10070 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10071
10072 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10073 Add cl-def* expressions.
10074
10075 * frameset.el (frameset-filter-params): Fix order of arguments.
10076
10077 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10078
10079 Move code related to saving frames to frameset.el.
10080 * desktop.el: Require frameset.
10081 (desktop-restore-frames): Doc fix.
10082 (desktop-restore-reuses-frames): Rename from
10083 desktop-restoring-reuses-frames.
10084 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10085 (desktop-clear): Clear frames too.
10086 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10087 (desktop--filter-tty*, desktop-save, desktop-read):
10088 Use frameset functions.
10089 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10090 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10091 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10092 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10093 (desktop--process-minibuffer-frames, desktop-save-frames)
10094 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10095 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10096 (desktop--sort-states, desktop-restoring-frames-p)
10097 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10098 (desktop-restoring-frameset-p, desktop-restore-frameset)
10099 (desktop--check-dont-save, desktop-save-frameset): New functions.
10100 (desktop--app-id): New constant.
10101 (desktop-first-buffer, desktop-buffer-ok-count)
10102 (desktop-buffer-fail-count): Move before first use.
10103 * frameset.el: New file.
10104
10105 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10106
10107 * files.el: Use lexical-binding.
10108 (dir-locals-read-from-file): Remove unused `err' variable.
10109 (hack-dir-local-variables--warned-coding): New var.
10110 (hack-dir-local-variables): Use it to avoid repeated warnings.
10111 (make-backup-file-name--default-function): New function.
10112 (make-backup-file-name-function): Use it as default.
10113 (buffer-stale--default-function): New function.
10114 (buffer-stale-function): Use it as default.
10115 (revert-buffer-insert-file-contents--default-function): New function.
10116 (revert-buffer-insert-file-contents-function): Use it as default.
10117 (insert-directory): Avoid add-to-list.
10118
10119 * autorevert.el (auto-revert-handler): Simplify.
10120 Use buffer-stale--default-function.
10121
10122 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10123
10124 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10125
10126 * whitespace.el (whitespace-ensure-local-variables): New function.
10127 (whitespace-cleanup-region): Call it.
10128 (whitespace-turn-on): Call it.
10129
10130 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10131
10132 Complete file name handlers.
10133
10134 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10135 (tramp-handle-verify-visited-file-modtime)
10136 (tramp-handle-file-notify-rm-watch): New functions.
10137 (tramp-call-process): Do not bind `default-directory'.
10138
10139 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10140 Order alphabetically.
10141 <access-file, add-name-to-file, dired-call-process>:
10142 <dired-compress-file, file-acl, file-notify-rm-watch>:
10143 <file-ownership-preserved-p, file-selinux-context>:
10144 <make-directory-internal, make-symbolic-link, set-file-acl>:
10145 <set-file-selinux-context, set-visited-file-modtime>:
10146 <verify-visited-file-modtime>: Add handler.
10147 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10148
10149 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10150 <file-notify-add-watch, file-notify-rm-watch>:
10151 <set-file-times, set-visited-file-modtime>:
10152 <verify-visited-file-modtime>: Add handler.
10153 (with-tramp-gvfs-error-message)
10154 (tramp-gvfs-handle-set-visited-file-modtime)
10155 (tramp-gvfs-fuse-file-name): Remove.
10156 (tramp-gvfs-handle-file-notify-add-watch)
10157 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10158 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10159
10160 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10161 Order alphabetically.
10162 <file-notify-rm-watch>: Use default Tramp handler.
10163 <executable-find>: Remove private handler.
10164 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10165 `default-directory'.
10166 (tramp-sh-handle-executable-find)
10167 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10168 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10169 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10170 Do not use `format' in `tramp-message'.
10171
10172 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10173 <file-notify-rm-watch, set-visited-file-modtime>:
10174 <verify-visited-file-modtime>: Add handler.
10175 (tramp-smb-call-winexe): Do not bind `default-directory'.
10176
10177 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10178
10179 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10180
10181 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10182
10183 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10184 use it.
10185 (log-view-diff-changeset): Same.
10186 (log-view-diff-common): Call backend command `previous-revision'
10187 to find out the previous revision, in both cases. Swap the
10188 variables `to' and `fr', so that `fr' usually refers to the
10189 earlier revision (Bug#14989).
10190
10191 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10192
10193 * ibuf-ext.el (ibuffer-filter-by-filename):
10194 Make it work with dired buffers too.
10195
10196 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10197
10198 * emacs-lisp/re-builder.el (reb-color-display-p):
10199 * files.el (save-buffers-kill-terminal):
10200 * net/browse-url.el (browse-url):
10201 * server.el (server-save-buffers-kill-terminal):
10202 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10203 Prefer nil to selected-frame for the first arg of frame-parameter.
10204
10205 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10206
10207 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10208
10209 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
10210
10211 * minibuffer.el (completion--twq-all): Try and preserve each
10212 completion's case choice (bug#14907).
10213
10214 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10215
10216 * net/network-stream.el (open-network-stream): Mention the new
10217 :nogreeting parameter.
10218 (network-stream-open-starttls): Use the :nogreeting parameter
10219 (bug#14938).
10220
10221 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10222
10223 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10224 more natural than popping.
10225
10226 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10227 (shr-urlify): Highlight under mouse.
10228
10229 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10230
10231 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10232
10233 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10234
10235 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
10236 buffer for output.
10237
10238 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
10239 point-min==1. Fix search string. Fix parentheses missing.
10240
10241 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
10242 assume point-min==1. Fix search string. Fix parentheses missing.
10243
10244 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10245
10246 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
10247 buffer for output.
10248
10249 2013-07-29 Eli Zaretskii <eliz@gnu.org>
10250
10251 * frame.el (frame-notice-user-settings): Avoid inflooping when the
10252 initial frame is minibuffer-less. (Bug#14841)
10253
10254 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
10255
10256 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10257 option.
10258
10259 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10260 (tramp-maybe-open-connection): Use it.
10261
10262 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10263
10264 * desktop.el (desktop--make-frame): Include `minibuffer' in the
10265 minimal set of parameters passed when creating a frame, because
10266 the minibuffer status of a frame cannot be changed later.
10267
10268 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
10269
10270 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10271 replace-regexp-in-string and inadvertent omissions in previous change.
10272 (todo-filter-items): Ensure only file names are comma-separated in
10273 name of filtered items buffer.
10274
10275 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10276
10277 * desktop.el: Optionally force offscreen frames back onscreen.
10278 (desktop-restoring-reuses-frames): New option.
10279 (desktop--compute-pos, desktop--move-onscreen): New functions.
10280 (desktop--make-frame): Use desktop--move-onscreen.
10281
10282 2013-07-27 Alan Mackenzie <acm@muc.de>
10283
10284 Fontify a Java generic method as a function.
10285 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10286 value to t.
10287
10288 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
10289
10290 * calendar/todo-mode.el: Add command to rename todo files.
10291 (todo-rename-file): New command.
10292 (todo-key-bindings-t): Add key binding for it. Change the
10293 bindings of todo-filter-regexp-items(-multifile) to use `x'
10294 instead of `r', since the latter is better suited to the new
10295 renaming command.
10296
10297 2013-07-27 Alan Mackenzie <acm@muc.de>
10298
10299 Make Java try-with-resources statement parse properly.
10300 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10301 (c-block-stmt-1-2-key): New language constants/variables.
10302 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10303 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10304 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10305 with c-block-stmt-1-2-key.
10306
10307 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
10308
10309 * desktop.el (desktop--make-frame): Apply most frame parameters after
10310 creating the frame to force (partially or totally) offscreen frames to
10311 be restored as such.
10312
10313 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
10314
10315 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10316 (Bug#14948)
10317
10318 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10321 `base' arg of backtrace-frame.
10322
10323 2013-07-26 Eli Zaretskii <eliz@gnu.org>
10324
10325 * simple.el (list-processes): Doc fix.
10326
10327 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10328
10329 * desktop.el (desktop--select-frame):
10330 Try harder to reuse existing frames.
10331
10332 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10333
10334 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10335 (edebug-eval): Use backtrace-eval.
10336 (edebug--display, edebug--recursive-edit): Don't let-bind the
10337 edebug-outer-* vars that keep track of variables we locally let-bind.
10338 (edebug-outside-excursion): Don't restore outside values of locally
10339 let-bound vars.
10340 (edebug--display): Use user-error.
10341 (cl-lexical-debug, cl-debug-env): Remove.
10342
10343 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10344
10345 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10346 are restored to be sure that they are visible before deleting any
10347 remaining ones.
10348
10349 2013-07-26 Matthias Meulien <orontee@gmail.com>
10350
10351 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10352 vc-print-root-log. (Bug#14948)
10353
10354 2013-07-26 Richard Stallman <rms@gnu.org>
10355
10356 Add aliases for encrypting mail.
10357 * epa.el (epa-mail-aliases): New option.
10358 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10359 Bind inhibit-read-only so read-only text doesn't ruin everything.
10360 (epa-mail-default-recipients): New subroutine broken out.
10361 Handle epa-mail-aliases.
10362
10363 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10364
10365 Add support for lexical variables to the debugger's `e' command.
10366 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10367 vars, except for debugger-outer-match-data.
10368 (debugger-frame-number): Move check for "on a function call" from
10369 callers into it. Add `skip-base' argument.
10370 (debugger-frame, debugger-frame-clear): Simplify accordingly.
10371 (debugger-env-macro): Only reset the state stored in non-variables,
10372 i.e. current-buffer and match-data.
10373 (debugger-eval-expression): Rewrite using backtrace-eval.
10374 * subr.el (internal--called-interactively-p--get-frame): Remove.
10375 (called-interactively-p):
10376 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10377 `base' arg of backtrace-frame instead.
10378
10379 2013-07-26 Glenn Morris <rgm@gnu.org>
10380
10381 * align.el (align-regexp): Doc fix. (Bug#14857)
10382 (align-region): Explicit error if subexpression missing/does not match.
10383
10384 * simple.el (global-visual-line-mode):
10385 Do not duplicate the mode lighter. (Bug#14858)
10386
10387 2013-07-25 Martin Rudalics <rudalics@gmx.at>
10388
10389 * window.el (display-buffer): In display-buffer bind
10390 split-window-keep-point to t, bug#14829.
10391
10392 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10393
10394 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10395 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10396 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10397 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10398 Change accordingly.
10399 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10400 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10401
10402 2013-07-25 Glenn Morris <rgm@gnu.org>
10403
10404 * dired-x.el (dired-mark-extension): Convert comment to doc string.
10405
10406 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10407
10408 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10409 parameter to modify-frame-parameters if the value has not changed;
10410 this is a workaround for bug#14949.
10411 (desktop--make-frame): On cl-delete-if call, check parameter name,
10412 not full parameter.
10413
10414 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10415
10416 * vc/vc.el (vc-ignore): New function.
10417
10418 * vc/vc-svn.el (vc-svn-ignore): New function.
10419
10420 * vc/vc-hg.el (vc-hg-ignore): New function.
10421
10422 * vc/vc-git.el (vc-git-ignore): New function.
10423
10424 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10425 (vc-dir-ignore): New function.
10426
10427 * vc/vc-cvs.el (vc-cvs-ignore): New function.
10428 (cvs-append-to-ignore): Move here from pcvs.el.
10429
10430 * vc/vc-bzr.el (vc-bzr-ignore): New function.
10431
10432 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10433
10434 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
10435
10436 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10437 (desktop-restore-frames): Warn when deleting an existing frame failed.
10438
10439 2013-07-24 Glenn Morris <rgm@gnu.org>
10440
10441 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
10442
10443 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
10444
10445 * filenotify.el (file-notify-supported-p):
10446 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10447 Remove functions.
10448
10449 * autorevert.el (auto-revert-use-notify)
10450 (auto-revert-notify-add-watch):
10451 * net/tramp.el (tramp-file-name-for-operation):
10452 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10453 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10454 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10455 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10456 Remove `file-notify-supported-p' entry.
10457
10458 2013-07-24 Glenn Morris <rgm@gnu.org>
10459
10460 * printing.el: Replace all uses of deleted ps-windows-system,
10461 ps-lp-system, ps-flatten-list with lpr- versions.
10462
10463 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10466 checked with memq (bug#14935).
10467
10468 * files.el (revert-buffer-function): Use a non-nil default.
10469 (revert-buffer-preserve-modes): Declare var to
10470 provide access to the `preserve-modes' argument.
10471 (revert-buffer): Let-bind it.
10472 (revert-buffer--default): New function, extracted from revert-buffer.
10473
10474 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10475
10476 * lpr.el: Signal print errors more prominently.
10477 (print-region-function): Don't default to nil.
10478 (lpr-print-region): New function, extracted from print-region-1.
10479 Check lpr's return value and signal an error in case of problem.
10480 (print-region-1): Use it.
10481 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
10482 versions instead.
10483 (ps-printer-name): Default to nil.
10484 (ps-printer-name-option): Default to lpr-printer-switch.
10485 (ps-print-region-function): Don't default to nil.
10486 (ps-postscript-code-directory): Simplify default.
10487 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10488 (ps-string-list, ps-eval-switch, ps-flatten-list)
10489 (ps-flatten-list-1): Remove.
10490 (ps-multibyte-buffer): Avoid setq.
10491 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10492 (print-region-function, ps-print-region-function): Don't set them here.
10493
10494 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10495
10496 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10497 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10498 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10499 (ido-decorations): Doc fix.
10500
10501 * ansi-color.el: Fix old URL.
10502
10503 2013-07-23 Michael R. Mauger <michael@mauger.com>
10504
10505 * progmodes/sql.el: Version 3.3
10506 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10507 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10508 (sql-interactive-remove-continuation-prompt): Rewrite, use
10509 functions above. Fix continuation prompt and complete output line
10510 handling.
10511 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10512 redirected output buffer.
10513 (sql-mode): Restore deleted code (Bug#13591).
10514
10515 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10516
10517 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10518
10519 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10520
10521 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10522
10523 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10524 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10525 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10526
10527 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10528
10529 * desktop.el (desktop-clear): Simplify; remove useless checks
10530 against invalid buffer names.
10531 (desktop-list*): Use cl-list*.
10532 (desktop-buffer-info, desktop-create-buffer): Simplify.
10533
10534 2013-07-23 Leo Liu <sdl.web@gmail.com>
10535
10536 * bookmark.el (bookmark-make-record): Restore NAME as a default
10537 value. (Bug#14933)
10538
10539 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10542 extracted from autoload--insert-text.
10543 (autoload--insert-text): Remove.
10544 (autoload--print-cookie-text): New function, extracted from
10545 autoload--insert-cookie-text.
10546 (autoload--insert-cookie-text): Remove.
10547 (autoload-generate-file-autoloads): Adjust calls accordingly.
10548
10549 * winner.el (winner-hook-installed-p): Remove.
10550 (winner-mode): Simplify accordingly.
10551
10552 * subr.el (add-to-list): Fix compiler-macro when `append' is
10553 not constant. Don't use `cl-member' for the base case.
10554
10555 * progmodes/subword.el: Fix boundary case (bug#13758).
10556 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10557 own group.
10558 (subword-backward-regexp): Make it a constant.
10559 (subword-forward-internal): Don't treat a trailing capital as the
10560 beginning of a word.
10561
10562 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10563
10564 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10565 global value of tabulated-list-revert-hook (bug#14930).
10566
10567 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10568
10569 * desktop.el: Require 'cl-lib.
10570 (desktop-before-saving-frames-functions): New hook.
10571 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10572 for frames being saved. Rename from desktop--save-minibuffer-frames.
10573 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10574 Do not save frames with non-nil `desktop-dont-save' parameter.
10575 Filter out deleted frames.
10576 (desktop--find-frame): Use cl-find-if.
10577 (desktop--select-frame): Use cl-(first|second|third) to access values
10578 of desktop-mini.
10579 (desktop--make-frame): Use cl-delete-if.
10580 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10581 (desktop-restore-frames): Use cl-(first|second|third) to access values
10582 of desktop-mini. Look for visible frame at the end, not while
10583 restoring frames.
10584
10585 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10586 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10587 Use string-match-p, looking-at-p (bug#14927).
10588
10589 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10590
10591 * desktop.el (desktop-saved-frame-states):
10592 Rename from desktop--saved-states; all users changed.
10593 (desktop-save-frames): Rename from desktop--save-frames.
10594 Do not save state to desktop file.
10595 (desktop-save): Save desktop-saved-frame-states to desktop file
10596 and reset to nil.
10597 (desktop-restoring-frames-p): New function.
10598 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10599 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10600 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10601
10602 * desktop.el: Correctly restore iconified frames.
10603 (desktop--filter-iconified-position): New function.
10604 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10605
10606 2013-07-20 Glenn Morris <rgm@gnu.org>
10607
10608 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10609 Let `message' do the formatting.
10610 (def-gdb-preempt-display-buffer): Add explicit format.
10611
10612 * image-dired.el (image-dired-track-original-file):
10613 Use with-current-buffer.
10614 (image-dired-track-thumbnail): Use with-current-buffer.
10615 Avoid changing point of wrong window.
10616
10617 * image-dired.el (image-dired-track-original-file):
10618 Avoid changing point of wrong window. (Bug#14909)
10619
10620 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10621
10622 * progmodes/gdb-mi.el (gdb-done-or-error):
10623 Guard against "%" in gdb output. (Bug#14127)
10624
10625 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10626
10627 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10628 (Bug#14826)
10629
10630 * international/mule.el (coding-system-iso-2022-flags): Fix last
10631 change.
10632
10633 2013-07-20 Kenichi Handa <handa@gnu.org>
10634
10635 * international/mule.el (coding-system-iso-2022-flags):
10636 Add `8-bit-level-4'. (Bug#8522)
10637
10638 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10639
10640 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10641 (bug#14815).
10642
10643 * net/eww.el (eww-process-text-input): Allow inputting when the
10644 point is at the start of the line, as the properties aren't
10645 front-sticky.
10646
10647 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10648 degenerate widths.
10649
10650 2013-07-19 Richard Stallman <rms@gnu.org>
10651
10652 * epa.el (epa-popup-info-window): Doc fix.
10653
10654 * subr.el (split-string): New arg TRIM.
10655
10656 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10657
10658 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10659 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10660
10661 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10662
10663 * filenotify.el (file-notify--library): Rename from
10664 `file-notify-support'. Do not autoload. Adapt all uses.
10665 (file-notify-supported-p): New defun.
10666
10667 * autorevert.el (auto-revert-use-notify):
10668 Use `file-notify-supported-p' instead of `file-notify-support'.
10669 Adapt docstring.
10670 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10671
10672 * net/tramp.el (tramp-file-name-for-operation):
10673 Add `file-notify-supported-p'.
10674
10675 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10676 New defun.
10677 (tramp-sh-file-name-handler-alist): Add it as handler for
10678 `file-notify-supported-p '.
10679
10680 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10681 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10682 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10683 Add `ignore' as handler for `file-notify-*' functions.
10684
10685 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10686
10687 * simple.el (line-move-partial, line-move): Don't start vscroll or
10688 scroll-up if the current line is not taller than the window.
10689 (Bug#14881)
10690
10691 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10692
10693 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10694 highlight question marks in the method names as strings.
10695 (ruby-block-beg-keywords): Inline.
10696 (ruby-font-lock-keyword-beg-re): Extract from
10697 `ruby-font-lock-keywords'.
10698
10699 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10700
10701 * frame.el (blink-cursor-blinks): New defcustom.
10702 (blink-cursor-blinks-done): New defvar.
10703 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10704 (blink-cursor-timer-function): Check if number of blinks has been
10705 done on X and NS.
10706 (blink-cursor-suspend, blink-cursor-check): New defuns.
10707
10708 2013-07-15 Glenn Morris <rgm@gnu.org>
10709
10710 * edmacro.el (edmacro-format-keys): Fix previous change.
10711
10712 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10713
10714 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10715 The hack didn't work outside English locales anyway.
10716
10717 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10718
10719 * simple.el (define-alternatives): Rename from alternatives-define,
10720 per RMS' suggestion.
10721
10722 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10723
10724 * desktop.el (desktop-restore-frames): Change default to t.
10725 (desktop-restore-in-current-display): Now offer more options.
10726 (desktop-restoring-reuses-frames): New customization option.
10727 (desktop--saved-states): Doc fix.
10728 (desktop-filter-parameters-alist): New variable, renamed and expanded
10729 from desktop--excluded-frame-parameters.
10730 (desktop--target-display): New variable.
10731 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10732 (desktop--filter-tty*, desktop--filter-*-color)
10733 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10734 (desktop--filter-save-desktop-parm)
10735 (desktop-restore-in-original-display-p): New functions.
10736 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10737 (desktop--save-minibuffer-frames): New function, inspired by a similar
10738 function from Martin Rudalics.
10739 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10740 (desktop--restore-in-this-display-p): Remove.
10741 (desktop--find-frame): Rename from desktop--find-frame-in-display
10742 and add predicate argument.
10743 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10744 (desktop--reuse-list): New variable.
10745 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10746 New functions.
10747 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10748
10749 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10750
10751 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10752
10753 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10754
10755 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10756 Highlight conversion methods on Kernel.
10757
10758 2013-07-13 Alan Mackenzie <acm@muc.de>
10759
10760 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10761 and comment it out. This out-commenting enables certain C++
10762 declarations to be parsed correctly.
10763
10764 2013-07-13 Eli Zaretskii <eliz@gnu.org>
10765
10766 * international/mule.el (define-coding-system): Doc fix.
10767
10768 * simple.el (default-font-height): Don't call font-info if the
10769 frame's default font didn't change since the frame was created.
10770 (Bug#14838)
10771
10772 2013-07-13 Leo Liu <sdl.web@gmail.com>
10773
10774 * ido.el (ido-read-file-name): Guard against non-symbol value.
10775
10776 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10777
10778 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10779 in nested defuns.
10780
10781 2013-07-13 Leo Liu <sdl.web@gmail.com>
10782
10783 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10784 ido-set-matches call. (Bug#6852)
10785
10786 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10787
10788 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10789 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10790 Ruby 2.0.
10791 (ruby-font-lock-keywords): Distinguish calls to functions with
10792 module-like names from module references. Highlight character
10793 literals.
10794
10795 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10796
10797 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10798 (gdb-send): Handle continued commands. (Bug#14847)
10799
10800 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10801
10802 * desktop.el (desktop--v2s): Remove unused local variable.
10803 (desktop-save-buffer): Make defvar-local; adjust docstring.
10804 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10805 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10806
10807 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10808
10809 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10810
10811 2013-07-12 Eli Zaretskii <eliz@gnu.org>
10812
10813 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10814 (Bug#14842)
10815
10816 2013-07-12 Glenn Morris <rgm@gnu.org>
10817
10818 * doc-view.el: Require cl-lib at runtime too.
10819 (doc-view-remove-if): Remove.
10820 (doc-view-search-next-match, doc-view-search-previous-match):
10821 Use cl-remove-if.
10822
10823 * edmacro.el: Require cl-lib at runtime too.
10824 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10825 (edmacro-mismatch, edmacro-subseq): Remove.
10826
10827 * shadowfile.el: Require cl-lib.
10828 (shadow-remove-if): Remove.
10829 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10830 Use cl-remove-if.
10831
10832 * wid-edit.el: Require cl-lib.
10833 (widget-choose): Use cl-remove-if.
10834 (widget-remove-if): Remove.
10835
10836 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10837 (ebrowse-delete-if-not): Remove.
10838 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10839 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10840 Use cl-delete-if-not.
10841
10842 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10843
10844 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10845 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10846
10847 2013-07-12 Leo Liu <sdl.web@gmail.com>
10848
10849 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10850
10851 2013-07-11 Glenn Morris <rgm@gnu.org>
10852
10853 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10854 (edebug-gensym-index, edebug-gensym):
10855 Remove reimplementation of cl-gensym.
10856 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10857
10858 * thumbs.el: Require cl-lib at run-time too.
10859 (thumbs-gensym-counter, thumbs-gensym):
10860 Remove reimplementation of cl-gensym.
10861 (thumbs-temp-file): Use cl-gensym.
10862
10863 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10864 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10865 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10866 (ert--union, ert--gensym-counter, ert--gensym-counter)
10867 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10868 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10869 (ert-make-test-unbound, ert--expand-should-1)
10870 (ert--expand-should, ert--should-error-handle-error)
10871 (should-error, ert--explain-equal-rec)
10872 (ert--plist-difference-explanation, ert-select-tests)
10873 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10874 Use cl-lib functions rather than reimplementations.
10875
10876 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10877
10878 * net/tramp.el (tramp-methods): Extend docstring.
10879 (tramp-connection-timeout): New defcustom.
10880 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10881 (with-tramp-progress-reporter): Simplify.
10882 (tramp-process-actions): Improve messages.
10883
10884 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10885 * net/tramp-sh.el (tramp-maybe-open-connection):
10886 Use `tramp-connection-timeout'.
10887 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10888 (Bug#14808)
10889
10890 2013-07-11 Leo Liu <sdl.web@gmail.com>
10891
10892 * ido.el (ido-read-file-name): Conform to the requirements of
10893 read-file-name. (Bug#11861)
10894 (ido-read-directory-name): Conform to the requirements of
10895 read-directory-name.
10896
10897 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10898
10899 * subr.el (delay-warning): New function.
10900
10901 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10902
10903 * simple.el (default-line-height): New function.
10904 (line-move-partial, line-move): Use it instead of computing the
10905 line height inline.
10906 (line-move-partial): Always compute ROWH. If the last line is
10907 partially-visible, but its text is completely visible, allow
10908 cursor to enter such a partially-visible line.
10909
10910 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10911
10912 Improve error messages. (Bug#14808)
10913
10914 * net/tramp.el (tramp-current-connection): New defvar, moved from
10915 tramp-sh.el.
10916 (tramp-message-show-progress-reporter-message): Remove, not
10917 needed anymore.
10918 (tramp-error-with-buffer): Show message in minibuffer.
10919 Discard input before waiting. Reset connection timestamp.
10920 (with-tramp-progress-reporter): Improve messages.
10921 (tramp-process-actions): Use progress reporter. Delete process in
10922 case of error. Improve messages.
10923
10924 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10925 Call `tramp-error-with-buffer' with vector and buffer.
10926 (tramp-current-connection): Remove.
10927 (tramp-maybe-open-connection): The car of
10928 `tramp-current-connection' are the first 3 slots of the vector.
10929
10930 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10931
10932 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10933 inside continued strings.
10934
10935 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10936
10937 Timestamp fixes for undo (Bug#14824).
10938 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10939
10940 2013-07-10 Leo Liu <sdl.web@gmail.com>
10941
10942 * files.el (require-final-newline): Allow safe local value.
10943 (Bug#14834)
10944
10945 2013-07-09 Leo Liu <sdl.web@gmail.com>
10946
10947 * ido.el (ido-read-directory-name): Handle fallback.
10948 (ido-read-file-name): Update DIR to ido-current-directory.
10949 (Bug#1516)
10950 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10951
10952 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10953
10954 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10955 "autoload". Remove "warn lower camel case" section, previously
10956 commented out. Highlight negation char. Do not highlight the
10957 target in singleton method definitions.
10958
10959 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10960
10961 * faces.el (tty-setup-hook): Declare the hook.
10962
10963 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10964 and detect when a guard/pred depends on local vars (bug#14773).
10965 (pcase--u1): Adjust caller.
10966
10967 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10968
10969 * simple.el (line-move-partial, line-move): Account for
10970 line-spacing.
10971 (line-move-partial): Avoid setting vscroll when the last
10972 partially-visible line in window is of default height.
10973
10974 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10975
10976 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10977 been used a while.
10978
10979 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10980
10981 * subr.el (read-quoted-char): Remove unused local variable `char'.
10982
10983 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10984
10985 * ediff.el (ediff-version): Version update.
10986 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10987 (ediff-merge-with-ancestor-command, ediff-directories-command)
10988 (ediff-directories3-command, ediff-merge-directories-command)
10989 (ediff-merge-directories-with-ancestor-command): New functions.
10990 All are command-line interfaces to ediff: to facilitate calling
10991 Emacs with the appropriate ediff functions invoked.
10992
10993 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10994 (viper-save-kill-buffer): Check if buffer is modified.
10995
10996 * viper.el (viper-version): Version update.
10997 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10998
10999 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11000
11001 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11002 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
11003 (viper-intercept-ESC-key): Simplify.
11004 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
11005 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
11006 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11007 (viper-setup-ESC-to-escape): New functions.
11008 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11009 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11010
11011 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11012
11013 * simple.el (default-font-height, window-screen-lines):
11014 New functions.
11015 (line-move, line-move-partial): Use them instead of
11016 frame-char-height and window-text-height. This makes scrolling
11017 text smoother when the buffer's default face uses a font that is
11018 different from the frame's default font.
11019
11020 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11021
11022 * files.el (write-file): Do not display confirm dialog for NS,
11023 it does its own dialog, which can't be canceled (Bug#14578).
11024
11025 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11026
11027 * simple.el (line-move-partial): Adjust the row returned by
11028 posn-at-point for the current window-vscroll. (Bug#14567)
11029
11030 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11031
11032 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11033 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11034 spaces.
11035
11036 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11037
11038 * window.el (window-state-put-stale-windows): New variable.
11039 (window--state-put-2): Save list of windows without matching buffer.
11040 (window-state-put): Remove "bufferless" windows if possible.
11041
11042 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11043
11044 * simple.el (alternatives-define): Remove leftover :group keyword.
11045 Tweak docstring.
11046
11047 2013-07-06 Leo Liu <sdl.web@gmail.com>
11048
11049 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11050 (ido-enable-virtual-buffers): New variable.
11051 (ido-buffer-internal, ido-toggle-virtual-buffers)
11052 (ido-make-buffer-list): Use it.
11053 (ido-exhibit): Support turning on and off virtual buffers
11054 automatically.
11055
11056 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11057
11058 * simple.el (alternatives-define): New macro.
11059
11060 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 * subr.el (read-quoted-char): Use read-key.
11063 (sit-for): Let read-event decode tty input (bug#14782).
11064
11065 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11066
11067 * calendar/todo-mode.el: Add handling of file deletion, both by
11068 mode command and externally. Fix various related bugs.
11069 Clarify Commentary and improve some documentation strings and code.
11070 (todo-delete-file): New command.
11071 (todo-check-file): New function.
11072 (todo-show): Handle external deletion of the file we're trying to
11073 show (bug#14688). Replace called-interactively-p by an optional
11074 prefix argument to avoid problematic interaction with catch form
11075 when byte compiled (bug#14702).
11076 (todo-quit): Handle external deletion of the archive's todo file.
11077 Make sure the buffer that was visiting the archive file is still
11078 live before trying to bury it.
11079 (todo-category-completions): Handle external deletion of any
11080 category completion files.
11081 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11082 of todo files, in case of external deletion.
11083 (todo-add-file): Replace unnecessary setq by let-binding.
11084 (todo-find-archive): Check whether there are any archives.
11085 Replace unnecessary setq by let-binding.
11086 (todo-archive-done-item): Use find-file-noselect to get the
11087 archive buffer whether or not the archive already exists.
11088 Remove superfluous code. Use file size instead of buffer-file-name to
11089 check if the archive is new; if it is, update list of archives.
11090 (todo-default-todo-file): Allow nil to be a valid value for when
11091 there are no todo files.
11092 (todo-reevaluate-default-file-defcustom): Use corrected definition
11093 of todo-default-todo-file.
11094 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11095 (todo-delete-category, todo-show-categories-table)
11096 (todo-category-number): Clarify comment.
11097 (todo-filter-items): Clarify documentation string.
11098 (todo-show-current-file, todo-display-as-todo-file)
11099 (todo-reset-and-enable-done-separator): Tweak documentation string.
11100 (todo-done-separator): Make separator length window-width, since
11101 bug#2749 is now fixed.
11102
11103 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11104
11105 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11106 Support both "gvfs-monitor-dir" and "inotifywait".
11107 (tramp-sh-file-inotifywait-process-filter): Rename from
11108 `tramp-sh-file-notify-process-filter'.
11109 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11110 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11111
11112 2013-07-05 Leo Liu <sdl.web@gmail.com>
11113
11114 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11115
11116 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11117
11118 * frame.el (display-pixel-height, display-pixel-width)
11119 (display-mm-height, display-mm-width): Mention behavior on
11120 multi-monitor setups in docstrings.
11121 (w32-display-monitor-attributes-list): Declare function.
11122 (display-monitor-attributes-list): Use it.
11123
11124 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11125
11126 * filenotify.el: New package.
11127
11128 * autorevert.el (top): Require filenotify.el.
11129 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11130 instead.
11131 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11132 (auto-revert-notify-handler): Use `file-notify-*' functions.
11133
11134 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11135
11136 * net/tramp.el (tramp-file-name-for-operation):
11137 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11138
11139 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11140 for `file-notify-add-watch' and `file-notify-rm-watch'.
11141 (tramp-process-sentinel): Improve trace.
11142 (tramp-sh-handle-file-notify-add-watch)
11143 (tramp-sh-file-notify-process-filter)
11144 (tramp-sh-handle-file-notify-rm-watch)
11145 (tramp-get-remote-inotifywait): New defuns.
11146
11147 2013-07-03 Juri Linkov <juri@jurta.org>
11148
11149 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11150 call of `occur-read-primary-args' to interactive spec.
11151
11152 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11153 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11154
11155 2013-07-03 Matthias Meulien <orontee@gmail.com>
11156
11157 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11158 `Buffer-menu-multi-occur'. Add it to the menu.
11159 (Buffer-menu-mode): Document it in docstring.
11160 (Buffer-menu-multi-occur): New command. (Bug#14673)
11161
11162 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11163
11164 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11165 keywords and built-ins.
11166
11167 2013-07-03 Glenn Morris <rgm@gnu.org>
11168
11169 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11170
11171 Make info-xref checks case-sensitive by default
11172 * info.el (Info-find-node, Info-find-in-tag-table)
11173 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11174 Add option for exact case matching of nodes.
11175 * info-xref.el (info-xref): New custom group.
11176 (info-xref-case-fold): New option.
11177 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11178
11179 2013-07-03 Leo Liu <sdl.web@gmail.com>
11180
11181 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11182
11183 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11184
11185 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11186 middle of block statement initially, lower the depth. Remove
11187 FIXME comment, not longer valid. Remove middle of block statement
11188 detection, no need to do that anymore since we've been using
11189 `ruby-parse-region' here.
11190
11191 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11192
11193 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11194
11195 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11196
11197 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11198
11199 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11200
11201 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11202 (desktop-restore-in-current-display): New customization option.
11203 (desktop--excluded-frame-parameters): Add `font'.
11204 (desktop--save-frames): Rename from desktop--save-windows.
11205 (desktop--restore-in-this-display-p): New function.
11206 (desktop--make-full-frame): Remove unwanted width/height from
11207 full(width|height) frames.
11208 (desktop--restore-frames): Rename from desktop--restore-windows.
11209 Obey desktop-restore-current-display. Do not delete old frames or
11210 select a new frame unless we were able to restore at least one frame.
11211
11212 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
11213
11214 * files.el (find-file-noselect): Simplify conditional expression.
11215
11216 * textmodes/remember.el (remember-append-to-file):
11217 Don't mix `find-buffer-visiting' and `get-file-buffer'.
11218
11219 Add `remember-notes' function to store random notes across Emacs
11220 restarts.
11221 * textmodes/remember.el (remember-data-file): Add :set callback to
11222 affect notes buffer (if any).
11223 (remember-notes): New command.
11224 (remember-notes-buffer-name, bury-remember-notes-on-kill):
11225 New defcustoms for the `remember-notes' function.
11226 (remember-notes-save-and-bury-buffer): New command.
11227 (remember-notes-mode-map): New variable.
11228 (remember-mode): New minor mode.
11229 (remember-notes--kill-buffer-query): New function.
11230 * startup.el (initial-buffer-choice): Add notes to custom type.
11231
11232 2013-06-30 Eli Zaretskii <eliz@gnu.org>
11233
11234 * bindings.el (right-char, left-char): Don't call sit-for, this is
11235 no longer needed. Use arithmetic comparison only for numerical
11236 arguments.
11237
11238 * international/mule-cmds.el (select-safe-coding-system):
11239 Handle the case of FROM being a string correctly. (Bug#14755)
11240
11241 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11242
11243 * net/shr.el (shr-make-table-1): Add a sanity check that allows
11244 progression on degenerate tables.
11245 (shr-rescale-image): ImageMagick animated images currently don't work.
11246
11247 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
11248
11249 Some fixes and improvements for desktop frame restoration.
11250 It is still experimental and disabled by default.
11251 * desktop.el (desktop--save-windows): Put the selected frame at
11252 the head of the list.
11253 (desktop--make-full-frame): New function.
11254 (desktop--restore-windows): Try to re-select the frame that was
11255 selected upon saving. Do not abort if some frames fail to restore,
11256 just show an error message and continue. Set up maximized frames
11257 so they have default non-maximized dimensions.
11258
11259 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
11260
11261 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11262 Don't start heredoc inside a string or comment.
11263
11264 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11265
11266 * bindings.el (visual-order-cursor-movement): New defcustom.
11267 (right-char, left-char): Provide visual-order cursor motion by
11268 calling move-point-visually. Update the doc strings.
11269
11270 2013-06-28 Kenichi Handa <handa@gnu.org>
11271
11272 * international/mule.el (define-coding-system): New coding system
11273 properties :inhibit-null-byte-detection,
11274 :inhibit-iso-escape-detection, and :prefer-utf-8.
11275 (set-buffer-file-coding-system): If :charset-list property of
11276 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11277 appropriate for setting.
11278
11279 * international/mule-cmds.el (select-safe-coding-system):
11280 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11281 multibyte characters, return utf-8 (or one of its siblings).
11282
11283 * international/mule-conf.el (prefer-utf-8): New coding system.
11284 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11285 files.
11286
11287 2013-06-28 Ivan Kanis <ivan@kanis.fr>
11288
11289 * net/shr.el (shr-render-region): New function.
11290
11291 * net/eww.el: Autoload `eww-browse-url'.
11292
11293 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
11294
11295 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11296 Adapt to `package-desc-version' being a list.
11297 Use `package--ac-desc-version' to retrieve version from a package
11298 archive element.
11299
11300 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
11301
11302 New experimental feature to save&restore window and frame setup.
11303 * desktop.el (desktop-save-windows): New defcustom.
11304 (desktop--saved-states): New var.
11305 (desktop--excluded-frame-parameters): New defconst.
11306 (desktop--filter-frame-parms, desktop--find-frame-in-display)
11307 (desktop--restore-windows, desktop--save-windows): New functions.
11308 (desktop-save): Call `desktop--save-windows'.
11309 (desktop-read): Call `desktop--restore-windows'.
11310
11311 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11312
11313 * net/shr.el (add-face-text-property): Remove compat definition.
11314
11315 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11316
11317 * info.el (Info-try-follow-nearest-node): Move search for footnote
11318 above search for node name to prevent missing a footnote (bug#14717).
11319
11320 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11321
11322 * obsolete/otodo-mode.el: Add obsolescence info to file header.
11323
11324 2013-06-27 Leo Liu <sdl.web@gmail.com>
11325
11326 * net/eww.el (eww-read-bookmarks): Check file size.
11327
11328 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11329
11330 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11331 advice--pending if newdef is nil or an autoload (bug#13820).
11332 (advice-mapc): New function.
11333
11334 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11335
11336 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11337 probably.
11338 (eww-mode-map): Add a menu bar.
11339 (eww-add-bookmark): New command.
11340 (eww-bookmark-mode): New mode and commands.
11341 (eww-add-bookmark): Remove newlines from the title.
11342 (eww-bookmark-browse): Don't bug out if it's the only window.
11343
11344 2013-06-26 Glenn Morris <rgm@gnu.org>
11345
11346 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11347 (hfy-size): Handle ttys. (Bug#14668)
11348
11349 * info-xref.el: Update for Texinfo 5 change in *note format.
11350 (info-xref-node-re, info-xref-note-re): New constants.
11351 (info-xref-check-buffer): Use info-xref-note-re.
11352
11353 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11354
11355 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11356
11357 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11358 nil terminate the loop (bug#14718).
11359
11360 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11361
11362 * net/eww.el: Rework history traversal. When going forward/back,
11363 put these actions into the history, too, so that they can be
11364 replayed.
11365 (eww-render): Move the history reset to the correct buffer.
11366
11367 2013-06-25 Juri Linkov <juri@jurta.org>
11368
11369 * files-x.el (modify-dir-local-variable): Change the header comment
11370 in the file with directory local variables. (Bug#14692)
11371
11372 * files-x.el (read-file-local-variable-value): Add `default'.
11373 (Bug#14710)
11374
11375 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11376
11377 * net/eww.el (eww-make-unique-file-name): Create a unique file
11378 name before saving to entering `y' accidentally asynchronously.
11379
11380 2013-06-25 Ivan Kanis <ivan@kanis.fr>
11381
11382 * net/eww.el (eww-download): New command and keystroke.
11383
11384 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11385
11386 * net/eww.el (eww-copy-page-url): Change name of command.
11387
11388 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11389 be more consistent with Info and dired.
11390
11391 * net/eww.el (eww-mode-map): Ditto.
11392
11393 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
11396 packages from archives.
11397 (package-archive-contents): Change format; include obsolete packages.
11398 (package-desc): Use `dir' to mark builtin packages.
11399 (package--from-builtin): Set the `dir' field to `builtin'.
11400 (generated-autoload-file, version-control): Declare.
11401 (package-compute-transaction): Change first arg and return value to be
11402 lists of package-descs. Adjust to new package-archive-contents format.
11403 (package--add-to-archive-contents): Adjust to new
11404 package-archive-contents format.
11405 (package-download-transaction): Arg is now a list of package-descs.
11406 (package-install): If `pkg' is a package name, pass it as
11407 a requirement, so it is subject to the usual (e.g. disabled) checks.
11408 (describe-package): Accept package-desc as well.
11409 (describe-package-1): Describe a specific package-desc. Add links to
11410 other package-descs for the same package name.
11411 (package-menu-describe-package): Pass the actual package-desc.
11412 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11413 works correctly.
11414 (package-desc-status): New function.
11415 (package-menu--refresh): New function, extracted
11416 from package-menu--generate.
11417 (package-menu--generate): Use it.
11418 (package-delete): Update package-alist.
11419 (package-menu-execute): Don't call package-initialize.
11420
11421 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11422 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11423 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11424 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11425 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11426 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11427
11428 2013-06-25 Martin Rudalics <rudalics@gmx.at>
11429
11430 * window.el (window--state-get-1): Workaround for bug#14527.
11431 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11432
11433 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11434
11435 * net/eww.el (eww-back-url): Implement the history by stashing all
11436 the data into a list.
11437 (eww-forward-url): Allow going forward in the history, too.
11438
11439 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11440
11441 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11442 for values and use read--expression for expressions (bug#14710).
11443 (read-file-local-variable): Avoid setq.
11444 (read-file-local-variable-mode): Use minor-mode-list.
11445
11446 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11447
11448 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11449 for DOI URLs.
11450
11451 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11452
11453 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11454 Update imenu-support when dialect changes.
11455
11456 2013-06-25 Leo Liu <sdl.web@gmail.com>
11457
11458 * ido.el (ido-read-internal): Allow forward slash on windows.
11459
11460 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11461
11462 * net/eww.el (eww): Start of strings is \\`, not ^.
11463
11464 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11465
11466 * net/shr.el (shr-browse-url): Fix interactive spec.
11467
11468 * net/eww.el (eww): Add a trailing slash to domain names.
11469
11470 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
11471
11472 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11473
11474 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11475
11476 * net/shr.el (shr-browse-url): Use an external browser if given a
11477 prefix.
11478
11479 * net/eww.el (eww-external-browser): Move to shr.
11480
11481 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11482
11483 * net/eww.el (eww): Work more correctly for file: URLs.
11484 (eww-detect-charset): Allow quoted charsets.
11485 (eww-yank-page-url): New command and keystroke.
11486
11487 2013-06-24 Daiki Ueno <ueno@gnu.org>
11488
11489 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11490 file name of gpg executable.
11491 (epg-context-program): New function.
11492 (epg-context-home-directory): New function.
11493 (epg-context-set-program): New function.
11494 (epg-context-set-home-directory): New function.
11495 (epg--start): Use `epg-context-program' instead of
11496 'epg-gpg-program'.
11497 (epg--list-keys-1): Likewise.
11498
11499 2013-06-24 Leo Liu <sdl.web@gmail.com>
11500
11501 * ido.el (ido-read-internal): Fix bug#14620.
11502
11503 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11504
11505 * faces.el (face-documentation): Simplify.
11506 (read-face-attribute, tty-find-type, x-resolve-font-name):
11507 Use `string-match-p'.
11508 (list-faces-display): Use `string-match-p'. Simplify.
11509 (face-spec-recalc): Check face to avoid face alias loops.
11510 (read-color): Use `string-match-p' and non-capturing parenthesis.
11511
11512 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11513
11514 * net/shr.el (shr-rescale-image): Use the new
11515 :max-width/:max-height functionality.
11516
11517 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11518
11519 * net/eww.el (eww-search-prefix): New variable.
11520 (eww): Use it.
11521 (eww-external-browser): New variable.
11522 (eww-mode-map): New keystroke.
11523 (eww-browse-with-external-browser): New command.
11524
11525 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11526
11527 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11528
11529 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11530 Don't skip aligning the next header field when padding is 0;
11531 otherwise, field width is not respected unless the title is as
11532 wide as the field.
11533
11534 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11535
11536 * emacs-lisp/package.el (package-el-version): Remove.
11537 (package-process-define-package): Fix inf-loop.
11538 (package-install): Allow symbols as arguments again.
11539
11540 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11541
11542 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11543 add some more keyword-like methods.
11544 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11545
11546 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11547
11548 * bs.el (bs-buffer-show-mark): Make defvar-local.
11549 (bs-mode): Use setq-local.
11550
11551 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11552 (emacs-lock--try-unlocking): Make defvar-local.
11553
11554 2013-06-22 Glenn Morris <rgm@gnu.org>
11555
11556 * play/cookie1.el (cookie-apropos): Minor simplification.
11557
11558 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11559
11560 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11561
11562 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11563 `regexp-opt', it breaks the build during dumping.
11564
11565 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11566
11567 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11568 Highlight keyword-like methods on Kernel and Module with
11569 font-lock-builtin-face.
11570 (auto-mode-alist): Consolidate different entries into one regexp
11571 and add more *file-s.
11572
11573 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11574
11575 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11576
11577 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11578 (diary-entry): Use it in the action of this button type instead of
11579 diary-goto-entry.
11580
11581 * calendar/todo-mode.el: New version.
11582 (todo-add-category): Append new category to end of file and give
11583 it the highest number, instead of putting it at the beginning and
11584 giving it 0. Incorporate noninteractive functionality.
11585 (todo-forward-category): Adapt to 1-based category numbering.
11586 Allow skipping over archived categories.
11587 (todo-backward-category): Derive from todo-forward-category.
11588 (todo-backward-item, todo-forward-item): Make noninteractive and
11589 delegate interactive part to new commands. Make sensitive to done items.
11590 (todo-categories): Make value an alist of category names and
11591 vectors of item counts.
11592 (todo-category-beg): Make a defconst.
11593 (todo-category-number): Use 1 instead of 0 as initial value.
11594 (todo-category-select): Make sensitive to overlays, optional item
11595 highlighting and done items.
11596 (todo-delete-item): Make sensitive to overlays and marked and done items.
11597 (todo-edit-item): Make sensitive to overlays and editing of
11598 date/time header optional. Add format checks.
11599 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11600 no-op if point is not on an item. Advertise using todo-edit-quit.
11601 (todo-edit-mode): Make sensitive to new format, font-locking, and
11602 multiple todo files.
11603 (todo-insert-item, todo-insert-item-here): Derive from
11604 todo-basic-insert-item and extend functionality.
11605 (todo-item-end, todo-item-start): Make sensitive to done items.
11606 (todo-item-string): Don't return text properties. Restore point.
11607 (todo-jump-to-category): Make sensitive to multiple todo files and
11608 todo archives. Use extended category completion.
11609 (todo-lower-item, todo-raise-item): Rename to *-priority and
11610 derive from todo-set-item-priority.
11611 (todo-mode): Derive from special-mode. Make sensitive to new
11612 format, font-locking and multiple todo files. Make read-only.
11613 (todo-mode-map): Don't suppress digit keys, so they can supply
11614 prefix arguments. Add many new key bindings.
11615 (todo-prefix): Insert as an overlay instead of file text.
11616 Change semantics from diary date expression to purely visual mark.
11617 (todo-print): Rename to todo-print-buffer. Make buffer display
11618 features printable. Remove option to restrict number of items
11619 printed. Add option to print to file.
11620 (todo-print-function): Rename to todo-print-buffer-function.
11621 (todo-quit): Extend to handle exiting new todo modes.
11622 (todo-remove-item): Make sensitive to overlays.
11623 (todo-save): Extend to buffers of filtered items.
11624 (todo-show): Make sensitive to done items, multiple todo files and
11625 new todo modes. Offer to convert legacy todo file before creating
11626 first new todo file.
11627 (todo-show-priorities): Rename to todo-top-priorities.
11628 Change semantics of value 0.
11629 (todo-top-priorities): Rename to todo-filter-top-priorities,
11630 derive from todo-filter-items and extend functionality.
11631 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11632 and extend functionality to other types of filtered items.
11633 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11634 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11635 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11636 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11637 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11638 (todo-edit-mode-hook, todo-entry-prefix-function)
11639 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11640 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11641 (todo-initials, todo-insert-threshold, todo-item-string-start)
11642 (todo-line-string, todo-menu, todo-mode-hook)
11643 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11644 (todo-print-priorities, todo-remove-separator)
11645 (todo-save-top-priorities-too, todo-string-count-lines)
11646 (todo-string-multiline-p, todo-time-string-format)
11647 (todo-tmp-buffer-name): Remove.
11648 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11649 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11650 (todo-edit-category-diary-inclusion)
11651 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11652 (todo-edit-file, todo-edit-item-date-day)
11653 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11654 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11655 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11656 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11657 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11658 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11659 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11660 (todo-filter-top-priorities-multifile, todo-find-archive)
11661 (todo-find-filtered-items-file, todo-go-to-source-item)
11662 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11663 (todo-jump-to-archive-category, todo-lower-category)
11664 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11665 (todo-move-category, todo-move-item, todo-next-button)
11666 (todo-next-item, todo-padded-string, todo-powerset)
11667 (todo-previous-button, todo-previous-item)
11668 (todo-print-buffer-to-file, todo-raise-category)
11669 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11670 (todo-set-category-number, todo-set-item-priority)
11671 (todo-set-top-priorities-in-category)
11672 (todo-set-top-priorities-in-file, todo-show-categories-table)
11673 (todo-sort-categories-alphabetically-or-numerically)
11674 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11675 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11676 (todo-toggle-item-header, todo-toggle-item-highlighting)
11677 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11678 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11679 (todo-unarchive-items, todo-unmark-category): New commands.
11680 (todo-absolute-file-name, todo-add-to-buffer-list)
11681 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11682 (todo-basic-insert-item, todo-category-completions)
11683 (todo-category-number, todo-category-string-matcher-1)
11684 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11685 (todo-check-format, todo-clear-matches)
11686 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11687 (todo-current-category, todo-date-string-matcher)
11688 (todo-define-insertion-command, todo-diary-expired-matcher)
11689 (todo-diary-goto-entry, todo-diary-item-p)
11690 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11691 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11692 (todo-done-item-section-p, todo-done-separator)
11693 (todo-done-string-matcher, todo-files, todo-filter-items)
11694 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11695 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11696 (todo-insert-category-line, todo-insert-item-from-calendar)
11697 (todo-insert-sort-button, todo-insert-with-overlays)
11698 (todo-insertion-command-name, todo-insertion-key-bindings)
11699 (todo-label-to-key, todo-longest-category-name-length)
11700 (todo-make-categories-list, todo-mode-external-set)
11701 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11702 (todo-modes-set-3, todo-multiple-filter-files)
11703 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11704 (todo-read-category, todo-read-date, todo-read-dayname)
11705 (todo-read-file-name, todo-read-time)
11706 (todo-reevaluate-category-completions-files-defcustom)
11707 (todo-reevaluate-default-file-defcustom)
11708 (todo-reevaluate-filelist-defcustoms)
11709 (todo-reevaluate-filter-files-defcustom)
11710 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11711 (todo-reset-done-separator, todo-reset-done-separator-string)
11712 (todo-reset-done-string, todo-reset-global-current-todo-file)
11713 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11714 (todo-reset-prefix, todo-set-categories)
11715 (todo-set-date-from-calendar, todo-set-show-current-file)
11716 (todo-set-top-priorities, todo-short-file-name)
11717 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11718 (todo-total-item-counts, todo-update-buffer-list)
11719 (todo-update-categories-display, todo-update-categories-sexp)
11720 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11721 New functions.
11722 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11723 New major modes.
11724 (todo-categories, todo-display, todo-edit, todo-faces)
11725 (todo-filtered): New defgroups.
11726 (todo-archived-only, todo-button, todo-category-string, todo-date)
11727 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11728 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11729 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11730 (todo-add-item-if-new-category, todo-always-add-time-string)
11731 (todo-categories-align, todo-categories-archived-label)
11732 (todo-categories-category-label, todo-categories-diary-label)
11733 (todo-categories-done-label, todo-categories-number-separator)
11734 (todo-categories-todo-label, todo-categories-totals-label)
11735 (todo-category-completions-files, todo-completion-ignore-case)
11736 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11737 (todo-done-separator-string, todo-done-string)
11738 (todo-files-function, todo-filter-done-items, todo-filter-files)
11739 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11740 (todo-initial-category, todo-initial-file, todo-item-mark)
11741 (todo-legacy-date-time-regexp, todo-mode-line-function)
11742 (todo-nondiary-marker, todo-number-prefix)
11743 (todo-print-buffer-function, todo-show-current-file)
11744 (todo-show-done-only, todo-show-first, todo-show-with-done)
11745 (todo-skip-archived-categories, todo-top-priorities-overrides)
11746 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11747 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11748 New defcustoms.
11749 (todo-category-done, todo-date-pattern, todo-date-string-start)
11750 (todo-diary-items-buffer, todo-done-string-start)
11751 (todo-filtered-items-buffer, todo-item-start)
11752 (todo-month-abbrev-array, todo-month-name-array)
11753 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11754 (todo-top-priorities-buffer): New defconsts.
11755 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11756 (todo-categories-with-marks, todo-category-string-face)
11757 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11758 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11759 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11760 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11761 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11762 (todo-font-lock-keywords, todo-global-current-todo-file)
11763 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11764 (todo-insertion-commands-args)
11765 (todo-insertion-commands-args-genlist)
11766 (todo-insertion-commands-names, todo-insertion-map)
11767 (todo-key-bindings-t, todo-key-bindings-t+a)
11768 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11769 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11770 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11771 (todo-visited): New variables.
11772
11773 2013-06-21 Glenn Morris <rgm@gnu.org>
11774
11775 * play/cookie1.el (cookie-apropos): Add optional display argument.
11776 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11777 (psychoanalyze-pinhead): Use cookie-doctor.
11778
11779 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11780
11781 * emacs-lisp/package.el (tar-get-file-descriptor)
11782 (tar--extract): Declare.
11783
11784 2013-06-21 Eduard Wiebe <usenet@pusto.de>
11785
11786 Extend flymake's warning predicate to be a function (bug#14217).
11787 * progmodes/flymake.el (flymake-warning-predicate): New.
11788 (flymake-parse-line): Use it.
11789 (flymake-warning-re): Make obsolete alias to
11790 `flymake-warning-predicate'.
11791
11792 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11793
11794 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11795 (package-obsolete-list): Remove.
11796 (package-activate): Remove min-version argument. Add `force' argument.
11797 Adjust to new package-alist format.
11798 (package-mark-obsolete): Remove.
11799 (package-unpack): Force reload of the package's autoloads.
11800 (package-installed-p): Check builtins if the installed package is not
11801 recent enough.
11802 (package-initialize): Don't reset package-obsolete-list.
11803 Don't specify which package version to activate.
11804 (package-process-define-package, describe-package-1)
11805 (package-menu--generate): Adjust to new package-alist format.
11806
11807 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11808
11809 * allout-widgets.el (allout-widgets-mode-off)
11810 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11811 (allout-widgets-post-command-business)
11812 (allout-widgets-after-copy-or-kill-function)
11813 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11814 (allout-decorate-item-and-context)
11815 (allout-graphics-modification-handler): Fix typos in docstrings.
11816 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11817
11818 * cmuscheme.el (scheme-start-file): Doc fix.
11819 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11820 (scheme-input-filter): Use `string-match-p'.
11821
11822 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11823
11824 * dired-x.el: Use Dired consistently in docstrings.
11825
11826 * dired.el: Use Dired consistently in docstrings.
11827 (dired-readin, dired-mode): Use `setq-local'.
11828 (dired-switches-alist): Make defvar-local.
11829 (dired-buffers-for-dir): Use `zerop'.
11830 (dired-safe-switches-p, dired-switches-escape-p)
11831 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11832 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11833 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11834 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11835 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11836 (dired-toggle-marks, dired-mark-files-containing-regexp)
11837 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11838 (dired-flag-auto-save-files, dired-flag-backup-files):
11839 Use `looking-at-p'.
11840 (dired-mark-files-regexp, dired-build-subdir-alist):
11841 Use `string-match-p', `looking-at-p'.
11842
11843 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11844 (direct-print-region-helper): Use `string-match-p'.
11845
11846 2013-06-21 Leo Liu <sdl.web@gmail.com>
11847
11848 * comint.el (comint-redirect-results-list-from-process):
11849 Fix infinite loop.
11850
11851 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11852
11853 * net/eww.el (eww-update-header-line-format): Quote % characters.
11854
11855 2013-06-21 Glenn Morris <rgm@gnu.org>
11856
11857 * play/cookie1.el (cookie): New custom group.
11858 (cookie-file): New option.
11859 (cookie-check-file): New function.
11860 (cookie): Make it interactive. Make start and end messages optional.
11861 Interactively, display the result. Default to cookie-file.
11862 (cookie-insert): Default to cookie-file.
11863 (cookie-snarf): Make start and end messages optional.
11864 Default to cookie-file. Use with-temp-buffer.
11865 (cookie-read): Rename from read-cookie.
11866 Make start and end messages optional. Default to cookie-file.
11867 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11868 Do not autoload it.
11869 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11870 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11871
11872 2013-06-21 Leo Liu <sdl.web@gmail.com>
11873
11874 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11875
11876 2013-06-21 Glenn Morris <rgm@gnu.org>
11877
11878 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11879
11880 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11881 Daniel Hackney <dan@haxney.org>
11882
11883 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11884 Consolidate the single-file vs tarball code.
11885 (package-desc-suffix): New function.
11886 (package-desc-full-name): Don't bother inlining it.
11887 (package-load-descriptor): Return the new package-desc.
11888 (package-mark-obsolete): Remove unused arg `package'.
11889 (package-unpack): Make it work for single files as well.
11890 Make it update package-alist.
11891 (package--make-autoloads-and-stuff): Rename from
11892 package--make-autoloads-and-compile. Don't compile any more.
11893 (package--compile): New function.
11894 (package-generate-description-file): New function, extracted from
11895 package-unpack-single.
11896 (package-unpack-single): Remove.
11897 (package--with-work-buffer): Add indentation and debugging info.
11898 (package-download-single): Remove.
11899 (package-install-from-archive): Rename from package-download-tar, make
11900 it take a pkg-desc, and make it work for single files as well.
11901 (package-download-transaction): Simplify.
11902 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11903 external tar program.
11904 (package-install-from-buffer): Remove `pkg-desc' argument.
11905 Use package-tar-file-info for tar-mode buffers.
11906 (package-install-file): Simplify accordingly.
11907 (package-archive-base): Change to take a pkg-desc.
11908 * tar-mode.el (tar--check-descriptor): New function, extracted from
11909 tar-get-descriptor.
11910 (tar-get-descriptor): Use it.
11911 (tar-get-file-descriptor): New function.
11912 (tar--extract): New function, extracted from tar-extract.
11913 (tar--extract): Use it.
11914 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11915 case the summary uses non-ascii. Adjust to new calling convention of
11916 package-tar-file-info.
11917
11918 2013-06-21 Leo Liu <sdl.web@gmail.com>
11919
11920 * comint.el (comint-redirect-results-list-from-process):
11921 Fix random delay. (Bug#14681)
11922
11923 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11924
11925 * profiler.el (profiler-format-number): Use log, not log10.
11926
11927 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11928
11929 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11930
11931 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11932
11933 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11934 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11935 yet available.
11936 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11937 (AUTOGENEL): ... here.
11938 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11939 (cl--defsubst-expand): Use it.
11940
11941 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11942
11943 * subr.el (log10): Move here from C code, and declare as obsolete.
11944 All uses of (log10 X) replaced with (log X 10).
11945
11946 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11947
11948 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11949 Declare with `defvar-local'.
11950 (tabulated-list-use-header-line, tabulated-list-entries)
11951 (tabulated-list-padding, tabulated-list-printer)
11952 (tabulated-list-sort-key): Declare with `defvar-local'.
11953 (tabulated-list-init-header, tabulated-list-print-fake-header):
11954 Use `setq-local'.
11955
11956 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11957
11958 * arc-mode.el (archive-mode): Add `archive-write-file' to
11959 `write-contents-functions' also for remote files. (Bug#14652)
11960
11961 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11962
11963 * cus-edit.el (custom-commands): Fix typos.
11964 (custom-display): Fix tooltip text.
11965 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11966 Fix typos in docstrings.
11967 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11968 (custom-unlispify-menu-entry, custom-magic-value-create)
11969 (custom-add-see-also, custom-group-value-create): Use ?\s.
11970 (custom-guess-type, customize-apropos, editable-field)
11971 (custom-face-value-create): Use `string-match-p'.
11972 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11973
11974 * custom.el (custom-load-symbol): Use `string-match-p'.
11975
11976 * ansi-color.el: Convert to lexical binding.
11977 (ansi-colors): Fix URL.
11978 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11979 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11980 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11981
11982 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11983
11984 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11985
11986 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11987
11988 2013-06-19 Tom Tromey <tromey@redhat.com>
11989
11990 * net/eww.el (eww-top-url): Remove.
11991 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11992 (eww-render): Set new variables. Don't set eww-top-url.
11993 (eww-handle-link): Handle "prev", "home", and "contents".
11994 Downcase the rel text.
11995 (eww-top-url): Choose best top URL.
11996
11997 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11998
11999 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12000 relying in widget.el. Using widget.el leads to too many
12001 user interface inconsistencies.
12002 (eww-self-insert): Implement entering commands in text fields.
12003 (eww-process-text-input): New function to make text input field editing
12004 work.
12005 (eww-submit): Rewrite to use the new-style form methods.
12006 (eww-select-display): Display the correct selected item.
12007 (eww-change-select): Implement changing the select value.
12008 (eww-toggle-checkbox): Implement radio/checkboxes.
12009 (eww-update-field): Fix compilation error.
12010 (eww-tag-textarea): Implement <textarea>.
12011
12012 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12013 we don't shadow mode-specific bindings.
12014
12015 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12016 nothing to push.
12017
12018 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12019
12020 2013-06-19 Glenn Morris <rgm@gnu.org>
12021
12022 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12023
12024 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12025
12026 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12027 not needed.
12028
12029 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12030
12031 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12032
12033 * net/browse-url.el (browse-url-browser-function):
12034 `eww-browse-url' has the right calling signature, `eww' does not.
12035
12036 2013-06-19 Glenn Morris <rgm@gnu.org>
12037
12038 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12039 Only eval autoloaded macros.
12040 (byte-compile-autoload): Only give the macro warning for macros.
12041
12042 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12043 (ps-underlined-faces): Declare.
12044
12045 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12046 (speedbar-add-supported-extension): Declare.
12047
12048 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12049 Don't include a date stamp in the header of the generated file;
12050 it leads to needless differences between output files.
12051
12052 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12053
12054 * net/secrets.el (secrets-struct-secret-content-type):
12055 Replace check of introspection data by a test call of "CreateItem".
12056 Some servers do not offer introspection.
12057
12058 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * electric.el (electric-pair-mode): Improve interaction with
12061 electric-layout-mode.
12062 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12063 (electric-pair-syntax): Use text-mode-syntax-table in comments
12064 and strings.
12065 (electric-pair--insert): New function.
12066 (electric-pair-post-self-insert-function): Use it and
12067 electric--after-char-pos.
12068
12069 2013-06-19 Leo Liu <sdl.web@gmail.com>
12070
12071 * progmodes/octave.el (octave-help): Fix regexp.
12072
12073 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12074
12075 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12076 (shr-table-horizontal-line): Allow nil as a value, and change the
12077 default.
12078 (shr-insert-table-ruler): Respect the nil value.
12079
12080 2013-06-18 Tom Tromey <tromey@barimba>
12081
12082 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12083 New defvars.
12084 (eww-open-file): New defun.
12085 (eww-render): Initialize new variables.
12086 (eww-display-html): Handle "link" and "a".
12087 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12088 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12089 (eww-back-url): Rename from eww-previous-url.
12090 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12091 New defuns.
12092
12093 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12094
12095 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12096 Distinguish ternary operator tokens from slash symbol and slash
12097 char literal.
12098
12099 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12100
12101 Convert symbol prettification into minor mode and global minor mode.
12102
12103 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12104 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12105 (prettify-symbols--keywords): Rename from
12106 `prog-prettify-symbols-alist' and make a local defvar.
12107 (prettify-symbols--compose-symbol): Rename from
12108 `prog--prettify-font-lock-compose-symbol'.
12109 (prettify-symbols--make-keywords): Rename from
12110 `prog-prettify-font-lock-symbols-keywords' and simplify.
12111 (prog-prettify-install): Remove.
12112 (prettify-symbols-mode): New minor mode, based on
12113 `prog-prettify-install'.
12114 (turn-on-prettify-symbols-mode): New function.
12115 (global-prettify-symbols-mode): New globalized minor mode.
12116
12117 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12118 * progmodes/cfengine.el (cfengine3-mode):
12119 * progmodes/perl-mode.el (perl-mode): Don't call
12120 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12121
12122 2013-06-18 Juri Linkov <juri@jurta.org>
12123
12124 * files-x.el (modify-file-local-variable-message): New function.
12125 (modify-file-local-variable)
12126 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12127 and call `modify-file-local-variable-message' when it's non-nil.
12128 (add-file-local-variable, delete-file-local-variable)
12129 (add-file-local-variable-prop-line)
12130 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12131 and use it. (Bug#9820)
12132
12133 2013-06-18 Juri Linkov <juri@jurta.org>
12134
12135 * emulation/vi.el (vi-shell-op):
12136 * emulation/vip.el (vip-execute-com, ex-command):
12137 * emulation/viper-cmd.el (viper-exec-bang):
12138 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12139 the call of `shell-command-on-region'. (Bug#14637)
12140
12141 * simple.el (shell-command-on-region): Doc fix.
12142
12143 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12146 (bug#14633).
12147
12148 2013-06-18 Glenn Morris <rgm@gnu.org>
12149
12150 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12151
12152 * newcomment.el (comment-search-forward, comment-search-backward):
12153 Doc fix. (Bug#14376)
12154
12155 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12156
12157 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12158 (buffer-face-mode-invoke): Doc fix.
12159
12160 2013-06-18 Matthias Meulien <orontee@gmail.com>
12161
12162 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12163 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12164
12165 2013-06-18 Glenn Morris <rgm@gnu.org>
12166
12167 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12168 Replace obsolete function generic-make-keywords with its expansion.
12169
12170 * progmodes/python.el (ffap-alist): Declare.
12171
12172 * textmodes/reftex.el (bibtex-mode-map): Declare.
12173
12174 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12175
12176 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12177 (package-unpack, package-unpack-single): Return the pkg-dir.
12178 (package-download-transaction): Use it to update package-alist.
12179
12180 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12181
12182 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12183 possible choice.
12184
12185 2013-06-17 Juri Linkov <juri@jurta.org>
12186
12187 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12188
12189 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12190
12191 * emacs-lisp/package.el (package-load-descriptor):
12192 Remove `with-syntax-table' call, `read' doesn't need it.
12193 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12194
12195 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12196
12197 * startup.el (command-line): Expand package name returned by
12198 `package--description-file' (bug#14639).
12199
12200 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12201
12202 * emacs-lisp/package.el (package-load-descriptor): Do not call
12203 `emacs-lisp-mode', just use its syntax table.
12204
12205 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12206
12207 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12208 `font-lock-extra-managed-props' if any prettifying keyword is added.
12209 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12210 (prog-mode): Use `setq-local'.
12211
12212 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12213
12214 * international/characters.el (standard-case-table): Set syntax of ?»
12215 and ?« to punctuation.
12216
12217 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
12218
12219 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12220 Save relevant match data before calling `syntax-ppss' (bug#14595).
12221
12222 2013-06-15 Juri Linkov <juri@jurta.org>
12223
12224 * files-x.el (modify-file-local-variable-prop-line): Add local
12225 variables to the end of the existing comment on the first line.
12226 Use `file-auto-mode-skip' to skip interpreter magic line,
12227 and also skip XML declaration.
12228
12229 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12230
12231 * startup.el (package--builtin-versions): New var.
12232 (package-subdirectory-regexp): Remove.
12233 (package--description-file): Hard code its value instead.
12234
12235 * emacs-lisp/package.el: Don't activate packages older than builtin.
12236 (package-obsolete-list): Rename from package-obsolete-alist, and make
12237 it into a simple list of package-desc.
12238 (package-strip-version): Remove.
12239 (package-built-in-p): Use package--builtin-versions.
12240 (package-mark-obsolete): Simplify.
12241 (package-process-define-package): Mark it obsolete if older than the
12242 builtin version.
12243 (package-handle-response): Use line-end-position.
12244 (package-read-archive-contents, package--download-one-archive):
12245 Simplify.
12246 (package--add-to-archive-contents): Skip if older than the builtin or
12247 installed version.
12248 (package-menu-describe-package): Fix last change.
12249 (package-list-unversioned): New var.
12250 (package-menu--generate): Use it.
12251
12252 * emacs-lisp/autoload.el: Manage package--builtin-versions.
12253 (autoload--insert-text, autoload--insert-cookie-text): New functions.
12254 (autoload-builtin-package-versions): New variable.
12255 (autoload-generate-file-autoloads): Use them.
12256 Remove the list of autoloaded functions/macros from the
12257 (autoload...) comments.
12258
12259 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12260
12261 2013-06-15 Eli Zaretskii <eliz@gnu.org>
12262
12263 * simple.el (line-move-partial): Don't jump to the next screen
12264 line as soon as it becomes visible. Instead, continue enlarging
12265 the vscroll until the portion of a tall screen line that's left on
12266 display is about the height of the frame's default font.
12267 (Bug#14567)
12268
12269 2013-06-15 Glenn Morris <rgm@gnu.org>
12270
12271 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12272 compilation-error-regexp-alist void, or local while let-bound.
12273
12274 * progmodes/make-mode.el (makefile-mode-syntax-table):
12275 Treat "=" as punctuation. (Bug#14614)
12276
12277 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
12278
12279 * help-fns.el (describe-variable):
12280 Add extra line for permanent-local variables.
12281
12282 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
12283
12284 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12285 Add export, import, library. (Bug#9164)
12286 (library): Set indent function.
12287
12288 2013-06-14 Glenn Morris <rgm@gnu.org>
12289
12290 * term/xterm.el (xterm--query):
12291 Stop after first matching handler. (Bug#14615)
12292
12293 2013-06-14 Ivan Kanis <ivan@kanis.fr>
12294
12295 Add support for dired in saveplace.
12296 * dired.el (dired-initial-position-hook): New variable.
12297 (dired-initial-position): Call hook to place cursor position.
12298 * saveplace.el (save-place-to-alist): Add dired position.
12299 (save-place-dired-hook): New function.
12300
12301 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12302
12303 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12304 through a symbol rather than letrec.
12305
12306 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
12307 (package-desc): Add `dir' field.
12308 (package-desc-full-name): New function.
12309 (package-load-descriptor): Combine the two arguments. Don't use `load'.
12310 (package-maybe-load-descriptor): Remove.
12311 (package-load-all-descriptors): Just call package-load-descriptor.
12312 (package--disabled-p): New function.
12313 (package-desc-vers, package-desc-doc): Remove aliases.
12314 (package--dir): Remove function.
12315 (package-activate): Check if a package is disabled.
12316 (package-process-define-package): New function, extracted from
12317 define-package.
12318 (define-package): Turn into a place holder.
12319 (package-unpack-single, package-tar-file-info):
12320 Use package--description-file.
12321 (package-compute-transaction): Use package--disabled-p.
12322 (package-download-transaction): Don't call
12323 package-maybe-load-descriptor since they're all loaded anyway.
12324 (package-install): Change argument to be a pkg-desc.
12325 (package-delete): Use a single pkg-desc argument.
12326 (describe-package-1): Use package-desc-dir instead of package--dir.
12327 Use package-desc property instead of package-symbol.
12328 (package-install-button-action): Adjust accordingly.
12329 (package--push): Rewrite.
12330 (package-menu--print-info): Adjust accordingly. Change the ID format
12331 to be a pkg-desc.
12332 (package-menu-describe-package, package-menu-get-status)
12333 (package-menu--find-upgrades, package-menu-mark-upgrades)
12334 (package-menu-execute, package-menu--name-predicate):
12335 Adjust accordingly.
12336 * startup.el (package--description-file): New function.
12337 (command-line): Use it.
12338 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12339 Use package-desc-version.
12340
12341 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12342 (byte-compile-preprocess): Use it.
12343 (byte-compile-file-form-defalias): Try a bit harder to use macros we
12344 can't quite recognize.
12345 (byte-compile-add-to-list): Remove.
12346 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12347 (cconv-closure-convert): Add assertion.
12348
12349 * emacs-lisp/map-ynp.el: Use lexical-binding.
12350 (map-y-or-n-p): Remove unused vars `tail' and `object'.
12351 Factor out some repeated code.
12352
12353 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12354
12355 * subr.el (with-eval-after-load): New macro.
12356 (eval-after-load): Allow form to be a function.
12357 take advantage of lexical-binding.
12358 (do-after-load-evaluation): Use dolist and adjust to new format.
12359 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12360
12361 2013-06-13 Juri Linkov <juri@jurta.org>
12362
12363 * replace.el (perform-replace): Display "symbol " and other search
12364 modes from `isearch-message-prefix' in the *Help* buffer.
12365
12366 * isearch.el (isearch-query-replace): Add " symbol" and other
12367 possible search modes from `isearch-message-prefix' to the prompt.
12368 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12369 when reading a regexp to collect.
12370
12371 2013-06-13 Juri Linkov <juri@jurta.org>
12372
12373 * isearch.el (word-search-regexp): Match whitespace if the search
12374 string begins or ends in whitespace. The LAX arg is applied to
12375 both ends of the search string. Use `regexp-quote' and explicit
12376 \< and \> instead of \b. Use \` and \' instead of ^ and $.
12377 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12378 boundaries are replaced with symbol boundaries, and characters
12379 between symbols match non-word non-symbol syntax. (Bug#14602)
12380
12381 2013-06-13 Juri Linkov <juri@jurta.org>
12382
12383 * isearch.el (isearch-del-char): Don't exceed the length of
12384 `isearch-string' by the prefix arg. (Bug#14563)
12385
12386 2013-06-13 Juri Linkov <juri@jurta.org>
12387
12388 * isearch.el (isearch-yank-word, isearch-yank-line)
12389 (isearch-char-by-name, isearch-quote-char)
12390 (isearch-printing-char, isearch-process-search-char):
12391 Add optional count prefix arg. (Bug#14563)
12392
12393 * international/isearch-x.el
12394 (isearch-process-search-multibyte-characters):
12395 Add optional count prefix arg.
12396
12397 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12398
12399 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12400 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12401 lexical-binding.
12402
12403 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
12404
12405 * subr.el (set-temporary-overlay-map): Add on-exit argument.
12406
12407 2013-06-13 Glenn Morris <rgm@gnu.org>
12408
12409 * startup.el (tty-handle-args):
12410 Don't just discard "--" and anything after. (Bug#14608)
12411
12412 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12413
12414 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
12415
12416 Implement changes in Secret Service API. Make it backward compatible.
12417 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12418 (secrets-create-item): Use it. Prefix properties with interface.
12419
12420 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
12421
12422 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
12423 (term-emulate-terminal): Respect term-suppress-hard-newline.
12424
12425 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
12426
12427 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12428 Only remove a `thumb-file' overlay. (Bug#14548)
12429
12430 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
12431
12432 * mail/reporter.el (reporter-submit-bug-report):
12433 Handle missing package-name. (Bug#14600)
12434
12435 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12436
12437 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12438 (reftex-citation-prompt, reftex-default-bibliography)
12439 (reftex-bib-or-thebib, reftex-get-bibfile-list)
12440 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12441 (reftex-bib-sort-author, reftex-bib-sort-year)
12442 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12443 (reftex-extract-bib-entries-from-thebibliography)
12444 (reftex-get-bibkey-default, reftex-get-bib-names)
12445 (reftex-parse-bibtex-entry, reftex-get-bib-field)
12446 (reftex-format-bib-entry, reftex-parse-bibitem)
12447 (reftex-format-bibitem, reftex-do-citation)
12448 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12449 (reftex-restrict-bib-matches, reftex-extract-bib-file)
12450 (reftex-insert-bib-matches, reftex-format-citation)
12451 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12452 (reftex-create-bibtex-file): Add docstrings, mostly by converting
12453 existing comments into docstrings.
12454
12455 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12456
12457 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12458
12459 2013-06-12 Andreas Schwab <schwab@suse.de>
12460
12461 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12462 for auto-save files.
12463
12464 2013-06-12 Glenn Morris <rgm@gnu.org>
12465
12466 * ido.el (ido-delete-ignored-files): Remove.
12467 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12468 Go back to calling ido-ignore-item-p directly.
12469
12470 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
12471
12472 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12473
12474 * ido.el (ido-delete-ignored-files): New function,
12475 split from ido-make-file-list-1.
12476 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
12477 (ido-make-file-list-1): Use ido-delete-ignored-files.
12478
12479 2013-06-12 Leo Liu <sdl.web@gmail.com>
12480
12481 * progmodes/octave.el (inferior-octave-startup)
12482 (inferior-octave-completion-table)
12483 (inferior-octave-track-window-width-change)
12484 (octave-eldoc-function-signatures, octave-help)
12485 (octave-find-definition): Use single quoted strings.
12486 (inferior-octave-startup-args): Change default value.
12487 (inferior-octave-startup): Do not hard code "-i" and
12488 "--no-line-editing".
12489 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12490 (inferior-octave-directory-tracker): Use it.
12491 (octave-goto-function-definition): Robustify.
12492 (octave-help): Support highlighting operators in 'See also'.
12493 (octave-find-definition): Find subfunctions only in Octave mode.
12494
12495 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12496
12497 * help-fns.el (help-fns--compiler-macro): If the handler function is
12498 named, then put a link to it.
12499 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12500 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12501 (cl-typep): Use it.
12502 (cl-eval-when): Simplify debug spec.
12503 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12504 compiler-macro function instead of setting `compiler-macro-file'.
12505
12506 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12507
12508 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12509 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12510
12511 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12512 Daniel Hackney <dan@haxney.org>
12513
12514 First part of Daniel Hackney's patch to package.el.
12515 * emacs-lisp/package.el: Use defstruct.
12516 (package-desc): New, main struct.
12517 (package--bi-desc, package--ac-desc): New structs, used to describe the
12518 format in external files.
12519 (package-desc-vers): Replace with package-desc-version accessor.
12520 (package-desc-doc): Replace with package-desc-summary accessor.
12521 (package-activate-1): Remove `package' arg since the pkg-vec now
12522 includes the name.
12523 (define-package): Use package-desc-from-define.
12524 (package-unpack-single): Change file-name arg to be a symbol.
12525 (package--add-to-archive-contents): Use package-desc-create and new
12526 accessor functions to package--ac-desc.
12527 (package-buffer-info, package-tar-file-info): Return a package-desc.
12528 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12529 arg to be a package-desc.
12530 (package-install-file): Adjust accordingly. Use \' to match EOS.
12531 (package--from-builtin): New function.
12532 (describe-package-1, package-menu--generate): Use it.
12533 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12534 (package-generate-autoloads): Idem and return the name of the file.
12535 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12536 Change pkg-info arg to be a package-desc.
12537 Use package-make-ac-desc.
12538 (package-upload-file): Use \' to match EOS.
12539 * finder.el (finder-compile-keywords): Use package-make-builtin.
12540
12541 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * vc/vc.el (vc-deduce-fileset): Change error message.
12544 (vc-read-backend): New function.
12545 (vc-next-action): Use it.
12546
12547 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12548
12549 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12550 (prolog-font-lock-keywords): Use regexp-opt instead.
12551 Don't manually highlight strings.
12552 (prolog-mode-variables): Simplify comment-start-skip.
12553 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12554
12555 * emacs-lisp/generic.el (generic--normalise-comments)
12556 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12557 (generic-mode-set-comments): Use them.
12558 (generic-bracket-support): Use setq-local.
12559 (generic-make-keywords-list): Declare obsolete.
12560
12561 2013-06-11 Glenn Morris <rgm@gnu.org>
12562
12563 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12564 Prettify after setting font-lock-defaults. (Bug#14574)
12565
12566 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12567
12568 * replace.el (query-replace, occur-read-regexp-defaults-function)
12569 (replace-search):
12570 * subr.el (declare-function, number-sequence, local-set-key)
12571 (substitute-key-definition, locate-user-emacs-file)
12572 (with-silent-modifications, split-string, eval-after-load):
12573 Fix typos, remove unneeded backslashes and reflow some docstrings.
12574
12575 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12576
12577 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12578 default for Elisp files.
12579
12580 2013-06-11 Glenn Morris <rgm@gnu.org>
12581
12582 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12583 although define-derived-mode was doing this anyway. (Bug#14583)
12584
12585 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12586
12587 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12588 Fix make-variable-buffer-local call to refer to the correct variable.
12589
12590 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12591
12592 * eshell/em-term.el (eshell-visual-commands)
12593 (eshell-visual-subcommands, eshell-visual-options):
12594 Add summary line to docstrings. Add cross-references.
12595
12596 2013-06-10 Glenn Morris <rgm@gnu.org>
12597
12598 * epa.el (epa-read-file-name): New function. (Bug#14510)
12599 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12600
12601 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12602
12603 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12604 output redirection to be ignored with visual commands.
12605
12606 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12607
12608 * eshell/em-term.el (eshell-visual-command-p): New function.
12609 (eshell-term-initialize): Move long lambda to separate function
12610 eshell-visual-command-p.
12611 * eshell/em-dirs.el (eshell-dirs-initialize):
12612 * eshell/em-script.el (eshell-script-initialize):
12613 Add missing #' to lambda.
12614
12615 2013-06-08 Leo Liu <sdl.web@gmail.com>
12616
12617 * progmodes/octave.el (octave-add-log-current-defun): New function.
12618 (octave-mode): Set add-log-current-defun-function.
12619 (octave-goto-function-definition): Do not move point if not found.
12620 (octave-find-definition): Enhance to try subfunctions first.
12621
12622 2013-06-08 Glenn Morris <rgm@gnu.org>
12623
12624 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12625 (byte-compile-backward-char, byte-compile-backward-word):
12626 Improve previous change, to handle non-explicit nil.
12627
12628 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12631 (smie--opener/closer-at-point): New function.
12632 (smie--matching-block-data): Use it. Don't match from right after an
12633 opener or right before a closer. Obey smie-blink-matching-inners.
12634 Don't signal a mismatch for repeated inners like "switch..case..case".
12635
12636 2013-06-07 Leo Liu <sdl.web@gmail.com>
12637
12638 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12639 to t. (Bug#14303)
12640 (octave-function-header-regexp): Fix. (Bug#14570)
12641 (octave-help-mode-finish-hook, octave-help-mode-finish):
12642 Remove. Just use temp-buffer-show-hook.
12643
12644 * newcomment.el (comment-search-backward): Revert last change.
12645 (Bug#14434)
12646
12647 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12648
12649 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12650
12651 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12652 through xargs, to avoid failure due to MS-Windows limitations on
12653 command-line length.
12654
12655 2013-06-06 Glenn Morris <rgm@gnu.org>
12656
12657 * font-lock.el (lisp-font-lock-keywords-2):
12658 Treat user-error like error.
12659
12660 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12661 (byte-compile-backward-char, byte-compile-backward-word):
12662 Handle explicit nil arguments. (Bug#14565)
12663
12664 2013-06-05 Alan Mackenzie <acm@muc.de>
12665
12666 * isearch.el (isearch-allow-prefix): New user option.
12667 (isearch-other-meta-char): Don't exit isearch when a prefix
12668 argument is typed whilst `isearch-allow-prefix' is non-nil.
12669 (Bug#9706)
12670
12671 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12672
12673 * autorevert.el (auto-revert-notify-handler): Use memq.
12674 Hide assertion failure.
12675
12676 * skeleton.el: Use cl-lib.
12677 (skeleton-further-elements): Use defvar-local.
12678 (skeleton-insert): Use cl-progv.
12679
12680 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12681
12682 * progmodes/prog-mode.el (prog-prettify-symbols)
12683 (prog-prettify-install): Update docstrings.
12684
12685 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12686
12687 * simple.el: Move all the prog-mode code to prog-mode.el.
12688 * progmodes/prog-mode.el: New file.
12689 * loadup.el: Add prog-mode.el.
12690
12691 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12692
12693 * simple.el (prog-prettify-symbols): Add version.
12694 (prog-prettify-install): Add convenience function to prettify symbols.
12695
12696 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12697 (perl--augmented-font-lock-keywords-1)
12698 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12699 variables and use it.
12700
12701 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12702 (cfengine3-mode): Remove unneeded variable and use it.
12703
12704 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12705 (lisp--augmented-font-lock-keywords-1)
12706 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12707 Remove unneeded variables and use it.
12708
12709 2013-06-05 João Távora <joaotavora@gmail.com>
12710
12711 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12712 to point when opening the connection. (Bug#14380)
12713
12714 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12715
12716 * subr.el (load-history-regexp, load-history-filename-element)
12717 (eval-after-load, after-load-functions, do-after-load-evaluation)
12718 (eval-next-after-load, display-delayed-warnings)
12719 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12720 definition of save-match-data.
12721 (overriding-local-map): Remove accidental obsolescence declaration.
12722
12723 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12724
12725 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12726
12727 Generalize symbol prettify support to prog-mode and implement it
12728 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12729 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12730 (prog--prettify-font-lock-compose-symbol)
12731 (prog-prettify-font-lock-symbols-keywords): New variables and
12732 functions to support symbol prettification.
12733 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12734 (lisp--augmented-font-lock-keywords-1)
12735 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12736 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12737 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12738 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12739 Implement prettify of -> => :: strings.
12740 * progmodes/perl-mode.el (perl-prettify-symbols)
12741 (perl--font-lock-compose-symbol)
12742 (perl--font-lock-symbols-keywords): Move to prog-mode.
12743 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12744 (perl-font-lock-keywords-1)
12745 (perl-font-lock-keywords-2): Remove explicit prettify support.
12746 (perl--augmented-font-lock-keywords)
12747 (perl--augmented-font-lock-keywords-1)
12748 (perl--augmented-font-lock-keywords-2, perl-mode):
12749 Implement prettify support.
12750
12751 2013-06-05 Leo Liu <sdl.web@gmail.com>
12752
12753 Re-implement SMIE matching block highlight using
12754 show-paren-data-function. (Bug#14395)
12755 * emacs-lisp/smie.el (smie-matching-block-highlight)
12756 (smie--highlight-matching-block-overlay)
12757 (smie--highlight-matching-block-lastpos)
12758 (smie-highlight-matching-block)
12759 (smie-highlight-matching-block-mode): Remove.
12760 (smie--matching-block-data-cache): New variable.
12761 (smie--matching-block-data): New function.
12762 (smie-setup): Use smie--matching-block-data for
12763 show-paren-data-function.
12764
12765 * progmodes/octave.el (octave-mode-menu): Fix.
12766 (octave-find-definition): Skip garbage lines.
12767
12768 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 Fix compilation error with simultaneous dynamic+lexical scoping.
12771 Add warning when a defvar appears after the first let-binding.
12772 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12773 (byte-compile-close-variables): Initialize it.
12774 (byte-compile--declare-var): New function.
12775 (byte-compile-file-form-defvar)
12776 (byte-compile-file-form-define-abbrev-table)
12777 (byte-compile-file-form-custom-declare-variable): Use it.
12778 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12779 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12780 (byte-compile-bind): Handle dynamic bindings that shadow
12781 lexical bindings.
12782 (byte-compile-unbind): Make arg non-optional.
12783 (byte-compile-let): Simplify.
12784 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12785 (cconv--analyse-function, cconv-analyse-form): Populate it.
12786 Protect byte-compile-bound-variables to limit the scope of defvars.
12787 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12788 Remove unneeded rule for `declare'.
12789
12790 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12791 so as to avoid depending on cl-adjoin at run-time.
12792 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12793
12794 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12795 (macroexp--warn-and-return): Use it.
12796
12797 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * subr.el: Convert to lexical binding.
12800 (overriding-local-map): Make obsolete.
12801 (add-to-list): Doc fix. Add compiler macro.
12802 (read-key): Swap values of local maps.
12803
12804 2013-06-05 Leo Liu <sdl.web@gmail.com>
12805
12806 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12807
12808 2013-06-04 Leo Liu <sdl.web@gmail.com>
12809
12810 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12811 (compilation-auto-jump): Suppress the "Mark set" message to give
12812 way to exit message.
12813
12814 2013-06-04 Alan Mackenzie <acm@muc.de>
12815
12816 Remove faulty optimisation from indentation calculation.
12817 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12818 search limit based on 2000 characters back from indent-point.
12819
12820 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12821
12822 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12823
12824 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12825
12826 * emacs-lisp/lisp.el: Use lexical-binding.
12827 (lisp--local-variables-1, lisp--local-variables): New functions.
12828 (lisp--local-variables-completion-table): New var.
12829 (lisp-completion-at-point): Use it complete let-bound vars.
12830
12831 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12832 eagerly (bug#14422).
12833
12834 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12835
12836 * autorevert.el (auto-revert-notify-enabled)
12837 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12838 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12839 (auto-revert-notify-handler): Handle also gfilenotify.
12840
12841 * subr.el (file-notify-handle-event): New defun. Replacing ...
12842 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12843 Remove.
12844
12845 2013-06-03 Juri Linkov <juri@jurta.org>
12846
12847 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12848 `M-s h .'. (Bug#14427)
12849
12850 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12851 command `hi-lock-face-symbol-at-point'.
12852 (hi-lock-face-symbol-at-point): New command.
12853 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12854 (hi-lock-menu): Add `highlight-symbol-at-point'.
12855 (hi-lock-mode): Doc fix.
12856
12857 * isearch.el (isearch-forward-symbol-at-point): New command.
12858 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12859 (isearch-highlight-regexp): Add a regexp which matches
12860 words/symbols for word/symbol mode.
12861
12862 * subr.el (find-tag-default-bounds): New function with the body
12863 mostly moved from `find-tag-default'.
12864 (find-tag-default): Move most code to `find-tag-default-bounds',
12865 call it and apply `buffer-substring-no-properties' afterwards.
12866
12867 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12868
12869 * eshell/em-term.el (eshell-term-initialize):
12870 Use `cl-intersection' rather than `intersection'.
12871
12872 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12873
12874 * vc/log-view.el: Doc fix.
12875 (log-view-mode-map): Copy keymap from `special-mode-map'.
12876
12877 2013-06-02 Eric Ludlam <zappo@gnu.org>
12878
12879 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12880 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12881 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12882 (eieio-unbound, eieio-default-superclass)
12883 (eieio--define-field-accessors, method-static, method-before)
12884 (method-primary, method-after, method-num-lists)
12885 (method-generic-before, method-generic-primary)
12886 (method-generic-after, method-num-slots)
12887 (eieio-specialized-key-to-generic-key)
12888 (eieio--check-type, class-v, class-p)
12889 (eieio-class-name, define-obsolete-function-alias)
12890 (eieio-class-parents-fast, eieio-class-children-fast)
12891 (same-class-fast-p, class-constructor, generic-p)
12892 (generic-primary-only-p, generic-primary-only-one-p)
12893 (class-option-assoc, class-option, eieio-object-p)
12894 (class-abstract-p, class-method-invocation-order)
12895 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12896 (eieio-class-un-autoload, eieio-defclass)
12897 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12898 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12899 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12900 (eieio-defgeneric-reset-generic-form)
12901 (eieio-defgeneric-form-primary-only)
12902 (eieio-defgeneric-reset-generic-form-primary-only)
12903 (eieio-defgeneric-form-primary-only-one)
12904 (eieio-defgeneric-reset-generic-form-primary-only-one)
12905 (eieio-unbind-method-implementations)
12906 (eieio--defmethod, eieio--typep)
12907 (eieio-perform-slot-validation, eieio-validate-slot-value)
12908 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12909 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12910 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12911 (eieio-slot-name-index, eieio-class-slot-name-index)
12912 (eieio-set-defaults, eieio-initarg-to-attribute)
12913 (eieio-attribute-to-initarg, eieio-c3-candidate)
12914 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12915 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12916 (eieio-class-precedence-list, eieio-generic-call-methodname)
12917 (eieio-generic-call-arglst, eieio-generic-call-key)
12918 (eieio-generic-call-next-method-list)
12919 (eieio-pre-method-execution-functions, eieio-generic-call)
12920 (eieio-generic-call-primary-only, eieiomt-method-list)
12921 (eieiomt-optimizing-obarray, eieiomt-install)
12922 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12923 (eieio-generic-form, eieio-defmethod, make-obsolete)
12924 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12925 (defclass): Remove `eval-and-compile' from macro.
12926 (call-next-method, shared-initialize): Instead of using
12927 `scoped-class' variable, use new eieio--scoped-class, and
12928 eieio--with-scoped-class.
12929 (initialize-instance): Rename local variable 'scoped-class' to
12930 'this-class' to remove ambiguitity from old global.
12931
12932 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12933 eieio.el.
12934 (eieio--scoped-class-stack): New variable.
12935 (eieio--scoped-class): New fcn.
12936 (eieio--with-scoped-class): New scoping macro.
12937 (eieio-defclass): Use pushnew instead of add-to-list.
12938 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12939 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12940 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12941 `scoped-class' variable, use new eieio--scoped-class, and
12942 eieio--with-scoped-class.
12943
12944 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12945
12946 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12947
12948 * eshell/esh-ext.el (eshell-external-command): Pass args to
12949 `eshell-find-interpreter'.
12950 (eshell-find-interpreter): Add new second parameter ARGS.
12951
12952 * eshell/em-script.el (eshell-script-initialize): Add second arg
12953 to the function added as MATCH to `eshell-interpreter-alist'.
12954
12955 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12956 the function added as MATCH to `eshell-interpreter-alist'.
12957
12958 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12959 (eshell-visual-options): New defcustom.
12960 (eshell-escape-control-x): Adapt docstring.
12961 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12962 `eshell-visual-options' in addition to `eshell-visual-commands'.
12963 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12964
12965 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12966
12967 * progmodes/python.el (python-indent-block-enders): Add break,
12968 continue and raise keywords.
12969
12970 2013-06-01 Glenn Morris <rgm@gnu.org>
12971
12972 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12973
12974 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12975 * progmodes/cc-cmds.el (delete-forward-p):
12976 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12977 * progmodes/cc-engine.el (buffer-syntactic-context):
12978 * progmodes/cc-fonts.el (face-property-instance):
12979 * progmodes/cc-mode.el (set-keymap-parents):
12980 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12981 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12982 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12983 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12984 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12985
12986 * progmodes/cc-vars.el (other): Emacs has this widget since
12987 at least 21.1, so don't (re)define it.
12988
12989 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12990 Replace the obsolete alias pcomplete-arg-quote-list.
12991
12992 2013-06-01 Leo Liu <sdl.web@gmail.com>
12993
12994 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12995 punctuation syntax.
12996 (inferior-octave-minimal-columns)
12997 (inferior-octave-last-column-width): New variables.
12998 (inferior-octave-track-window-width-change): New function.
12999 (inferior-octave-mode): Adjust column width so that Octave output,
13000 for example from 'ls', can fit into the window nicely.
13001
13002 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13003
13004 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13005 Highlight expansions inside regexp literals.
13006
13007 2013-05-31 Glenn Morris <rgm@gnu.org>
13008
13009 * obsolete/sym-comp.el (symbol-complete):
13010 Replace obsolete completion-annotate-function.
13011
13012 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13013
13014 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13015
13016 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13017 New function, checks if point is inside a literal that allows
13018 expression expansion.
13019 (ruby-syntax-propertize-expansion): Use it.
13020 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13021 around the body.
13022
13023 2013-05-30 Juri Linkov <juri@jurta.org>
13024
13025 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13026 to "\M-si".
13027 (isearch-invisible): New variable.
13028 (isearch-forward): Doc fix.
13029 (isearch-mode): Set `isearch-invisible'
13030 to the value of `search-invisible'.
13031 (isearch-toggle-case-fold): Doc fix.
13032 (isearch-toggle-invisible): New command.
13033 (isearch-query-replace): Let-bind `search-invisible'
13034 to the value of `isearch-invisible'.
13035 (isearch-search): Use `isearch-invisible' instead of
13036 `search-invisible'. Let-bind `search-invisible'
13037 to the value of `isearch-invisible'. (Bug#11378)
13038
13039 2013-05-30 Juri Linkov <juri@jurta.org>
13040
13041 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13042 call when `query-flag' is nil and `search-invisible' is non-nil.
13043 (Bug#11746)
13044
13045 2013-05-30 Glenn Morris <rgm@gnu.org>
13046
13047 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13048
13049 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13050 (cc-require): Suppress spurious "noruntime" warnings.
13051 (cc-require-when-compile): Use fboundp, for sake of compiler.
13052
13053 * progmodes/cc-mode.el: Move load of cc-vars before that of
13054 cc-langs (which in turn loads cc-vars), to quieten compiler.
13055
13056 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13057
13058 * paren.el: Simplify the code.
13059 (show-paren-mode): Always start the timer.
13060 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13061 (show-paren--overlay, show-paren--overlay-1): Rename from
13062 show-paren-overlay and show-paren-overlay-1, and initialize to an
13063 overlay rather than to nil.
13064 (show-paren-function): Misc cleanup and simplifications.
13065
13066 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13067
13068 * paren.el (show-paren-data-function): New hook.
13069 (show-paren--default): New function, extracted from show-paren-function.
13070 (show-paren-function): Use show-paren-data-function.
13071
13072 2013-05-30 Glenn Morris <rgm@gnu.org>
13073
13074 * ielm.el (ielm-map, ielm-complete-symbol):
13075 Use completion-at-point rather than obsolete functions.
13076 (inferior-emacs-lisp-mode): Doc fix.
13077 Set completion-at-point-functions, rather than
13078 comint-dynamic-complete-functions.
13079
13080 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13081 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13082 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13083
13084 * image.el (image-animated-p): Tweak definition.
13085
13086 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13087 (rlogin-process-connection-type): Tweak default. Add set-after.
13088 (rlogin-host): Doc fix.
13089 (rlogin): Tweak prompt.
13090 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13091
13092 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13093 * progmodes/tcl.el (inferior-tcl-mode-map):
13094 Use completion-at-point rather than obsolete alias.
13095
13096 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13097
13098 * minibuffer.el (read-file-name-completion-ignore-case):
13099 Move before completion--in-region, for eager macro expansion.
13100
13101 2013-05-29 Juri Linkov <juri@jurta.org>
13102
13103 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13104 for total count of matching lines. Add `global-matches' for total
13105 count of matches. Rename `matches' to `lines' for count of
13106 matching lines. Add `matches' for count of matches.
13107 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13108 to `prev-line' for line number of prev match endpt.
13109 Increment `matches' for every match. Print the number of
13110 matching lines in the header.
13111 (occur-context-lines): Rename `lines' to `curr-line'.
13112 Rename `prev-lines' to `prev-line'. (Bug#14017)
13113
13114 2013-05-29 Juri Linkov <juri@jurta.org>
13115
13116 * replace.el (perform-replace): Add `skip-read-only-count',
13117 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13118 Increment them for corresponding conditions and report the number
13119 of skipped occurrences in the final message. (Bug#11746)
13120 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13121 (replace-string, replace-regexp): Doc fix.
13122
13123 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13124
13125 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13126
13127 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13128 prog-mode-map (bug#14504).
13129
13130 2013-05-29 Leo Liu <sdl.web@gmail.com>
13131
13132 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13133 (octave-help): Small simplification.
13134
13135 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13136 off the highlight first.
13137
13138 2013-05-29 Glenn Morris <rgm@gnu.org>
13139
13140 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13141 Handle idlwave-last-system-routine-info-cons-cell being nil.
13142
13143 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13144 (idlwave-write-paths): Simplify via with-temp-buffer.
13145
13146 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13147 * emulation/cua-rect.el: Also load cua-base at run time.
13148
13149 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13150 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13151 (cperl-imenu-on-info): Require imenu.
13152
13153 2013-05-28 Alan Mackenzie <acm@muc.de>
13154
13155 Handle "capitalised keywords" correctly.
13156 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13157
13158 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13159
13160 * eshell/em-unix.el: Add -r option to cp.
13161
13162 2013-05-28 Glenn Morris <rgm@gnu.org>
13163
13164 * vc/vc-arch.el (vc-exec-after): Declare.
13165 (vc-switches): Autoload.
13166 * vc/vc-bzr.el: No need to require vc when compiling.
13167 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13168 (vc-resynch-buffer, vc-dir-refresh): Declare.
13169 (vc-setup-buffer, vc-switches): Autoload.
13170 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13171 (vc-resynch-buffer): Declare.
13172 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13173 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13174 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13175 (grep-read-regexp, grep-read-files, grep-expand-template)
13176 (vc-dir-refresh): Declare.
13177 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13178 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13179 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13180 * vc/vc-mtn.el (vc-exec-after): Declare.
13181 (vc-switches): Autoload.
13182 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13183 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13184 (vc-file-tree-walk): Declare.
13185 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13186 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13187 (vc-tag-precondition, vc-rename-master): Autoload.
13188 * vc/vc-svn.el (vc-exec-after): Declare.
13189 (vc-switches, vc-setup-buffer): Autoload.
13190 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13191 Autoload.
13192 (vc-resynch-buffer): Declare.
13193
13194 * obsolete/fast-lock.el (byte-compile-warnings):
13195 Don't warn about obsolete features in this obsolete file.
13196
13197 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13198 Move definition before use.
13199
13200 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13201 (dun-unix-verbs): Remove dun-zippy.
13202 (dun-zippy): Remove function.
13203
13204 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13205
13206 2013-05-27 Juri Linkov <juri@jurta.org>
13207
13208 * replace.el (replace-search): New function with code moved out
13209 from `perform-replace'.
13210 (replace-highlight, replace-dehighlight): Move function definitions
13211 up closer to `replace-search'. (Bug#11746)
13212
13213 2013-05-27 Juri Linkov <juri@jurta.org>
13214
13215 * replace.el (perform-replace): Ignore invisible matches.
13216 In addition to checking `query-replace-skip-read-only', also
13217 filter out matches by calling `run-hook-with-args-until-failure'
13218 on `isearch-filter-predicates', and also check `search-invisible'
13219 for t or call `isearch-range-invisible'.
13220 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
13221
13222 2013-05-27 Juri Linkov <juri@jurta.org>
13223
13224 * isearch.el (isearch-filter-predicates): Rename from
13225 `isearch-filter-predicate'. Doc fix. (Bug#11378)
13226 (isearch-message-prefix): Display text from the property
13227 `isearch-message-prefix' of the currently active filters.
13228 (isearch-search): Don't compare `isearch-filter-predicate' with
13229 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
13230 on `isearch-filter-predicates'. Also check `search-invisible' for t
13231 or call `isearch-range-invisible'.
13232 (isearch-filter-visible): Make obsolete.
13233 (isearch-lazy-highlight-search):
13234 Call `run-hook-with-args-until-failure' on
13235 `isearch-filter-predicates' and use `isearch-range-invisible'.
13236
13237 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13238 `isearch-filter-predicates' instead of `funcall'ing
13239 `isearch-filter-predicate'.
13240 (Info-mode): Set `Info-isearch-filter' to
13241 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13242
13243 * dired-aux.el (dired-isearch-filter-predicate-orig):
13244 Remove variable.
13245 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13246 (dired-isearch-filenames-end): Add and remove
13247 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13248 instead of changing the value of `isearch-filter-predicate'.
13249 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13250 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13251 Put property `isearch-message-prefix' to "filename " on
13252 `dired-isearch-filter-filenames'.
13253
13254 * wdired.el (wdired-change-to-wdired-mode):
13255 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13256 locally instead of changing `isearch-filter-predicate'.
13257 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13258
13259 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
13260
13261 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13262 return the commit hash (Bug#14459). Also set the
13263 `vc-git-detached' property.
13264 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13265 (vc-git-mode-line-string): Use the same help-echo format whether
13266 in detached mode or not, because we know the actual revision now.
13267 When in detached mode, shorten the revision to 7 chars.
13268
13269 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * emacs-lisp/easy-mmode.el (define-minor-mode):
13272 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13273 mode hook and provide a docstring.
13274
13275 2013-05-27 Alan Mackenzie <acm@muc.de>
13276
13277 Remove spurious syntax-table text properties inserted by C-y.
13278 * progmodes/cc-mode.el (c-after-change): Also clear hard
13279 syntax-table property with value nil.
13280
13281 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
13282
13283 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13284 when reading the events; the buffer layout shall not be changed.
13285
13286 2013-05-27 Leo Liu <sdl.web@gmail.com>
13287
13288 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13289 New variable.
13290 (inferior-octave-directory-tracker): Automatically re-sync
13291 default-directory.
13292 (octave-help): Improve handling of 'See also'.
13293
13294 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13295
13296 * doc-view.el: Minor naming convention tweaks.
13297 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13298
13299 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13300 even if there's no `display' property yet (bug#14435).
13301
13302 2013-05-25 Eli Zaretskii <eliz@gnu.org>
13303
13304 * subr.el (unmsys--file-name): Rename from reveal-filename.
13305
13306 * Makefile.in (custom-deps, finder-data, autoloads)
13307 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13308 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13309 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13310
13311 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13312
13313 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13314 error-completion on the first 2 args of condition-case (bug#14446).
13315 Don't burp at EOB.
13316
13317 2013-05-25 Leo Liu <sdl.web@gmail.com>
13318
13319 * comint.el (comint-previous-matching-input): Do not flood the
13320 *Messages* buffer with trivial messages.
13321
13322 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13323
13324 * progmodes/flymake.el (flymake-nop): Don't return a string.
13325 (flymake-set-at): Fix typo.
13326
13327 * simple.el (read--expression): New function, extracted from
13328 eval-expression. Set completion-at-point-functions (bug#14465).
13329 (eval-expression, eval-minibuffer): Use it.
13330
13331 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
13332
13333 * progmodes/flymake.el (flymake-save-buffer-in-file)
13334 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13335 (flymake-selected-frame, flymake-log, flymake-ins-after)
13336 (flymake-set-at, flymake-get-buildfile-from-cache)
13337 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13338 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13339 Refine the doc string.
13340 (flymake-get-file-name-mode-and-masks): Reformat.
13341 (flymake-get-real-file-name-function): Fix a minor bug.
13342
13343 2013-05-24 Juri Linkov <juri@jurta.org>
13344
13345 * progmodes/grep.el (grep-mode-font-lock-keywords):
13346 Support =linenumber= format used by git-grep for lines with
13347 function names. (Bug#13549)
13348
13349 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * progmodes/octave.el (octave-smie-rules): Return nil rather than
13352 0 after a semi-colon; it works better for smie-auto-fill.
13353 (octave--indent-new-comment-line): New function.
13354 (octave-indent-new-comment-line): Use it (indirectly).
13355 (octave-mode): Don't disable smie-auto-fill. Use add-function to
13356 modify comment-line-break-function.
13357
13358 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13359 (smie-setup): Use add-function to set it.
13360
13361 2013-05-24 Sam Steingold <sds@gnu.org>
13362
13363 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13364 argument (before the `interactive' argument).
13365
13366 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13367
13368 * image-mode.el (image-mode-winprops): Add winprops to
13369 image-mode-winprops-alist before running
13370 image-mode-new-window-functions.
13371 * doc-view.el (doc-view-new-window-function): Don't delay
13372 doc-view-goto-page via timers (bug#14435).
13373
13374 2013-05-24 Tassilo Horn <tsdh@gnu.org>
13375
13376 * doc-view.el: Integrate with desktop.el. (Bug#14435)
13377 (doc-view-desktop-save-buffer): New function.
13378 (doc-view-restore-desktop-buffer): New function.
13379 (desktop-buffer-mode-handlers):
13380 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13381 handler.
13382 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13383 `desktop-save-buffer' function.
13384
13385 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
13386
13387 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13388 (tramp-gvfs-file-name-handler): Raise a user error when
13389 `tramp-gvfs-enabled' is nil.
13390 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13391 Do not raise a user error when loading package. (Bug#14447)
13392
13393 * net/xesam.el: Move to obsolete/.
13394
13395 2013-05-24 Glenn Morris <rgm@gnu.org>
13396
13397 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13398
13399 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13400
13401 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13402 (Info-find-node, Man-getpage-in-background): Declare.
13403
13404 * mail/unrmail.el (unrmail):
13405 Replace obsolete detect-coding-with-priority.
13406
13407 * net/socks.el (socks-split-string): Use this rather than split-string.
13408 (socks-nslookup-host): Update for above change.
13409 (dynamic-choice, s5-dynamic-choice-match)
13410 (s5-dynamic-choice-match-inline, s5-widget-value-create):
13411 Comment out unused code.
13412
13413 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13414 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13415 (gud-tooltip-echo-area): Make obsolete.
13416 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13417
13418 * progmodes/js.el (js--optimize-arglist): Declare.
13419
13420 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13421
13422 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13423 (ediff-window-C): Declare.
13424
13425 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13426 Tweak requires to silence compiler.
13427
13428 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13429 (he-search-string, he-tried-table, he-expand-list)
13430 (he-init-string, he-string-member, he-substitute-string)
13431 (he-reset-string): Declare.
13432
13433 * obsolete/options.el (list-options): Use custom-variable-p,
13434 rather than obsolete alias.
13435
13436 2013-05-23 Sam Steingold <sds@gnu.org>
13437
13438 * simple.el (shell-command-on-region): Pass the `replace' argument
13439 down to `call-process-region' to comply with the doc as reported on
13440 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13441
13442 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13443
13444 * emacs-lisp/smie.el (smie-indent-forward-token)
13445 (smie-indent-backward-token): Handle string tokens (bug#14381).
13446
13447 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13448
13449 * ielm.el (ielm-menu): New menu.
13450 (inferior-emacs-lisp-mode): Set comment-start.
13451
13452 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13453
13454 * textmodes/reftex.el (reftex-ref-style-toggle):
13455 Fix deactivate action.
13456
13457 * textmodes/reftex-vars.el (reftex-ref-style-alist):
13458 Add cleveref macros.
13459
13460 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13461 Accept options for bibliography commands.
13462 * textmodes/reftex-vars.el (reftex-bibliography-commands):
13463 Add addbibresource. Basic Biblatex support.
13464
13465 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
13466
13467 * net/tramp-gvfs.el (top):
13468 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13469 when loading package. (Bug#14447)
13470
13471 2013-05-23 Glenn Morris <rgm@gnu.org>
13472
13473 * progmodes/js.el: No need to load comint when compiling.
13474 (ring-insert, comint-send-string, comint-send-input)
13475 (comint-last-input-end, ido-chop): Declare.
13476
13477 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13478 * vc/ediff-mult.el: Adjust requires.
13479 (ediff-directories-internal, ediff-directory-revisions-internal)
13480 (ediff-patch-file-internal): Declare.
13481 * vc/ediff-ptch.el: Adjust requires.
13482 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13483 (ediff-find-file): Autoload.
13484 * vc/ediff-util.el: No need to load ediff when compiling.
13485 (ediff-regions-internal): Declare.
13486 * vc/ediff-wind.el: Adjust requires.
13487 (ediff-compute-toolbar-width): Define when compiling.
13488 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13489 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13490 (dired-get-filename, dired-get-marked-files)
13491 (ediff-last-dir-patch, ediff-patch-default-directory)
13492 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13493 (ediff-patch-buffer-internal): Declare.
13494
13495 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13496 (ispell-process, ispell-buffer-local-words, lm-summary)
13497 (lm-section-start, lm-section-end): Declare.
13498 (checkdoc-ispell-init): Simplify.
13499
13500 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13501 (he-string-member, he-reset-string, he-substitute-string): Declare.
13502
13503 * eshell/em-ls.el: Adjust requires.
13504 (eshell-glob-regexp): Declare.
13505 * eshell/em-tramp.el: Adjust requires.
13506 (eshell-parse-command): Autoload.
13507 * eshell/em-xtra.el: Adjust requires.
13508 (eshell-parse-command): Autoload.
13509 * eshell/esh-ext.el: Adjust requires.
13510 (eshell-parse-command, eshell-close-handles): Autoload.
13511 * eshell/esh-io.el: Adjust requires.
13512 (eshell-output-filter): Autoload.
13513 * eshell/esh-util.el: No need to load tramp when compiling.
13514 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13515 Declare.
13516 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13517 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13518 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13519 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13520 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13521 * eshell/esh-opt.el, eshell/esh-proc.el:
13522 * eshell/esh-var.el: Adjust requires.
13523 * eshell/eshell.el: Do not require esh-util twice.
13524 (eshell-add-input-to-history): Declare.
13525 (eshell-command): Check history module is active before using it.
13526
13527 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13528
13529 2013-05-22 Leo Liu <sdl.web@gmail.com>
13530
13531 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13532
13533 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13534
13535 * autorevert.el (auto-revert-notify-add-watch)
13536 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13537 it indicates changes in file modification time.
13538
13539 2013-05-22 Glenn Morris <rgm@gnu.org>
13540
13541 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13542 Always delete the autoloaded function from the noruntime and
13543 unresolved functions lists.
13544
13545 * allout.el: No need to load epa, epg, overlay when compiling.
13546 (epg-context-set-passphrase-callback, epg-list-keys)
13547 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13548 (epg-key-user-id-list): Declare.
13549
13550 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13551 (viper-set-parsing-style-toggling-macro)
13552 (viper-set-emacs-state-searchstyle-macros):
13553 Use called-interactively-p on Emacs.
13554 (viper-looking-back): Make it an obsolete alias. Update callers.
13555 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13556 Use looking-back rather than viper-looking-back.
13557 (viper-tmp-insert-at-eob, viper-enlarge-region)
13558 (viper-read-string-with-history, viper-register-to-point)
13559 (viper-append-to-register, viper-change-state-to-vi)
13560 (viper-backward-char-carefully, viper-forward-char-carefully)
13561 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13562 (viper-change-state-to-emacs): Declare.
13563 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13564 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13565 * emulation/viper-mous.el: Do not load viper-cmd.
13566 (viper-backward-char-carefully, viper-forward-char-carefully)
13567 (viper-forward-word, viper-adjust-window): Declare.
13568
13569 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13570
13571 * progmodes/idlw-help.el (idlwave-help-fontify):
13572 Use called-interactively-p.
13573
13574 * term/w32console.el (w32-get-console-codepage)
13575 (w32-get-console-output-codepage): Declare.
13576
13577 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13578 Remove unnecessary declarations.
13579 (dframe-message): Doc fix.
13580
13581 * info.el (dframe-select-attached-frame, dframe-current-frame):
13582 Declare.
13583
13584 * speedbar.el (speedbar-message): Make it an obsolete alias.
13585 Update all callers.
13586 (speedbar-with-attached-buffer)
13587 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13588 (speedbar-with-writable): Use backquote.
13589 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13590 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13591 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13592 rather than speedbar- aliases.
13593 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13594 (speedbar-make-specialized-keymap, speedbar-insert-button)
13595 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13596 (speedbar-do-function-pointer): Declare.
13597 (rmail-speedbar-button, rmail-speedbar-find-file)
13598 (rmail-speedbar-move-message):
13599 Use dframe-with-attached-buffer rather than speedbar- alias.
13600 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13601 (dframe-message, speedbar-make-specialized-keymap)
13602 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13603 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13604 (speedbar-insert-button, dframe-select-attached-frame)
13605 (dframe-maybee-jump-to-attached-frame)
13606 (speedbar-change-initial-expansion-list)
13607 (speedbar-previously-used-expansion-list-name): Declare.
13608 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13609 Use dframe-message, dframe-with-attached-buffer rather than
13610 speedbar- aliases.
13611 (gud-sentinel): Silence compiler.
13612 * progmodes/vhdl-mode.el (speedbar-refresh)
13613 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13614 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13615 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13616 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13617 (speedbar-file-lists, speedbar-make-tag-line)
13618 (speedbar-line-directory, speedbar-goto-this-file)
13619 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13620 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13621 (speedbar-make-button, speedbar-reset-scanners)
13622 (speedbar-files-item-info, speedbar-line-text)
13623 (speedbar-find-file-in-frame, speedbar-set-timer)
13624 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13625 (speedbar-with-writable): Do not (re)define it.
13626 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13627 rather than speedbar- alias.
13628
13629 2013-05-21 Leo Liu <sdl.web@gmail.com>
13630
13631 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13632 menu items.
13633 (octave-mode): Tweak fill-nobreak-predicate.
13634 (inferior-octave-startup): Check process to avoid infinite loop.
13635 (inferior-octave): Pop to buffer first to show abornmal process
13636 exit information.
13637
13638 2013-05-21 Glenn Morris <rgm@gnu.org>
13639
13640 * printing.el (pr-menu-bar): Define when compiling.
13641
13642 2013-05-21 Leo Liu <sdl.web@gmail.com>
13643
13644 * progmodes/octave.el (octave-auto-fill): Remove.
13645 (octave-indent-new-comment-line): Improve.
13646 (octave-mode): Use auto fill mode through
13647 comment-line-break-function and fill-nobreak-predicate.
13648 (octave-goto-function-definition): Support DEFUN_DLD.
13649 (octave-beginning-of-defun): Small tweak.
13650 (octave-help): Show parent directory.
13651
13652 2013-05-21 Glenn Morris <rgm@gnu.org>
13653
13654 * files.el (dired-unmark):
13655 * progmodes/gud.el (gdb-input): Update declarations.
13656
13657 * calculator.el (electric, ehelp): No need to load when compiling.
13658 (Electric-command-loop, electric-describe-mode): Declare.
13659
13660 * doc-view.el (doc-view-current-converter-processes): Move before use.
13661
13662 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13663 Move MODE-set-explicitly definition before use.
13664
13665 * international/mule-diag.el (mule-diag):
13666 Don't use obsolete window-system-version.
13667
13668 * mail/feedmail.el (smtpmail): No need to load when compiling.
13669 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13670
13671 * mail/mail-utils.el (rfc822): No need to load when compiling.
13672 (rfc822-addresses): Autoload it.
13673 (mail-strip-quoted-names): Trivial simplification.
13674
13675 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13676 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13677
13678 * net/snmp-mode.el (tempo): Don't duplicate requires.
13679
13680 * progmodes/prolog.el (info): No need to load when compiling.
13681 (comint): Require before shell requires it.
13682 (Info-goto-node): Autoload it.
13683 (Info-follow-nearest-node): Declare.
13684 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13685
13686 * textmodes/artist.el (picture-mode-exit): Declare.
13687
13688 * textmodes/reftex-parse.el (reftex-parse-from-file):
13689 Trivial rewrite so the compiler can parse it better.
13690
13691 2013-05-20 Leo Liu <sdl.web@gmail.com>
13692
13693 * progmodes/octave.el (octave-help-mode-map)
13694 (octave-help-mode-finish-hook): New variables.
13695 (octave-help-mode, octave-help-mode-finish): New functions.
13696 (octave-help): Use octave-help-mode.
13697
13698 2013-05-20 Glenn Morris <rgm@gnu.org>
13699
13700 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13701
13702 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13703
13704 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13705 start at point, so that expansion starting right after opening
13706 slash in a regexp is recognized.
13707 (ruby-syntax-before-regexp-re): New defvar, extracted from
13708 ruby-syntax-propertize-function. Since the value of this regexp
13709 is looked up at runtime now, we should be able to turn
13710 `ruby-syntax-methods-before-regexp' into a defcustom later.
13711 (ruby-syntax-propertize-function): Split regexp matching into two
13712 parts, for opening and closing slashes. That allows us to skip
13713 over string interpolations and support multiline regexps.
13714 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13715 for them, which calls `ruby-syntax-propertize-expansion'.
13716 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13717 call to `ruby-syntax-propertize-function'.
13718 (ruby-syntax-propertize-expansion): Extracted from
13719 `ruby-syntax-propertize-expansions'. Handles one expansion.
13720 (ruby-syntax-propertize-percent-literal): Leave point right after
13721 the percent symbol, so that the expression expansion rule can
13722 propertize the contents.
13723 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13724 heredoc openers.
13725 (ruby-syntax-propertize-expansions): Remove.
13726
13727 2013-05-18 Juri Linkov <juri@jurta.org>
13728
13729 * man.el (Man-default-man-entry): Remove `-' from the end
13730 of the default value. (Bug#14400)
13731
13732 2013-05-18 Glenn Morris <rgm@gnu.org>
13733
13734 * comint.el (comint-password-prompt-regexp):
13735 Allow "password for XXX" where XXX contains colons (eg https://...).
13736
13737 2013-05-18 Leo Liu <sdl.web@gmail.com>
13738
13739 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13740 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13741 (octave-source-directories): Don't check process.
13742 (octave-source-directories, octave-find-definition): Doc fix.
13743
13744 2013-05-18 Glenn Morris <rgm@gnu.org>
13745
13746 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13747 Remove backspace/delete bindings. (Bug#14392)
13748
13749 * cus-dep.el (custom-make-dependencies): Sort the output.
13750 (custom-versions-load-alist): Convert comment to doc.
13751
13752 2013-05-17 Leo Liu <sdl.web@gmail.com>
13753
13754 * newcomment.el (comment-search-backward): Stricter in finding
13755 comment start. (Bug#14303)
13756
13757 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13758 (octave-comment-start-skip): Properly anchored.
13759
13760 2013-05-17 Leo Liu <sdl.web@gmail.com>
13761
13762 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13763 Clean up when turned off. (Bug#14395)
13764 (smie--highlight-matching-block-overlay): No longer buffer-local.
13765 (smie-highlight-matching-block): Adjust.
13766
13767 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13768
13769 Doc string fix for "nanoseconds" (Bug#14406).
13770 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13771 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13772
13773 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13774
13775 * calc/calc-units.el (math-extract-units): Preserve powers
13776 of units.
13777
13778 2013-05-17 Leo Liu <sdl.web@gmail.com>
13779
13780 * subr.el (delete-consecutive-dups): New function.
13781 * ido.el (ido-set-matches-1): Use it.
13782 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13783 * ido.el (ido-remove-consecutive-dups): Remove.
13784
13785 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13786
13787 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13788 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13789 regexp-opt's `words'.
13790
13791 2013-05-16 Leo Liu <sdl.web@gmail.com>
13792
13793 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13794 (smie--highlight-matching-block-overlay)
13795 (smie--highlight-matching-block-lastpos)
13796 (smie--highlight-matching-block-timer): New variables.
13797 (smie-highlight-matching-block): New function.
13798 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13799 (smie-setup): Conditionally enable smie-blink-matching-open.
13800
13801 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13802
13803 Sync with upstream verilog-mode r840.
13804 * progmodes/verilog-mode.el (verilog-mode-version)
13805 (verilog-mode-release-date): Update.
13806 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13807 (verilog-sig-tieoff): Fix string error on
13808 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13809 (verilog-read-decls): Fix parameters confusing
13810 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13811
13812 2013-05-16 Eli Zaretskii <eliz@gnu.org>
13813
13814 * subr.el (reveal-filename): New function.
13815
13816 * loadup.el: Compute Emacs executable versions on MS-Windows,
13817 where executables have the .exe extension. Add a hard link
13818 emacs-XX.YY.ZZ.exe on MS-Windows.
13819
13820 * Makefile.in (XARGS_LIMIT): New variable.
13821 (custom-deps, finder-data, autoloads)
13822 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13823 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13824 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13825 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13826
13827 2013-05-16 Leo Liu <sdl.web@gmail.com>
13828
13829 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13830 (octave-mode-menu, octave-mode-map): Remove its uses.
13831
13832 2013-05-16 Reto Zimmermann <reto@gnu.org>
13833
13834 Sync with upstream vhdl mode v3.34.2.
13835 * progmodes/vhdl-mode.el: Use `push' throughout.
13836 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13837 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13838 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13839 (vhdl-actual-generic-name): New option to derive actual generic name.
13840 (vhdl-port-paste-signals): Replace formal by actual generics.
13841 (vhdl-beautify): New name for old group vhdl-align. Update users.
13842 (vhdl-beautify-options): New option.
13843 (vhdl-last-input-event): New compat alias. Use throughout.
13844 (vhdl-goto-line): Replace user level function `goto-line'.
13845 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13846 vhdl-fix-statement-buffer.
13847 (vhdl-create-mode-menu): Add some entries.
13848 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13849 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13850 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13851 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13852 to force statements on one line.
13853 (vhdl-remove-trailing-spaces-region):
13854 New, split from vhdl-remove-trailing-spaces.
13855 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13856 Respect vhdl-beautify-options.
13857 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13858 (vhdl-update-sensitivity-list): Not add with index if exists without.
13859 Not include array index with signal. Ignore keywords in comments.
13860 (vhdl-get-visible-signals): Regexp tweaks.
13861 (vhdl-template-component-inst): Handle empty library.
13862 (vhdl-template-type): Add template for 'enum' type.
13863 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13864 Use vhdl-replace-string.
13865 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13866 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13867 (vhdl-speedbar-initialize): Update for above name change.
13868 (vhdl-compose-wire-components): Fix in handling of constants.
13869 (vhdl-error-regexp-emacs-alist): New variable.
13870 (vhdl-error-regexp-add-emacs): New function;
13871 adds support for new compile.el (Emacs 22+)
13872 (vhdl-generate-makefile-1): Change target order for single lib. units.
13873 Allow use of absolute file names.
13874
13875 2013-05-16 Leo Liu <sdl.web@gmail.com>
13876
13877 * simple.el (prog-indent-sexp): Indent enclosing defun.
13878
13879 2013-05-15 Glenn Morris <rgm@gnu.org>
13880
13881 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13882 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13883 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13884 (whitespace-highlight): Move to whitespace group.
13885
13886 * comint.el (comint-source):
13887 * pcmpl-linux.el (pcmpl-linux):
13888 * shell.el (shell-faces):
13889 * eshell/esh-opt.el (eshell-opt):
13890 * international/ccl.el (ccl): Remove empty custom groups.
13891
13892 * completion.el (dynamic-completion-mode):
13893 * jit-lock.el (jit-lock-debug-mode):
13894 * minibuffer.el (completion-in-region-mode):
13895 * type-break.el (type-break-mode-line-message-mode)
13896 (type-break-query-mode):
13897 * emulation/tpu-edt.el (tpu-edt-mode):
13898 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13899 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13900 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13901
13902 * term/xterm.el (xterm): Change parent group to terminals.
13903
13904 * master.el (master): Remove empty custom group.
13905 (master-mode): Remove unused :group argument.
13906 * textmodes/refill.el (refill): Remove empty custom group.
13907 (refill-mode): Remove unused :group argument.
13908
13909 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13910
13911 * cus-dep.el: Provide a feature.
13912 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13913 Don't mistakenly ignore files whose basenames match a basename
13914 from preloaded-file-list (eg cedet/ede/simple.el).
13915 Add a fallback method for getting :group.
13916
13917 2013-05-15 Juri Linkov <juri@jurta.org>
13918
13919 * isearch.el (isearch-char-by-name): Rename from
13920 `isearch-insert-char-by-name'. Doc fix.
13921 (isearch-forward): Mention `isearch-char-by-name' in
13922 the docstring. (Bug#13348)
13923
13924 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13925 `exit-minibuffer' instead of
13926 `isearch-nonincremental-exit-minibuffer'.
13927 (isearch-edit-string): Remove mention of
13928 `isearch-nonincremental-exit-minibuffer' from docstring.
13929 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13930 (isearch-forward-exit-minibuffer)
13931 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13932
13933 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13934
13935 * loadup.el: Just use unversioned DOC.
13936
13937 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13938 literals as extending to EOB.
13939 (nxml-last-fontify-end): Remove unused variable.
13940 (nxml-after-change1): Use with-silent-modifications.
13941 (nxml-extend-after-change-region): Simplify.
13942 (nxml-extend-after-change-region1): Remove function.
13943 (nxml-after-change1): Don't adjust for dependent regions.
13944 (nxml-fontify-matcher): Simplify.
13945 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13946 (xmltok-add-dependent): Remove function.
13947 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13948 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13949 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13950 unclosed <[[, <?, comment, and other literals as extending to EOB.
13951 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13952 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13953 Remove functions.
13954 (rng-do-some-validation-1): Don't mark dependent regions.
13955 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13956 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13957 (nxml-clear-dependent-regions): Remove functions.
13958 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13959 (nxml-ensure-scan-up-to-date):
13960 Don't clear&mark dependent regions.
13961
13962 2013-05-15 Leo Liu <sdl.web@gmail.com>
13963
13964 * progmodes/octave.el (octave-goto-function-definition):
13965 Improve and fix callers.
13966
13967 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13968
13969 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13970 the setter (bug#14387).
13971
13972 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13973 surrounding group (bug#14402).
13974
13975 2013-05-14 Juri Linkov <juri@jurta.org>
13976
13977 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13978 (Bug#14390)
13979
13980 2013-05-14 Glenn Morris <rgm@gnu.org>
13981
13982 * progmodes/f90.el (f90-imenu-generic-expression):
13983 Fix typo in 2013-05-08 change. (Bug#14402)
13984
13985 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13986
13987 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13988 Remove signals for which replies are never received.
13989
13990 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13991
13992 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13993 (gdb-handler-alist, gdb-handler-number): Remove variables.
13994 (gdb-handler-list): New variable.
13995 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13996 (gdb-pending-handler-p, gdb-handle-reply)
13997 (gdb-remove-all-pending-triggers): New functions.
13998 (gdb-discard-unordered-replies): New defcustom.
13999 (gdb-handler): New defstruct.
14000 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14001 instead of gdb-pending-triggers. Update docstring.
14002 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14003 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14004 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14005 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14006 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14007 (gdb-frame-handler): Pending triggers are now automatically managed.
14008 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14009 Remove argument.
14010 (gdb-input): Automatically handles pending triggers. Update docstring.
14011 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14012 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14013 Update comments.
14014 (gdb-done-or-error): Now use gdb-handle-reply.
14015
14016 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14017
14018 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14019 gdb-debug-log.
14020
14021 2013-05-14 Glenn Morris <rgm@gnu.org>
14022
14023 * subr.el (user-emacs-directory-warning): New option.
14024 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14025
14026 2013-05-14 Leo Liu <sdl.web@gmail.com>
14027
14028 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14029 during redisplay.
14030 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14031 (octave-font-lock-texinfo-comment): Fix invalid search bound
14032 error: wrong side of point.
14033
14034 2013-05-14 Glenn Morris <rgm@gnu.org>
14035
14036 * progmodes/flymake.el (flymake-xml-program): New option.
14037 (flymake-xml-init): Use it.
14038
14039 * term/xterm.el: Provide a feature.
14040
14041 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14042
14043 2013-05-13 Glenn Morris <rgm@gnu.org>
14044
14045 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14046 Add compat aliases as a hack workaround. (Bug#14384)
14047
14048 2013-05-13 Leo Liu <sdl.web@gmail.com>
14049
14050 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14051 ###, and %!.
14052 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14053 C-M-q.
14054 (octave-comment-start-skip): Include %!.
14055 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14056
14057 2013-05-12 Leo Liu <sdl.web@gmail.com>
14058
14059 * progmodes/octave.el (inferior-octave-startup): Store the value
14060 of __octave_srcdir__ for octave-source-directories.
14061 (inferior-octave-check-process): New function refactored out of
14062 inferior-octave-send-list-and-digest.
14063 (octave-source-directories)
14064 (octave-find-definition-filename-function): New variables.
14065 (octave-source-directories)
14066 (octave-find-definition-default-filename): New functions.
14067 (octave-find-definition): Improve to find functions implemented in C++.
14068
14069 2013-05-12 Glenn Morris <rgm@gnu.org>
14070
14071 * calendar/diary-lib.el (diary-outlook-format-1):
14072 Don't include dayname in the output. (Bug#14349)
14073
14074 2013-05-11 Glenn Morris <rgm@gnu.org>
14075
14076 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14077
14078 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14079 Treat cc-provide like provide.
14080
14081 2013-05-11 Kevin Ryde <user42@zip.com.au>
14082
14083 * cus-dep.el (custom-make-dependencies):
14084 Use generated-autoload-load-name for the sake of files such
14085 such cedet/semantic/bovine/c.el, where the base file name
14086 is not in load-path. (Bug#5277)
14087
14088 2013-05-11 Glenn Morris <rgm@gnu.org>
14089
14090 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14091 Provide features.
14092
14093 2013-05-11 Leo Liu <sdl.web@gmail.com>
14094
14095 * progmodes/octave.el (octave-indent-comment): Improve.
14096 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14097 (octave-eldoc-function-signatures, octave-eldoc-function):
14098 New functions.
14099 (octave-mode, inferior-octave-mode): Add eldoc support.
14100
14101 2013-05-11 Richard Stallman <rms@gnu.org>
14102
14103 * epa.el (epa-decrypt-file): Take output file name as argument
14104 and read it using `interactive'.
14105
14106 2013-05-11 Leo Liu <sdl.web@gmail.com>
14107
14108 * progmodes/octave.el (octave-beginning-of-line)
14109 (octave-end-of-line): Check before using up-list because it jumps
14110 out of more syntactic contructs since moving to smie.
14111 (octave-indent-comment): New function.
14112 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14113 (octave-begin-keywords, octave-end-keywords)
14114 (octave-reserved-words, octave-smie-bnf-table)
14115 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14116
14117 2013-05-11 Glenn Morris <rgm@gnu.org>
14118
14119 * faces.el (internal-face-x-get-resource):
14120 * frame.el (ns-display-monitor-attributes-list):
14121 * calc/calc-aent.el (math-to-radians-2):
14122 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14123 Fix declarations.
14124
14125 * calc/calc-menu.el: Make it loadable in isolation.
14126
14127 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14128 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14129 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14130 (eudc-bbdb-query-internal): Require 'bbdb.
14131
14132 * lpr.el (lpr-headers-switches):
14133 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14134
14135 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14136
14137 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14138
14139 * term.el (term-set-escape-char): Make it idempotent.
14140
14141 2013-05-10 Leo Liu <sdl.web@gmail.com>
14142
14143 * progmodes/octave.el (inferior-octave-completion-table):
14144 No longer a function and all uses changed. Use cache to speed up
14145 completion due to bug#11906.
14146 (octave-beginning-of-defun): Re-write to be more general.
14147
14148 2013-05-10 Glenn Morris <rgm@gnu.org>
14149
14150 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14151
14152 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14153
14154 * comint.el (comint-redirect-send-command-to-process): Use :around
14155 rather than :override for comint-redirect-filter.
14156 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14157 Call it instead of comint-redirect-original-filter-function (which
14158 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14159
14160 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14161
14162 * frame.el (display-monitor-attributes-list): Add NS case.
14163 (ns-display-monitor-attributes-list): Declare.
14164
14165 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14166
14167 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14168
14169 2013-05-09 Glenn Morris <rgm@gnu.org>
14170
14171 * international/fontset.el (vertical-centering-font-regexp):
14172 Set standard-value.
14173
14174 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14175
14176 * bookmark.el (bookmark-search-delay):
14177 * cus-start.el (vertical-centering-font-regexp):
14178 * ps-mule.el (ps-mule-font-info-database-default):
14179 * ps-print.el (ps-default-fg, ps-default-bg):
14180 * type-break.el (type-break-good-break-interval):
14181 * whitespace.el (whitespace-indentation-regexp)
14182 (whitespace-space-after-tab-regexp):
14183 * emacs-lisp/testcover.el (testcover-1value-functions)
14184 (testcover-noreturn-functions, testcover-progn-functions)
14185 (testcover-prog1-functions):
14186 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14187 * eshell/em-glob.el (eshell-glob-translate-alist):
14188 * play/tetris.el (tetris-tty-colors):
14189 * progmodes/cpp.el (cpp-face-default-list):
14190 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14191 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14192 (idlwave-help-browser-generic-args):
14193 * progmodes/make-mode.el (makefile-special-targets-list):
14194 * progmodes/python.el (python-shell-virtualenv-path):
14195 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14196 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14197 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14198 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14199 * textmodes/reftex-vars.el (reftex-format-label-function):
14200 * textmodes/remember.el (remember-diary-file): Fix custom types.
14201
14202 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14203 Add :version.
14204
14205 2013-05-09 Leo Liu <sdl.web@gmail.com>
14206
14207 * progmodes/octave.el (inferior-octave-completion-at-point):
14208 Restore file completion. (Bug#14300)
14209 (inferior-octave-startup): Fix incorrect highlighting for the
14210 first prompt.
14211
14212 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14213
14214 * progmodes/ruby-mode.el: First cut at SMIE support.
14215 (ruby-use-smie): New var.
14216 (ruby-smie-grammar): New constant.
14217 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14218 (ruby-smie--forward-token, ruby-smie--backward-token)
14219 (ruby-smie-rules): New functions.
14220 (ruby-mode-variables): Setup SMIE if applicable.
14221
14222 2013-05-08 Eli Zaretskii <eliz@gnu.org>
14223
14224 * simple.el (line-move-visual): Signal beginning/end of buffer
14225 only if vertical-motion moved less than it was requested. Avoids
14226 silly incorrect error messages when there are display strings with
14227 multiple newlines at EOL.
14228
14229 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14230
14231 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14232 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14233 (prolog-char-quote-workaround):
14234 * progmodes/cperl-mode.el (cperl-under-as-char):
14235 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14236 Mark as obsolete.
14237 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14238 their declaration.
14239 (vhdl-mode-syntax-table-init): Remove.
14240
14241 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14242 last change.
14243
14244 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14245 syntax for "_".
14246 (ld-script-font-lock-keywords):
14247 Change regexps to use things like \_< and \_>.
14248
14249 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14250 Change all regexps to use things like \_< and \_>.
14251
14252 * progmodes/autoconf.el (autoconf-definition-regexp)
14253 (autoconf-font-lock-keywords, autoconf-current-defun-function):
14254 Handle a _ with symbol syntax.
14255 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14256
14257 * progmodes/ada-mode.el (ada-mode-abbrev-table):
14258 Consolidate declaration.
14259 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14260 the declaration.
14261 (ada-create-syntax-table): Remove.
14262 (ada-capitalize-word): Don't mess with the syntax of "_" since it
14263 already has the right syntax nowadays.
14264 (ada-goto-next-word): Don't change the syntax of "_".
14265
14266 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14267 with-wrapper-hook.
14268
14269 2013-05-08 Sam Steingold <sds@gnu.org>
14270
14271 * thingatpt.el (thing-at-point): Accept optional second argument
14272 NO-PROPERTIES to strip the text properties from the return value.
14273 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14274 to `thing-at-point' instead of stripping the properties ourselves.
14275 Also, when `thing-at-point' fails to find a url, prepend "http://"
14276 to the filename at point on the assumption that the user is
14277 pointing at something like gnu.org/gnu.
14278
14279 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
14280
14281 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14282 * faces.el (crm-separator):
14283 Silence byte-compiler.
14284
14285 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14286 (tool-bar-map): Remove unneeded defvars.
14287
14288 2013-05-08 Leo Liu <sdl.web@gmail.com>
14289
14290 Re-work a fix for bug#10994 based on Le Wang's patch.
14291 * ido.el (ido-remove-consecutive-dups): New helper.
14292 (ido-completing-read): Use it.
14293 (ido-chop): Revert fix for bug#10994.
14294
14295 2013-05-08 Adam Spiers <emacs@adamspiers.org>
14296
14297 * cus-edit.el (custom-save-variables):
14298 Pretty-print long values. (Bug#14187)
14299
14300 2013-05-08 Glenn Morris <rgm@gnu.org>
14301
14302 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14303 (m4-mode-syntax-table): Init in the defvar.
14304 (m4-mode-abbrev-table): Let define-derived-mode define it.
14305
14306 2013-05-08 Tom Tromey <tromey@redhat.com>
14307
14308 * progmodes/m4-mode.el (m4-mode-syntax-table):
14309 Do not treat "_" as word constituent. (Bug#14167)
14310
14311 2013-05-07 Glenn Morris <rgm@gnu.org>
14312
14313 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14314 Remove explicit eshell-isearch-cancel-map.
14315
14316 * progmodes/f90.el (f90-smart-end-names): New option.
14317 (f90-smart-end): Doc fix.
14318 (f90-end-block-optional-name): New constant.
14319 (f90-block-match): Respect f90-smart-end-names.
14320
14321 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14322
14323 * progmodes/octave.el (octave-smie-forward-token): Be more careful
14324 about implicit semi-colons (bug#14218).
14325
14326 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14327
14328 * frame.el (display-monitor-attributes-list)
14329 (frame-monitor-attributes): New functions.
14330
14331 2013-05-06 Leo Liu <sdl.web@gmail.com>
14332
14333 * progmodes/octave.el (octave-syntax-propertize-function): Change
14334 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
14335 (octave-font-lock-keywords): Use octave-operator-regexp.
14336 (octave-completion-at-point): Rename from
14337 octave-completion-at-point-function.
14338 (inferior-octave-directory-tracker): Robustify.
14339 (octave-text-functions): Remove and fix its uses. No such things
14340 any more.
14341
14342 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14343
14344 * emacs-lisp/trace.el (trace--display-buffer): New function.
14345 (trace-make-advice): Use it.
14346
14347 2013-05-06 Juri Linkov <juri@jurta.org>
14348
14349 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
14350 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14351 Doc fix.
14352 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14353 in the help string. (Bug#12985)
14354
14355 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
14356
14357 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
14358
14359 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14360
14361 * progmodes/perl-mode.el: Add support for here documents.
14362 (perl-syntax-propertize-function): Match here-doc markers.
14363 (perl-syntax-propertize-special-constructs): Find their end.
14364 (perl-imenu-generic-expression): Use [:alnum:].
14365
14366 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14367 (advice--add-function): Refresh the advice if already present
14368 (bug#14317).
14369
14370 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
14371
14372 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
14373
14374 2013-05-06 Glenn Morris <rgm@gnu.org>
14375
14376 * w32-fns.el (w32-charset-info-alist): Declare.
14377
14378 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14379 of its defcustom properties.
14380 (eshell-cmpl-initialize): No need to load pcomplete.
14381
14382 * generic-x.el: No need to require comint when compiling.
14383
14384 * net/eudc-export.el: Make it loadable without bbdb.
14385 (top-level): Use require rather than load-library.
14386 (eudc-create-bbdb-record, eudc-bbdbify-phone)
14387 (eudc-batch-export-records-to-bbdb)
14388 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14389 Require bbdb.
14390
14391 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14392
14393 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14394 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14395 some tweaks, instead.
14396
14397 2013-05-05 Leo Liu <sdl.web@gmail.com>
14398
14399 * progmodes/octave.el (octave-font-lock-keywords)
14400 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14401 (inferior-octave-send-list-and-digest): Improve error message.
14402 (octave-mode, inferior-octave-mode): Use setq-local.
14403 (octave-help): Set info-lookup-mode.
14404
14405 2013-05-05 Richard Stallman <rms@gnu.org>
14406
14407 * vc/compare-w.el (compare-windows-whitespace):
14408 Treat no-break space as whitespace.
14409
14410 * mail/rmailsum.el (rmail-summary-rmail-update):
14411 Detect empty summary and don't change selected message.
14412 (rmail-summary-goto-msg): Likewise.
14413
14414 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14415 Doc fixes, rename args.
14416
14417 2013-05-05 Alan Mackenzie <acm@muc.de>
14418
14419 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14420
14421 2013-05-05 Juri Linkov <juri@jurta.org>
14422
14423 * info.el (Info-read-subfile): Use (point-min) instead of (point)
14424 to not add the length of the summary segment to the return value.
14425 (Bug#14125)
14426
14427 2013-05-05 Leo Liu <sdl.web@gmail.com>
14428
14429 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14430 (inferior-octave-output-filter): Remove.
14431 (octave-send-region, inferior-octave-startup): Fix callers.
14432 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14433 (octave-binary-file-extensions): New user variable.
14434 (octave-find-definition): Confirm if opening binary files.
14435 (octave-help-file): Use octave-find-definition to get the binary
14436 confirmation.
14437 (octave-help): Adjust for octave-help-file change.
14438
14439 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14440
14441 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14442 Merge the two entries that handle function definitions.
14443 (pascal--syntax-propertize): New const.
14444 (pascal-mode): Use it. Use setq-local.
14445
14446 2013-05-04 Glenn Morris <rgm@gnu.org>
14447
14448 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14449 (diary-from-outlook): Respect diary-from-outlook-function.
14450
14451 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14452
14453 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14454 Move the declaration from C.
14455 (read-minibuffer, eval-minibuffer): Move from C.
14456 (completion-setup-function): Avoid minibuffer-completion-contents.
14457
14458 2013-05-03 Leo Liu <sdl.web@gmail.com>
14459
14460 * progmodes/octave.el (octave-font-lock-keywords): Do not
14461 dehighlight 'end' in comments or strings.
14462 (octave-completing-read, octave-goto-function-definition):
14463 New helpers.
14464 (octave-help-buffer): New user variable.
14465 (octave-help-file, octave-help-function): New button types.
14466 (octave-help): New command and bind it to C-h ;.
14467 (octave-find-definition): New command and bind it to M-.
14468 (user-error): Alias to error if not defined.
14469
14470 2013-05-02 Leo Liu <sdl.web@gmail.com>
14471
14472 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14473 for \. (bug#14332)
14474 (octave-font-lock-keywords): Include [ and {.
14475
14476 2013-05-02 Leo Liu <sdl.web@gmail.com>
14477
14478 * progmodes/octave.el (inferior-octave-startup-file): Change default.
14479 (inferior-octave): Remove calling comint-mode and return the buffer.
14480 (inferior-octave-startup): Cosmetic changes.
14481
14482 2013-05-02 Leo Liu <sdl.web@gmail.com>
14483
14484 * progmodes/octave.el (octave-syntax-propertize-function):
14485 Include the case when ' is at line beginning. (Bug#14336)
14486
14487 2013-05-02 Glenn Morris <rgm@gnu.org>
14488
14489 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14490 * desktop.el (vc-dir-mode): Just autoload it here.
14491
14492 2013-05-02 Alan Mackenzie <acm@muc.de>
14493
14494 Eliminate variable c-standard-font-lock-fontify-region-function.
14495 * progmodes/cc-mode.el
14496 (c-standard-font-lock-fontify-region-function): Remove.
14497 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14498
14499 2013-05-01 Leo Liu <sdl.web@gmail.com>
14500
14501 * progmodes/octave.el: Compatible with older emacs-24 releases.
14502 (inferior-octave-has-built-in-variables): Remove. Built-in
14503 variables were removed from Octave in 2007.
14504 (inferior-octave-startup): Fix uses.
14505 (comint-line-beginning-position): Remove compatibility code for
14506 emacs 21.
14507
14508 2013-05-01 Juri Linkov <juri@jurta.org>
14509
14510 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14511
14512 2013-05-01 Juri Linkov <juri@jurta.org>
14513
14514 * comint.el (comint-previous-matching-input): Don't print message
14515 "History item: %d" when `isearch-mode' is active.
14516 (comint-history-isearch-message): Print message "History item: %d"
14517 when `comint-input-ring-index' is not empty and this function is
14518 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14519
14520 2013-05-01 Leo Liu <sdl.web@gmail.com>
14521
14522 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14523 definitions. Use completion-at-point to insert keywords.
14524 (octave-abbrev-start): Remove.
14525 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14526
14527 2013-04-30 Leo Liu <sdl.web@gmail.com>
14528
14529 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14530 change.
14531
14532 2013-04-30 Alan Mackenzie <acm@muc.de>
14533
14534 Handle arbitrarily long C++ member initialisation lists.
14535 * progmodes/cc-engine.el (c-back-over-member-initializers):
14536 new function.
14537 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14538 (most) member init lists.
14539
14540 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14541
14542 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14543 variable.
14544
14545 2013-04-30 Leo Liu <sdl.web@gmail.com>
14546
14547 * progmodes/octave.el (octave-variables): Remove. No builtin
14548 variables any more. All converted to functions.
14549 (octave-font-lock-keywords, octave-completion-at-point-function):
14550 Fix uses.
14551 (octave-font-lock-texinfo-comment): New user variable.
14552 (octave-texinfo-font-lock-keywords): New variable for texinfo
14553 comment block.
14554 (octave-function-comment-block): New face.
14555 (octave-font-lock-texinfo-comment): New function.
14556 (octave-mode): Font lock texinfo comment block.
14557
14558 2013-04-29 Leo Liu <sdl.web@gmail.com>
14559
14560 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14561 indexing expression.
14562 (octave-continuation-string): Do not use \.
14563 (inferior-octave-complete-impossible): Remove.
14564 (inferior-octave-completion-table)
14565 (inferior-octave-completion-at-point): Remove its uses.
14566 (inferior-octave-startup): completion_matches was introduced to
14567 Octave in 1996 so safe to assume it.
14568 (octave-function-file-comment): Improve to follow how Octave does it.
14569 (octave-update-function-file-comment): Tweak.
14570
14571 2013-04-29 Leo Liu <sdl.web@gmail.com>
14572
14573 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14574 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14575 (octave-function-file-comment): Fix typo.
14576 (octave-sync-function-file-names): Use read-char-choice.
14577
14578 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14579
14580 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14581 to t for the less important warnings.
14582
14583 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14584
14585 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14586
14587 2013-04-27 Glenn Morris <rgm@gnu.org>
14588
14589 * vc/log-view.el (log-view-current-entry):
14590 Treat "---" separator lines as part of the following rev. (Bug#14169)
14591
14592 2013-04-27 Juri Linkov <juri@jurta.org>
14593
14594 * subr.el (read-number): Doc fix about using it by interactive
14595 code letter `n'. (Bug#14254)
14596
14597 2013-04-27 Juri Linkov <juri@jurta.org>
14598
14599 * desktop.el (desktop-auto-save-timeout): New option.
14600 (desktop-file-checksum): New variable.
14601 (desktop-save): Add optional arg `auto-save' and don't auto-save
14602 if nothing changed.
14603 (desktop-auto-save-timer): New variable.
14604 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14605 (after-init-hook): Call `desktop-auto-save-set-timer'.
14606 Suggested by Reuben Thomas <rrt@sc3d.org> in
14607 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14608
14609 2013-04-27 Leo Liu <sdl.web@gmail.com>
14610
14611 * progmodes/octave.el (octave-function-file-p)
14612 (octave-skip-comment-forward, octave-function-file-comment)
14613 (octave-update-function-file-comment): New functions.
14614 (octave-mode-map): Bind C-c ; to
14615 octave-update-function-file-comment.
14616 (octave-mode-menu): Add octave-update-function-file-comment.
14617 (octave-mode, inferior-octave-mode): Fix doc-string.
14618 (octave-insert-defun): Conform to Octave's coding convention.
14619 (Bug#14285)
14620
14621 * files.el (basic-save-buffer): Don't let errors in
14622 before-save-hook prevent saving buffer.
14623
14624 2013-04-20 Roland Winkler <winkler@gnu.org>
14625
14626 * faces.el (read-face-name): Use completing-read if arg multiple
14627 is nil.
14628
14629 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14630
14631 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14632 displayed, move point to after the totals line.
14633 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14634 for the details.
14635
14636 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14637
14638 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14639 Add current dir to the load-path.
14640 (package-generate-autoloads): Don't rely on
14641 autoload-ensure-default-file.
14642
14643 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14644
14645 * textmodes/remember.el (remember-store-in-files): Document that
14646 the file name format is passed to `format-time-string'.
14647
14648 2013-04-26 Leo Liu <sdl.web@gmail.com>
14649
14650 * progmodes/octave.el (octave-sync-function-file-names): New function.
14651 (octave-mode): Use it in before-save-hook.
14652
14653 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14654
14655 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14656 (bug#14274).
14657
14658 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14659 \n and comment, even if it's not an implicit ; (bug#14218).
14660
14661 2013-04-26 Glenn Morris <rgm@gnu.org>
14662
14663 * subr.el (read-number): Once more use `read' rather than
14664 `string-to-number', to trap non-numeric input. (Bug#14254)
14665
14666 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14667
14668 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14669 Use `syntax-multiline' text property consistently instead of
14670 `font-lock-multiline'. (Bug#14237)
14671
14672 2013-04-26 Glenn Morris <rgm@gnu.org>
14673
14674 * emacs-lisp/shadow.el (list-load-path-shadows):
14675 No longer necessary to check for duplicate simple.el, since
14676 2012-07-07 change to init_lread to not include installation lisp
14677 directories in load-path when running uninstalled. (Bug#14270)
14678
14679 2013-04-26 Leo Liu <sdl.web@gmail.com>
14680
14681 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14682 (octave-mode, inferior-octave-mode): Use setq-local.
14683 (octave-not-in-string-or-comment-p): Rename to
14684 octave-in-string-or-comment-p.
14685 (octave-in-comment-p, octave-in-string-p)
14686 (octave-in-string-or-comment-p): Replace defsubst with defun.
14687
14688 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14689
14690 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14691
14692 2013-04-25 Bastien Guerry <bzg@gnu.org>
14693
14694 * textmodes/remember.el (remember-data-directory)
14695 (remember-directory-file-name-format): Fix custom types.
14696
14697 2013-04-25 Leo Liu <sdl.web@gmail.com>
14698
14699 * progmodes/octave.el (octave-completion-at-point-function):
14700 Make use of inferior octave process.
14701 (octave-initialize-completions): Remove.
14702 (inferior-octave-completion-table): New function.
14703 (inferior-octave-completion-at-point): Use it.
14704 (octave-completion-alist): Remove.
14705
14706 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14707
14708 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14709 (opascal-mode-syntax-table): New var.
14710 (opascal-literal-kind, opascal-is-literal-end)
14711 (opascal-literal-token-at): Rewrite.
14712 (opascal--literal-start-re, opascal-font-lock-keywords)
14713 (opascal--syntax-propertize): New constants.
14714 (opascal-font-lock-defaults): Adjust.
14715 (opascal-mode): Use them. Set comment-<foo> variables as well.
14716 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14717 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14718 (delphi-other-face, opascal-other-face): Remove face variables.
14719 (opascal-save-state): Remove macro.
14720 (opascal-fontifying-progress-step): Remove constant.
14721 (opascal--ignore-changes): Remove var.
14722 (opascal-set-token-property, opascal-parse-next-literal)
14723 (opascal-is-stable-literal, opascal-complete-literal)
14724 (opascal-is-literal-start, opascal-face-of)
14725 (opascal-parse-region, opascal-parse-region-until-stable)
14726 (opascal-fontify-region, opascal-after-change)
14727 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14728 (opascal-debug-parse-region, opascal-debug-parse-window)
14729 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14730 (opascal-debug-fontify-buffer): Remove.
14731 (opascal-debug-mode-map): Adjust accordingly.
14732
14733 2013-04-25 Leo Liu <sdl.web@gmail.com>
14734
14735 Merge octave-mod.el and octave-inf.el into octave.el with some
14736 cleanups.
14737 * progmodes/octave.el: New file renamed from octave-mod.el.
14738 * progmodes/octave-inf.el: Merged into octave.el.
14739 * progmodes/octave-mod.el: Renamed to octave.el.
14740
14741 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14742
14743 * textmodes/reftex-vars.el
14744 (reftex-label-ignored-macros-and-environments): New defcustom.
14745
14746 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14747
14748 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14749
14750 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14751 (smie-indent-keyword): Improve the check to ensure that the next
14752 comment is really on the same line.
14753 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14754
14755 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14756 semi-colons if the line is not otherwise empty (bug#14218).
14757
14758 2013-04-25 Glenn Morris <rgm@gnu.org>
14759
14760 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14761
14762 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14763
14764 * progmodes/opascal.el (opascal-set-token-property): Rename from
14765 opascal-set-text-properties and only set `token' (bug#14134).
14766 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14767 (opascal-literal-text-properties): Remove.
14768 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14769 Adjust callers.
14770
14771 2013-04-24 Reuben Thomas <rrt@sc3d.org>
14772
14773 * textmodes/remember.el (remember-handler-functions): Add an
14774 option for a new handler `remember-store-in-files'.
14775 (remember-data-directory, remember-directory-file-name-format):
14776 New options.
14777 (remember-store-in-files): New function to store remember notes
14778 as separate files within a directory.
14779
14780 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14781
14782 * progmodes/compile.el (compilation-next-error-function):
14783 Pass "formats" to compilation-find-file (bug#11777).
14784
14785 2013-04-24 Glenn Morris <rgm@gnu.org>
14786
14787 * vc/vc-bzr.el (vc-bzr-print-log):
14788 * vc/vc-hg.el (vc-hg-print-log):
14789 * vc/vc-svn.el (vc-svn-print-log):
14790 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14791
14792 * vc/vc-bzr.el (vc-bzr-print-log):
14793 * vc/vc-cvs.el (vc-cvs-print-log):
14794 * vc/vc-git.el (vc-git-print-log):
14795 * vc/vc-hg.el (vc-hg-print-log):
14796 * vc/vc-mtn.el (vc-mtn-print-log):
14797 * vc/vc-rcs.el (vc-rcs-print-log):
14798 * vc/vc-sccs.el (vc-sccs-print-log):
14799 * vc/vc-svn.el (vc-svn-print-log):
14800 * vc/vc.el (vc-print-log-internal): Doc fixes.
14801
14802 2013-04-23 Glenn Morris <rgm@gnu.org>
14803
14804 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14805 Remove venerable code attempting to avoid substitute-command-keys.
14806
14807 2013-04-23 Tassilo Horn <tsdh@gnu.org>
14808
14809 * textmodes/reftex-vars.el (reftex-label-regexps):
14810 Call `reftex-compile-variables' after changes to this variable.
14811
14812 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14813
14814 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14815 Use lexical-binding.
14816 (jit-lock-force-redisplay): Use markers, check buffer's continued
14817 existence and beware narrowed buffers.
14818 (jit-lock-fontify-now): Adjust call accordingly.
14819
14820 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14821
14822 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14823 to avoid misleading the user.
14824
14825 2013-04-22 Leo Liu <sdl.web@gmail.com>
14826
14827 * info-look.el: Prefer latex2e.info. (Bug#14240)
14828
14829 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
14830
14831 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14832
14833 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14834 * net/tramp.el (tramp-call-process): ... here.
14835 (tramp-set-completion-function, tramp-parse-putty):
14836 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14837 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14838 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14839 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14840 (tramp-call-local-coding-command): Use `tramp-call-process'
14841 instead of `tramp-compat-call-process'.
14842
14843 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14844 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14845 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14846 (tramp-find-inline-compress): Improve traces.
14847 (tramp-maybe-send-script): Check for Perl binary.
14848 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14849
14850 2013-04-22 Daiki Ueno <ueno@gnu.org>
14851
14852 * epg.el (epg-context-pinentry-mode): New function.
14853 (epg-context-set-pinentry-mode): New function.
14854 (epg--start): Pass --pinentry-mode option to gpg command.
14855
14856 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14857
14858 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14859 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14860 `completion-at-point'. (Bug#13774)
14861
14862 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14863 default key binding for `describe-distribution' has been moved to
14864 `C-h C-o'. (Bug#13970)
14865
14866 2013-04-21 Glenn Morris <rgm@gnu.org>
14867
14868 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14869 Add doc strings.
14870 (vc-print-log): Clarify interactive prompt.
14871
14872 2013-04-20 Glenn Morris <rgm@gnu.org>
14873
14874 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14875 No longer include timestamp etc information.
14876
14877 2013-04-20 Roland Winkler <winkler@gnu.org>
14878
14879 * faces.el (read-face-name): Bug fix, return just one face if arg
14880 multiple is nil. (Bug#14209)
14881
14882 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14883
14884 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14885 (remove-function): Autoload.
14886
14887 * comint.el (comint-redirect-original-filter-function): Remove.
14888 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14889 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14890 (vc-cvs-annotate-command):
14891 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14892 * progmodes/prolog.el (prolog-consult-compile):
14893 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14894 Use add/remove-function instead.
14895 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14896 (gud-tooltip-process-output, gud-tooltip-tips):
14897 Use add/remove-function instead.
14898 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14899 (scheme-interaction-mode, exit-scheme-interaction-mode):
14900 Use add/remove-function instead.
14901
14902 * vc/vc-dispatcher.el: Use lexical-binding.
14903 (vc--process-sentinel): Rename from vc-process-sentinel.
14904 Change last arg to be the code to run. Don't use vc-previous-sentinel
14905 and vc-sentinel-commands any more.
14906 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14907 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14908
14909 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14910
14911 * progmodes/sh-script.el (sh-imenu-generic-expression):
14912 Handle function names with a single character. (Bug#14111)
14913
14914 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14915
14916 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14917 for subroutines defined in an eval (bug#14182).
14918
14919 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14920
14921 * bookmark.el (bookmark-completing-read): Improve handling of empty
14922 string (bug#14176).
14923
14924 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14925
14926 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14927
14928 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14929
14930 New faster Imenu implementation (bug#14058).
14931 * progmodes/python.el (python-imenu-prev-index-position)
14932 (python-imenu-format-item-label-function)
14933 (python-imenu-format-parent-item-label-function)
14934 (python-imenu-format-parent-item-jump-label-function):
14935 New vars.
14936 (python-imenu-format-item-label)
14937 (python-imenu-format-parent-item-label)
14938 (python-imenu-format-parent-item-jump-label)
14939 (python-imenu--put-parent, python-imenu--build-tree)
14940 (python-imenu-create-index, python-imenu-create-flat-index)
14941 (python-util-popn): New functions.
14942 (python-mode): Set imenu-create-index-function to
14943 python-imenu-create-index.
14944
14945 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14946
14947 * winner.el (winner-active-region): Use region-active-p, activate-mark
14948 and deactivate-mark (bug#14225).
14949
14950 * simple.el (deactivate-mark): Don't inline it.
14951
14952 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14953
14954 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14955
14956 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14957
14958 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14959 file extensions from the archive-mode entry in order to prefer
14960 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14961
14962 2013-04-18 Leo Liu <sdl.web@gmail.com>
14963
14964 * bindings.el (help-event-list): Add ?\?.
14965
14966 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 * subr.el (with-wrapper-hook): Declare obsolete.
14969 * simple.el (filter-buffer-substring-function): New hook.
14970 (filter-buffer-substring): Use it.
14971 (filter-buffer-substring-functions): Mark obsolete.
14972 * minibuffer.el (completion-in-region-function): New hook.
14973 (completion-in-region): Use it.
14974 (completion-in-region-functions): Mark obsolete.
14975 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14976 * abbrev.el (abbrev-expand-function): New hook.
14977 (expand-abbrev): Use it.
14978 (abbrev-expand-functions): Mark obsolete.
14979 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14980 and :filter-return.
14981
14982 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14983
14984 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14985 and do not care about match data.
14986
14987 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14988
14989 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14990 completion tables when completing error conditions and
14991 `declare' arguments.
14992 (lisp-complete-symbol, field-complete): Mark as obsolete.
14993 (check-parens): Unmatched parens are user errors.
14994 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14995
14996 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
14997
14998 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14999 command changed buffer (ie. `flyspell-pre-buffer' is not current
15000 buffer), which prevents making decisions based on invalid value of
15001 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15002 cause an error when `flyspell-pre-point' was nil after switching
15003 buffers.
15004 (flyspell-post-command-hook): No longer needs to change buffers when
15005 checking pre-word. While at it remove unnecessary progn.
15006
15007 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15008
15009 * textmodes/ispell.el (ispell-add-per-file-word-list):
15010 Fix `flyspell-correct-word-before-point' error when accepting
15011 words and `coment-padding' is an integer by using
15012 `comment-normalize-vars' (Bug #14214).
15013
15014 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15015
15016 New defun movement commands.
15017 * progmodes/python.el (python-nav--syntactically)
15018 (python-nav--forward-defun, python-nav-backward-defun)
15019 (python-nav-forward-defun): New functions.
15020
15021 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15022
15023 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15024 (python-syntax-context): Use named compiler-macro for backwards
15025 compatibility with Emacs 24.x.
15026
15027 2013-04-17 Leo Liu <sdl.web@gmail.com>
15028
15029 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15030 octave-hide-process-buffer.
15031
15032 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15033
15034 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15035 (bug#14216).
15036
15037 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15038
15039 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15040 Fix adjustment of offset when receiving incomplete responses from GDB
15041 (bug#14129).
15042
15043 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15044
15045 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15046 python-mode-abbrev-table.
15047 (python-skeleton-define): Adjust accordingly.
15048 (python-mode-abbrev-table): New table that inherits from it so that
15049 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15050
15051 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15052 (abbrev-symbol): Use it.
15053 (abbrev--before-point): Use it since we already handle inheritance.
15054
15055 2013-04-16 Leo Liu <sdl.web@gmail.com>
15056
15057 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15058 binding to info-lookup-symbol.
15059
15060 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15061
15062 * minibuffer.el (completion--twq-all):
15063 * term/ns-win.el (ns-initialize-window-system):
15064 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15065
15066 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15067
15068 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15069 global bindings.
15070
15071 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15072
15073 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15074
15075 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15076 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15077 to nil.
15078 (ruby-end-of-defun): Remove the unused arg, change the docstring
15079 to reflect that this function is only used as the value of
15080 `end-of-defun-function'.
15081 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15082 to reflect an earlier change that beginning/end-of-defun functions
15083 jump between methods in a class definition, as well as top-level
15084 functions.
15085
15086 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15087
15088 * minibuffer.el (minibuffer-complete): Don't just scroll
15089 a *Completions* that's been iconified.
15090 (minibuffer-force-complete): Make sure repetitions do cycle when going
15091 through completion-in-region -> minibuffer-complete.
15092
15093 2013-04-15 Alan Mackenzie <acm@muc.de>
15094
15095 Correct the placement of c-cpp-delimiters when there're #s not at
15096 col 0.
15097
15098 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15099 place a submatch around the #.
15100 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15101 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15102 on the #, not BOL.
15103
15104 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15105
15106 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15107 (advice--member-p): New arg `name'.
15108 (advice--add-function, advice-member-p): Use it (bug#14202).
15109
15110 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15111
15112 Reformulate java imenu-generic-expression.
15113 The old expression contained ill formed regexps.
15114
15115 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15116 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15117 (cc-imenu-java-method-arg-regexp): New defconsts.
15118 (cc-imenu-java-build-type-args-regex): New defun.
15119 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15120 handling of spaces in the regexp.
15121
15122 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15123
15124 * textmodes/ispell.el (ispell-command-loop): Remove
15125 flyspell highlight of a word when ispell accepts it (bug #14178).
15126
15127 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15128
15129 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15130 uses code from the previous `ange-ftp-run-real-handler'.
15131 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15132 only in case that function exist. This is needed for proper
15133 unloading of Tramp.
15134
15135 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15136
15137 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15138
15139 * textmodes/reftex.el (reftex-compile-variables): Use it.
15140
15141 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15142
15143 * files.el (normal-mode): Only use default major-mode if no other mode
15144 was specified.
15145
15146 * emacs-lisp/trace.el (trace-values): New function.
15147
15148 * files.el: Allow : in local variables (bug#14089).
15149 (hack-local-variable-regexp): New var.
15150 (hack-local-variables-prop-line, hack-local-variables): Use it.
15151
15152 2013-04-13 Roland Winkler <winkler@gnu.org>
15153
15154 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15155 data before it gets modified by bibtex-beginning-of-entry.
15156
15157 2013-04-13 Roland Winkler <winkler@gnu.org>
15158
15159 * textmodes/bibtex.el (bibtex-url): Doc fix.
15160
15161 2013-04-13 Roland Winkler <winkler@gnu.org>
15162
15163 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15164 does not visit a BibTeX file, exclude it from the list of buffers
15165 returned by bibtex-initialize.
15166
15167 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15168
15169 * window.el (split-window): Remove interactive form, since as a
15170 command this function is a special case of split-window-below.
15171 Correct doc string.
15172
15173 2013-04-12 Roland Winkler <winkler@gnu.org>
15174
15175 * faces.el (read-face-name): Do not override value of arg default.
15176 Allow single faces and strings as default values. Remove those
15177 elements from return value that are not faces.
15178 (describe-face): Simplify.
15179 (face-at-point): New optional args thing and multiple so that this
15180 function can provide the same functionality previously provided by
15181 read-face-name.
15182 (make-face-bold, make-face-unbold, make-face-italic)
15183 (make-face-unitalic, make-face-bold-italic, invert-face)
15184 (modify-face, read-face-and-attribute): Use face-at-point.
15185
15186 * cus-edit.el (customize-face, customize-face-other-window)
15187 * cus-theme.el (custom-theme-add-face)
15188 * face-remap.el (buffer-face-set)
15189 * facemenu.el (facemenu-set-face): Use face-at-point.
15190
15191 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15192
15193 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15194
15195 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15196
15197 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15198 off leading { and trailing } from field values.
15199
15200 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15201
15202 * emacs-lisp/timer.el (timer--check): New function.
15203 (timer--time, timer-set-function, timer-event-handler): Use it.
15204 (timer-set-idle-time): Simplify.
15205 (timer--activate): CSE.
15206 (timer-event-handler): Give more info in error message.
15207 (internal-timer-start-idle): New function, moved from C.
15208
15209 * mpc.el (mpc-proc): Add `restart' argument.
15210 (mpc-proc-cmd): Use it.
15211 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15212 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15213 less often.
15214
15215 2013-04-10 Masatake YAMATO <yamato@redhat.com>
15216
15217 * progmodes/sh-script.el: Implement `sh-mode' own
15218 `add-log-current-defun-function' (bug#14112).
15219 (sh-current-defun-name): New function.
15220 (sh-mode): Use the function.
15221
15222 2013-04-09 Bastien Guerry <bzg@gnu.org>
15223
15224 * simple.el (choose-completion-string): Fix docstring (bug#14163).
15225
15226 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15227
15228 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15229
15230 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15231 timer (bug#14156).
15232
15233 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
15234
15235 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15236 declaration.
15237
15238 2013-04-07 Leo Liu <sdl.web@gmail.com>
15239
15240 * pcmpl-x.el: New file.
15241
15242 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
15243
15244 Do not set x-display-name until X connection is established.
15245 This is needed to prevent from weird situation described at
15246 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15247 * frame.el (make-frame): Set x-display-name after call to
15248 window system initialization function, not before.
15249 * term/x-win.el (x-initialize-window-system): Add optional
15250 display argument and use it.
15251 * term/w32-win.el (w32-initialize-window-system):
15252 * term/ns-win.el (ns-initialize-window-system):
15253 * term/pc-win.el (msdos-initialize-window-system):
15254 Add compatible optional display argument.
15255
15256 2013-04-06 Eli Zaretskii <eliz@gnu.org>
15257
15258 * files.el (normal-backup-enable-predicate): On MS-Windows and
15259 MS-DOS compare truenames of temporary-file-directory and of the
15260 file, so that 8+3 aliases (usually found in $TEMP on Windows)
15261 don't fail comparison by compare-strings. Also, compare file
15262 names case-insensitively on MS-Windows and MS-DOS.
15263
15264 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15265
15266 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15267 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15268
15269 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
15270
15271 * whitespace.el (whitespace-color-on, whitespace-color-off):
15272 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15273
15274 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
15275
15276 * ispell.el (ispell-set-spellchecker-params):
15277 Really set `ispell-args' for all equivs.
15278
15279 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15280
15281 * ido.el (ido-completions): Use extra elements of ido-decorations
15282 (bug#14143).
15283 (ido-decorations): Update docstring.
15284
15285 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
15286
15287 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15288 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15289 nil during initialization, in order not to miss changes since the
15290 file was opened. (Bug#14140)
15291
15292 2013-04-05 Leo Liu <sdl.web@gmail.com>
15293
15294 * kmacro.el (kmacro-call-macro): Fix bug#14135.
15295
15296 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
15297
15298 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15299
15300 2013-04-04 Glenn Morris <rgm@gnu.org>
15301
15302 * electric.el (electric-pair-inhibit-predicate): Add :version.
15303
15304 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15305
15306 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15307 when a package is required several times (bug#14082).
15308
15309 2013-04-04 Roland Winkler <winkler@gnu.org>
15310
15311 * faces.el (read-face-name): Behave as promised by the docstring.
15312 Assume that arg default is a list of faces.
15313 (describe-face): Call read-face-name with list of default faces.
15314
15315 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15316
15317 * bookmark.el: Fix deletion of bookmarks (bug#13972).
15318 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15319 (bookmark-bmenu-execute-deletions): Only skip first line if it's
15320 the header.
15321 (bookmark-exit-hook-internal): Save even if list is empty.
15322
15323 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
15324
15325 * emacs-lisp/package.el (package-pinned-packages): New var.
15326 (package--add-to-archive-contents): Obey it (bug#14118).
15327
15328 2013-04-03 Alan Mackenzie <acm@muc.de>
15329
15330 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15331 Also adapt to the new values of element 7 of a parse state.
15332
15333 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15334 parameter `not-in-delimiter'. Handle being inside comment opener.
15335 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15336 character in case we're typing a '*' after a '/'.
15337 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15338 instead by passing the parameter to c-state-pp-to-literal.
15339
15340 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15341 for elt. 7 of a parse state.
15342
15343 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
15344
15345 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15346 * international/latin1-disp.el, international/mule-util.el:
15347 * language/cyril-util.el, language/european.el, language/ind-util.el:
15348 * language/lao-util.el, language/thai.el, language/tibet-util.el:
15349 * language/tibetan.el, language/viet-util.el:
15350 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15351
15352 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15353
15354 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15355 (electric-pair-post-self-insert-function): Use it.
15356 (electric-pair-default-inhibit): New function, extracted from
15357 electric-pair-post-self-insert-function.
15358
15359 2013-03-31 Roland Winkler <winkler@gnu.org>
15360
15361 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15362
15363 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15364
15365 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15366
15367 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
15368
15369 Un-indent after "pass" and "return" statements (Bug#13888)
15370 * progmodes/python.el (python-indent-block-enders): New var.
15371 (python-indent-calculate-indentation): Use it.
15372
15373 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
15374
15375 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15376 defun. Defining it as defalias could introduce too eager
15377 byte-compiler optimization. (Bug#14030)
15378
15379 2013-03-30 Chong Yidong <cyd@gnu.org>
15380
15381 * iswitchb.el (iswitchb-read-buffer): Fix typo.
15382
15383 2013-03-30 Leo Liu <sdl.web@gmail.com>
15384
15385 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15386 (kmacro-execute-from-register): Pass the keyboard macro to
15387 kmacro-call-macro or repeating won't work correctly.
15388
15389 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
15390
15391 * progmodes/subword.el: Back to using `forward-symbol'.
15392
15393 * subr.el (forward-whitespace, forward-symbol)
15394 (forward-same-syntax): Move from thingatpt.el.
15395
15396 2013-03-29 Leo Liu <sdl.web@gmail.com>
15397
15398 * kmacro.el (kmacro-to-register): New command.
15399 (kmacro-execute-from-register): New function.
15400 (kmacro-keymap): Bind to 'x'. (Bug#14071)
15401
15402 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15403
15404 * mpc.el: Use defvar-local and setq-local.
15405 (mpc--proc-connect): Connection failures are not bugs.
15406 (mpc-mode-map): `follow-link' only applies to the buffer's content.
15407 (mpc-volume-map): Bind to the up-events.
15408
15409 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15410
15411 * progmodes/subword.el (superword-mode): Use `forward-sexp'
15412 instead of `forward-symbol'.
15413
15414 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15415
15416 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15417 (edebug--recursive-edit): Use it.
15418 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15419 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15420
15421 2013-03-28 Leo Liu <sdl.web@gmail.com>
15422
15423 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
15424
15425 2013-03-27 Eli Zaretskii <eliz@gnu.org>
15426
15427 * facemenu.el (list-colors-callback): New defvar.
15428 (list-colors-redisplay): New function.
15429 (list-colors-display): Install list-colors-redisplay as the
15430 revert-buffer-function. (Bug#14063)
15431
15432 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15433
15434 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15435 and suffixes don't overlap (bug#14061).
15436
15437 * case-table.el: Use lexical-binding.
15438 (case-table-get-table): New function.
15439 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
15440
15441 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
15442
15443 * progmodes/subword.el: Add `superword-mode' to do word motion
15444 over symbol_words (parallels and leverages `subword-mode' which
15445 does word motion inside MixedCaseWords).
15446
15447 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
15448
15449 * eshell/em-unix.el: Move su and sudo to...
15450 * eshell/em-tramp.el: ...Eshell tramp module.
15451
15452 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15453
15454 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15455 Change return value to be a sexp. Delay `get-buffer' to after
15456 restoring the desktop (bug#13951).
15457
15458 2013-03-26 Leo Liu <sdl.web@gmail.com>
15459
15460 * register.el: Move semantic tag handling back to
15461 cedet/semantic/senator.el. (Bug#14052)
15462
15463 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15464
15465 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15466 into the prompt either (bug#13963).
15467
15468 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15469
15470 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15471 part of "(error-foo)".
15472
15473 2013-03-24 Juri Linkov <juri@jurta.org>
15474
15475 * replace.el (list-matching-lines-prefix-face): New defcustom.
15476 (occur-1): Pass `list-matching-lines-prefix-face' to the function
15477 `occur-engine' if `face-differs-from-default-p' returns t.
15478 (occur-engine): Add `,' inside backquote construct to evaluate
15479 `prefix-face'. Propertize the prefix with the `prefix-face' face.
15480 Pass `prefix-face' to the functions `occur-context-lines' and
15481 `occur-engine-add-prefix'.
15482 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15483 `prefix-face' and propertize the prefix with `prefix-face'.
15484 (Bug#14017)
15485
15486 2013-03-24 Leo Liu <sdl.web@gmail.com>
15487
15488 * nxml/rng-valid.el (rng-validate-while-idle)
15489 (rng-validate-quick-while-idle): Guard against deleted buffer.
15490 (Bug#13999)
15491
15492 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15493 is the last entry in kill-buffer-hook.
15494
15495 * files.el (kill-buffer-hook): Doc fix.
15496
15497 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15498
15499 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15500 Make it safe-local.
15501
15502 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15503
15504 2013-03-23 Leo Liu <sdl.web@gmail.com>
15505
15506 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15507 Remove.
15508
15509 * nxml/rng-valid.el (rng-validate-mode)
15510 (rng-after-change-function, rng-do-some-validation):
15511 * nxml/rng-maint.el (rng-validate-buffer):
15512 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15513 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15514 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15515 (nxml-extend-after-change-region): Use with-silent-modifications.
15516
15517 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15518 timer-idle-list.
15519
15520 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15521 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15522 timer-idle-list. (Bug#13999)
15523
15524 2013-03-23 Juri Linkov <juri@jurta.org>
15525
15526 * info.el (info-index-match): New face.
15527 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15528 main pattern and add text properties with the new face to matches
15529 in index entries relative to the beginning of the index entry.
15530 (Bug#14015)
15531
15532 2013-03-21 Eric Ludlam <zappo@gnu.org>
15533
15534 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15535 Inhibit read only while inserting objects.
15536
15537 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15538
15539 * progmodes/cfengine.el: Update docs to mention
15540 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15541 symbol motion. Remove "_" from the word syntax.
15542
15543 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15544
15545 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15546 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15547
15548 2013-03-20 Juri Linkov <juri@jurta.org>
15549
15550 * info.el (Info-next-reference-or-link)
15551 (Info-prev-reference-or-link): New functions.
15552 (Info-next-reference, Info-prev-reference): Use them.
15553 (Info-try-follow-nearest-node): Handle footnote navigation.
15554 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15555
15556 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15557
15558 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15559 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15560
15561 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15562
15563 Suppress unnecessary non-ASCII chatter during build process.
15564 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15565 (batch-skkdic-convert): Suppress most of the chatter.
15566 It's not needed so much now that machines are faster,
15567 and its non-ASCII component was confusing; see Dmitry Gutov in
15568 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15569
15570 2013-03-20 Leo Liu <sdl.web@gmail.com>
15571
15572 * ido.el (ido-chop): Fix bug#10994.
15573
15574 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15575
15576 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15577 Remove vars.
15578 (whitespace-color-on, whitespace-color-off):
15579 Use `font-lock-fontify-buffer' (Bug#13817).
15580
15581 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15582
15583 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15584 remapping in mode-line.
15585 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15586
15587 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15588
15589 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15590 value for `whitespace-line' face (Bug#13875).
15591 (whitespace-font-lock-keywords): Change description.
15592 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15593 the constructed keywords instead.
15594 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15595
15596 2013-03-19 Leo Liu <sdl.web@gmail.com>
15597
15598 * progmodes/compile.el (compilation-display-error): New command.
15599 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15600 C-o. (Bug#13992)
15601
15602 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15603
15604 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15605
15606 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15607
15608 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15609
15610 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15611
15612 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15613
15614 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15615 * net/tramp-gvfs.el (top):
15616 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15617 (tramp-handle-shell-command): Use it.
15618 (tramp-dissect-file-name): Raise an error when hostname is a
15619 method name, and neither method nor user is specified.
15620
15621 * net/trampver.el: Update release number.
15622
15623 2013-03-18 Leo Liu <sdl.web@gmail.com>
15624
15625 Make sure eldoc can be turned off properly.
15626 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15627 eldoc-mode.
15628 (eldoc-display-message-p): Revert last change.
15629 (eldoc-display-message-no-interference-p)
15630 (eldoc-print-current-symbol-info): Tweak.
15631
15632 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15633
15634 * doc-view.el (doc-view-new-window-function): Check the new window
15635 overlay's display property instead the char property of the
15636 buffer's first char. Use `with-selected-window' instead of
15637 `save-window-excursion' with `select-window'.
15638 (doc-view-document->bitmap): Check the current doc-view overlay's
15639 display property instead the char property of the buffer's first char.
15640
15641 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15642
15643 Automate the build of ja-dic.el (Bug#13984).
15644 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15645 from the input, rather than assume that it's been done for us by the
15646 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15647 the current date into a ja-dic.el comment, as that complicates
15648 regression testing.
15649
15650 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15651
15652 * whitespace.el: Fix double evaluation.
15653 (whitespace-space, whitespace-hspace, whitespace-tab)
15654 (whitespace-newline, whitespace-trailing, whitespace-line)
15655 (whitespace-space-before-tab, whitespace-indentation)
15656 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15657 obsolete defvars.
15658 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15659 (whitespace-color-on): Use a single font-lock-add-keywords call.
15660 Fix double-evaluation of face variables.
15661
15662 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15663
15664 * net/tramp-adb.el (tramp-adb-parse-device-names):
15665 Use `start-process' instead of `call-process'. Otherwise, the
15666 function might be blocked under MS Windows. (Bug#13299)
15667
15668 2013-03-17 Leo Liu <sdl.web@gmail.com>
15669
15670 Extend eldoc to display info in the mode-line. (Bug#13978)
15671 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15672 (eldoc-mode-line-string): New variable.
15673 (eldoc-minibuffer-message): New function.
15674 (eldoc-message-function): New variable.
15675 (eldoc-message): Use it.
15676 (eldoc-display-message-p)
15677 (eldoc-display-message-no-interference-p):
15678 Support eldoc-post-insert-mode.
15679
15680 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15681 (eval-expression): Run it.
15682
15683 2013-03-17 Roland Winkler <winkler@gnu.org>
15684
15685 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15686 strings in the list of return values.
15687
15688 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15689
15690 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15691 radix before checking for HMS forms.
15692
15693 2013-03-16 Leo Liu <sdl.web@gmail.com>
15694
15695 * progmodes/scheme.el: Add indentation and font-locking for λ.
15696 (Bug#13975)
15697
15698 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15699
15700 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15701 token before point (bug#13942).
15702
15703 2013-03-16 Leo Liu <sdl.web@gmail.com>
15704
15705 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15706
15707 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15708
15709 * startup.el (command-line-normalize-file-name): Fix handling of
15710 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15711 <xfq.free@gmail.com> in
15712 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15713
15714 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15715
15716 Sync with Tramp 2.2.7.
15717
15718 * net/trampver.el: Update release number.
15719
15720 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15721
15722 * doc-view.el: Fix bug#13887.
15723 (doc-view-insert-image): Don't modify overlay associated to
15724 non-live windows, and implement horizontal centering of image in
15725 case it's smaller than the window.
15726 (doc-view-new-window-function): Force redisplay of new windows on
15727 doc-view buffers.
15728
15729 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15730
15731 * saveplace.el (save-place-alist-to-file): Don't sort
15732 `save-place-alist', just pretty-print it (bug#13882).
15733
15734 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15735
15736 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15737 Check whether `default-file-name-coding-system' is bound.
15738 It isn't in XEmacs.
15739
15740 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15741
15742 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15743 backquotes for `obsolete' (bug#13929).
15744
15745 * international/mule.el (find-auto-coding): Include file name in
15746 obsolescence warning (bug#13922).
15747
15748 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15749
15750 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15751 for CFEngine 3-specific indentation.
15752 (cfengine3-indent-line): Use it. Fix up category regex.
15753 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15754
15755 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * type-break.el (type-break-file-name):
15758 * textmodes/remember.el (remember-data-file):
15759 * strokes.el (strokes-file):
15760 * shadowfile.el (shadow-initialize):
15761 * saveplace.el (save-place-file):
15762 * ps-bdf.el (bdf-cache-file):
15763 * progmodes/idlwave.el (idlwave-config-directory):
15764 * net/quickurl.el (quickurl-url-file):
15765 * international/kkc.el (kkc-init-file-name):
15766 * ido.el (ido-save-directory-list-file):
15767 * emulation/viper.el (viper-custom-file-name):
15768 * emulation/vip.el (vip-startup-file):
15769 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15770 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15771
15772 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15773
15774 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15775 * language/thai-word.el: Switch to UTF-8.
15776
15777 See ChangeLog.16 for earlier changes.
15778
15779 ;; Local Variables:
15780 ;; coding: utf-8
15781 ;; End:
15782
15783 Copyright (C) 2011-2014 Free Software Foundation, Inc.
15784
15785 This file is part of GNU Emacs.
15786
15787 GNU Emacs is free software: you can redistribute it and/or modify
15788 it under the terms of the GNU General Public License as published by
15789 the Free Software Foundation, either version 3 of the License, or
15790 (at your option) any later version.
15791
15792 GNU Emacs is distributed in the hope that it will be useful,
15793 but WITHOUT ANY WARRANTY; without even the implied warranty of
15794 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15795 GNU General Public License for more details.
15796
15797 You should have received a copy of the GNU General Public License
15798 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.