]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Unbreak the build
[gnu-emacs] / lisp / ChangeLog
1 2014-05-24 Daniel Colascione <dancol@dancol.org>
2
3 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
4 breaking the build.
5
6 2014-05-24 Leo Liu <sdl.web@gmail.com>
7
8 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
9
10 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * minibuffer.el (completion--sreverse): Remove.
13 (completion--common-suffix): Use `reverse' instead.
14 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
15
16 2014-05-22 Glenn Morris <rgm@gnu.org>
17
18 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
19
20 2014-05-21 Daniel Colascione <dancol@dancol.org>
21
22 * files.el (interpreter-mode-alist): Add mksh.
23
24 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
25 derivative.
26 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
27 mksh. Improve custom spec; allow regular expressions.
28 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
29 (sh-after-hack-local-variables): New function.
30 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
31 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
32 the normalization.
33 (sh-canonicalize-shell): Rewrite to support regexes.
34
35 2014-05-21 Leo Liu <sdl.web@gmail.com>
36
37 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
38
39 2014-05-19 Leo Liu <sdl.web@gmail.com>
40
41 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
42
43 2014-05-18 Glenn Morris <rgm@gnu.org>
44
45 * loadup.el:
46 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
47
48 2014-05-14 Sam Steingold <sds@gnu.org>
49
50 * progmodes/python.el (python-shell-get-or-create-process):
51 Do not bind `current-prefix-arg' so that C-c C-z does not talk
52 back unless requested.
53
54 2014-05-14 Glenn Morris <rgm@gnu.org>
55
56 * subr.el (with-file-modes): New macro.
57 * printing.el (pr-save-file-modes): Make obsolete.
58 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
59 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
60 Add with-file-modes.
61 * doc-view.el (doc-view-make-safe-dir):
62 * epg.el (epg--start):
63 * files.el (locate-user-emacs-file, make-temp-file)
64 (backup-buffer-copy, move-file-to-trash):
65 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
66 * eshell/esh-util.el (eshell-with-private-file-modes)
67 (eshell-make-private-directory):
68 * net/browse-url.el (browse-url-mosaic):
69 * obsolete/mailpost.el (post-mail-send-it):
70 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
71 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
72 Use with-file-modes.
73
74 * vc/emerge.el (emerge-make-temp-file): Simplify.
75
76 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
77 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
80 suffix (bug#15419).
81
82 2014-05-14 Glenn Morris <rgm@gnu.org>
83
84 * vc/emerge.el (emerge-temp-file-prefix):
85 Make pointless option obsolete.
86 (emerge-temp-file-mode): Make non-functional option obsolete.
87
88 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
89
90 * net/browse-url.el (browse-url):
91 Use `unhandled-file-name-directory' when setting `default-directory',
92 in order to circumvent stalled remote connections. (Bug#17425)
93
94 2014-05-14 Glenn Morris <rgm@gnu.org>
95
96 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
97 Optimize on Emacs, which has the relevant functions for ages.
98
99 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * simple.el (undo-make-selective-list): Obey undo-no-redo.
102
103 2014-05-12 Sam Steingold <sds@gnu.org>
104
105 * calendar/time-date.el (seconds-to-string): New function to
106 pretty print time delay in seconds.
107
108 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * mpc.el (mpc-format): Trim Date to the year.
111 (mpc-songs-hashcons): Shorten the Date field.
112
113 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
114 into autoloading just because of a silly indirection.
115
116 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com> (tiny change)
117
118 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
119
120 2014-05-12 Glenn Morris <rgm@gnu.org>
121
122 * emacs-lisp/find-gc.el: Move to ../admin.
123
124 * printing.el (pr-version):
125 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
126
127 * net/browse-url.el (browse-url-mosaic):
128 Create /tmp/Mosaic.PID as a private file.
129
130 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
133 (advice--member-p): If name is given, only compare the name.
134 (advice--remove-function): Don't stop at the first match.
135 (advice--normalize-place): New function.
136 (add-function, remove-function): Use it.
137 (advice--add-function): Pass the name, if any, to
138 advice--remove-function.
139
140 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
141
142 * electric.el (electric-indent-post-self-insert-function): Don't use
143 `pos' after modifying the buffer (bug#17449).
144
145 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
146
147 * calendar/todo-mode.el (todo-insert-item-from-calendar):
148 Correct argument list to conform to todo-insert-item--basic.
149
150 2014-05-12 Glenn Morris <rgm@gnu.org>
151
152 * files.el (cd-absolute): Test if directory is accessible
153 rather than executable. (Bug#17330)
154
155 * progmodes/compile.el (recompile):
156 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
157
158 * net/browse-url.el (browse-url-mosaic):
159 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
160 This is CVE-2014-3423.
161
162 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * mouse.el: Use the normal toplevel loop while dragging.
165 (mouse-set-point): Handle multi-clicks.
166 (mouse-set-region): Handle multi-clicks for drags.
167 (mouse-drag-region): Update call accordingly.
168 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
169 Use the normal event loop instead of a local while/read-event loop.
170 (global-map): Remove redundant bindings for double/triple-mouse-1.
171 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
172 Generate synthetic down events when the protocol only sends up events.
173 (xterm-mouse-last): Remove.
174 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
175 terminal parameter instead.
176 (xterm-mouse--set-click-count): New function.
177 (xterm-mouse-event): Detect/generate double/triple clicks.
178 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
179
180 * info.el (Info-quoted): New face.
181 (Info-mode-font-lock-keywords): New var.
182 (Info-mode): Use it.
183
184 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
185 are a hindrance for C-x C-e.
186
187 2014-05-11 Leo Liu <sdl.web@gmail.com>
188
189 * net/rcirc.el (rcirc-sentinel): Fix last change.
190
191 2014-05-08 Sam Steingold <sds@gnu.org>
192
193 * net/rcirc.el (rcirc-reconnect-delay): New user option.
194 (rcirc-sentinel): Auto-reconnect to the server if
195 `rcirc-reconnect-delay' is non-0 (but not more often than its
196 value in case the host is off-line).
197
198 2014-05-09 Eli Zaretskii <eliz@gnu.org>
199
200 * progmodes/grep.el (lgrep): Fix a typo in last commit.
201
202 2014-05-09 Glenn Morris <rgm@gnu.org>
203
204 * files.el (file-expand-wildcards):
205 * man.el (Man-support-local-filenames):
206 * printing.el (pr-i-directory, pr-interface-directory):
207 * progmodes/grep.el (lgrep, rgrep):
208 * textmodes/ispell.el (ispell-call-process)
209 (ispell-call-process-region, ispell-start-process)
210 (ispell-init-process): Use file-accessible-directory-p.
211
212 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
215 (xterm-mouse--read-event-sequence-1000): Return nil if something
216 looks fishy.
217 (xterm-mouse-event): Propagate it.
218 (xterm-mouse-translate-1): Handle it.
219
220 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
221
222 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
223 four slots of the parameter list are filled, make sure to pass it
224 to the argument list of todo-insert-item--basic.
225
226 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
229 Add optional `seen' argument to detect and break infinite loops.
230
231 2014-05-08 Eli Zaretskii <eliz@gnu.org>
232
233 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
234 (trace-unsafe, trace-use-tree): Make parentheses style be
235 according to Emacs style.
236
237 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
238
239 * net/tramp-sh.el (tramp-remote-process-environment):
240 Remove HISTFILE and HISTSIZE; it's too late to set them here.
241 Add :version entry.
242 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
243 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
244 extra "PSx=..." commands.
245 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
246 (Bug#17295)
247
248 (tramp-uudecode): Replace the hard-coded temporary file name by a
249 format specifier.
250 (tramp-remote-coding-commands): Enhance docstring.
251 (tramp-find-inline-encoding): Replace "%t" by a temporary file
252 name. (Bug#17415)
253 This is CVE-2014-3424.
254
255 2014-05-08 Glenn Morris <rgm@gnu.org>
256
257 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
258 (find-gc-source-files): Update some names.
259 (trace-call-tree): Simplify and update.
260 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
261 This is CVE-2014-3422.
262
263 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * minibuffer.el (completion--try-word-completion): Revert fix for
266 Bug#15980 (bug#17375).
267
268 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
269 Always store button numbers in the same way in xterm-mouse-last;
270 Don't burp is xterm-mouse-last is not set as expected.
271 Never return negative indices.
272
273 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
274
275 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
276 Backtrack one char if the global/char-literal var matcher hits
277 inside a string. The next char could be the beginning of an
278 expression expansion.
279
280 2014-05-08 Glenn Morris <rgm@gnu.org>
281
282 * help-fns.el (describe-function-1): Test for an autoload before a
283 macro, since `macrop' works on autoloads. (Bug#17410)
284
285 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * electric.el (electric-indent-functions-without-reindent): Add yaml.
288
289 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
290 Make sure the new point we return is within the new string (bug#17239).
291
292 2014-05-05 Daniel Colascione <dancol@dancol.org>
293
294 * progmodes/compile.el (compilation-error-regexp-alist-alist):
295 Port `gnu' pattern to rx.
296
297 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
298
299 Remove unneeded prompt when closing a buffer with active
300 emacsclient ("Buffer ... still has clients"), #16548.
301 * server.el (server-start): Remove the only call to:
302 (server-kill-buffer-query-function): Remove.
303
304 2014-05-04 Leo Liu <sdl.web@gmail.com>
305
306 * calendar/diary-lib.el (calendar-chinese-month-name-array):
307 Defvar to pacify compiler.
308
309 2014-05-04 Eli Zaretskii <eliz@gnu.org>
310
311 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
312
313 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
316 Use nil rather than `default' for the "default" appearance (bug#17388).
317 * vc/ediff-util.el (ediff-inferior-compare-regions)
318 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
319 a misleading `default' value when it's really a boolean.
320 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
321 overlay is not visible.
322
323 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
324
325 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
326 (todo-menu): Uncomment and update.
327
328 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
329
330 * calendar/todo-mode.el: Reimplement item editing to have the same
331 basic user interface as item insertion, and make small UI and
332 larger internal improvements to the latter.
333 (todo-insert-item): Add reference to the Todo mode user manual to
334 the documentation string.
335 (todo-insert-item--basic): Rename from todo-basic-insert-item and
336 adjust all callers. Change signature to combine diary and
337 nonmarking arguments. Incorporate functionality of deleted item
338 copying command and add error checking. Remove detailed
339 descriptions of the arguments from the documentation string, since
340 this is treated in the Todo mode user manual.
341 (todo-copy-item, todo-edit-multiline-item)
342 (todo-edit-done-item-comment, todo-edit-item-header)
343 (todo-edit-item-time, todo-edit-item-date-from-calendar)
344 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
345 (todo-edit-item-date-year, todo-edit-item-date-month)
346 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
347 Remove.
348 (todo-edit-item): Reimplement as wrapper command for
349 todo-edit-item--next-key and make it distinguish done and not done
350 todo items.
351 (todo-edit-item--text): New function, replacing old command
352 todo-edit-item and incorporating deleted commands
353 todo-edit-multiline-item and todo-edit-done-item-comment.
354 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
355 Use only numeric value of prefix argument. Remove detailed
356 descriptions of the arguments from the documentation string, since
357 this is treated in the Todo mode user manual.
358 (todo-edit-item--diary-inclusion): New function, replacing old
359 command todo-edit-item-diary-inclusion and incorporating and fixing
360 functionality of deleted command todo-edit-item-diary-nonmarking,
361 making sure to remove todo-nondiary-marker when adding
362 diary-nonmarking-symbol.
363 (todo-edit-category-diary-inclusion): Make sure to delete
364 diary-nonmarking-symbol when adding todo-nondiary-marker.
365 (todo-edit-category-diary-nonmarking): Fix indentation.
366 (todo-insert-item--parameters): Group diary and nonmarking
367 parameters together.
368 (todo-insert-item--apply-args): Adjust to signature of
369 todo-insert-item--basic and incorporate copy parameter.
370 Make small code improvements.
371 (todo-insert-item--next-param): Improve prompt and adjust it to
372 new parameter grouping. Remove obsolete code.
373 (todo-edit-item--param-key-alist)
374 (todo-edit-item--date-param-key-alist)
375 (todo-edit-done-item--param-key-alist): New defconsts.
376 (todo-edit-item--prompt): New variable.
377 (todo-edit-item--next-key): New function.
378 (todo-key-bindings-t): Bind "e" to todo-edit-item.
379 Remove bindings of deleted commands.
380
381 2014-05-04 Leo Liu <sdl.web@gmail.com>
382
383 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
384
385 2014-05-04 Glenn Morris <rgm@gnu.org>
386
387 * allout-widgets.el (allout-widgets-tally)
388 (allout-decorate-item-guides):
389 * menu-bar.el (menu-bar-positive-p):
390 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
391 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
392 * progmodes/js.el (js--inside-param-list-p)
393 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
394 * progmodes/prolog.el (region-exists-p):
395 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
396 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
397 Doc fixes (replace `iff').
398
399 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
402
403 2014-05-04 Leo Liu <sdl.web@gmail.com>
404
405 Support Chinese diary entries in calendar and diary. (Bug#17393)
406 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
407 (calendar-chinese-from-absolute-for-diary)
408 (calendar-chinese-to-absolute-for-diary)
409 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
410 (diary-chinese-list-entries): New functions to list and mark
411 Chinese diary entries in the calendar window.
412 (diary-chinese-anniversary)
413 (diary-chinese-insert-anniversary-entry)
414 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
415 (diary-chinese-insert-yearly-entry): New commands to insert
416 Chinese diary entries.
417
418 * calendar/diary-lib.el (diary-font-lock-keywords):
419 Support font-locking Chinese dates.
420
421 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
422 inserting Chinese diary entries.
423
424 * calendar/calendar.el (diary-chinese-entry-symbol):
425 New customizable variable.
426 (calendar-mode-map): Add bindings for inserting Chinese diary
427 entries.
428
429 2014-05-03 Juri Linkov <juri@jurta.org>
430
431 * dired.el (dired-check-switches, dired-switches-recursive-p):
432 New functions. (Bug#17218)
433 (dired-switches-escape-p, dired-move-to-end-of-filename):
434 Use `dired-check-switches'.
435 (dired-insert-old-subdirs, dired-build-subdir-alist)
436 (dired-sort-R-check): Use `dired-switches-recursive-p'.
437
438 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
439
440 * simple.el (undo-make-selective-list): New algorithm fixes
441 incorrectness of position adjustments when undoing in region.
442 (Bug#17235)
443 (undo-elt-crosses-region): Make obsolete.
444 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
445 New functions to adjust positions using undo-deltas.
446
447 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
450 the last consecutive closing paren (bug#17345).
451
452 2014-04-30 Reuben Thomas <rrt@sc3d.org>
453
454 * dired.el (dired-mode): make terminology for eXpunge command
455 consistent. (Bug#17276)
456
457 2014-04-30 Eli Zaretskii <eliz@gnu.org>
458
459 * dired.el (dired-initial-position-hook, dired-initial-position):
460 Doc string fixes.
461
462 2014-04-30 Glenn Morris <rgm@gnu.org>
463
464 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
465
466 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
467
468 * faces.el (face-spec-recalc): Apply X resources only after the
469 defface spec has been applied. Thus, X resources are no longer
470 overriden by the defface spec which also fixes issues on win32 where
471 the toolbar coloring was wrong because it is set through X resources
472 and was (wrongfully) overriden. (Bug#16694)
473
474 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 * textmodes/rst.el (electric-pair-pairs): Declare.
477 (rst-mode): Set it (bug#17131).
478
479 2014-04-30 Juri Linkov <juri@jurta.org>
480
481 * desktop.el (desktop-value-to-string): Let-bind `print-length'
482 and `print-level' to nil. (Bug#17351)
483
484 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
485
486 * battery.el (battery-update): Handle the case where battery
487 status is "N/A" (bug#17319).
488
489 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
492 to syntax-propertize.
493 (ps-mode-auto-indent): Mark as obsolete.
494 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
495 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
496 word regexp operators.
497 (ps-mode-map): Move initialization into declaration. Remove binding
498 for TAB, RET, >, ], and }.
499 (ps-mode-syntax-table): Move initialization into declaration.
500 Don't give word syntax to non-word chars.
501 (ps-run-mode-map): Move initialization into declaration.
502 (ps-mode-menu-main): Remove auto-indent entry.
503 (ps-mode-smie-rules): New function.
504 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
505 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
506 (ps-mode--string-syntax-table): New const.
507 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
508 New functions.
509 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
510 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
511
512 2014-04-27 Daniel Colascione <dancol@dancol.org>
513
514 * term/xterm.el (xterm-paste): Use large finite timeout when
515 reading event to avoid putting keys in this-command-keys.
516
517 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
520 (perl-syntax-propertize-function): Use it. Extend handling of
521 here-docs to the unquoted case.
522
523 2014-04-25 Eli Zaretskii <eliz@gnu.org>
524
525 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
526 Use equal-including-properties to compare help-echo strings (bug#17331).
527
528 2014-04-25 Leo Liu <sdl.web@gmail.com>
529
530 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
531 Fix syntax for @. (Bug#17325)
532
533 2014-04-25 Daniel Colascione <dancol@dancol.org>
534
535 * emacs-lisp/cl.el (gv): Require gv early to break eager
536 macro-expansion cycles.
537
538 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * simple.el (region-active-p): Check there's a mark (bug#17324).
541
542 * simple.el (completion-list-mode-map): Use choose-completion for the
543 mouse binding as well (bug#17302).
544 (completion-list-mode, completion-setup-function): Adjust docstring and
545 echo area message accordingly.
546 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
547 calling convention of choose-completion.
548 * comint.el (comint-dynamic-list-completions):
549 * term.el (term-dynamic-list-completions): Accept choose-completion.
550
551 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
552 &, |, +, - and * can't be a division (bug#17317).
553
554 * term/xterm.el (xterm--version-handler): Don't use modern xterm
555 features on gnome-terminal (bug#16988).
556
557 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
558
559 Improve Scheme font-locking for (define ((foo ...) ...) ...).
560
561 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
562 the declared object, ignore zero or more parens, not zero or one.
563
564 2014-04-24 Leo Liu <sdl.web@gmail.com>
565
566 * progmodes/xscheme.el (xscheme-expressions-ring)
567 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
568 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
569 (xscheme-allow-output-p, xscheme-prompt)
570 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
571
572 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
573 Comment out unused functions.
574
575 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
576
577 * info.el: Use lexical-binding and cl-lib.
578 Use defvar-local and setq-local instead of make-local-variable.
579 (Info-apropos-matches): Avoid add-to-list.
580 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
581
582 2014-04-24 Daniel Colascione <dancol@dancol.org>
583
584 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
585
586 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
587
588 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
589
590 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
591
592 * dired.el (dired-insert-set-properties): Do not consider
593 subdirectory headings and empty lines to be information that
594 `dired-hide-details-mode' should hide. (Bug#17228)
595
596 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
597
598 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
599 Remove test messages.
600 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
601 and `target' twice.
602
603 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
606 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
607
608 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
609
610 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
611
612 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
613 Set "IFS=" when using read builtin, in order to preserve spaces in
614 the file name. Add test messages for hunting a bug on hydra.
615 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
616
617 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
618
619 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
620 Don't prettify a word within a symbol.
621
622 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
623
624 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
625 possible.
626
627 2014-04-22 Daniel Colascione <dancol@dancol.org>
628
629 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
630 use defun to define `function-put'.
631
632 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
635 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
636 (lisp-mode-variables): Set font-lock-extra-managed-props.
637
638 * emacs-lisp/byte-run.el (function-put): New function.
639 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
640 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
641 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
642 Use them.
643
644 2014-04-22 Daniel Colascione <dancol@dancol.org>
645
646 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
647 Add `full-p' parameter; when nil, call `macroexpand' instead of
648 `macroexpand-all'.
649
650 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
651 Improve docstrings.
652
653 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
654 Use lambda function values, not quoted lambdas.
655 (byte-compile-recurse-toplevel): Remove extraneous &optional.
656
657 * emacs-lisp/cl-macs.el
658 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
659 (cl-struct-slot-value): Conditionally use aref or nth so that the
660 compiler produces optimal code.
661
662 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
665 (inline): Don't inline cl--set-elt.
666 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
667 Define as inlinable instead.
668 (cl-struct-set-slot-value): Remove.
669
670 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
671 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
672 Use setf instead.
673
674 2014-04-21 Daniel Colascione <dancol@dancol.org>
675
676 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
677 last two parameters after all.
678 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
679 (cl--compiler-macro-assoc,cl-struct-slot-value)
680 (cl-struct-set-slot-value): Stop using them.
681
682 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
685 entry in image-mode-winprops-alist.
686
687 2014-04-21 Daniel Colascione <dancol@dancol.org>
688
689 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
690 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
691 (byte-compile-toplevel-file-form): Use it.
692
693 * emacs-lisp/cl-macs.el:
694 (cl--loop-let): Properly destructure `while' clauses.
695
696 2014-04-20 Daniel Colascione <dancol@dancol.org>
697
698 * vc/vc.el (vc-root-dir): New public autoloaded function for
699 generically finding the current VC root.
700 * vc/vc-hooks.el (vc-not-supported): New error.
701 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
702
703 2014-04-20 Daniel Colascione <dancol@dancol.org>
704
705 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
706 argument.
707 (cl--const-expr-val): cl--const-expr-val should macroexpand its
708 argument in case we're inside a symbol-macrolet.
709 (cl--do-arglist, cl--compiler-macro-typep)
710 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
711 environment to `cl--const-expr-val'.
712 (cl-struct-sequence-type,cl-struct-slot-info)
713 (cl-struct-slot-offset, cl-struct-slot-value)
714 (cl-struct-set-slot-value): New functions.
715
716 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
717
718 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
719 assignments such as "case=hello" (bug#17297).
720
721 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
722
723 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
724 Do not autoload.
725 (tramp-file-name-handler, tramp-completion-file-name-handler):
726 Revert patch from 2014-04-10, it isn't necessary anymore.
727 (tramp-autoload-file-name-handler)
728 (tramp-register-autoload-file-name-handlers): New defuns.
729 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
730 (tramp-register-file-name-handlers): Remove also
731 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
732 Do not autoload its invocation, but eval it after loading of 'tramp.
733
734 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
735
736 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
737
738 2014-04-17 Daniel Colascione <dancol@dancol.org>
739
740 Add support for bracketed paste mode; add infrastructure for
741 managing terminal mode enabling and disabling automatically.
742
743 * xt-mouse.el:
744 (xterm-mouse-mode): Simplify.
745 (xterm-mouse-tracking-enable-sequence)
746 (xterm-mouse-tracking-disable-sequence): New constants.
747 (turn-on-xterm-mouse-tracking-on-terminal)
748 (turn-off-xterm-mouse-tracking-on-terminal):
749 Use tty-mode-set-strings and tty-mode-reset-strings terminal
750 parameters instead of random hooks.
751 (turn-on-xterm-mouse-tracking)
752 (turn-off-xterm-mouse-tracking): Delete.
753
754 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
755 (xterm-paste-ending-sequence): New constant.
756 (xterm-paste): New command used for bracketed paste support.
757
758 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
759 (terminal-init-xterm-bracketed-paste-mode): New function.
760 (terminal-init-xterm): Call it.
761 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
762 and tty-mode-reset-strings instead of random hooks.
763 (xterm-turn-on-modify-other-keys)
764 (xterm-turn-off-modify-other-keys)
765 (xterm-remove-modify-other-keys): Delete obsolete functions.
766
767 * term/screen.el: Rewrite to just use the xterm code.
768 Add copyright notice. Mention tmux.
769
770 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
771
772 * image-mode.el (image-mode-window-put): Also update the property of
773 the "default window".
774 * doc-view.el (doc-view-new-window-function): If no window
775 exists, move to the last known page.
776
777 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
780 here-documents (bug#17262).
781
782 2014-04-16 Eli Zaretskii <eliz@gnu.org>
783
784 * term/pc-win.el (x-list-fonts, x-get-selection-value):
785 Provide doc strings, as required by snarf-documentation.
786
787 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
790 arg of overlays-at. Use `invisible-p'.
791
792 * obsolete/lucid.el (extent-at):
793 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
794 overlays-at.
795 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
796
797 2014-04-16 João Távora <joaotavora@gmail.com>
798
799 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
800 links. (Bug#17217).
801
802 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
803
804 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
805 Use mapc to loop over a vector. (Bug#17257).
806
807 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
808
809 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
810 patch, there are new problems with file names containing spaces.
811 Get rid of backticks. (Bug#17238)
812
813 2014-04-16 João Távora <joaotavora@gmail.com>
814
815 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
816 possible bug.
817
818 2014-04-16 Eli Zaretskii <eliz@gnu.org>
819
820 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
821 (blink-cursor-mode): Mention customization variables and the
822 effect of 'blink-cursor-blinks'.
823
824 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
825
826 * simple.el (undo): Prevent insertion of identity mapping into
827 undo-equiv-table so as undo-only does not inf loop in the presence
828 of consecutive nils in undo list.
829
830 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
831
832 * faces.el (make-face): Deprecate optional argument as it is no
833 longer needed/used since the conditional X resources handling
834 has been pushed down to make-face-x-resource-internal itself.
835 (make-empty-face): Don't pass optional argument to make-face.
836
837 2014-04-16 Karl Fogel <kfogel@red-bean.com>
838
839 * savehist.el (savehist-save): Remove workaround for a read-passwd
840 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
841 noticing that the shim was still present.
842
843 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
846
847 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
848
849 * faces.el (face-set-after-frame-default): Remove unused local variable.
850
851 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * progmodes/grep.el: Use lexical-binding.
854 (grep-expand-template): Pass explicit lexical env to `eval'.
855 (zrgrep): Let-bind grep-find-template explicitly.
856
857 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
858 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
859
860 2014-04-12 Eli Zaretskii <eliz@gnu.org>
861
862 * international/characters.el <standard-case-table>: Add entries
863 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
864 Set category of Coptic characters be 'g' (Greek).
865
866 2014-04-12 Leo Liu <sdl.web@gmail.com>
867
868 * progmodes/octave.el (completion-table-with-cache):
869 Define if not available.
870 (octave-goto-function-definition, octave-sync-function-file-names)
871 (octave-find-definition-default-filename):
872 Backquote upattern for compatibility.
873
874 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
875
876 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
877 name twice due to backticks. (Bug#17238)
878
879 2014-04-12 Glenn Morris <rgm@gnu.org>
880
881 * term/w32-win.el (x-win-suspend-error):
882 * term/x-win.el (x-win-suspend-error): Sync docs.
883
884 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
885
886 * faces.el (make-face): Remove deprecated optional argument.
887 The conditional application of X resources is handled directly by
888 make-face-x-resource-internal since Emacs 24.4.
889 (make-empty-face): Don't pass optional argument to make-face.
890
891 2014-04-11 Glenn Morris <rgm@gnu.org>
892
893 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
894
895 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
896
897 Ediff's overlay priorities cause more trouble than they solve.
898 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
899 (ediff-highest-priority): Remove function (bug#17234).
900 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
901 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
902 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
903 overlay priorities.
904
905 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
906
907 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
908 entry; use symbol boundaries to avoid mis-matches.
909
910 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
911
912 * net/tramp.el (tramp-file-name-handler)
913 (tramp-completion-file-name-handler): Avoid recursive loading.
914
915 * net/tramp-sh.el (tramp-make-copy-program-file-name):
916 Quote result also locally.
917
918 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
921 Remove left-over code.
922
923 * newcomment.el (comment-indent-new-line): Sink code where it's used.
924 Reuse the previous comment's indentation unconditionally if it's on its
925 own line.
926
927 2014-04-09 Daniel Colascione <dancol@dancol.org>
928
929 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
930 `no-syntax-crossing' arguments. Forward to `up-list'.
931 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
932 Implement logic for escaping from strings. Use narrowing to deal
933 with corner cases.
934
935 2014-04-09 Leo Liu <sdl.web@gmail.com>
936
937 * net/rcirc.el (rcirc-connection-info): New variable.
938 (rcirc-connect): Use it to store connection info.
939 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
940 for killed process.
941 (rcirc-cmd-reconnect): New command. (Bug#17045)
942 (rcirc-mode, set-rcirc-encode-coding-system)
943 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
944
945 2014-04-09 Daniel Colascione <dancol@dancol.org>
946
947 * emacs-lisp/cl-indent.el: Add comment claiming
948 facility is also good for elisp.
949 (lisp-indent-find-method): New function.
950 (common-lisp-indent-function): Recognize cl-loop.
951 (common-lisp-indent-function-1): Recognize cl constructs; use
952 `lisp-indent-find-method' instead of `get' directly.
953 (if): Use else-body style for elisp.
954
955 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
956
957 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
958 Module methods. (Bug#17216)
959
960 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * help.el (describe-bindings): Fix buffer handling (bug#17210).
963 (describe-bindings-internal): Mark obsolete.
964
965 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
968 buffer-file-name, and buffer-file-truename any more.
969
970 2014-04-08 Leo Liu <sdl.web@gmail.com>
971
972 Use lexical-binding and require cl-lib.
973 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
974 (rcirc-handler-generic, rcirc-fill-paragraph)
975 (rcirc-format-response-string, rcirc-target-buffer)
976 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
977 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
978 (rcirc-ctcp-sender-PING, rcirc-browse-url)
979 (rcirc-markup-timestamp, rcirc-markup-attributes)
980 (rcirc-markup-my-nick, rcirc-markup-urls)
981 (rcirc-markup-bright-nicks, rcirc-markup-fill)
982 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
983 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
984 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
985 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
986 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
987 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
988 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
989 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
990 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
991 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
992 use cl-lib.
993
994 2014-04-07 João Távora <joaotavora@gmail.com>
995
996 * elec-pair.el (electric-pair--syntax-ppss):
997 When inside comments parse from comment beginning.
998 (electric-pair--balance-info): Fix typo in comment.
999 (electric-pair--in-unterminated-string-p): Delete.
1000 (electric-pair--unbalanced-strings-p): New function.
1001 (electric-pair-string-bound-function): New var.
1002 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1003 according to `electric-pair--in-unterminated-string-p'
1004
1005 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1006 Inhibit quote pairing if point-max is inside an unterminated string.
1007 (electric-pair--looking-at-unterminated-string-p): Delete.
1008 (electric-pair--in-unterminated-string-p): New function.
1009
1010 2014-04-07 Glenn Morris <rgm@gnu.org>
1011
1012 * shell.el (shell-directory-tracker):
1013 Go back to just ignoring failures. (Bug#17159)
1014
1015 2014-04-07 João Távora <joaotavora@gmail.com>
1016
1017 Fix `electric-pair-delete-adjacent-pairs' in modes binding
1018 backspace. (bug#16981)
1019 * elec-pair.el (electric-pair-backward-delete-char): Delete.
1020 (electric-pair-backward-delete-char-untabify): Delete.
1021 (electric-pair-mode-map): Bind backspace to a menu item filtering
1022 a new `electric-pair-delete-pair' command.
1023 (electric-pair-delete-pair): New command.
1024
1025 * progmodes/python.el (python-electric-pair-string-delimiter):
1026 Fix triple-quoting electricity. (Bug#17192)
1027
1028 * elec-pair.el (electric-pair-post-self-insert-function):
1029 Don't skip whitespace when `electric-pair-text-pairs' and
1030 `electric-pair-pairs' were used. syntax to
1031 electric-pair--skip-whitespace. (Bug#17183)
1032
1033 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1034
1035 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1036 "<F>". (Bug#17199)
1037
1038 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1041 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1042
1043 2014-04-07 Glenn Morris <rgm@gnu.org>
1044
1045 * help.el (view-lossage): Doc tweak.
1046
1047 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
1048
1049 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1050 only when inhibit-x-resources is nil, and do that earlier in the
1051 function. Doc fix. (Bug#16694)
1052 (face-spec-choose): Accept additional optional argument, whose
1053 value is returned if no matching attributes are found.
1054 (face-spec-recalc): Use the new optional argument when calling
1055 face-spec-choose. (Bug#16378)
1056 (make-face-x-resource-internal): Do nothing when
1057 inhibit-x-resources is non-nil. Don't touch the default face if
1058 reversed video is given--as was done in previous versions of Emacs.
1059 (face-set-after-frame-default): Don't call
1060 make-face-x-resource-internal here. (Bug#16434)
1061
1062 2014-04-07 Tassilo Horn <tsdh@gnu.org>
1063
1064 * doc-view.el (doc-view-bookmark-jump):
1065 Use `bookmark-after-jump-hook' to jump to the right page after the
1066 buffer is shown in a window. (bug#16090)
1067
1068 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1069
1070 * international/characters.el (mirroring): Fix last change:
1071 instead of loading uni-mirrored.el explicitly, do that implicitly
1072 by creating the 'mirroring' uniprop table. This avoids announcing
1073 the loading of uni-mirrored.el.
1074
1075 2014-04-07 Glenn Morris <rgm@gnu.org>
1076
1077 * files.el (buffer-stale--default-function)
1078 (buffer-stale-function, revert-buffer--default):
1079 * autorevert.el (auto-revert-buffers): Doc tweaks.
1080
1081 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1082
1083 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
1084
1085 2014-04-07 Glenn Morris <rgm@gnu.org>
1086
1087 * files.el (make-backup-file-name-function)
1088 (make-backup-file-name, make-backup-file-name--default-function)
1089 (make-backup-file-name-1, find-backup-file-name)
1090 (revert-buffer-function, revert-buffer-insert-file-contents-function)
1091 (buffer-stale--default-function, buffer-stale-function)
1092 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1093 (revert-buffer, revert-buffer--default)
1094 (revert-buffer-insert-file-contents--default-function):
1095 Doc fixes related to defaults no longer being nil.
1096 (make-backup-file-name-function): Bump :version.
1097 Restore nil as a valid but deprecated custom type.
1098
1099 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1100
1101 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1102 Handle $' used as a variable (bug#17174).
1103
1104 * progmodes/perl-mode.el (perl-indent-new-calculate):
1105 Handle forward-sexp failure (bug#16985).
1106 (perl-syntax-propertize-function): Add "foreach" and "for" statement
1107 modifiers introducing expressions (bug#17116).
1108
1109 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
1112
1113 2014-04-05 Leo Liu <sdl.web@gmail.com>
1114
1115 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1116 Add define-compilation-mode.
1117
1118 2014-04-04 João Távora <joaotavora@gmail.com>
1119
1120 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
1121 parse from comment beginning.
1122 (electric-pair--balance-info): Fix typo in comment.
1123 (electric-pair--in-unterminated-string-p): Delete.
1124 (electric-pair--unbalanced-strings-p): New function.
1125 (electric-pair-string-bound-function): New var.
1126 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1127 according to `electric-pair--in-unterminated-string-p'.
1128
1129 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1130
1131 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
1132 Move declaration before first use.
1133 (reftex-move-to-next-arg): Silence compiler warning.
1134
1135 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
1136
1137 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
1138 Use `window-total-width' instead of `window-width'.
1139
1140 2014-04-03 Daniel Colascione <dancol@dancol.org>
1141
1142 * subr.el (set-transient-map): Remove rms's workaround entirely;
1143 use new `suspicious-object' subr to mark our lambda for closer
1144 scrutiny during gc.
1145
1146 2014-04-02 Richard Stallman <rms@gnu.org>
1147
1148 * subr.el (set-transient-map): Comment out previous change.
1149
1150 2014-04-02 Glenn Morris <rgm@gnu.org>
1151
1152 * menu-bar.el (menu-bar-file-menu):
1153 * vc/ediff.el (ediff-current-file):
1154 Update for revert-buffer-function no longer being nil by default.
1155
1156 * simple.el (command-execute): Respect nil disabled-command-function.
1157
1158 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1159
1160 * simple.el (command-execute): Do not execute the command when it
1161 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
1162
1163 2014-04-02 Juri Linkov <juri@jurta.org>
1164
1165 * dired-aux.el (dired-compress-file): Don't use string-match-p
1166 because its match data is used afterwards.
1167
1168 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1169
1170 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1171 0 like nil.
1172
1173 2014-04-02 João Távora <joaotavora@gmail.com>
1174
1175 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1176 Inhibit quote pairing if point-max is inside an unterminated string.
1177 (electric-pair--looking-at-unterminated-string-p):
1178 Delete.
1179 (electric-pair--in-unterminated-string-p): New function.
1180
1181 2014-04-01 Daniel Colascione <dancol@dancol.org>
1182
1183 * minibuffer.el (minibuffer-complete): Prevent assertion failure
1184 when trying to complete the prompt.
1185
1186 2014-03-31 Leo Liu <sdl.web@gmail.com>
1187
1188 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1189 Refactor out eldoc-documentation-function-default.
1190 (eldoc-documentation-function-default): New function.
1191 (eldoc-documentation-function): Change value.
1192
1193 2014-03-31 Glenn Morris <rgm@gnu.org>
1194
1195 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
1196
1197 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
1198 (vhdl-compose-components-package, vhdl-compose-configuration):
1199 Abbreviate default-directory (missing from some previous upstream sync).
1200
1201 2014-03-31 Reto Zimmermann <reto@gnu.org>
1202
1203 Sync with upstream vhdl mode v3.35.2.
1204 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
1205 (top-level): No longer require assoc.
1206 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
1207 New functions. Use throughout to replace aget etc.
1208 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
1209 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
1210 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
1211 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
1212 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
1213 except `vhdl-compiler'.
1214 (vhdl-error-regexp-add-emacs): Remove all other compilers,
1215 when appropriate.
1216
1217 2014-03-31 Glenn Morris <rgm@gnu.org>
1218
1219 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
1220 Revert 2014-03-26 merge goof; go back to using defalias.
1221
1222 2014-03-30 Daniel Colascione <dancol@dancol.org>
1223
1224 * comint.el (comint-send-input):
1225 Deactivate completion-in-region-mode before we send comint input.
1226 (Bug#17139).
1227
1228 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
1229 on keyboard-quit.
1230
1231 2014-03-29 Glenn Morris <rgm@gnu.org>
1232
1233 * textmodes/reftex.el: Manage most autoloads automatically.
1234 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
1235 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
1236 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
1237 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
1238 * textmodes/reftex-toc.el: Set generated-autoload-file,
1239 and add autoload cookies for reftex.el.
1240 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
1241
1242 2014-03-28 Glenn Morris <rgm@gnu.org>
1243
1244 * cus-start.el (report-emacs-bug-address): Set custom properties.
1245 * mail/emacsbug.el (report-emacs-bug-address):
1246 Variable is now defined in emacs.c.
1247
1248 * mail/emacsbug.el (report-emacs-bug):
1249 Include system-configuration-features.
1250
1251 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
1252
1253 * simple.el (cycle-spacing): Never delete spaces on first run by
1254 default, but do so in a new 'fast mode and if there are already
1255 N spaces (the previous behavior).
1256 Compare N with its value in previous invocation so that changing
1257 prefix argument restarts `cycle-spacing' sequence.
1258 The idea is that with this change, binding M-SPC to
1259 `cycle-spacing' should not introduce any changes in behavior of
1260 the binding so long as users do not type M-SPC twice in a raw with
1261 the same prefix argument or lack thereof.
1262
1263 2014-03-28 Glenn Morris <rgm@gnu.org>
1264
1265 * faces.el (term-file-aliases): New variable.
1266 (tty-run-terminal-initialization): Respect term-file-aliases.
1267 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
1268 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
1269 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
1270
1271 2014-03-27 Glenn Morris <rgm@gnu.org>
1272
1273 * startup.el (inhibit-startup-hooks): Doc tweak.
1274 (normal-top-level): Simplify running of hooks.
1275 For window-setup-hook, respect inhibit-startup-hooks.
1276 (command-line-1): Don't set window-setup-hook to nil.
1277
1278 Allow selective autoloading from obsolete/ directory.
1279 * Makefile.in (obsolete-autoloads): New rule.
1280 (autoloads): Run obsolete-autoloads.
1281 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
1282 * simple.el (iswitchb-mode): Remove hand-written autoloads.
1283
1284 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
1285
1286 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1287 Highlight special globals with font-lock-builtin-face. (Bug#17057)
1288
1289 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1290 Don't propertize `?' or `!' as symbol constituent when after
1291 colon. (Bug#17097)
1292
1293 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
1294
1295 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1296 which is no longer needed and causes trouble in GTK builds (bug#17046).
1297
1298 * emacs-lisp/package-x.el (package--archive-contents-from-url):
1299 Use url-insert-file-contents; package-handle-response no longer exists.
1300
1301 2014-03-26 Daniel Colascione <dancol@dancol.org>
1302
1303 * simple.el (process-menu-mode-map): New variable.
1304 (process-menu-delete-process): New command.
1305
1306 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1307
1308 * emacs-lisp/package.el: Fix bug#16733 (again).
1309 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1310 (url-http-target-url): Remove unused declarations.
1311 (package-handle-response): Remove.
1312 (package--with-work-buffer): Use url-insert-file-contents and simplify.
1313 (package--download-one-archive): Use current-buffer instead of
1314 dynamic binding of `buffer'.
1315 (describe-package-1): Do not decode readme-string.
1316
1317 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
1318
1319 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1320
1321 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1322 from 2014-03-07, it decreases performance unnecessarily. Let-bind
1323 `remote-file-name-inhibit-cache' to nil in the second pass.
1324 (tramp-find-executable): Do not call "which" on SunOS.
1325 (tramp-send-command-and-check): Fix docstring.
1326 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1327 check whether source directory has set the sticky bit.
1328
1329 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
1330
1331 * simple.el (primitive-undo): Only process marker adjustments
1332 validated against their corresponding (TEXT . POS). Issue warning
1333 for lone marker adjustments in undo history. (Bug#16818)
1334 (undo-make-selective-list): Add marker adjustments to selective
1335 undo list based on whether their corresponding (TEXT . POS) is in
1336 the region. Remove variable adjusted-markers, which was unused
1337 and only non nil during undo-make-selective-list.
1338 (undo-elt-in-region): Return nil when passed a marker adjustment
1339 and explain in function doc.
1340
1341 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1342
1343 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1344
1345 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
1346
1347 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1348 Match special global variables without curlies, too.
1349 (ruby-font-lock-keywords): Simplify the matcher for special global
1350 variables. Don't require a non-word character after the variable.
1351 (Bug#17057)
1352
1353 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * simple.el (redisplay-highlight-region-function): Increase priority of
1356 overlay to make sure boundaries are visible (bug#15899).
1357
1358 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1359
1360 * frameset.el (frameset--initial-params): Fix typo in parameter name.
1361 (frameset-restore): Compare display strings with equal.
1362
1363 * frame.el (make-frame): Don't quote display name in error message,
1364 it is already a string.
1365
1366 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1367
1368 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1369 the password.
1370
1371 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
1372
1373 * emacs-lisp/package.el (package--add-to-archive-contents):
1374 Include already installed and built-in packages in
1375 `package-archive-contents'.
1376 (package-install): Don't include already installed packages in the
1377 options during interactive invocation. (Bug#16762)
1378 (package-show-package-list): If the buffer is already displayed in
1379 another window, switch to that window.
1380
1381 2014-03-26 Reto Zimmermann <reto@gnu.org>
1382
1383 Sync with upstream vhdl mode v3.35.1.
1384 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
1385 (vhdl-compiler-alist): Doc fix.
1386 (vhdl-goto-line): Remove.
1387 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
1388 (vhdl-mode) <paragraph-start>: Fix value.
1389 (vhdl-fix-statement-region): Not `for' in wait-statement.
1390 (vhdl-beautify-region): Also (un)tabify.
1391 (vhdl-get-visible-signals):
1392 Scan declarative part of generate statements.
1393 (vhdl-template-record): Fix indentation for record type declaration.
1394 (vhdl-expand-abbrev, vhdl-expand-paren):
1395 Revert to using fset again rather than defalias.
1396 (vhdl-scan-directory-contents): Tweak.
1397 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
1398 (vhdl-compose-components-package):
1399 Replace vhdl-goto-line with forward-line.
1400 (top-level): Tweak speedbar frame selection.
1401 (vhdl-generate-makefile-1): Support for compilers with no
1402 unit-to-file name mapping (create directory with dummy files).
1403
1404 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
1405
1406 Sync with upstream verilog-mode revision 702457d.
1407 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1408 (create-lockfiles): Declare.
1409 (verilog-read-decls): Fix module header imports, bug709.
1410 Reported by Victor Lau.
1411 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
1412 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
1413 interface-only modules, bug721. Reported by Dean Hoyt.
1414
1415 2014-03-26 Glenn Morris <rgm@gnu.org>
1416
1417 * obsolete/gulp.el: Move here from emacs-lisp/.
1418
1419 * files.el (lock-buffer, unlock-buffer, file-locked-p):
1420 Remove fallback aliases, since they are always defined now.
1421
1422 2014-03-24 Daniel Colascione <dancol@dancol.org>
1423
1424 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1425 instead of cl-loop search function.
1426
1427 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
1428
1429 * calendar/parse-time.el (parse-time-iso8601-regexp)
1430 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1431 it more generally.
1432
1433 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
1434
1435 * net/dns.el (network-interface-list): Define for XEmacs.
1436
1437 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
1438
1439 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
1440 the network interfaces changed.
1441 (dns-query): Use it to flush the data.
1442
1443 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
1444
1445 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
1446
1447 2014-03-23 Daniel Colascione <dancol@dancol.org>
1448
1449 Change subword-mode to use `find-word-boundary-function-table' and
1450 replace `capitalized-words-mode'. Also, convert to lexical
1451 binding.
1452
1453 * progmodes/cap-words.el: Delete now-obsolete file.
1454 * progmodes/subword.el: Reimplement using
1455 `find-word-boundary-function-table'.
1456 (subword-mode-map): Hollow out.
1457 (capitalized-words-mode): Define as obsolete alias for
1458 `subword-mode'.
1459 (subword-mode, superword-mode): Tweak documentation to reflect new
1460 implementation; call `subword-setup-buffer'.
1461 (subword-forward, subword-capitalize): Add underscore to indicate
1462 unused variable.
1463 (subword-find-word-boundary-function-table): New constant.
1464 (subword-empty-char-table): New constant.
1465 (subword-setup-buffer): New function.
1466 (subword-find-word-boundary): New function.
1467
1468 2014-03-23 Daniel Colascione <dancol@dancol.org>
1469
1470 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1471 list to look for keyword arguments instead of `memq', fixing
1472 (Bug#3647) --- unfortunately, only for freshly-compiled code.
1473 Please make bootstrap.
1474
1475 2014-03-22 Glenn Morris <rgm@gnu.org>
1476
1477 * dired.el (dired-read-regexp): Make obsolete.
1478 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
1479 (dired-flag-files-regexp):
1480 * dired-aux.el (dired-mark-read-regexp):
1481 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
1482
1483 * startup.el (fancy-startup-text):
1484 * help.el (describe-gnu-project): Visit online info about GNU project.
1485
1486 * help-fns.el (help-fns--interactive-only): New function.
1487 (help-fns-describe-function-functions): Add the above function.
1488 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
1489 (next-line, previous-line): Remove hand-written interactive-only
1490 information from doc strings, it is auto-generated now.
1491 * bookmark.el (bookmark-write):
1492 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
1493 (epa-mail-import-keys): Mark interactive-only,
1494 and remove hand-written interactive-only information from doc strings.
1495 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
1496 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
1497 * files.el (not-modified):
1498 * simple.el (mark-whole-buffer): Mark interactive-only.
1499
1500 * emacs-lisp/byte-run.el (defun-declarations-alist):
1501 Add interactive-only. Doc tweak.
1502 (macro-declarations-alist): Doc tweak.
1503 * subr.el (declare): Doc tweak (add xref to manual).
1504 * comint.el (comint-run):
1505 * files.el (insert-file-literally, insert-file):
1506 * replace.el (replace-string, replace-regexp):
1507 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1508 (delete-forward-char, goto-line, insert-buffer, next-line)
1509 (previous-line): Set interactive-only via declare.
1510
1511 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1512
1513 * emacs-lisp/package.el (package-desc): Use the contents of the
1514 quoted form, not its cdr. (Bug#16873)
1515
1516 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1517
1518 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1519 benefit of doc.c; change parameter profile to match the X function.
1520
1521 2014-03-22 Leo Liu <sdl.web@gmail.com>
1522
1523 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
1524 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
1525
1526 2014-03-21 Richard Stallman <rms@gnu.org>
1527
1528 * battery.el (battery-linux-sysfs): Search for each field
1529 from the beginning of the buffer.
1530
1531 * subr.el (set-transient-map): Clear out function and value
1532 of the temporary symbol when we're done with it.
1533
1534 * mail/rmailsum.el (rmail-summary-delete-forward):
1535 Optimize case of reaching end and handling count.
1536 (rmail-summary-mark-deleted): Optimize when N is current msg.
1537 Don't create new summary line.
1538 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
1539 (rmail-summary-undelete-many): Rewrite for speed.
1540 (rmail-summary-msg-number): New function.
1541
1542 * mail/rmail.el (rmail-delete-message): Update summary.
1543 (rmail-undelete-previous-message): Handle repeat count arg.
1544 (rmail-delete-backward, rmail-delete-forward): Likewise.
1545
1546 2014-03-21 Daniel Colascione <dancol@dancol.org>
1547
1548 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1549 information in bug reports.
1550
1551 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1552
1553 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1554 and `tramp-copy-env'.
1555
1556 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1557 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1558
1559 2014-03-21 Glenn Morris <rgm@gnu.org>
1560
1561 * electric.el (electric-indent-post-self-insert-function): Add doc.
1562
1563 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1564
1565 * emacs-lisp/package.el (package-compute-transaction):
1566 Use `version-list-<=' to compare the requirement version against
1567 the version of package already to be installed. Update the error
1568 message. (Bug#16826)
1569
1570 * progmodes/ruby-mode.el (ruby-smie-rules):
1571 Add indentation rule for ` @ '. (Bug#17050)
1572
1573 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1574
1575 * align.el (align-regexp): Remove superfluous backslash.
1576
1577 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1578 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1579 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1580 Fix docstring typos.
1581 (ffap-next): Use C-u in docstring.
1582 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1583 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1584 Remove superfluous backslashes.
1585 (ffap-string-at-point): Reflow docstring.
1586
1587 * server.el (server-host): Reflow docstring.
1588 (server-unload-function): Fix docstring typo.
1589 (server-eval-at): Remove superfluous backslash.
1590
1591 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1592 (skeleton-insert): Doc fix.
1593 (skeleton-insert): Reflow docstring.
1594
1595 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1596 (tty-color-approximate, tty-color-by-index, tty-color-values)
1597 (tty-color-desc): Remove superfluous backslashes.
1598
1599 2014-03-21 Glenn Morris <rgm@gnu.org>
1600
1601 * cus-start.el (history-length): Bump :version.
1602
1603 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1604 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1605 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1606 Don't set `make-backup-files'.
1607
1608 * info.el (info--prettify-description): New function,
1609 to give info-finder descriptions consistent case, punctuation.
1610 (Info-finder-find-node): Use it. Sort packages.
1611 Refer to "description" rather than "commentary".
1612
1613 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1614
1615 * frameset.el (frameset--print-register): New function.
1616 (frameset-to-register): Use it.
1617
1618 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
1619
1620 * progmodes/hideif.el (hif-string-to-number): New function.
1621 (hif-tokenize): Use it to understand non-decimal floats.
1622
1623 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
1624
1625 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
1626
1627 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * electric.el (electric-newline-and-maybe-indent): New command.
1630 Bind it globally to C-j.
1631 (electric-indent-mode): Don't mess with the global map any more.
1632 Don't drop the post-self-insert-hook is some buffer is still using it
1633 (bug#16770).
1634
1635 * bindings.el (global-map): Remove C-j binding.
1636
1637 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1638 the docstring of functions advised before dumping (bug#16993).
1639
1640 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1641
1642 * ps-print.el (ps-generate-postscript-with-faces):
1643 Explicitly deactivate the mark (bug#16866).
1644 * simple.el (deactivate-mark): Update region highlight.
1645
1646 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1647
1648 * emacs-lisp/package.el (describe-package-1):
1649 Decode commentary (bug#16733).
1650
1651 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1652
1653 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1654 modification of the value argument of :set (bug#16755).
1655
1656 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * simple.el (newline-and-indent): Do autofill (bug#17031).
1659
1660 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1661
1662 * newcomment.el (comment-normalize-vars): Only add escaping check
1663 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1664 (comment-beginning): Use `narrow-to-region' instead of moving back
1665 one character.
1666 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1667 (comment-start-skip): Update the docstring.
1668
1669 2014-03-18 Richard Stallman <rms@gnu.org>
1670
1671 * dired.el (dired-display-file): Force use of other window.
1672
1673 2014-03-18 Daniel Colascione <dancol@dancol.org>
1674
1675 * startup.el (tty-handle-args): Remove debug message from 2007.
1676
1677 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1680 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1681 (advice--make-1, advice-add, advice-remove):
1682 Remove braindead :advice-pending hack.
1683
1684 2014-03-17 Glenn Morris <rgm@gnu.org>
1685
1686 * calendar/calendar.el (calendar-generate-month): Apply weekend
1687 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1688
1689 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1690
1691 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1692 (tramp-call-process): Trace also DESTINATION.
1693
1694 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1695 Quote file names when they are local. Remove superfluous trace.
1696
1697 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1698
1699 * newcomment.el (comment-beginning): If `comment-start-skip'
1700 doesn't match, move back one char and try again. (Bug#16971)
1701
1702 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1703 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1704 Set `comment-start-skip' to a simpler value that doesn't try to
1705 check if the semicolon is escaped (this is handled by
1706 `syntax-ppss' now). (Bug#16971)
1707
1708 * progmodes/scheme.el (scheme-mode-variables): Same.
1709
1710 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1711
1712 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1713 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1714 current (Bug#16816, Bug#17007).
1715 (with-current-buffer-window): New macro doing the same as
1716 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1717 * help.el (help-print-return-message): Warn in doc-string to not
1718 use this in `with-help-window'.
1719 (describe-bindings-internal): Call `describe-buffer-bindings'
1720 from within help buffer. See Juanma's scenario in (Bug#16816).
1721 (with-help-window): Update doc-string.
1722 * dired.el (dired-mark-pop-up):
1723 * files.el (save-buffers-kill-emacs):
1724 * register.el (register-preview): Use `with-current-buffer-window'
1725 instead of `with-temp-buffer-window'.
1726
1727 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1728
1729 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1730 Implement inserting into current buffer, documented in their docstrings.
1731 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1732 (rst-section-tree-point, rst-forward-section, rst-indent)
1733 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1734 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1735 (rst-font-lock-handle-adornment-pre-match-form)
1736 (rst-repeat-last-character): Reflow docstrings.
1737 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1738 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1739 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1740 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1741 Fix docstring typos.
1742 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1743 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1744 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1745
1746 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1749 for compatibility with other ports.
1750 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1751 from the -xrm command line argument, but in the Nextstep port its value
1752 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1753
1754 * progmodes/python.el (defconst, python-syntax-count-quotes)
1755 (python-indent-region, python-indent-shift-right)
1756 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1757 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1758 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1759 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1760 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1761 (python-shell-buffer-substring, python-shell-send-buffer)
1762 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1763 (python-completion-complete-at-point, python-fill-docstring-style)
1764 (python-eldoc-function, python-imenu-format-item-label)
1765 (python-imenu-format-parent-item-label)
1766 (python-imenu-format-parent-item-jump-label)
1767 (python-imenu--build-tree, python-imenu-create-index)
1768 (python-imenu-create-flat-index): Fix docstring typos.
1769 (python-indent-context, python-shell-prompt-regexp, run-python):
1770 Remove superfluous backslashes.
1771 (python-indent-line, python-nav-beginning-of-defun)
1772 (python-shell-get-buffer, python-shell-get-process)
1773 (python-info-current-defun, python-info-current-line-comment-p)
1774 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1775 (python-indent-post-self-insert-function, python-shell-send-file)
1776 (python-shell-completion-get-completions)
1777 (python-shell-completion-complete-or-indent)
1778 (python-eldoc--get-doc-at-point): Reflow docstrings.
1779
1780 2014-03-14 Glenn Morris <rgm@gnu.org>
1781
1782 * emacs-lisp/package.el (package-menu-mode-map):
1783 Replace use of obsolete function alias. Tweak menu item text.
1784
1785 * info.el (Info-finder-find-node):
1786 Ignore the `emacs' metapackage. (Bug#10813)
1787
1788 * finder.el (finder-list-matches): Include unversioned packages
1789 in the result of a keyword search.
1790
1791 * finder.el (finder--builtins-descriptions): New constant.
1792 (finder-compile-keywords): Use finder--builtins-descriptions.
1793
1794 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1795
1796 * simple.el (blink-matching-paren): Describe the new value,
1797 `jump', enabling the old behavior.
1798 (blink-matching-open): Use that value. (Bug#17008)
1799
1800 2014-03-14 Glenn Morris <rgm@gnu.org>
1801
1802 * finder.el (finder-no-scan-regexp): Add leim-list.
1803 (finder-compile-keywords):
1804 Don't skip files with same basename. (Bug#14010)
1805 * Makefile.in (setwins_finder): New, excluding leim.
1806 (finder-data): Use setwins_finder.
1807
1808 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1809 (help-function-arglist, help-make-usage): Move from here...
1810 * help.el (help-split-fundoc, help-add-fundoc-usage)
1811 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1812 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1813
1814 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
1815
1816 * net/socks.el (socks, socks-override-functions)
1817 (socks-find-services-entry):
1818 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1819 (hif-find-ifdef-block):
1820 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1821
1822 * net/tls.el (tls-program): Reflow docstring.
1823
1824 * progmodes/pascal.el (pascal-mode-abbrev-table)
1825 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1826 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1827 (pascal-outline-mode): Fix docstring typos.
1828 (pascal-mode): Let define-derived-mode document mode hook.
1829 (pascal-uncomment-area): Reflow.
1830 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1831
1832 * progmodes/opascal.el (opascal-compound-block-indent)
1833 (opascal-case-label-indent): Fix docstring typos.
1834 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1835
1836 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1837
1838 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1839 Fontify multiple adjacent negation chars. (Bug#17004)
1840
1841 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1842
1843 * emacs-lisp/package.el (package--prepare-dependencies):
1844 Accept requirements without explicit version (bug#14941).
1845
1846 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1847
1848 * register.el (register-separator, copy-to-register): Doc fixes.
1849 (register-preview-default): Remove unnecessary call to concat.
1850
1851 * frameset.el (frameset-restore): When checking for a visible frame,
1852 use the action map instead of calling visible-frame-list.
1853
1854 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1855
1856 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1857
1858 2014-03-12 Martin Rudalics <rudalics@gmx.at>
1859
1860 * window.el (fit-frame-to-buffer): Get maximum width from
1861 display's width instead of height.
1862
1863 2014-03-12 Glenn Morris <rgm@gnu.org>
1864
1865 * desktop.el (desktop-restore-frames)
1866 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1867 (desktop-restore-reuses-frames): Doc tweaks.
1868
1869 * electric.el (electric-indent-mode): Doc fix.
1870
1871 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1872
1873 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1874 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1875 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1876 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1877 (cvs-dired-use-hook): Fix docstring typos.
1878 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1879 Doc fixes.
1880
1881 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1882 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1883 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1884 (cvs-execute-single-dir): Fix docstring typos.
1885
1886 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1887 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1888
1889 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1890
1891 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1892 Fix docstring typos.
1893
1894 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1895
1896 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1897 called from jump-to-register after unloading the frameset package.
1898
1899 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1902 (bug#16975). Deactivate the mark before setting it to nil.
1903 (activate-mark): Do nothing if region is already active.
1904
1905 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1906
1907 * frameset.el (frameset--target-display): Remove definition; declare.
1908 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1909
1910 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1913 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1914 when the advice is pending.
1915 (advice-remove): Remove this marker when not needed any more.
1916
1917 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1918
1919 * frameset.el: Separate options for reusing frames and cleaning up.
1920 (frameset--reuse-list): Remove definition; declare.
1921 (frameset--action-map): Declare.
1922 (frameset--find-frame-if): Doc fix.
1923 (frameset--restore-frame): Cache frame action.
1924 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1925 how to clean up the frame list after restoring. Remove cleaning
1926 options from REUSE-FRAMES. Change all keyword values to symbols.
1927 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1928
1929 * desktop.el (desktop-restore-forces-onscreen)
1930 (desktop-restore-reuses-frames): Use non-keyword values.
1931 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1932
1933 2014-03-10 Glenn Morris <rgm@gnu.org>
1934
1935 * files.el (find-file): Doc fix: update info node name.
1936
1937 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1938 Doc fix: remove references to deleted info nodes.
1939
1940 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1941
1942 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1943 Do not add `nil' to the environment, when there's no remote `locale'.
1944 (tramp-find-inline-encoding): Check, that the remote host has
1945 installed perl, before sending scripts.
1946
1947 2014-03-10 Leo Liu <sdl.web@gmail.com>
1948
1949 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1950 Clear eldoc-last-message. (Bug#16920)
1951
1952 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1955 (bug#14430).
1956
1957 2014-03-09 Juri Linkov <juri@jurta.org>
1958
1959 * ansi-color.el (ansi-color-names-vector): Copy default colors
1960 from `xterm-standard-colors' that look well on the default white
1961 background (and also on the black background) to avoid illegible
1962 color combinations like yellow-on-white and white-on-white.
1963 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1964
1965 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1966
1967 * frameset.el (frameset-restore): When no frame is visible, do not
1968 generate a list of frames, just make visible the selected one.
1969
1970 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1971
1972 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1973 it only contains the repository root. (Bug#16897)
1974
1975 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1976
1977 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1978 only when `remote-file-name-inhibit-cache' is nil.
1979 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1980
1981 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1982
1983 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1984 Fix doc-strings.
1985 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1986 fit-frame-to-buffer variable. Fix doc-string.
1987 (fit-window-to-buffer): Set ONLY argument in call of
1988 fit-frame-to-buffer. Fix doc-string.
1989
1990 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1991
1992 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1993 (tramp-action-password): Clear password cache if needed.
1994 (tramp-read-passwd): Do not clear password cache.
1995
1996 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1997 cache unless it is the first password request.
1998
1999 2014-03-06 Glenn Morris <rgm@gnu.org>
2000
2001 * simple.el (newline): Doc tweak.
2002
2003 * emacs-lisp/shadow.el (load-path-shadows-find):
2004 Ignore dir-locals. (Bug#12357)
2005
2006 2014-03-05 Glenn Morris <rgm@gnu.org>
2007
2008 * files.el (interpreter-mode-alist):
2009 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2010
2011 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2012
2013 * frameset.el (frameset--initial-params): Filter out null entries.
2014
2015 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2016
2017 * window.el (window-min-height, window-min-width):
2018 Rewrite doc-strings.
2019 (window-body-size): Add PIXELWISE argument to make it consistent
2020 with its callees.
2021
2022 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2023
2024 * finder.el (finder-mode-map, finder-mode-syntax-table):
2025 Revert part of 2014-02-28 change.
2026
2027 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2028
2029 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2030 (eww-setup-buffer): Clear next/prev/etc more reliably.
2031 (eww-textarea-map): [tab] doesn't work on tty.
2032 Reported by Mario Lang.
2033
2034 * net/shr.el (shr-map): Ditto.
2035
2036 2014-03-04 Glenn Morris <rgm@gnu.org>
2037
2038 * minibuffer.el (completion-hilit-commonality):
2039 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2040
2041 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2042
2043 * hilit-chg.el (hilit-chg-unload-function): New function.
2044 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2045 (hilit-chg-map-changes): Prefer cardinal number to digit.
2046 (hilit-chg-display-changes): Reflow docstring.
2047 (highlight-changes-rotate-faces): Remove superfluous backslash.
2048
2049 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2050
2051 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2052 `tramp-send-command-and-check'.
2053
2054 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2055
2056 * hexl.el (hexl-address-region, hexl-ascii-region)
2057 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2058 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2059 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2060 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2061 (hexl-mode): Doc fix.
2062 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2063 (hexl-mode-ruler): Fix typos in docstrings.
2064
2065 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2066 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2067 Remove superfluous backslashes.
2068 (strokes-last-stroke, strokes-global-map, strokes-mode):
2069 Reflow docstrings.
2070 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2071 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2072 (strokes-distance-squared, strokes-global-set-stroke)
2073 (strokes-global-set-stroke-string): Doc fixes.
2074 (strokes-help): Fix typos; reflow docstring.
2075
2076 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2077
2078 * window.el (window-in-direction): Fix doc-string.
2079
2080 2014-03-04 Glenn Morris <rgm@gnu.org>
2081
2082 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2083 Explicit error if no grammar.
2084 (smie-config-save): Doc fix. Fix quote typo.
2085
2086 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2089 electric-indent-mode-hook if we obey electric-indent-mode.
2090 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2091 decide whether we obey electric-indent-mode.
2092 (c-change-set-fl-decl-start, c-extend-after-change-region):
2093 Silence warnings.
2094 (c-electric-indent-mode-hook): Assume we do want to obey
2095 electric-indent-mode.
2096
2097 * electric.el (electric-indent-mode-has-been-called): Remove.
2098 (electric-indent-mode): Fix accordingly.
2099
2100 * files.el (hack-local-variables): Mention file name in warning.
2101
2102 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2103
2104 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2105
2106 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2107 * simple.el (delete-forward-char): Mark as interactive-only.
2108
2109 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2110
2111 * icomplete.el (icomplete-completions):
2112 Follow-up to 2014-03-01 change.
2113
2114 * icomplete.el: Miscellaneous doc fixes.
2115 Use Icomplete everywhere instead of icomplete for consistency.
2116 (icomplete-max-delay-chars): Fix typo.
2117 (icomplete-mode): Use \[].
2118 (icomplete-tidy, icomplete-exhibit): Reflow.
2119 (icomplete-minibuffer-setup-hook, icomplete-completions):
2120 Remove superfluous backlashes.
2121
2122 * ido.el: Miscellaneous doc fixes.
2123 Use Ido everywhere instead of ido or `ido' for consistency.
2124 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2125 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2126 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2127 (ido-separator): Extract obsolescence info from docstring and declare
2128 with make-obsolete-variable.
2129 (ido-minibuffer-setup-hook): Simplify example.
2130 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2131 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2132 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2133 (ido-everywhere): Reflow docstring.
2134 (ido-toggle-vc): Doc fix.
2135 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2136 of long list of keybindings.
2137
2138 2014-03-03 Glenn Morris <rgm@gnu.org>
2139
2140 * frame.el (display-pixel-height, display-pixel-width)
2141 (display-mm-dimensions-alist, display-mm-height)
2142 (display-mm-width): Doc tweaks.
2143
2144 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2145
2146 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2147 case of undo in region.
2148
2149 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2150
2151 * window.el (fit-window-to-buffer): Fix argument in window-size
2152 call when window is horizontally combined.
2153
2154 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2155
2156 * icomplete.el (icomplete-completions): Use string-width.
2157 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2158
2159 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2160
2161 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2162 Highlight regexp options. (Bug#16914)
2163
2164 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2165
2166 * window.el (window--max-delta-1): Round down when calculating
2167 how many lines/columns we can get from a window.
2168
2169 2014-03-01 Glenn Morris <rgm@gnu.org>
2170
2171 * isearch.el (search-invisible): Doc fix.
2172
2173 * minibuffer.el (completion-hilit-commonality):
2174 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2175 * comint.el (comint-dynamic-list-completions): Doc fix.
2176 * comint.el (comint-dynamic-list-completions):
2177 * filecache.el (file-cache-minibuffer-complete):
2178 * tempo.el (tempo-display-completions):
2179 * eshell/em-hist.el (eshell-list-history):
2180 Replace use of obsolete argument of display-completion-list.
2181
2182 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * icomplete.el (icomplete-completions):
2185 Revert back to using "..." when ?… cannot be displayed.
2186
2187 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2188
2189 * finder.el (finder-unload-function): New function.
2190
2191 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2192
2193 * dframe.el (dframe-detach):
2194 * find-dired.el (find-dired, find-name-dired):
2195 * finder.el (finder-mode-map, finder-mode-syntax-table)
2196 (finder-headmark, finder-select, finder-mouse-select):
2197 Fix docstring typos.
2198
2199 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2200
2201 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2202 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2203 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2204 Fix doc-string based on a suggestion by Nicolas Richard
2205 <theonewiththeevillook@yahoo.fr>.
2206 * help.el (with-help-window): Fix doc-string.
2207
2208 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2209
2210 * net/shr.el (shr-image-animate): New option.
2211 (shr-put-image): Respect shr-image-animate.
2212
2213 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
2214
2215 * net/tramp-adb.el (tramp-adb-parse-device-names):
2216 Use `accept-process-output'.
2217 (tramp-adb-handle-file-truename): Cache the localname only.
2218 (tramp-adb-handle-make-directory)
2219 (tramp-adb-handle-delete-directory): Flush file properties correctly.
2220 (tramp-adb-handle-set-file-modes): Do not raise an error when file
2221 modes cannot be changed.
2222
2223 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2224 file properties of symlinks.
2225
2226 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2227
2228 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2229 required/optional fields to match development biblatex. (Bug#16781)
2230
2231 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2232
2233 * saveplace.el (toggle-save-place):
2234 Fix argument handling. (Bug#16673)
2235
2236 2014-02-28 Glenn Morris <rgm@gnu.org>
2237
2238 * minibuffer.el (completions-first-difference)
2239 (completions-common-part, completion-hilit-commonality): Doc fixes.
2240
2241 2014-02-28 Karl Berry <karl@gnu.org>
2242
2243 * info.el (Info-mode-map): Add H for describe-mode,
2244 to synchronize with standalone Info.
2245
2246 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
2247
2248 * progmodes/sql.el (sql-interactive-mode):
2249 Avoid setting global comint-input-ring-separator. (Bug#16814)
2250
2251 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2252
2253 * net/dbus.el (dbus--init-bus): Declare function.
2254 (dbus-path-local, dbus-interface-local): New defconst.
2255 (dbus-init-bus): Use them.
2256 (dbus-return-values-table): Extend doc.
2257 (dbus-handle-bus-disconnect): Extend error message.
2258
2259 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
2260
2261 * subr.el (y-or-n-p): Fix double space issue in message.
2262
2263 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2264
2265 * net/tramp.el (tramp-call-process): Improve trace message.
2266 (tramp-handle-insert-file-contents): Trace error case.
2267
2268 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2269 <insert-directory>: Use `tramp-handle-insert-directory'.
2270 (tramp-adb-handle-insert-directory): Remove function.
2271 (tramp-adb-send-command-and-check): New defun, replacing
2272 `tramp-adb-command-exit-status'. Change all callees.
2273 (tramp-adb-handle-file-attributes)
2274 (tramp-adb-handle-directory-files-and-attributes): Use it.
2275 (tramp-adb-ls-output-name-less-p):
2276 Use `directory-listing-before-filename-regexp'.
2277 (tramp-adb-handle-delete-directory): Flush also file properties of
2278 the truename of directory.
2279 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2280 (tramp-adb-handle-file-local-copy): Make the local copy readable.
2281 (tramp-adb-handle-write-region): Implement APPEND.
2282 (tramp-adb-handle-rename-file): Make it more robust. Flush file
2283 properties correctly.
2284 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2285 variables. Check for connected devices only when needed.
2286
2287 2014-02-27 Glenn Morris <rgm@gnu.org>
2288
2289 * minibuffer.el (completion-table-dynamic)
2290 (completion-table-with-cache): Doc fixes.
2291
2292 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2293 (completing-read-multiple): Doc fixes.
2294
2295 2014-02-27 Daniel Colascione <dancol@dancol.org>
2296
2297 * minibuffer.el (completion--nth-completion): Fix indentation.
2298
2299 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2300 explicit tramp path is empty.
2301
2302 2014-02-27 Glenn Morris <rgm@gnu.org>
2303
2304 * emacs-lisp/crm.el (completing-read-multiple):
2305 Empower help-enable-auto-load.
2306
2307 2014-02-26 Glenn Morris <rgm@gnu.org>
2308
2309 * startup.el (command-line): Don't init the tty in daemon mode.
2310
2311 Avoid calling tty-setup-hook twice, eg if a term file
2312 explicitly calls tty-run-terminal-initialization. (Bug#16859)
2313 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2314 (tty-create-frame-with-faces): Use it.
2315 * startup.el (command-line): Pass run-hook argument
2316 to tty-run-terminal-initialization.
2317
2318 * dired.el (dired-restore-desktop-buffer): Demote errors;
2319 eg in case a glob match fails. (Bug#16884)
2320
2321 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
2322
2323 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2324 error from `read-from-string'. (Bug#16850)
2325
2326 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2327 result of `completing-read' in the interactive form. (Bug#16854)
2328
2329 2014-02-25 Glenn Morris <rgm@gnu.org>
2330
2331 * image.el (image-animate, image-animate-timeout):
2332 Stop animating images in dead buffers. (Bug#16878)
2333
2334 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
2335
2336 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2337 Doc fixes.
2338 * startup.el (term-setup-hook): Doc fix. Make obsolete.
2339 * term/sun.el (sun-raw-prefix-hooks):
2340 Use tty-setup-hook instead of term-setup-hook.
2341 (terminal-init-sun): Construct message from bytecomp plist.
2342 * term/wyse50.el (enable-arrow-keys): Doc fix.
2343
2344 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2345
2346 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2347 Fix docstring typos.
2348
2349 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
2350
2351 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2352
2353 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2354
2355 * minibuffer.el (completion--try-word-completion):
2356 Fix error when completing M-x commands (bug#16808).
2357
2358 2014-02-24 Leo Liu <sdl.web@gmail.com>
2359
2360 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2361
2362 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2363
2364 * apropos.el (apropos-print): Avoid formatting error when
2365 apropos-do-all and apropos-compact-layout are both t.
2366
2367 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2368
2369 * apropos.el (apropos-property, apropos-all-words-regexp)
2370 (apropos-true-hit, apropos-variable, apropos-print):
2371 Fix docstring typos, and remove obsolete comment.
2372
2373 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
2374
2375 * net/tramp-sh.el (tramp-sh-handle-file-truename):
2376 Preserve trailing "/". (Bug#16851)
2377
2378 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
2379
2380 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2381 after `=>' (bug#16811).
2382 (ruby-smie-rules): Handle the inconsistent second element of the
2383 list returned by `smie-indent--parent'.
2384 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2385 method call.
2386
2387 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2388
2389 * elec-pair.el (electric-pair-text-syntax-table)
2390 (electric-pair-syntax-info, electric-pair--syntax-ppss)
2391 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2392 (electric-pair--looking-at-unterminated-string-p): Doc fix.
2393 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
2394
2395 2014-02-22 Glenn Morris <rgm@gnu.org>
2396
2397 * imenu.el (imenu--generic-function): Doc fix.
2398
2399 * register.el (frame-configuration-to-register): Make obsolete.
2400
2401 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
2402
2403 * desktop.el (desktop-save-buffer-p): Do not fail when
2404 desktop-files-not-to-save is nil. Return t for true result
2405 as the doc says.
2406
2407 2014-02-22 Daniel Colascione <dancol@dancol.org>
2408
2409 * net/secrets.el (secrets-create-item, secrets-search-items):
2410 Check that attribute values are strings, avoiding the construction
2411 of invalid dbus messages.
2412
2413 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2414
2415 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2416 defun-declarations-alist.
2417
2418 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2421 (bug#16829).
2422
2423 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2424
2425 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2426 (whitespace-newline, whitespace-trailing, whitespace-line)
2427 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2428 (whitespace-space-after-tab): Fix typo in docstrings.
2429
2430 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
2431
2432 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2433
2434 * electric.el (electric-indent-functions-without-reindent):
2435 Add `yaml-indent-line'.
2436
2437 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2440 It has done nothing for years; should be removed after the release.
2441
2442 * simple.el (choose-completion): Fix docstring typo.
2443 (read-quoted-char-radix): Remove unneeded * in docstring.
2444 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2445 Don't escape parentheses unnecessarily in docstrings.
2446
2447 2014-02-21 Martin Rudalics <rudalics@gmx.at>
2448
2449 Fix handling of window-min-height/-width (Bug#16738).
2450 * window.el (window--dump-window, window--dump-frame):
2451 New functions.
2452 (window--min-size-1): Account for window dividers.
2453 When window-resize-pixelwise is nil, delay rounding till after the
2454 sum of the window components has been calculated.
2455 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2456 nil make sure at least one text line and two text columns remain
2457 fully visible.
2458 (window-resize): Signal an error when window-resize-apply fails.
2459 (window--resize-child-windows): Fix calculation of by how many
2460 pixels a window can still be shrunk via window-new-normal.
2461 (adjust-window-trailing-edge): Call window--resizable with
2462 correct TRAIL argument.
2463
2464 (with-temp-buffer-window): Don't evaluate BODY within
2465 with-current-buffer (Bug#16816).
2466
2467 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
2468
2469 * net/tramp.el (tramp-check-cached-permissions):
2470 Call `file-attributes' with `suffix' being a symbol but a string.
2471
2472 2014-02-21 Daniel Colascione <dancol@dancol.org>
2473
2474 * net/dbus.el (dbus-init-bus-1): Declare new subr.
2475 (dbus-init-bus): New function: call into dbus-init-bus-1
2476 and installs a handler for the disconnect signal.
2477 (dbus-call-method): Rewrite to look for result in cons.
2478 (dbus-call-method-handler): Store result in cons.
2479 (dbus-check-event): Recognize events with nil sender as valid.
2480 (dbus-handle-bus-disconnect): New function. React to bus
2481 disconnection signal by synthesizing dbus error for each
2482 pending synchronous or asynchronous call.
2483 (dbus-notice-synchronous-call-errors): New function.
2484 (dbus-handle-event): Raise errors directly only when `dbus-debug'
2485 is true, not all the time.
2486
2487 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2488
2489 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2490 Remove obsolescence declarations, these variables do not exist anymore.
2491
2492 * savehist.el (savehist-save-minibuffer-history)
2493 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2494 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2495 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2496 mostly, refer to "Savehist mode" when talking about the mode,
2497 and not the function.
2498
2499 * saveplace.el (save-place): Remove redundant info in docstring.
2500 (save-place-forget-unreadable-files, toggle-save-place)
2501 (save-place-forget-unreadable-files, save-place-dired-hook):
2502 Fix typos and remove unneeded backslashes.
2503
2504 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2505
2506 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2507 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2508
2509 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2510 <insert-directory>: Use `tramp-handle-insert-directory'.
2511 (tramp-gvfs-handle-insert-directory): Remove function.
2512
2513 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2514 Call `tramp-handle-insert-directory'.
2515
2516 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2517
2518 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2519 before the start of buffer/region (bug#16799).
2520
2521 2014-02-20 Glenn Morris <rgm@gnu.org>
2522
2523 * isearch.el (search-invisible): Doc fix.
2524
2525 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2526
2527 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2528 (bug#16657).
2529
2530 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2531
2532 * frameset.el (frameset-restore): Delay removing an old frame's
2533 duplicate id until the new frame has been correctly created.
2534
2535 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2536
2537 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2538 (tramp-check-cached-permissions): Call `file-attributes' if the
2539 cache is empty.
2540
2541 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2542 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2543
2544 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2545 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2546 (tramp-gvfs-maybe-open-connection): Set always connection
2547 properties, even if target is mounted already.
2548
2549 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2550 Set tramp-autoload cookie.
2551 (tramp-get-remote-touch): New defun.
2552 (tramp-sh-handle-set-file-times): Use it.
2553 (tramp-sh-handle-directory-files-and-attributes):
2554 Use `tramp-handle-directory-files-and-attributes' if neither stat
2555 nor perl are available on the remote host.
2556
2557 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2558 "/". Write long listing only when "l" belongs to the switches.
2559
2560 * net/trampver.el: Update release number.
2561
2562 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2563
2564 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2565
2566 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2567
2568 * window.el (window-state-put): Allow WINDOW to refer to an
2569 internal window (Bug#16793).
2570
2571 2014-02-19 Glenn Morris <rgm@gnu.org>
2572
2573 * textmodes/remember.el: Move provide statement to end.
2574 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2575 (remember-notes): Doc fixes.
2576
2577 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2578
2579 * delsel.el (delete-char): Restore incorrectly erased property
2580 (bug#16795).
2581
2582 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2583
2584 * frameset.el (frameset--restore-frame): When a frame is being reused
2585 and its root window is not alive, delete all the frame's windows before
2586 restoring the window state. This works around the issue in bug#16793.
2587
2588 2014-02-18 Glenn Morris <rgm@gnu.org>
2589
2590 * textmodes/remember.el (remember-data-directory)
2591 (remember-directory-file-name-format, remember-store-in-files)
2592 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2593 (remember-notes-save-and-bury-buffer)
2594 (remember-notes--kill-buffer-query): Doc fixes.
2595
2596 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2597
2598 2014-02-17 Alan Mackenzie <acm@muc.de>
2599
2600 Connect electric-indent-mode up with CC Mode. Bug #15478.
2601 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2602 to electric-indent-{,local-}-mode.
2603 (c-basic-common-init): Set electric-indent-inhibit.
2604 Initialise c-electric-flag from electric-indent-mode.
2605 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2606 New hook functions which propagate electric-indent-mode to CC mode.
2607
2608 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2609 hit, toggle electric-indent-local-mode.
2610
2611 * electric.el (electric-indent-mode-has-been-called):
2612 New variable.
2613
2614 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2615
2616 * frameset.el (frameset-cfg-id): New function.
2617 (frameset--reuse-frame, frameset-restore): Use it.
2618 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2619
2620 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2621
2622 * ido.el (ido-file-internal): Remove unused var `d'.
2623 Use \` for to match BoS. Fit within 80n columns.
2624
2625 2014-02-17 Daniel Colascione <dancol@dancol.org>
2626
2627 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2628 dbus-call-method check for completion using a busy-wait loop with
2629 gradual backoff.
2630
2631 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2632
2633 Sync with Tramp 2.2.9.
2634
2635 * net/trampver.el: Update release number.
2636
2637 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2638
2639 * ido.el (ido-file-internal): Don't add the name of an existing
2640 directory twice. (Bug#16747)
2641
2642 2014-02-16 Glenn Morris <rgm@gnu.org>
2643
2644 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2645 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2646
2647 2014-02-15 Michael R. Mauger <michael@mauger.com>
2648
2649 * progmodes/sql.el: Version 3.4
2650 (sql-oracle-options): New default value ("-L").
2651 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2652 (sql-placeholders-filter): Correct placeholder pattern.
2653 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2654 (sql-login-delay): New variable.
2655 (sql-product-interactive): Use it.
2656
2657 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2658
2659 * frameset.el (frameset--jump-to-register): Check that buffer is live
2660 (bug#16749).
2661
2662 2014-02-15 Glenn Morris <rgm@gnu.org>
2663
2664 * info.el (info-initialize): Revert 2014-01-10 change.
2665
2666 2014-02-14 Glenn Morris <rgm@gnu.org>
2667
2668 * replace.el (map-query-replace-regexp)
2669 (read-regexp-defaults-function, read-regexp): Doc fixes.
2670
2671 * dired.el (dired-read-regexp):
2672 * faces.el (list-faces-display):
2673 * misearch.el (multi-isearch-read-matching-buffers)
2674 (multi-isearch-read-matching-files):
2675 * play/cookie1.el (cookie-apropos):
2676 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2677
2678 * textmodes/remember.el (remember): Use frameset-to-register
2679 rather than frame-configuration-to-register.
2680
2681 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2682
2683 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2684 incorrect keybinding.
2685
2686 2014-02-13 Daniel Colascione <dancol@dancol.org>
2687
2688 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2689 when adding overlays so that line numbers from compiler match line
2690 numbers we use.
2691
2692 2014-02-13 Glenn Morris <rgm@gnu.org>
2693
2694 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2695
2696 * jit-lock.el (jit-lock-mode): Doc fix.
2697
2698 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2699
2700 * apropos.el (apropos-read-pattern): When the user passes an empty
2701 string, give a more helpful error message than "Wrong type
2702 argument: stringp, nil".
2703
2704 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2707
2708 2014-02-13 Glenn Morris <rgm@gnu.org>
2709
2710 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2711
2712 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2713
2714 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2715 shift-select commands.
2716
2717 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2718
2719 * progmodes/js.el (js-indent-line): Don't widen.
2720 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2721
2722 2014-02-12 Glenn Morris <rgm@gnu.org>
2723
2724 * icomplete.el (icomplete): Add info-link to defgroup.
2725 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2726 (icomplete-minibuffer-map, icomplete-mode)
2727 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2728
2729 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2730 (package-menu-filter): Rename from package-menu-filter-interactive.
2731 Doc fix.
2732
2733 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2734
2735 * frameset.el (frameset--jump-to-register): Select the required
2736 window and buffer before restoring position (bug#16696).
2737
2738 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2739
2740 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2741
2742 2014-02-10 Glenn Morris <rgm@gnu.org>
2743
2744 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2745
2746 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2747
2748 * w32-common-fns.el (x-get-selection): Doc fix.
2749 * select.el (x-get-selection): Doc fix. (Bug#15109)
2750
2751 * face-remap.el (face-remap-add-relative)
2752 (face-remap-remove-relative, face-remap-reset-base)
2753 (face-remap-set-base): Call force-mode-line-update to redisplay
2754 the current buffer due to potential change in faces. (Bug#16709)
2755
2756 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2757
2758 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2759 script more robustly.
2760
2761 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2762
2763 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2764
2765 * simple.el (choose-completion): Doc fix (bug#14160).
2766
2767 * subr.el (event-start): Say what a nil EVENT value means.
2768
2769 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2770 (bug#14197).
2771
2772 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2773
2774 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2775
2776 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2777
2778 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2779 predicate function (bug#15455).
2780
2781 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2782
2783 * ielm.el (inferior-emacs-lisp-mode): Instead of
2784 `comment-use-global-state', set `comment-use-syntax'.
2785
2786 2014-02-10 Glenn Morris <rgm@gnu.org>
2787
2788 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2789
2790 2014-02-09 Alan Mackenzie <acm@muc.de>
2791
2792 Fix c-invalidate-state-cache on narrowed buffers.
2793 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2794 Widen when setting and clearing the CPP delimiter properties.
2795
2796 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2797
2798 * help.el (describe-bindings): Doc fix (bug#9888).
2799
2800 * files.el (save-buffer): Use ARG as the parameter name for
2801 consistency (bug#10346).
2802 (save-buffer): Clarify the 0 argument (bug#10346).
2803
2804 * cus-edit.el (customize-apropos): Fix error string.
2805 (custom-buffer-create): Doc fix (bug#11122).
2806 (custom-sort-items): Doc fix (bug#11121).
2807
2808 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2809
2810 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2811 (icomplete-simple-completing-p): Mention the previous variable.
2812
2813 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2814 meaning of the parameter (bug#12282).
2815
2816 * files.el (find-file-noselect): Clarify prompt when changing
2817 readedness (bug#13261).
2818 (locate-file): Suffixes aren't returned, so don't say that they
2819 are (bug#12674).
2820 (backup-inhibited): Doc clarification (bug#12525).
2821
2822 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2823 before we actually start to delete things (bug#16331).
2824
2825 * subr.el (event-start): Doc fix (bug#14228).
2826 (event-end): Ditto.
2827
2828 2014-02-09 Glenn Morris <rgm@gnu.org>
2829
2830 * emacs-lisp/warnings.el (lwarn):
2831 Empower help-enable-auto-load. (Bug#15940)
2832
2833 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2834
2835 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2836 (Bug#16690)
2837
2838 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
2839
2840 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2841 Insert output at end of buffer. (Bug#16120)
2842
2843 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2844
2845 * simple.el (choose-completion-string-functions): Document new
2846 calling convention (bug#14153).
2847 (execute-extended-command): Clarify doc string (bug#13373).
2848
2849 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2850
2851 * find-dired.el (find-name-dired): Doc fix (bug#14290).
2852 (find-grep-dired): Doc fix (bug#14288).
2853
2854 2014-02-08 Juri Linkov <juri@jurta.org>
2855
2856 * isearch.el (isearch-quote-char): Check character validity
2857 like in `quoted-insert' (bug#16677).
2858
2859 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2860
2861 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2862
2863 * isearch.el (isearch-hide-immediately): Doc clarification
2864 (bug#14723).
2865
2866 * simple.el (line-move): Document utility function used many
2867 places in the Emacs sources (bug#14843).
2868
2869 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2870 (dired-prev-marked-file): Doc fix (bug#14855).
2871 (dired-up-directory): Doc fix (bug#14848).
2872
2873 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2874
2875 * files.el (file-relative-name): Doc fix (bug#15159).
2876
2877 * fringe.el (fringe-styles): Doc fix (bug#15239).
2878
2879 * isearch.el (isearch-filter-predicate): Documentation typo fix
2880 (bug#15474).
2881
2882 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2883
2884 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2885
2886 * replace.el (replace-match-maybe-edit): Doc clarification
2887 (bug#15632).
2888
2889 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2890
2891 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2892
2893 2014-02-08 Glenn Morris <rgm@gnu.org>
2894
2895 * help-fns.el (describe-variable):
2896 Check {file,dir}-local-variables-alist, and buffer-file-name,
2897 in the correct buffer.
2898
2899 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2900
2901 * help-fns.el (describe-variable): Fix the case where
2902 a value is directory-local with no dir-locals file. (Bug#16635)
2903
2904 2014-02-08 Glenn Morris <rgm@gnu.org>
2905
2906 * abbrev.el (edit-abbrevs-mode):
2907 Derive from fundamental-mode. (Bug#16682)
2908
2909 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2910
2911 * simple.el (quoted-insert): Check character validity (bug#16677).
2912
2913 2014-02-07 Juri Linkov <juri@jurta.org>
2914
2915 * desktop.el (desktop-read): Claim the lock when the owner is not
2916 the current process. (Bug#16157)
2917
2918 2014-02-07 Juri Linkov <juri@jurta.org>
2919
2920 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2921 to "\\` ". (Bug#16651)
2922
2923 2014-02-07 Juri Linkov <juri@jurta.org>
2924
2925 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2926 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2927 (desktop-auto-save-cancel-timer): New function with some code from
2928 `desktop-auto-save-set-timer'.
2929 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2930 Instead of setting `desktop-save-mode' to nil, call
2931 `desktop-save-mode' with arg 0. (Bug#16630)
2932
2933 2014-02-07 Glenn Morris <rgm@gnu.org>
2934
2935 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2936 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2937 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2938
2939 * obsolete/iswitchb.el: Move to obsolete/.
2940 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2941 since obsolete/ is not scanned for autoloads.
2942 * emacs-lisp/authors.el (authors-valid-file-names):
2943 Add iswitchb.el.
2944
2945 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2946 Disable now non-functional find-file-hook.
2947
2948 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2949
2950 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2951 instead of ";" in order to avoid additional prompts. Let heredoc
2952 scripts read from tty. (Bug#16582)
2953 (tramp-send-command): No special handling of heredocs, it isn't
2954 necessary anymore.
2955
2956 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2957
2958 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2959 with a space (bug#16664). Limit the symbols considered to the ones
2960 that are bound or fbound (bug#16646).
2961
2962 2014-02-06 Glenn Morris <rgm@gnu.org>
2963
2964 * epa.el (epa-mail-aliases): Doc fix.
2965
2966 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2967
2968 * emacs-lisp/lisp.el (lisp-completion-at-point):
2969 Use `completion-table-merge' instead of `completion-table-in-turn'
2970 (bug#16604).
2971
2972 * minibuffer.el (completion-table-merge): New function.
2973
2974 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2975
2976 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2977 (tramp-sh-handle-set-file-acl)
2978 (tramp-sh-handle-start-file-process)
2979 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2980 (tramp-find-executable, tramp-send-command): Use it.
2981
2982 2014-02-05 Glenn Morris <rgm@gnu.org>
2983
2984 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2985
2986 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2987
2988 * progmodes/python.el (python-shell-send-string)
2989 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2990
2991 2014-02-04 Anders Lindgren <andlind@gmail.com>
2992
2993 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2994 the names (bug#16620).
2995
2996 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2997
2998 * faces.el (window-divider): New default value. Rewrite doc-string.
2999 (window-divider-first-pixel, window-divider-last-pixel): New faces.
3000
3001 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
3002
3003 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3004 `protected' and `public' can also be called without arguments.
3005
3006 2014-02-03 Glenn Morris <rgm@gnu.org>
3007
3008 * register.el (window-configuration-to-register)
3009 (frame-configuration-to-register): Unadvertise unused argument.
3010 * frameset.el (frameset-to-register): Remove unused argument.
3011
3012 * frameset.el (frameset-to-register):
3013 * kmacro.el (kmacro-to-register):
3014 * register.el (increment-register):
3015 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3016 (calc-append-to-register, calc-prepend-to-register):
3017 * play/gametree.el (gametree-layout-to-register)
3018 (gametree-apply-register-layout):
3019 * textmodes/picture.el (picture-clear-rectangle-to-register)
3020 (picture-yank-rectangle-from-register):
3021 * vc/emerge.el (emerge-combine-versions-register):
3022 Use register-read-with-preview to read registers.
3023
3024 2014-02-03 João Távora <joaotavora@gmail.com>
3025
3026 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3027 when at beginning of (possibly narrowed) buffer.
3028
3029 2014-02-02 Daniel Colascione <dancol@dancol.org>
3030
3031 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3032 Also try to display local help from just before point.
3033
3034 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3035
3036 c-parse-state. Don't "append-lower-brace-pair" in certain
3037 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3038 recognised as a comment.
3039
3040 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3041 as well as normal comment starter.
3042 (c-parse-state-get-strategy): Extra return possibility
3043 'back-and-forward.
3044 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3045 return value list to indicate replacement of a brace-pair cons
3046 with its car.
3047 (c-parse-state-1): With 'back-and-forward, only call
3048 c-append-lower-brace-pair-to state-cache when cons-separated.
3049
3050 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3051
3052 * term/ns-win.el (ns-suspend-error): New function.
3053 (ns-initialize-window-system): Add ns-suspend-error to
3054 suspend-hook (Bug#16612).
3055
3056 2014-02-02 Daniel Colascione <dancol@dancol.org>
3057
3058 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3059 Make loading cc-mode silent.
3060
3061 2014-02-02 Daniel Colascione <dancol@dancol.org>
3062
3063 * comint.el (comint-prompt-read-only): Change doc to suggest
3064 remap keybinding.
3065
3066 2014-02-02 Glenn Morris <rgm@gnu.org>
3067
3068 * register.el (register-read-with-preview, point-to-register)
3069 (window-configuration-to-register, frame-configuration-to-register)
3070 (jump-to-register, number-to-register, view-register, insert-register)
3071 (copy-to-register, append-to-register, prepend-to-register)
3072 (copy-rectangle-to-register): Doc fixes.
3073
3074 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3077 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3078 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3079 * help-fns.el (describe-function-1): Use it.
3080
3081 2014-02-02 Glenn Morris <rgm@gnu.org>
3082
3083 * register.el (register-preview-default): New function,
3084 split from register-preview.
3085 (register-preview-function): Rename from register-preview-functions,
3086 make it not a hook.
3087 (register-preview): Use register-preview-function.
3088 (register-read-with-preview): Error on non-character event. (Bug#16595)
3089
3090 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3091
3092 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3093 `:' before binary operators (bug#16609). Don't check for `:'
3094 before `[' and `(', or their syntax status. A percent literal
3095 can't end with either.
3096 (ruby-font-lock-keywords): For built-ins that require arguments,
3097 check that they're followed by something that looks like argument
3098 (bug#16610).
3099
3100 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3101
3102 * subr.el (butlast): Document what an omitted N means (bug#13437).
3103 (nbutlast): Ditto.
3104
3105 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3106
3107 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3108 depth shallower (bug#16587).
3109 (shr-tag-svg): Respect `shr-inhibit-images'.
3110 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3111
3112 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3113
3114 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3115 (ruby-smie-grammar): Make "." right-associative. Make its priority
3116 lower than the ternary and all binary operators.
3117 (ruby-smie-rules): Indent "(" relative to the first non-"."
3118 parent, or the first "." parent at indentation.
3119 Use `ruby-align-chained-calls' for indentation of "." tokens.
3120 (Bug#16593)
3121
3122 2014-01-31 Juri Linkov <juri@jurta.org>
3123
3124 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3125 from `make-hash-table'.
3126
3127 * textmodes/ispell.el (ispell-init-process): Change message format
3128 to be consistent with other messages.
3129
3130 2014-01-31 Glenn Morris <rgm@gnu.org>
3131
3132 * delsel.el (delete-selection-mode): Doc fix.
3133
3134 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3135 (trace-function-background): Doc fixes.
3136
3137 * ido.el (ido-use-virtual-buffers): Doc fix.
3138 Reset :version, since the default value has not changed.
3139
3140 * register.el (register-preview-delay, register-read-with-preview):
3141 Doc fixes.
3142
3143 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3144 do not mess with mail-buffer position (fixes 2009-11-03 change).
3145 * progmodes/cc-mode.el (c-submit-bug-report):
3146 Check auto-fill-mode is bound. (Bug#16592)
3147
3148 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3149
3150 * startup.el (fancy-splash-image-file): New function,
3151 split from fancy-splash-head.
3152 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3153 so that we are both using the same image. (Bug#16574)
3154
3155 2014-01-30 Glenn Morris <rgm@gnu.org>
3156
3157 * simple.el (eval-expression): Doc fix.
3158
3159 * hexl.el (hexl-mode-hook):
3160 * ielm.el (ielm-mode-hook):
3161 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3162 (lisp-interaction-mode-hook):
3163 * progmodes/cfengine.el (cfengine3-documentation-function):
3164 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3165
3166 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3169 is a symbol (bug#16584).
3170
3171 2014-01-30 Glenn Morris <rgm@gnu.org>
3172
3173 * help.el (help-for-help-internal): Add "P" to text.
3174
3175 2014-01-29 Glenn Morris <rgm@gnu.org>
3176
3177 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3178
3179 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3180
3181 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3182 height constraints.
3183
3184 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3185
3186 * progmodes/hideif.el: Extend to full CPP expression syntax.
3187 (hif-token-alist): Add missing tokens.
3188 (hif-token-regexp): Add support for float/octal/hex immediates.
3189 (hif-string-literal-regexp): New const.
3190 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3191 (hif-exprlist): New function.
3192 (hif-parse-if-exp): Use it.
3193 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3194 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3195 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3196 (hif-logxor, hif-comma): New functions.
3197
3198 2014-01-28 Glenn Morris <rgm@gnu.org>
3199
3200 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3201
3202 * indent.el (tab-stop-list): Doc fix. Add :version.
3203
3204 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3205 (cvs-append-to-ignore): Add compatibility alias.
3206
3207 2014-01-27 Glenn Morris <rgm@gnu.org>
3208
3209 * dired.el (dired-hide-details-mode): Don't autoload it,
3210 since it cannot be used outside Dired buffers anyway.
3211
3212 * emulation/cua-base.el (cua-mode): Doc fix.
3213
3214 * dired.el (dired-hide-details-hide-symlink-targets)
3215 (dired-hide-details-hide-information-lines)
3216 (dired-hide-details-mode): Doc fixes.
3217
3218 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3219 * strokes.el (strokes-file): Doc fix. Bump :version.
3220 (strokes-help): Doc fix.
3221 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3222 * emulation/viper.el (viper): Doc fix for custom group.
3223 (top-level): Remove oh-so-no-longer-relevant text about vip.
3224 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3225
3226 * ido.el (ido-save-directory-list-file):
3227 * saveplace.el (save-place-file):
3228 * calendar/timeclock.el (timeclock-file):
3229 * net/quickurl.el (quickurl-url-file):
3230 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3231 * progmodes/idlwave.el (idlwave-config-directory):
3232 * textmodes/remember.el (remember-data-file):
3233 Bump :version.
3234
3235 2014-01-26 Glenn Morris <rgm@gnu.org>
3236
3237 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3238 Doc fix. Make obsolete.
3239 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3240
3241 * sort.el (delete-duplicate-lines): Doc fix.
3242
3243 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3244
3245 * progmodes/ada-mode.el (ada):
3246 * woman.el (woman): Link to info manual and Commentary section.
3247
3248 * progmodes/flymake.el (flymake):
3249 * nxml/nxml-mode.el (nxml):
3250 * net/eww.el (eww):
3251 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3252 * htmlfontify.el (htmlfontify):
3253 * ses.el (ses):
3254 * epa.el (epa):
3255 * ido.el (ido): Link to info manual.
3256
3257 2014-01-25 Leo Liu <sdl.web@gmail.com>
3258
3259 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3260
3261 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
3262
3263 * net/shr.el (shr-tag-img): Prefer the title over the alt text
3264 (bug#16537).
3265
3266 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
3267
3268 * net/eww.el (eww-download-callback):
3269 Fix reference to eww-download-directory.
3270
3271 * emacs-lisp/bytecomp.el (byte-compile-file):
3272 Remove unused local variable `file-name'.
3273
3274 2014-01-24 Glenn Morris <rgm@gnu.org>
3275
3276 * woman.el (woman-default-faces, woman-monochrome-faces):
3277 Fix obsolescence specification.
3278
3279 * subr.el (with-demoted-errors): Doc fix.
3280
3281 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3284 (cl--macroexp-fboundp): New function.
3285 (cl--make-type-test): Use it.
3286
3287 2014-01-23 Glenn Morris <rgm@gnu.org>
3288
3289 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3290 * simple.el (eval-expression): Doc fixes.
3291
3292 2014-01-22 Glenn Morris <rgm@gnu.org>
3293
3294 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3295
3296 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3297
3298 * emacs-lisp/package.el: Write files silently.
3299 (package-autoload-ensure-default-file, package--write-file-no-coding)
3300 (package-generate-description-file, package--download-one-archive)
3301 (package-install-from-archive): Tell `write-region' to stay quiet.
3302 (package-menu-mode, package-menu--print-info): Omit the Archive column
3303 if there's only one archive.
3304 (package-all-keywords, package--has-keyword-p): Remove dead code.
3305
3306 2014-01-22 Glenn Morris <rgm@gnu.org>
3307
3308 * version.el (emacs-bzr-version-bzr): Fix typo.
3309
3310 * version.el (emacs-repository-get-version):
3311 Check either .bzr or .git, but not both.
3312 Make the git case actually use the DIR argument, and return nil
3313 rather than the empty string.
3314 Avoid error if .git exists but the git executable is not found.
3315
3316 2014-01-22 Martin Rudalics <rudalics@gmx.at>
3317
3318 Fixes in window size functions around Bug#16430 and Bug#16470.
3319 * window.el (window-total-size, window-size): New argument ROUND.
3320 (window--min-delta-1, window-min-delta, window--max-delta-1):
3321 Be more conservative when calculating the numbers of lines or
3322 columns a window can shrink (Bug#16430).
3323 (fit-window-to-buffer): Simplify code.
3324 * term.el (term-window-width): Call window-body-width again.
3325
3326 2014-01-22 Glenn Morris <rgm@gnu.org>
3327
3328 * image.el (image-format-suffixes): Doc fix.
3329
3330 * international/quail.el (quail-define-package): Doc fix.
3331
3332 * emacs-lisp/authors.el (authors-valid-file-names)
3333 (authors-renamed-files-alist): Additions.
3334
3335 * vc/vc-git.el (vc-git-print-log): Remove --follow;
3336 reverts 2014-01-09 change. (Bug#16422)
3337
3338 * calc/calc-embed.el (thing-at-point-looking-at):
3339 * emacs-lisp/map-ynp.el (x-popup-dialog):
3340 * obsolete/lmenu.el (x-popup-dialog):
3341 * emacs-lisp/package.el (url-recreate-url):
3342 * mail/mailclient.el (clipboard-kill-ring-save):
3343 * subr.el (x-popup-dialog): Update declaration.
3344 * mail/rmail.el (rmail-mime-message-p):
3345 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3346
3347 2014-01-21 Daniel Colascione <dancol@dancol.org>
3348
3349 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3350 Correctly detect when we're inside an arithmetic expansion form
3351 containing nested parenthesis.
3352 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3353 to detect cases where we shouldn't expand "<<" to a heredoc
3354 skeleton.
3355
3356 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3357
3358 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3359 (eldoc--message-command-p): New function.
3360 (eldoc-display-message-p): Use it.
3361 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3362 message is not automatically erased for us.
3363 (eldoc-print-current-symbol-info): Erase previous message, if any.
3364
3365 2014-01-21 Tassilo Horn <tsdh@gnu.org>
3366
3367 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3368 specify it's an interactive function.
3369
3370 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3371 Fix regex used for scanning for citation keys which failed for
3372 citations with optional arguments.
3373
3374 2014-01-21 Leo Liu <sdl.web@gmail.com>
3375
3376 * simple.el (read--expression): Don't enable eldoc-mode.
3377
3378 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 * simple.el (move-beginning-of-line): Make sure we don't move forward
3381 (bug#16497).
3382
3383 2014-01-20 Juri Linkov <juri@jurta.org>
3384
3385 * saveplace.el (toggle-save-place, save-place-to-alist)
3386 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3387 'dired-mode) before checking for dired-directory. (Bug#16477)
3388
3389 2014-01-20 Juri Linkov <juri@jurta.org>
3390
3391 * indent.el (indent-line-to): Use backward-to-indentation
3392 instead of back-to-indentation. (Bug#16461)
3393
3394 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
3395
3396 Revert some of the CANNOT_DUMP fix (Bug#16494).
3397 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3398 but fixing this can wait until after the next release.
3399 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3400
3401 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
3402
3403 * eshell/esh-mode.el (eshell-password-prompt-regexp):
3404 Use `password-word-equivalents'.
3405 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3406 to t. (Bug#5664, Bug#13124)
3407
3408 2014-01-19 Alan Mackenzie <acm@muc.de>
3409
3410 Bind open-paren-in-column-0-is-defun-start to nil at some entry
3411 points.
3412 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3413 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3414 * progmodes/cc-mode.el (c-before-change, c-after-change)
3415 (c-font-lock-fontify-region): Bind it here.
3416
3417 2014-01-19 Martin Rudalics <rudalics@gmx.at>
3418
3419 * term.el (term-window-width): Call window-text-width instead of
3420 window-width (Bug#16470).
3421
3422 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
3423
3424 * simple.el (password-word-equivalents): Remove duplicates.
3425 Sort, to make this easier next time.
3426 Downcase. Omit ": " after "jelszó".
3427
3428 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
3429
3430 * term/common-win.el (saved-region-selection): Defvar it.
3431 (x-select-text): Set saved-region-selection (Bug#16382).
3432
3433 2014-01-18 Glenn Morris <rgm@gnu.org>
3434
3435 * emacs-lisp/authors.el (authors-aliases)
3436 (authors-renamed-files-alist): Add some entries.
3437
3438 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
3439
3440 * net/tramp.el (tramp-password-prompt-regexp):
3441 Use `password-word-equivalents' if available.
3442 (tramp-action-password, tramp-process-one-action)
3443 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
3444
3445 2014-01-17 Chong Yidong <cyd@gnu.org>
3446
3447 * simple.el (password-word-equivalents): New defcustom.
3448 * comint.el (comint-password-prompt-regexp): Use it. Bump version
3449 to 24.4.
3450 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3451 to t. (Bug#13124)
3452
3453 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
3454
3455 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3456 (ruby-align-to-stmt-keywords): Change the default value.
3457 Use `ruby-alignable-keywords' to generate the possible customization
3458 choices.
3459 (ruby-smie-rules): Instead of using a hardcoded list of alignable
3460 keywords, check against the value of `ruby-alignable-keywords'
3461 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3462
3463 2014-01-17 Glenn Morris <rgm@gnu.org>
3464
3465 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3466
3467 Make M-x authors return zero *Authors Errors* from current logs.
3468 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3469 (authors-ignored-files): Add some entries, remove others.
3470 (authors-ambiguous-files, authors-valid-file-names):
3471 Add some entries.
3472 (authors-renamed-files-alist): Add, remove, and adjust entries.
3473 (authors-renamed-files-regexps): Add some entries.
3474 Remove some very broad ones. Make some entries `lax'.
3475 (authors-lax-changelogs): New constant.
3476 (authors-disambiguate-file-name): Treat top-level specially.
3477 (authors-lax-changelog-p): New function.
3478 (authors-canonical-file-name): Check file as written against
3479 authors-valid-file-names. Do not special-case etc/.
3480 Handle `lax' logs and authors-renamed-files-regexps elements.
3481
3482 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
3483
3484 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3485 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
3486 callers.
3487
3488 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3491 Assume we're already in the proper buffer.
3492 Inspired by Anders Lindgren <andlind@gmail.com>.
3493 (follow-post-command-hook): Call it from the right buffer.
3494 (follow-comint-scroll-to-bottom): Adjust call.
3495 (follow-all-followers): Use get-buffer-window-list.
3496
3497 2014-01-15 Daniel Colascione <dancol@dancol.org>
3498
3499 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3500 `buffer-file-name' in interactive-form so that we don't leave
3501 pathless file names in `file-name-history'.
3502
3503 2014-01-15 Juri Linkov <juri@jurta.org>
3504
3505 * indent.el (indent-rigidly): Set deactivate-mark to nil
3506 in transient indentation mode. (Bug#16438)
3507
3508 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3509
3510 * emacs-lisp/package.el (package-desc-keywords): New function
3511 (Bug#16222).
3512 (describe-package-1, package-all-keywords)
3513 (package--has-keyword-p): Use it.
3514
3515 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3516
3517 * simple.el (define-alternatives): When creating the
3518 COMMAND-alternatives variable, assign COMMAND as its definition
3519 name so that `describe-variable' can relocate it.
3520
3521 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3522
3523 * font-lock.el (font-lock-keywords): Fix typo in docstring
3524 (bug#16307).
3525
3526 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3527
3528 * ispell.el (ispell-region): Reset `in-comment' for new line
3529 instead of wrongly reset `add-coment' (bug#13577).
3530
3531 2014-01-14 Daiki Ueno <ueno@gnu.org>
3532
3533 * epa-file.el (epa-file-write-region): Encode the region according
3534 to `buffer-file-format'. Problem reported at:
3535 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3536
3537 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3540 so it applies in the right buffer (bug#16410).
3541
3542 2014-01-13 Daniel Colascione <dancol@dancol.org>
3543
3544 * textmodes/rst.el (rst-define-key): Provide deprecated
3545 keybindings through named functions instead of anonymous ones so
3546 that "??" doesn't appear in describe-mode output.
3547
3548 2014-01-13 Bastien Guerry <bzg@gnu.org>
3549
3550 * simple.el (define-alternatives): Call the selected command
3551 interactively. When setting `COMMAND--implementation' for the
3552 first time, tell the user how to chose another implementation.
3553 Enhance the docstring.
3554
3555 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3558 (log-edit--match-first-line): New function.
3559 (log-edit-font-lock-keywords): Use it.
3560 (log-edit-mode): Make jit-lock-defer-multiline work.
3561
3562 2014-01-13 Bastien Guerry <bzg@gnu.org>
3563
3564 * rect.el (rectangle-mark-mode): When the region is not active,
3565 display a message saying that the mark as been set and that
3566 rectangle mode is in use.
3567 (rectangle--highlight-for-redisplay): Only put an overlay with a
3568 visible vertical bar when (display-graphic-p) is non-nil.
3569 This partially fixes Bug#16403.
3570
3571 2014-01-13 Juri Linkov <juri@jurta.org>
3572
3573 * info.el (Info-find-file): Go to DIR before displaying the error
3574 about a nonexistent file if no previous Info file is visited.
3575 Use `user-error' instead of `error' for "Info file %s does not exist".
3576 (Info-find-node-2): In case of a nonexistent node in unwind forms
3577 go to the Top node if there is no previous node to revert to.
3578 (Bug#16405)
3579
3580 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3581
3582 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3583 * window.el (fit-frame-to-buffer): Fix doc-string.
3584 Respect window-min-height/-width. Fit pixelwise when
3585 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3586 when avoiding that frame goes partially off-screen.
3587 (fit-window-to-buffer): Respect window-min-height/-width
3588 (Bug#14096).
3589
3590 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3593 after an empty line.
3594
3595 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * net/shr.el (shr-render-region): Autoload.
3598
3599 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3600
3601 * net/eww.el (eww-download-directory): Rename from
3602 `eww-download-path' (Bug#16419).
3603
3604 2014-01-12 Leo Liu <sdl.web@gmail.com>
3605
3606 * dired-x.el (dired-mode-map): Fix last change.
3607
3608 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3609
3610 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3611
3612 Spelling fixes.
3613 * emacs-lisp/generic.el (generic--normalize-comments):
3614 Rename from generic--normalise-comments. All uses changed.
3615 * play/bubbles.el (bubbles--neighborhood-score)
3616 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3617 (bubbles--neighborhood-available)
3618 (bubbles--update-neighborhood-score):
3619 Rename from names with 'neighbourhood'. All uses changed.
3620
3621 2014-01-12 Leo Liu <sdl.web@gmail.com>
3622
3623 Re-implement the feature of showing eldoc info after editing.
3624 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3625 (eldoc-edit-message-commands): New function.
3626 (eldoc-print-after-edit): New variable.
3627 (eldoc-pre-command-refresh-echo-area): Emit message only by
3628 eldoc-message-commands.
3629 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3630 if eldoc-print-after-edit is set. (Bug#16346)
3631 * simple.el (read--expression): Enable eldoc-mode.
3632 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3633
3634 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3635 Eric S. Raymond <esr@thyrsus.com>
3636
3637 * version.el (emacs-repository-get-version): Enhance so the
3638 function works correctly in either a Bazaar or Git repo.
3639
3640 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3641
3642 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3643 Goes with removal of the joke manpages from /etc.
3644
3645 2014-01-10 Kenichi Handa <handa@gnu.org>
3646
3647 * mail/rmail.el (rmail-get-coding-system):
3648 Check rmail-get-coding-function before "funcall"ing it.
3649
3650 2014-01-10 Glenn Morris <rgm@gnu.org>
3651
3652 * emacs-lisp/authors.el (authors-fixed-entries):
3653 Update for files that no longer exist.
3654
3655 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3656
3657 * version.el (emacs-bzr-get-version): Restore compatibilty with
3658 24.3 (Tested).
3659
3660 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3661
3662 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3663 and Podfile.
3664
3665 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3666
3667 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3668
3669 2014-01-10 Chong Yidong <cyd@gnu.org>
3670
3671 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3672
3673 2014-01-10 Anders Lindgren <andlind@gmail.com>
3674
3675 * follow.el (follow-cache-command-list): Include right-char and
3676 left-char.
3677
3678 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3679
3680 Spelling fixes.
3681 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3682 * woman.el (woman-mark-horizontal-position):
3683 Rename from woman-mark-horizonal-position. Use changed.
3684
3685 2014-01-10 Glenn Morris <rgm@gnu.org>
3686
3687 * info.el (info-initialize): If running uninstalled, ensure our
3688 own info files are always found first, even if INFOPATH is set.
3689
3690 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3691
3692 2014-01-09 David Engster <deng@randomsample.de>
3693
3694 * emacs-lisp/eieio-custom.el:
3695 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3696 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3697 * emacs-lisp/eieio.el: Regenerate autoloads.
3698
3699 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3700
3701 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3702 following renames. (Bug#8756)
3703
3704 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3705
3706 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3707 (bug#16382).
3708 (activate-mark): Add `no-tmm' argument.
3709 (set-mark, push-mark-command): Use it instead of running
3710 activate-mark-hook by hand.
3711
3712 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3713
3714 In preparation for the move to git, sanitize out some
3715 Bazaar-specific names.
3716
3717 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3718
3719 * version.el (emacs-bzr-version): Name changed to
3720 emacs-repository-version. Obsolete-variable alias made.
3721 * loadup.el: Follow through on this name change.
3722 * mail/emacsbug.el (report-emacs-bug): Factor out any
3723 assumption about the version control system in use.
3724
3725 2014-01-08 David Engster <deng@randomsample.de>
3726
3727 * help-fns.el (help-fns-describe-function-functions):
3728 New variable to call functions for augmenting help buffers.
3729 (describe-function-1): Remove explicit calls to
3730 `help-fns--compiler-macro', `help-fns--parent-mode' and
3731 `help-fns--obsolete'. Put them in above new variable instead, and
3732 call them through `run-hook-with-args'.
3733 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3734 `eieio-describe-class'. Not meant for interactive use anymore,
3735 but to augment existing help buffers. Remove optional second
3736 argument. Create proper button for file location.
3737 Rewrite function to use `insert' instead of `princ' and `prin1' where
3738 possible.
3739 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3740 (eieio-method-def, eieio-class-def): Move further up.
3741 (describe-method, describe-generic, eieio-describe-method):
3742 Remove aliases.
3743 (eieio-help-constructor, eieio-help-generic): Rename from
3744 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3745 Rewrite to use `insert' in the current buffer and use proper help
3746 buttons.
3747 (eieio-help-find-method-definition)
3748 (eieio-help-find-class-definition): Also accept symbols as
3749 arguments.
3750 (eieio-help-mode-augmentation-maybee): Remove.
3751 (eieio-describe-class-sb): Use `describe-function'.
3752 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3753 Add `eieio-help-generic' and `eieio-help-constructor'.
3754
3755 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3756
3757 Spelling fixes.
3758 * language/china-util.el (hz-ascii-designation):
3759 Rename from hz-ascii-designnation.
3760 (hz-ascii-designation): Rename from hz-ascii-designnation.
3761 All uses changed.
3762
3763 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3766 package-alist.
3767
3768 2014-01-08 Bastien Guerry <bzg@gnu.org>
3769
3770 * emacs-lisp/package.el (package-delete):
3771 Correctly delete the package from package-alist.
3772
3773 2014-01-08 Daiki Ueno <ueno@gnu.org>
3774
3775 * emacs-lisp/package.el (url-recreate-url): Declare.
3776 (url-http-target-url): Declare.
3777 (package-handle-response): Include requested URL in the error message.
3778 (package--check-signature): Don't re-signal errors from
3779 package--with-work-buffer. Suggested by Stefan Monnier.
3780
3781 2014-01-07 Bastien Guerry <bzg@gnu.org>
3782
3783 * minibuffer.el (completion--try-word-completion): When both a
3784 hyphen and a space are possible candidates for the character
3785 following a word, display both candidates. (Bug#15980)
3786
3787 2014-01-07 Martin Rudalics <rudalics@gmx.at>
3788
3789 * window.el (balance-windows-2): While rounding don't give a
3790 window more than the remainder. Bug#16351, bug#16383.
3791
3792 2014-01-07 Glenn Morris <rgm@gnu.org>
3793
3794 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3795 (menu-bar-help-menu): Use view-external-packages instead.
3796
3797 2014-01-07 Bastien Guerry <bzg@gnu.org>
3798
3799 * emacs-lisp/package.el (package-delete): Also delete the package
3800 name from `package-alist', not its description only.
3801
3802 2014-01-07 Glenn Morris <rgm@gnu.org>
3803
3804 * help.el (view-external-packages):
3805 * menu-bar.el (menu-bar-help-extra-packages):
3806 Visit efaq.info rather than etc/MORE.STUFF.
3807
3808 2014-01-07 Juri Linkov <juri@jurta.org>
3809
3810 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3811 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3812
3813 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3814 that shadows RET. (Bug#16342)
3815
3816 2014-01-07 Chong Yidong <cyd@gnu.org>
3817
3818 * isearch.el (isearch-yank-char, isearch-yank-word)
3819 (isearch-yank-line): Doc fix.
3820
3821 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3822
3823 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3824 * emacs-lisp/elint.el (elint-find-builtins):
3825 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3826 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3827 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3828 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3829 * apropos.el (apropos-safe-documentation):
3830 * subr.el (symbol-file): Remove redundant fboundp.
3831 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3832
3833 2014-01-06 Bastien Guerry <bzg@gnu.org>
3834
3835 * hl-line.el (global-hl-line-overlay): Make a local variable.
3836 (global-hl-line-overlays): New variable to store all overlays.
3837 (global-hl-line-mode): Don't delete overlays from the current
3838 buffer when `global-hl-line-sticky-flag' is non-nil.
3839 (global-hl-line-highlight): Add new overlays to
3840 `global-hl-line-overlays'.
3841 (global-hl-line-unhighlight-all): New function to delete all
3842 overlays when turning off `global-hl-line-mode'.
3843 This fixes Bug#16183.
3844
3845 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3846
3847 * subr.el (set-transient-map): Fix nested case and docstring.
3848
3849 2014-01-06 Tassilo Horn <tsdh@gnu.org>
3850
3851 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3852 `Texinfo' entry.
3853
3854 2014-01-06 Daniel Colascione <dancol@dancol.org>
3855
3856 Fix defun navigation in vc log view.
3857
3858 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3859 like `beginning-of-defun'.
3860 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3861 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3862 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3863 (log-view-extract-comment): Call `log-view-current-entry' directly
3864 instead of relying on broken `log-view-beginning-of-defun' behavior.
3865
3866 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3867
3868 Spelling fixes.
3869 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3870 * emacs-lisp/debug.el (cancel-debug-on-entry):
3871 * epg.el (epg-error-to-string):
3872 * files.el (recover-file):
3873 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3874 * mail/emacsbug.el (report-emacs-bug-hook):
3875 * mail/sendmail.el (mail-recover):
3876 * ses.el (ses-yank-resize):
3877 * term/ns-win.el (ns-print-buffer):
3878 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3879 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3880 All uses changed.
3881 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3882
3883 2014-01-06 Leo Liu <sdl.web@gmail.com>
3884
3885 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3886 to avoid shadowing global key. (Bug#16354)
3887
3888 2014-01-06 Daniel Colascione <dancol@dancol.org>
3889
3890 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3891 rst-mode.
3892
3893 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3894
3895 * window.el (balance-windows): Add mising t to fix Bug#16351.
3896
3897 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3898
3899 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3900 (bug#16285).
3901 (shr-insert): If we have a word that's longer than `shr-width',
3902 break after it anyway. Otherwise we'll do no breaking once we get
3903 such a long word.
3904
3905 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3906
3907 * net/eww.el (eww): Support single/double quote for search.
3908 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3909 (eww-history-quit): Delete and use quit-window.
3910 (eww-history-kill): Delete, because it doesn't work well and
3911 not necessary.
3912 (eww-history-mode-map): Delete some keys and add easy-menu.
3913
3914 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3915
3916 Fix misspelling of 'chinese' in rx (Bug#16237).
3917 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3918 chinese-two-byte.
3919
3920 Change subword regexps back to vars (Bug#16296).
3921 * progmodes/subword.el (subword-forward-regexp)
3922 (subword-backward-regexp): Change these back to variables.
3923
3924 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3927 syntax-begin-function (bug#16247).
3928
3929 2014-01-03 Chong Yidong <cyd@gnu.org>
3930
3931 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3932 (advice--docstring): Delete variable.
3933 (advice--make-1): Leave the docstring empty.
3934 (advice-add): Use function-documentation for advised docstring.
3935
3936 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3937 Ignore function-documentation property when getting documentation.
3938 (ad-activate-advised-definition): Use function-documentation
3939 generate the docstring.
3940 (ad-make-advised-definition): Don't call
3941 ad-make-advised-definition-docstring.
3942 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3943 Delete functions.
3944
3945 * progmodes/sql.el (sql-help): Use function-documentation instead
3946 of dynamic-docstring-function property. No need to autoload now.
3947 (sql--help-docstring): New variable.
3948 (sql--make-help-docstring): Use it.
3949
3950 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * ielm.el (ielm-tab): Retarget.
3953 (ielm-map): Use ielm-tab for tab.
3954 (ielm-complete-filename): Use comint-filename-completion.
3955 (ielm-complete-symbol): Remove.
3956 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3957 remove ielm-tab from completion-at-point-functions (bug#16224).
3958
3959 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3960 Beware signals raised by predicates (bug#16201).
3961
3962 2014-01-02 Richard Stallman <rms@gnu.org>
3963
3964 * dired-aux.el (dired-do-print): Handle printer-name.
3965
3966 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3967 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3968 (rmail-epa-decrypt): Turn off mime processing.
3969
3970 * mail/rmail.el (rmail-make-in-reply-to-field):
3971 Add parens in message-id.
3972
3973 * mail/rmail.el (rmail-get-coding-function): Variable.
3974 (rmail-get-coding-system): Use it.
3975
3976 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3977
3978 * international/mule-conf.el: Unify the charset indian-is13194.
3979 (indian-is13194): Specify unify-map.
3980
3981 2013-12-31 Leo Liu <sdl.web@gmail.com>
3982
3983 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3984
3985 2013-12-30 Daniel Colascione <dancol@dancol.org>
3986
3987 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3988 of printing a useless when we resume from sleep.
3989
3990 * progmodes/sh-script.el
3991 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3992 in indentation code. (Bug#16233)
3993
3994 2013-12-28 João Távora <joaotavora@gmail.com>
3995
3996 * elec-pair.el (electric-pair-post-self-insert-function):
3997 Don't open extra newlines at beginning of buffer. (Bug#16272)
3998
3999 2013-12-28 Eli Zaretskii <eliz@gnu.org>
4000
4001 * frame.el (window-system-for-display): Don't allow to create a
4002 GUI frame from a -nw session on MS-Windows. (Bug#14739)
4003
4004 2013-12-28 Glenn Morris <rgm@gnu.org>
4005
4006 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4007 Update callers.
4008
4009 * apropos.el (apropos-match-face):
4010 * calculator.el (calculator-displayer):
4011 * dabbrev.el (dabbrev-search-these-buffers-only):
4012 * face-remap.el (buffer-face-mode-face):
4013 * simple.el (yank-handled-properties):
4014 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4015 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4016 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4017 (hashcash-double-spend-database):
4018 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4019 (ruby-deep-indent-paren-style):
4020 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4021 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4022 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4023 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4024 Specify custom types.
4025
4026 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4027 * bookmark.el (bookmark-bmenu-use-header-line):
4028 * doc-view.el (doc-view-scale-internally):
4029 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4030 * register.el (register-preview-delay):
4031 * net/shr.el (shr-bullet):
4032 * progmodes/cfengine.el (cfengine-cf-promises)
4033 (cfengine-parameters-indent):
4034 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4035 * textmodes/reftex-vars.el (reftex-label-regexps):
4036 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4037
4038 * net/tls.el (tls-certtool-program): Fix default value.
4039
4040 * desktop.el (desktop-restore-in-current-display):
4041 * newcomment.el (comment-empty-lines):
4042 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4043 (idlwave-pad-keyword):
4044 * progmodes/tcl.el (tcl-tab-always-indent):
4045 * textmodes/reftex-vars.el (reftex-index-default-tag):
4046 * elec-pair.el (electric-pair-skip-whitespace):
4047 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4048
4049 * emacs-lisp/authors.el (authors-ignored-files)
4050 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4051
4052 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4053
4054 * shell.el (shell-dynamic-complete-command): Doc fix.
4055 (shell--command-completion-data): Shell completion now matches
4056 executable filenames from the current buffer's directory, on
4057 systems in which this behavior is the default (windows-nt, ms-dos).
4058
4059 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4060
4061 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4062
4063 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4066 (bug#16251).
4067
4068 * electric.el: Move all electric-pair-* to elec-pair.el.
4069 * elec-pair.el: New file, split from electric.el.
4070
4071 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4072
4073 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4074 indentation level is larger than the width, because that will
4075 infloop.
4076 (shr-insert): Fill repeatedly long texts, so that Japanese is
4077 formatted correctly (bug#16263).
4078 (shr-find-fill-point): Off by one error in comparison with the
4079 indentation.
4080
4081 2013-12-26 João Távora <joaotavora@gmail.com>
4082
4083 * electric.el (electric-pair-mode): More flexible engine for skip-
4084 and inhibit predicates, new options for pairing-related functionality.
4085 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4086 if that keeps or improves their balance in buffers.
4087 (electric-pair-delete-adjacent-pairs): Delete the pair when
4088 backspacing over adjacent matched delimiters.
4089 (electric-pair-open-extra-newline): Open extra newline when
4090 inserting newlines between adjacent matched delimiters.
4091 (electric--sort-post-self-insertion-hook):
4092 Sort post-self-insert-hook according to priority values when
4093 minor-modes are activated.
4094 * simple.el (newline-and-indent): Call newline with interactive
4095 set to t.
4096 (blink-paren-post-self-insert-function): Set priority to 100.
4097 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4098 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4099 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4100 electric-pair-open-newline-between-pairs to nil.
4101
4102 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4103
4104 * progmodes/python.el: Use lexical-binding.
4105 (python-nav-beginning-of-defun): Stop searching ASAP.
4106
4107 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4108
4109 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4110 Fix interactive spec. Doc fix. (Bug#15754)
4111
4112 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4113
4114 * emacs-lisp/byte-run.el (eval-when-compile):
4115 * progmodes/cc-defs.el (cc-eval-when-compile):
4116 Fix edebug spec (bug#16184).
4117
4118 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4119
4120 * net/shr.el (shr-visit-file): Remove debugging function.
4121 (shr-insert): Don't infloop if we can't find a good place to break
4122 the line (bug#16256).
4123
4124 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4125
4126 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4127 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4128 python-nav-lisp-forward-sexp-safe.
4129 (python-nav--forward-sexp): New argument SAFE allows switching
4130 forward sexp movement behavior for parens.
4131 (python-nav-forward-sexp): Throw errors on unterminated parens
4132 (Bug#16191).
4133 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4134 (python-nav-backward-sexp-safe): New functions.
4135 (python-shell-buffer-substring):
4136 Use `python-nav-forward-sexp-safe'.
4137
4138 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4139
4140 * net/shr.el (shr-find-fill-point): Don't break lines before a
4141 quotation mark.
4142 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4143 (shr-find-fill-point): Remove the special checks for the quotation
4144 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4145
4146 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4147
4148 * net/eww.el (eww-form-textarea): Use a different face for
4149 textareas than text input since they have different keymaps
4150 (bug#16142).
4151
4152 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4153
4154 * progmodes/python.el (python-nav-beginning-of-statement):
4155 Speed up (Bug#15295).
4156
4157 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4158
4159 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4160 the window configuration.
4161
4162 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4163
4164 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4165 we run on MS-Windows or MS-DOS.
4166
4167 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4168
4169 * window.el (balance-windows-area): Call window-size instead of
4170 window-height and window-width. Bug#16241.
4171
4172 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4173
4174 * net/eww.el (eww-bookmark-quit): Remove.
4175 (eww-bookmark-browse): Restore the window configuration when you
4176 choose a bookmark (bug#16144).
4177
4178 2013-12-24 Daniel Colascione <dancol@dancol.org>
4179
4180 * icomplete.el: Remove redundant :group arguments to `defcustom'
4181 throughout.
4182 (icomplete-show-matches-on-no-input): New customizable variable.
4183 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4184 we have something to show.
4185 (icomplete-exhibit): Compute completions even if we have no user input.
4186
4187 2013-12-23 Daniel Colascione <dancol@dancol.org>
4188
4189 * icomplete.el: Move `provide' to end of file.
4190
4191 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4192
4193 * net/gnutls.el (gnutls-verify-error): Add version tag.
4194
4195 2013-12-23 Chong Yidong <cyd@gnu.org>
4196
4197 * subr.el (set-transient-map): Rename from
4198 set-temporary-overlay-map. Doc fix.
4199
4200 * face-remap.el (text-scale-adjust):
4201 * indent.el (indent-rigidly):
4202 * kmacro.el (kmacro-call-macro):
4203 * minibuffer.el (minibuffer-force-complete):
4204 * repeat.el (repeat):
4205 * simple.el (universal-argument--mode):
4206 * calendar/todo-mode.el (todo-insert-item--next-param):
4207 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4208
4209 * indent.el (indent-rigidly): Use substitute-command-keys.
4210
4211 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4212
4213 * net/eww.el (eww-tag-select): Add text-property to jump to next
4214 select field.
4215 (eww): Add non-supported ftp error.
4216
4217 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4218
4219 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4220 comments. Handle electric indent after typing `?' and `!'.
4221
4222 2013-12-22 Chong Yidong <cyd@gnu.org>
4223
4224 * faces.el (face-spec-recalc): If the theme specs are not
4225 applicable to a frame, fall back on the defface spec.
4226 This prevents themes from obliterating faces on low-color terminals.
4227
4228 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4229
4230 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4231 after `{'. We need it after block openers, and it doesn't seem
4232 to hurt after hash openers.
4233
4234 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4235
4236 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4237 extracted from `ruby-smie-rules'.
4238 (ruby--electric-indent-chars): New variable.
4239 (ruby--electric-indent-p): New function.
4240 (ruby-mode): Use `electric-indent-functions' instead of
4241 `electric-indent-chars'.
4242
4243 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4244
4245 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4246 docstring.
4247 (ruby-smie-rules): Indent plus one level after `=>'.
4248
4249 2013-12-21 Richard Stallman <rms@gnu.org>
4250
4251 * simple.el (newline): Doc fix.
4252
4253 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4254
4255 * net/eww.el (eww-list-histories, eww-list-histories)
4256 (eww-history-browse, eww-history-quit, eww-history-kill)
4257 (eww-history-mode-map, eww-history-mode): New command and
4258 functions to list browser histories.
4259 (eww-form-text): Support text form with disabled
4260 and readonly attributes.
4261 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4262
4263 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4264
4265 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4266 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4267 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4268 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4269 Use `user-error'.
4270 (eww-bookmark-mode-map): Add menu.
4271 (eww-render, eww-mode): Use `setq-local'.
4272 (eww-tool-bar-map): New variable.
4273 (eww-mode): Set `tool-bar-map'.
4274 (eww-view-source): Check for `html-mode' with `fboundp'.
4275
4276 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4277
4278 * net/shr.el (shr--extract-best-source): Don't bug out on audio
4279 elements with text inside. Also remove debugging.
4280
4281 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
4282
4283 * cus-start.el (all): Add ns-use-srgb-colorspace.
4284
4285 2013-12-21 Chong Yidong <cyd@gnu.org>
4286
4287 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4288 undefined. Thus, theme settings for undefined faces do not take
4289 effect until the faces are defined with defface, the same as with
4290 theme variables.
4291
4292 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4293 (face-spec-reset-face): Don't assign extra properties in temacs.
4294 (face-spec-recalc): Apply X resources too.
4295
4296 2013-12-21 Chong Yidong <cyd@gnu.org>
4297
4298 * faces.el (face-spec-set):
4299 * cus-face.el (custom-theme-set-faces, custom-set-faces):
4300 * custom.el (defface): Doc fixes (Bug#16203).
4301
4302 * indent.el (indent-rigidly-map): Add docstring, and move commands
4303 into named functions.
4304 (indent-rigidly-left, indent-rigidly-right)
4305 (indent-rigidly-left-to-tab-stop)
4306 (indent-rigidly-right-to-tab-stop): New functions. Decide on
4307 indentation direction based on bidi direction, and accumulate
4308 sequential commands in a single undo boundary.
4309 (indent-rigidly--pop-undo): New utility function.
4310
4311 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
4312
4313 * faces.el (read-face-name): Require crm.el when using crm-separator.
4314
4315 2013-12-20 Daniel Colascione <dancol@dancol.org>
4316
4317 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4318 so that we don't reflow comments into the shebang line.
4319
4320 2013-12-20 Juri Linkov <juri@jurta.org>
4321
4322 * saveplace.el (save-place-to-alist): Add `dired-filename' as
4323 a position when `dired-directory' is non-nil. Check integer
4324 positions with `integerp'.
4325 (toggle-save-place, save-places-to-alist): Add check for
4326 `dired-directory'.
4327 (save-place-find-file-hook): Check integer positions with
4328 `integerp'.
4329 (save-place-dired-hook): Use `dired-goto-file' when
4330 `dired-filename' is found in the assoc list. Check integer
4331 positions with `integerp'.
4332 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4333
4334 * dired.el (dired-initial-position-hook): Rename back from
4335 `dired-initial-point-hook'.
4336 (dired-initial-position): Rename `dired-initial-point-hook' to
4337 `dired-initial-position-hook'.
4338 (dired-file-name-at-point): Doc fix. (Bug#15329)
4339
4340 2013-12-20 Juri Linkov <juri@jurta.org>
4341
4342 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4343 (read-regexp-suggestions): New function.
4344 (read-regexp): Use `read-regexp-defaults-function' to get default values.
4345 Use `read-regexp-suggestions'. Add non-empty default to history
4346 for empty input.
4347 (occur-read-regexp-defaults-function): Remove function.
4348 (occur-read-primary-args): Use `regexp-history-last' instead of
4349 `occur-read-regexp-defaults-function'.
4350
4351 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4352 (hi-lock-line-face-buffer, hi-lock-face-buffer)
4353 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4354 `hi-lock-read-regexp-defaults-function'. Doc fix.
4355 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4356 with `find-tag-default-as-symbol-regexp'. Doc fix.
4357 (hi-lock-read-regexp-defaults): Remove function.
4358 (hi-lock-regexp-okay): Add check for null.
4359
4360 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4361 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
4362
4363 * subr.el (find-tag-default-as-symbol-regexp): New function.
4364 (find-tag-default-as-regexp): Move symbol regexp formatting to
4365 `find-tag-default-as-symbol-regexp'.
4366
4367 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
4368
4369 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4370 (Bug#14179)
4371
4372 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4373
4374 * calendar/todo-mode.el: New implementation of item insertion
4375 commands and key bindings.
4376 (todo-key-prompt): New face.
4377 (todo-insert-item): New command.
4378 (todo-insert-item--parameters): New defconst, replacing defvar
4379 todo-insertion-commands-args-genlist.
4380 (todo-insert-item--param-key-alist): New defconst, replacing
4381 defvar todo-insertion-commands-arg-key-list.
4382 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4383 (todo-insert-item--argsleft, todo-insert-item--apply-args)
4384 (todo-insert-item--next-param): New functions.
4385 (todo-insert-item--args, todo-insert-item--argleft)
4386 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4387 New variables.
4388 (todo-key-bindings-t): Change binding of "i" from
4389 todo-insertion-map to todo-insert-item.
4390 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4391 (todo-insertion-command-name, todo-insertion-commands-names)
4392 (todo-define-insertion-command, todo-insertion-commands)
4393 (todo-insertion-key-bindings, todo-insertion-map): Remove.
4394
4395 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4396
4397 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4398 (todo-toggle-item-highlighting): Use eval-and-compile instead of
4399 eval-when-compile.
4400 (todo-move-category): Allow choosing a non-existing todo file to
4401 move the category to, and create that file.
4402 (todo-default-priority): New user option.
4403 (todo-set-item-priority): Use it.
4404 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4405 (desktop-restore-file-buffer): Declare.
4406 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4407 (todo-modes-set-2): Locally set desktop-save-buffer to
4408 todo-desktop-save-buffer.
4409 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4410 (auto-mode-alist): Add autoload cookie.
4411
4412 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
4413
4414 * emacs-lisp/subr-x.el: Renamed from helpers.el.
4415 helpers.el was a poor choice of name.
4416 (string-remove-prefix): New function.
4417 (string-remove-suffix): New function.
4418
4419 2013-12-20 Martin Rudalics <rudalics@gmx.at>
4420
4421 Fix assignment for new window total sizes.
4422 * window.el (window--pixel-to-size): Remove function.
4423 (window--pixel-to-total-1, window--pixel-to-total):
4424 Fix calculation of new total sizes.
4425
4426 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
4427
4428 * comint.el (comint-output-filter): Fix rear-nonsticky property
4429 placement (Bug#16010).
4430
4431 2013-12-20 Chong Yidong <cyd@gnu.org>
4432
4433 * faces.el (read-color): Minor fix for completion function.
4434
4435 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
4436
4437 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4438 New option. (Bug#16182)
4439 (ruby-smie--indent-to-stmt-p): Use it.
4440 (ruby-smie-rules): Revert the logic in the handling of `when'.
4441 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4442 (ruby-deep-arglist, ruby-deep-indent-paren)
4443 (ruby-deep-indent-paren-style): Update docstrings to note that the
4444 vars don't have any effect with SMIE.
4445
4446 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
4447
4448 * calc/calc.el (calc-enter, calc-pop): Use the variable
4449 `calc-context-sensitive-enter'.
4450
4451 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4452
4453 * net/shr.el (shr-insert): Protect against infloops in degenerate
4454 tables.
4455
4456 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4457
4458 * progmodes/octave.el (octave): Add link to manual and octave
4459 homepage.
4460 (octave-mode-menu): Link to octave-mode manual.
4461
4462 2013-12-20 Leo Liu <sdl.web@gmail.com>
4463
4464 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4465 insertion using skeleton-end-newline. (Bug#16138)
4466
4467 2013-12-20 Juri Linkov <juri@jurta.org>
4468
4469 * replace.el (occur-engine): Use `add-face-text-property'
4470 to add the face property to matches and titles. (Bug#14645)
4471
4472 * hi-lock.el (hi-green): Use lighter color "light green" closer to
4473 the palette of other hi-lock colors.
4474 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4475
4476 2013-12-19 Juri Linkov <juri@jurta.org>
4477
4478 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4479 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
4480 (minibuffer-history-symbol): Move variable declaration closer to
4481 its usage.
4482
4483 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4484 (Bug#14785)
4485
4486 2013-12-19 Juri Linkov <juri@jurta.org>
4487
4488 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4489 New function.
4490 (log-edit-hook): Add it to :options. (Bug#16170)
4491
4492 2013-12-19 Juri Linkov <juri@jurta.org>
4493
4494 * simple.el (eval-expression-print-format): Don't check for
4495 command names and the last command. Always display additional
4496 formats of the integer result in the echo area, and insert them
4497 to the current buffer only with a zero prefix arg.
4498 Display character when char-displayable-p is non-nil.
4499 (eval-expression): With a zero prefix arg, set `print-length' and
4500 `print-level' to nil, and insert the integer values from
4501 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4502
4503 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4504 `eval-last-sexp-arg-internal'. Doc fix.
4505 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4506 `eval-last-sexp-print-value'. Doc fix.
4507 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4508 Set `print-length' and `print-level' to nil when arg is zero.
4509 (eval-last-sexp): Doc fix.
4510 (eval-defun-2): Print the integer values from
4511 `eval-expression-print-format' at the end.
4512
4513 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4514 values from `eval-expression-print-format' at the end.
4515
4516 * ielm.el (ielm-eval-input): Print the integer
4517 values from `eval-expression-print-format' at the end.
4518
4519 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4520
4521 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4522 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4523
4524 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4525
4526 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4527 (hl-line-highlight, global-hl-line-highlight): Use it.
4528 (hl-line-overlay): Use defvar-local.
4529
4530 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4531
4532 * term/ns-win.el: Require dnd.
4533 (global-map): Remove drag items.
4534 (ns-insert-text, ns-set-foreground-at-mouse)
4535 (ns-set-background-at-mouse):
4536 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4537 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4538 New functions.
4539
4540 2013-12-19 Glenn Morris <rgm@gnu.org>
4541
4542 * emacs-lisp/ert.el (ert-select-tests):
4543 Fix string/symbol mixup. (Bug#16121)
4544
4545 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4546
4547 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4548 keywords to their parent.
4549
4550 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4551
4552 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4553 first arg to be a string (fixed dead code), or an operator symbol.
4554 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4555 operator symbols.
4556 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4557 did nothing. Don't respond to `(:after ".")', it will be called
4558 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4559 change anything. Only return indentation for binary operators
4560 when they are hanging. De-dent opening paren when its parent is
4561 `.', otherwise it looks bad when the dot is not at bol or eol
4562 (bug#16182).
4563
4564 2013-12-19 Juri Linkov <juri@jurta.org>
4565
4566 * replace.el (query-replace-read-args): Split a non-negative arg
4567 and a negative arg into separate elements.
4568 (query-replace, query-replace-regexp, replace-string)
4569 (replace-regexp): Add arg `backward'. Doc fix.
4570 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4571 move point to the beginning of the match.
4572 (replace-search, replace-highlight): Use new arg `backward'
4573 to set the value of `isearch-forward'.
4574 (perform-replace): Add arg `backward' and use it to perform
4575 replacement backward. (Bug#14979)
4576
4577 * isearch.el (isearch-query-replace): Use a negative prefix arg
4578 to call `perform-replace' with a non-nil arg `backward'.
4579
4580 2013-12-18 Juri Linkov <juri@jurta.org>
4581
4582 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4583 to the default list. Move `log-edit-show-files' to the end.
4584 Add more available functions to options.
4585 (log-edit): Move default specific settings to
4586 `log-edit-insert-message-template'. Don't move point.
4587 (log-edit-insert-message-template): New function.
4588 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4589 (Bug#16170)
4590
4591 2013-12-18 Juri Linkov <juri@jurta.org>
4592
4593 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4594 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4595
4596 2013-12-18 Leo Liu <sdl.web@gmail.com>
4597
4598 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4599 (Bug#16186)
4600
4601 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4602
4603 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4604 formats for displaying file sizes when the -s switch is given.
4605 Instead, compute a separate format for displaying the size in
4606 blocks, which is displayed in addition to the "regular" size.
4607 When -h is given in addition to -s, produce size in blocks in
4608 human-readable form as well. (Bug#16179)
4609
4610 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4611
4612 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4613 Reference tables with ~\ref{...} instead of only \ref{...}.
4614
4615 2013-12-18 Chong Yidong <cyd@gnu.org>
4616
4617 * cus-edit.el (custom-magic-alist): Fix "themed" description
4618 (Bug#14348).
4619
4620 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4621 is non-nil, do not create a new entry in the symbol's theme-value
4622 or theme-face property; update theme-settings only (Bug#14664).
4623 (custom-available-themes): Doc fix.
4624
4625 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4626 (Bug#15674).
4627
4628 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4629
4630 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4631
4632 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4633 (Bug#13914).
4634
4635 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4636
4637 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4638
4639 2013-12-18 Glenn Morris <rgm@gnu.org>
4640
4641 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4642 * cus-start.el (load-prefer-newer): New option.
4643
4644 2013-12-18 Le Wang <l26wang@gmail.com>
4645
4646 * comint.el (comint-previous-matching-input-from-input):
4647 Retain point (Bug#13404).
4648
4649 2013-12-18 Chong Yidong <cyd@gnu.org>
4650
4651 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4652
4653 2013-12-18 Glenn Morris <rgm@gnu.org>
4654
4655 * mail/emacsbug.el (report-emacs-bug):
4656 Only mention enable-multibyte-characters if non-standard.
4657
4658 2013-12-17 Juri Linkov <juri@jurta.org>
4659
4660 * arc-mode.el (archive-extract-by-file): Check if directory exists
4661 before deletion to not show irrelevant errors if it doesn't exist.
4662
4663 2013-12-17 Juri Linkov <juri@jurta.org>
4664
4665 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4666 (Bug#14751)
4667
4668 * net/eww.el (browse-web): Add alias to `eww'.
4669 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4670 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4671
4672 * net/browse-url.el (browse-url-browser-function): Move `eww'
4673 closer to similar functions.
4674
4675 * startup.el (fancy-startup-screen, fancy-about-screen):
4676 Set browse-url-browser-function to eww-browse-url locally.
4677 (Bug#14751)
4678
4679 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4680
4681 * window.el (window--pixel-to-total): Remove unused `mini' var.
4682 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4683 (split-window): Remove unused `new' var.
4684 (window--display-buffer): Remove unused `frame' and `delta' vars.
4685 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4686 and display-width'.
4687
4688 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4689
4690 * dired.el (dired-mark-pop-up):
4691 * register.el (register-preview): Don't bind
4692 split-height-threshold here since it's now done in
4693 display-buffer-below-selected.
4694
4695 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4696
4697 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4698 xterm-rgb-convert-to-16bit.
4699 (rxvt-register-default-colors): Standardize with
4700 xterm-register-default-colors (Bug#14078).
4701
4702 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4703
4704 * simple.el (kill-region): Pass mark first, then point, so that
4705 kill-append works right (Bug#12819).
4706 (copy-region-as-kill, kill-ring-save): Likewise.
4707
4708 2013-12-17 Leo Liu <sdl.web@gmail.com>
4709
4710 * net/rcirc.el (rcirc-add-face):
4711 * eshell/em-prompt.el (eshell-emit-prompt):
4712 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4713 (Bug#16167)
4714
4715 2013-12-17 Chong Yidong <cyd@gnu.org>
4716
4717 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4718 Suggested by Xue Fuqiao.
4719
4720 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4721
4722 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4723
4724 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * net/shr.el (shr-insert-document): Remove unused var
4727 `shr-preliminary-table-render'.
4728 (shr-rescale-image): Remove unused arg `force'.
4729 (shr-put-image): Update calls accordingly.
4730 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4731
4732 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4733
4734 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4735 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4736 :close-all, to see which indentation method to use (Bug#16116).
4737 (smie-rules-function): Document the method :close-all.
4738
4739 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4740
4741 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4742
4743 * net/eww.el (eww-display-html): If we can't find the anchor we're
4744 looking for, then go to point-min.
4745
4746 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4747
4748 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4749 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4750 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4751 Expand dir too, in case it's relative.
4752
4753 2013-12-16 Juri Linkov <juri@jurta.org>
4754
4755 * desktop.el (desktop-auto-save-timeout): Change default to
4756 `auto-save-timeout'. Doc fix.
4757 (desktop-save): Skip the timestamp in desktop-saved-frameset
4758 when checking for auto-save changes.
4759 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4760 `desktop-auto-save' is called repeatedly by the idle timer.
4761 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4762 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4763 (Bug#15331)
4764
4765 2013-12-16 Juri Linkov <juri@jurta.org>
4766
4767 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4768 (Bug#16035)
4769 (isearch-pre-command-hook): Check `this-command' for symbolp.
4770
4771 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4774
4775 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4776
4777 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4778 (cfengine3--current-function): Bring in the current-function
4779 functionality from `cfengine3--current-word'.
4780 (cfengine3-completion-function): Bring in the
4781 bounds-of-current-word functionality from
4782 `cfengine3--current-word'.
4783
4784 2013-12-16 Martin Rudalics <rudalics@gmx.at>
4785
4786 * window.el (display-buffer-below-selected):
4787 Bind split-height-threshold to 0 as suggested by Juri Linkov.
4788
4789 2013-12-16 Leo Liu <sdl.web@gmail.com>
4790
4791 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4792 Remove NOMSG arg and all uses changed.
4793
4794 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4797 (cua--deactivate-rectangle): Don't deactivate the mark.
4798 (cua-set-rectangle-mark): Don't set mark-active since
4799 cua--activate-rectangle already does it for us.
4800 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4801 non-rectangular region.
4802
4803 * emulation/cua-base.el (cua-repeat-replace-region):
4804 Use with-current-buffer.
4805
4806 * net/gnutls.el: Use cl-lib.
4807 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4808
4809 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4810
4811 * emacs-lisp/package.el (package-built-in-p): Support both
4812 built-in and the package.el converted package descriptions.
4813 (package-show-package-list): Allow keywords.
4814 (package-keyword-button-action): Use it instead of
4815 `finder-list-matches'.
4816 (package-menu-filter-interactive): Interactive filtering (by
4817 keyword) function.
4818 (package-menu--generate): Support keywords and change keymappings
4819 and headers when they are given.
4820 (package--has-keyword-p): Helper function.
4821 (package-menu--refresh): Use it.
4822 (package--mapc): Helper function.
4823 (package-all-keywords): Use it.
4824 (package-menu-mode-map): Set up menu items and keybindings to
4825 provide a filtering UI.
4826
4827 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4828
4829 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4830 the behavior when a certificate fails validation. Defaults to
4831 old behavior: never abort, just warn.
4832 (gnutls-negotiate): Use it.
4833
4834 2013-12-14 Martin Rudalics <rudalics@gmx.at>
4835
4836 * window.el (display-buffer-below-selected): Never split window
4837 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4838
4839 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4840
4841 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4842 (package-buffer-info): Use it (bug#15108).
4843
4844 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * icomplete.el (icomplete-completions): Make sure the prefix is already
4847 displayed elsewhere before hiding it (bug#16219).
4848
4849 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4850
4851 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4852 open-paren tokens when preceded by a open-paren, too.
4853 (ruby-smie-rules): Handle virtual indentation after open-paren
4854 tokens specially. If there is code between it and eol, return the
4855 column where is starts (Bug#16118).
4856
4857 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4858
4859 * progmodes/cfengine.el: Fix `add-hook' doc.
4860 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4861 (cfengine3--current-word): Fix parameters.
4862 (cfengine3-make-syntax-cache): Simplify further.
4863 (cfengine3-completion-function, cfengine3--current-function):
4864 Use `assq' for symbols.
4865 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4866
4867 2013-12-13 Glenn Morris <rgm@gnu.org>
4868
4869 * loadup.el (load-path): Warn if site-load or site-init changes it.
4870 No more need to reset it when bootstrapping.
4871
4872 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4873
4874 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4875 locations for cf-promises.
4876 (cfengine-mode-syntax-functions-regex): New caching variable.
4877 (cfengine3-fallback-syntax): Fallback syntax for cases where
4878 cf-promises doesn't run.
4879 (cfengine3--current-word): Reimplement using
4880 `cfengine-mode-syntax-functions-regex'.
4881 (cfengine3-completion-function, cfengine3--current-function):
4882 Use `cfengine3-make-syntax-cache' directly.
4883 (cfengine3-clear-syntax-cache): New function.
4884 (cfengine3-make-syntax-cache): Simplify and create
4885 `cfengine-mode-syntax-functions-regex' on demand.
4886 (cfengine3-format-function-docstring): Don't call
4887 `cfengine3-make-syntax-cache' explicitly.
4888
4889 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4890
4891 Fix windmove-find-other-window broken after pixelwise resizing
4892 (Bug#16017).
4893 * windmove.el (windmove-other-window-loc): Revert change from
4894 2013-12-04.
4895 (windmove-find-other-window): Call window-in-direction.
4896 * window.el (window-in-direction): New arguments SIGN, WRAP and
4897 MINI to emulate original windmove-find-other-window behavior.
4898
4899 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4900
4901 * simple.el (blink-matching--overlay): New variable.
4902 (blink-matching-open): Instead of moving point, highlight the
4903 matching paren with an overlay
4904 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4905
4906 * faces.el (paren-showing-faces, show-paren-match)
4907 (show-paren-mismatch): Move from paren.el.
4908
4909 2013-12-13 Leo Liu <sdl.web@gmail.com>
4910
4911 * indent.el (indent-region): Disable progress reporter in
4912 minibuffer. (Bug#16108)
4913
4914 * bindings.el (visual-order-cursor-movement): Fix version.
4915
4916 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4917
4918 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4919 Also match after beginning of line.
4920 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4921 files. Thanks to Russell Sim. (Bug#15378)
4922
4923 2013-12-13 Juri Linkov <juri@jurta.org>
4924
4925 * simple.el <Keypad support>: Remove key bindings duplicated
4926 with bindings.el. (Bug#14397)
4927
4928 2013-12-13 Juri Linkov <juri@jurta.org>
4929
4930 * comint.el (comint-mode-map): Replace `delete-char' with
4931 `delete-forward-char'. (Bug#16109)
4932
4933 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4934
4935 * progmodes/python.el (python-indent-calculate-indentation):
4936 Fix de-denters cornercase. (Bug#15731)
4937
4938 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4941 (advice--make): Pay attention to `depth'.
4942 (advice--make-1): Don't autoload commands eagerly.
4943 * emacs-lisp/elp.el (elp-instrument-function):
4944 * emacs-lisp/trace.el (trace-function-internal):
4945 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4946
4947 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4948
4949 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4950
4951 * term/w32-win.el (w32-handle-dropped-file):
4952 * startup.el (normal-top-level):
4953 * net/browse-url.el (browse-url-file-url):
4954 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4955 decode file names using 'utf-8' rather than
4956 file-name-coding-system.
4957
4958 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4959
4960 * progmodes/python.el (python-indent-context)
4961 (python-indent-calculate-indentation): Fix auto-identation
4962 behavior for comment blocks. (Bug#15916)
4963
4964 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4965
4966 * progmodes/python.el (python-indent-calculate-indentation):
4967 When determining indentation, don't treat "return", "pass", etc., as
4968 operators when they are just string constituents. (Bug#15812)
4969
4970 2013-12-12 Juri Linkov <juri@jurta.org>
4971
4972 * uniquify.el (uniquify-buffer-name-style): Change default to
4973 `post-forward-angle-brackets'.
4974
4975 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4976 `uniquify'. Change default to `post-forward-angle-brackets'.
4977
4978 2013-12-11 Glenn Morris <rgm@gnu.org>
4979
4980 * emacs-lisp/package.el (finder-list-matches):
4981 Autoload rather than falsely declaring.
4982
4983 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4984
4985 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4986 (eww-mode-map): Use them.
4987
4988 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4989
4990 * window.el (display-buffer-in-side-window): Fix doc-string
4991 (Bug#16115).
4992
4993 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4994
4995 * vc/vc-git.el: Silence byte-compiler warnings.
4996 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4997 (log-edit-set-header): Declare.
4998
4999 2013-12-11 Eli Zaretskii <eliz@gnu.org>
5000
5001 * Makefile.in (custom-deps, finder-data): Run output file names
5002 through unmsys--file-name. (Bug#16099)
5003
5004 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5007 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5008
5009 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5010 instead of deleting the selection "by hand" (bug#16098).
5011 Rely on insert-for-yank to yank rectangles.
5012 (cua-highlight-region-shift-only): Mark obsolete.
5013 (cua-mode): Don't enable/disable transient-mark-mode,
5014 shift-select-mode (cua-mode works both with and without them), and
5015 pc-selection-mode (obsolete).
5016 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5017 (cua--deactivate-rectangle): Deactivate it.
5018
5019 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5020 (delete-selection-helper): Make sure yank starts at the top of the
5021 deleted region.
5022 (minibuffer-keyboard-quit): Use region-active-p.
5023
5024 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5025
5026 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5027 to `delete' (bug#16109).
5028
5029 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5030
5031 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5032 info manual and show keybindings and set `:group' keyword.
5033
5034 2013-12-11 Juri Linkov <juri@jurta.org>
5035
5036 * delsel.el (delete-active-region): Let-bind `this-command'
5037 to prevent `kill-region' from changing its original value.
5038 (delete-selection-helper): Handle `overwrite-mode' for the type
5039 `kill' exactly the same way as for the type `t'.
5040 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5041 Support more commands. (Bug#13312)
5042
5043 2013-12-11 Juri Linkov <juri@jurta.org>
5044
5045 * bindings.el: Map kp keys to non-kp keys systematically
5046 with basic modifiers control, meta and shift. (Bug#14397)
5047
5048 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5049
5050 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5051 "Close browser" menu items. Fix wrong function of "List
5052 bookmarks".
5053
5054 2013-12-11 Juri Linkov <juri@jurta.org>
5055
5056 * misearch.el (multi-isearch-buffers): Set the value of
5057 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5058 arg of isearch-forward to t.
5059 (multi-isearch-buffers-regexp): Set the value of
5060 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5061 arg of isearch-forward-regexp to t.
5062 (multi-isearch-files): Set the value of
5063 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5064 arg of isearch-forward to t.
5065 (multi-isearch-files-regexp): Set the value of
5066 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5067 arg of isearch-forward-regexp to t. (Bug#16035)
5068
5069 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5070 arg of isearch-forward to t.
5071 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5072 arg of isearch-forward-regexp to t.
5073 (dired-isearch-filter-filenames): Remove unnecessary check for
5074 `dired-isearch-filenames'.
5075
5076 * comint.el (comint-history-isearch-backward):
5077 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5078 (comint-history-isearch-backward-regexp):
5079 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5080
5081 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5082
5083 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5084 unmsys--file-name. (Bug#16099)
5085
5086 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5087
5088 * emacs-lisp/package.el (package-keyword-button-action):
5089 Remove finder.el require dependency.
5090
5091 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5092
5093 * emacs-lisp/package.el: Require finder.el.
5094 (describe-package-1): Add keyword buttons.
5095 (package-make-button): New convenience function.
5096 (package-keyword-button-action): Keyword button action using
5097 `finder-list-matches'.
5098
5099 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5100
5101 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5102 last commit.
5103
5104 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5105
5106 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5107 symlinked files.
5108
5109 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5110
5111 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5112 after the end of a percent literal.
5113
5114 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5115
5116 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5117 Handle caret-delimited strings (Bug#16079).
5118
5119 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5120
5121 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5122 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5123 `ruby-parse-partial' (Bug#16078).
5124
5125 2013-12-09 Leo Liu <sdl.web@gmail.com>
5126
5127 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5128
5129 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5130
5131 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5132 (js-switch-indent-offset): New option.
5133 (js--proper-indentation): Use it. And handle the case when
5134 "default" is actually a key in an object literal.
5135 (js--same-line): New function.
5136 (js--multi-line-declaration-indentation): Use it.
5137 (js--indent-in-array-comp, js--array-comp-indentation):
5138 New functions.
5139 (js--proper-indentation): Use them, to handle array comprehension
5140 continuations.
5141
5142 2013-12-08 Leo Liu <sdl.web@gmail.com>
5143
5144 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5145 (flymake-make-overlay): Remove arg MOUSE-FACE.
5146 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5147
5148 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5151 New function.
5152 (redisplay-highlight-region-function): Use it.
5153
5154 * emulation/cua-base.el (cua--explicit-region-start)
5155 (cua--last-region-shifted): Remove.
5156 (cua--deactivate): Use deactivate-mark.
5157 (cua--pre-command-handler-1): Don't handle shift-selection.
5158 (cua--post-command-handler-1): Don't change transient-mark-mode.
5159 (cua--select-keymaps): Use region-active-p rather than
5160 cua--explicit-region-start or cua--last-region-shifted.
5161 (cua-mode): Enable shift-select-mode.
5162
5163 2013-12-08 Leo Liu <sdl.web@gmail.com>
5164
5165 * progmodes/flymake.el (flymake-popup-current-error-menu):
5166 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5167 (flymake-posn-at-point-as-event, flymake-popup-menu)
5168 (flymake-make-emacs-menu): Remove. (Bug#16077)
5169
5170 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * rect.el (rectangle-mark-mode): Activate mark even if
5173 transient-mark-mode is off (bug#16066).
5174 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5175 is > mark and at bolp.
5176
5177 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5178 (region-extract-function): Use it.
5179 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5180 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5181 Delete functions.
5182 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5183 kill-ring-save, kill-region, delete-char, delete-forward-char.
5184 Ignore self-insert-iso.
5185
5186 * emulation/cua-gmrk.el (cua--init-global-mark):
5187 Ignore `self-insert-iso'.
5188
5189 * emulation/cua-base.el (cua--prefix-copy-handler)
5190 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5191 checking cua--rectangle.
5192 (cua-delete-region): Use region-extract-function.
5193 (cua-replace-region): Delete function.
5194 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5195 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5196 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5197 (cua--init-keymaps): Don't remap delete-selection commands.
5198 (cua-mode): Use delete-selection-mode instead of rolling our own
5199 (bug#16085).
5200
5201 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5202 Obey region-extract-function.
5203
5204 Make registers and delete-selection-mode work on rectangles.
5205 * register.el (describe-register-1): Don't modify the register's value.
5206 (copy-to-register): Obey region-extract-function.
5207 * delsel.el (delete-active-region): Obey region-extract-function.
5208
5209 2013-12-08 Leo Liu <sdl.web@gmail.com>
5210
5211 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5212 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5213 (flymake-compilation-prevents-syntax-check)
5214 (flymake-start-syntax-check-on-newline)
5215 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5216 (flymake-start-syntax-check-on-find-file, flymake-log-level)
5217 (flymake-xml-program, flymake-master-file-dirs)
5218 (flymake-master-file-count-limit)
5219 (flymake-allowed-file-name-masks): Relocate.
5220 (flymake-makehash, flymake-float-time)
5221 (flymake-replace-regexp-in-string, flymake-split-string)
5222 (flymake-get-temp-dir): Remove.
5223 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5224 (flymake-current-row, flymake-selected-frame)
5225 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5226 related functions. (Bug#16077)
5227
5228 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
5229
5230 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5231
5232 2013-12-07 Tassilo Horn <tsdh@gnu.org>
5233
5234 * help-fns.el (describe-function-1): Use new advice-* functions
5235 rather than old ad-* functions. Fix function type description and
5236 source links for advised functions and subrs.
5237
5238 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5239
5240 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5241
5242 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
5243
5244 * progmodes/compile.el (compilation-start):
5245 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5246
5247 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5248 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
5249
5250 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5251
5252 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5253 Touch up the last change.
5254
5255 2013-12-06 Leo Liu <sdl.web@gmail.com>
5256
5257 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5258 (inferior-octave-startup): Always use "octave> " for prompt.
5259 (octave-goto-function-definition)
5260 (octave-sync-function-file-names)
5261 (octave-find-definition-default-filename): Remove redundant backquotes.
5262
5263 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5264
5265 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5266 syntax for `?'.
5267 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5268 where appropriate already.
5269 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5270 end of method names (Bug#15874).
5271
5272 2013-12-06 Juri Linkov <juri@jurta.org>
5273
5274 * isearch.el (isearch--saved-overriding-local-map):
5275 New internal variable.
5276 (isearch-mode): Set it to the initial value of
5277 `overriding-terminal-local-map'.
5278 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5279 with `isearch--saved-overriding-local-map'. (Bug#16035)
5280
5281 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5282
5283 * progmodes/octave.el (inferior-octave-completion-table):
5284 Turn back into function, use `completion-table-with-cache'
5285 (Bug#11906). Update all references.
5286
5287 * minibuffer.el (completion-table-with-cache): New function.
5288
5289 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
5290
5291 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5292
5293 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
5294
5295 * net/eww.el (eww-current-source): New variable to store page
5296 source.
5297 (eww-display-html, eww-mode, eww-save-history)
5298 (eww-restore-history): Use it.
5299 (eww-view-source): New command to view page source.
5300 Opportunistically uses `html-mode' to highlight the buffer.
5301 (eww-mode-map): Install it.
5302
5303 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
5304
5305 * net/dbus.el (dbus-unregister-service)
5306 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5307 Fix docstring.
5308 (dbus-unregister-service): Skip :serial entries in
5309 `dbus-registered-objects-table'.
5310 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5311
5312 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
5313
5314 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5315 around keywords with extra `split-string' argument.
5316
5317 2013-12-04 Martin Rudalics <rudalics@gmx.at>
5318
5319 * windmove.el (windmove-other-window-loc): Handle navigation
5320 between windows (excluding the minibuffer window - Bug#16017).
5321
5322 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
5323
5324 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5325 in D-Bus type syntax.
5326 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5327 preserve unibyte strings. (Bug#16048)
5328
5329 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5332 Call force-mode-line-update is the proper buffer (bug#16042).
5333
5334 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
5335
5336 * vc/log-edit.el (log-edit-add-new-comment): Rename to
5337 `log-edit-remember-comment', make argument optional. Adjust all
5338 callers.
5339 (log-edit-mode): Add `log-edit-remember-comment' to
5340 `kill-buffer-hook' locally.
5341 (log-edit-kill-buffer): Don't remember comment explicitly since
5342 the buffer is killed anyway.
5343
5344 2013-12-04 Juri Linkov <juri@jurta.org>
5345
5346 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5347 add-hook and remove-hook for multi-buffer search. (Bug#16035)
5348
5349 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
5350
5351 * notifications.el (notifications-close-notification): Call the
5352 D-Bus method with ID being a `:uint32'. (Bug#16030)
5353
5354 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5355
5356 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5357
5358 2013-12-03 Juri Linkov <juri@jurta.org>
5359
5360 * progmodes/compile.el (compilation-start): Rename window alist
5361 entry `no-display-ok' to `allow-no-window'.
5362
5363 * simple.el (shell-command): Add window alist entry
5364 `allow-no-window' to `display-buffer'.
5365 (async-shell-command): Doc fix.
5366
5367 * window.el (display-buffer-no-window): New action function.
5368 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
5369
5370 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5371
5372 * vc/log-edit.el (log-edit-set-header): Extract from
5373 `log-edit-toggle-header'.
5374 (log-edit-extract-headers): Separate the summary, when extracted
5375 from header, from the rest of the message with an empty line.
5376
5377 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5378 line, if present, to the Summary header.
5379
5380 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5383 in current-buffer (bug#16029).
5384
5385 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
5386
5387 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5388 (debugger-mode-map): Bind it.
5389 (debugger--backtrace-base): New function.
5390 (debugger-eval-expression): Use it.
5391 (debugger-frame-number): Skip local vars when present.
5392 (debugger--locals-visible-p, debugger--insert-locals)
5393 (debugger--show-locals, debugger--hide-locals): New functions.
5394
5395 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
5396
5397 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5398 "LC_ALL".
5399 (tramp-get-remote-locale): New defun.
5400 (tramp-open-connection-setup-interactive-shell): Use it.
5401
5402 2013-12-02 Leo Liu <sdl.web@gmail.com>
5403
5404 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
5405
5406 * progmodes/sh-script.el (sh-shell-process):
5407 * progmodes/octave.el (inferior-octave-process-live-p):
5408 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5409 (gdb-inferior-io-sentinel):
5410 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5411
5412 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5413
5414 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5415 `save-selected-window' to `log-edit-hide-buf'. This makes
5416 `log-edit-show-files' idempotent.
5417 (log-edit-show-files): Mark the new window as dedicated.
5418
5419 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5420
5421 * vc/log-edit.el (log-edit-mode-map): Add binding for
5422 `log-edit-kill-biffer'.
5423 (log-edit-hide-buf): Add a FIXME comment.
5424 (log-edit-add-new-comment): New function, extracted from
5425 `log-edit-done'.
5426 (log-edit-done, log-edit-add-to-changelog): Use it.
5427 (log-edit-kill-buffer): New command.
5428
5429 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5430
5431 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5432 instead of killing the buffer.
5433
5434 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5437
5438 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5439
5440 * net/eww.el (eww-form-checkbox-selected-symbol)
5441 (eww-form-checkbox-symbol): New customizable variable.
5442 (eww-form-checkbox, eww-toggle-checkbox):
5443 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5444
5445 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5446 (shr--get-media-pref, shr--extract-best-source): New function.
5447 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5448 no :src tag was specified.
5449
5450 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5451 (eww-render): Handle `eww-use-external-browser-for-content-type'.
5452 Use \\` to match beginning of string instead of ^.
5453 (eww-browse-with-external-browser): Provide optional URL parameter.
5454 (eww-render): Set `eww-current-title' back to "".
5455
5456 * net/shr.el (shr-tag-video): Display content for video if no
5457 poster is available.
5458 (shr-tag-audio): Add support for <audio> tag.
5459
5460 * net/eww.el (eww-text-input-types): New const.
5461 (eww-process-text-input): Treat input types in
5462 `eww-text-input-types' as text.
5463
5464 * net/shr.el (shr-tag-table): Fix comment typo.
5465
5466 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5467
5468 * net/eww.el (eww-follow-link): New command to avoid reloading
5469 pages when we follow #target links (bug#15243).
5470 (eww-quit): Special mode buffers shouldn't query before exiting.
5471
5472 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5473
5474 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5475 forms.
5476
5477 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5478
5479 * net/eww.el (eww-restore-history): Update the window title after
5480 moving in the history.
5481 (eww-current-dom): New variable used to save the current DOM.
5482
5483 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
5484
5485 * vc/log-edit.el (log-edit-mode-map): Add binding for
5486 `log-edit-beginning-of-line'.
5487 (log-edit-setup-add-author): New user option.
5488 (log-edit-beginning-of-line): New command.
5489 (log-edit): Move major mode call above the contents setup so that
5490 the local variable values are already applied.
5491 (log-edit): Only insert "Author: " when
5492 `log-edit-setup-add-author' is non-nil.
5493 (log-edit): When SETUP is non-nil, position point after ": "
5494 instead of point-min.
5495
5496 2013-12-01 Glenn Morris <rgm@gnu.org>
5497
5498 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5499
5500 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5501
5502 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5503 redisplay to make sure the initial frame gets a chance to become
5504 visible. (Bug#16014)
5505
5506 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5507
5508 Support resizing frames and windows pixelwise.
5509 * cus-start.el (frame-resize-pixelwise)
5510 (window-resize-pixelwise): New entries.
5511 * emacs-lisp/debug.el (debug): Use window-total-height instead
5512 of window-total-size.
5513 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5514 * help.el (describe-bindings-internal): Use help-buffer as
5515 argument for with-help-window.
5516 (temp-buffer-max-width): New option.
5517 (resize-temp-buffer-window, help-window-setup)
5518 (with-help-window): Rewrite.
5519 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5520 dragging dividers.
5521 * window.el (frame-char-size, window-min-pixel-height)
5522 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5523 (window-min-pixel-width, window-safe-min-pixel-size)
5524 (window-combination-p, window-safe-min-size)
5525 (window-resizable-p, window--size-to-pixel)
5526 (window--pixel-to-size, window--resize-apply-p): New functions.
5527 (window-safe-min-height): Fix doc-string.
5528 (window-size, window-min-size, window--min-size-1)
5529 (window-sizable, window-sizable-p, window--min-delta-1)
5530 (window-min-delta, window--max-delta-1, window-max-delta)
5531 (window--resizable, window--resizable-p, window-resizable)
5532 (window-full-height-p, window-full-width-p, window-at-side-p)
5533 (window--in-direction-2, window-in-direction)
5534 (window--resize-reset-1, window--resize-mini-window)
5535 (window-resize, window-resize-no-error)
5536 (window--resize-child-windows-normal)
5537 (window--resize-child-windows, window--resize-siblings)
5538 (window--resize-this-window, window--resize-root-window)
5539 (window--resize-root-window-vertically)
5540 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5541 (maximize-window, minimize-window, delete-window)
5542 (quit-restore-window, window-split-min-size, split-window)
5543 (balance-windows-2, balance-windows)
5544 (balance-windows-area-adjust, balance-windows-area)
5545 (window--state-get-1, window-state-get, window--state-put-1)
5546 (window--state-put-2, window-state-put)
5547 (display-buffer-record-window, window--display-buffer):
5548 Make functions handle pixelwise sizing of windows.
5549 (display-buffer--action-function-custom-type)
5550 (display-buffer-fallback-action):
5551 Add display-buffer-in-previous-window.
5552 (display-buffer-use-some-window): Resize window to height it had
5553 before.
5554 (fit-window-to-buffer-horizontally): New option.
5555 (fit-frame-to-buffer): Describe new values.
5556 (fit-frame-to-buffer-bottom-margin): Replace with
5557 fit-frame-to-buffer-margins.
5558 (window--sanitize-margin): New function.
5559 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5560 using window-text-pixel-size.
5561
5562 2013-11-30 Glenn Morris <rgm@gnu.org>
5563
5564 * emacs-lisp/bytecomp.el (byte-compile-form):
5565 Make the `interactive-only' warning like the `obsolete' one.
5566 * comint.el (comint-run):
5567 * files.el (insert-file-literally, insert-file):
5568 * replace.el (replace-string, replace-regexp):
5569 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5570 (goto-line, insert-buffer, next-line, previous-line):
5571 Tweak `interactive-only' spec.
5572
5573 Stop keeping (most) generated cedet grammar files in the repository.
5574 * Makefile.in (semantic): New.
5575 (compile-main): Depend on semantic.
5576
5577 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5580 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5581
5582 * uniquify.el (uniquify-buffer-name-style): Change default.
5583
5584 * loadup.el: Preload "uniquify".
5585
5586 * time.el (display-time-update): Update all mode lines (bug#15999).
5587
5588 * electric.el (electric-indent-mode): Enable by default.
5589 * loadup.el: Preload "electric".
5590
5591 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5592
5593 * emacs-lisp/helpers.el (string-empty-p): New function.
5594 (string-blank-p): New function.
5595
5596 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5597
5598 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5599 (Bug#14029).
5600
5601 2013-11-29 Andreas Politz <politza@fh-trier.de>
5602 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5603 allow non-lambda lists as functions.
5604 (imenu--in-alist): Don't recurse into non-subalists.
5605 (imenu): Don't pass function itself as an argument (Bug#14029).
5606
5607 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5608
5609 * progmodes/python.el (python-mode-map): Remove binding for ":".
5610 (python-indent-electric-colon): Remove command.
5611 (python-indent-post-self-insert-function): Integrate the previous code
5612 of python-indent-electric-colon. Make it conditional on
5613 electric-indent-mode.
5614 (python-mode): Add ?: to electric-indent-chars.
5615 Move python-indent-post-self-insert-function to the end of
5616 post-self-insert-hook.
5617
5618 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5619
5620 * doc-view.el (doc-view-goto-page): Update mode-line.
5621
5622 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5623
5624 2013-11-27 Glenn Morris <rgm@gnu.org>
5625
5626 * international/charprop.el, international/uni-bidi.el:
5627 * international/uni-category.el, international/uni-combining.el:
5628 * international/uni-comment.el, international/uni-decimal.el:
5629 * international/uni-decomposition.el, international/uni-digit.el:
5630 * international/uni-lowercase.el, international/uni-mirrored.el:
5631 * international/uni-name.el, international/uni-numeric.el:
5632 * international/uni-old-name.el, international/uni-titlecase.el:
5633 * international/uni-uppercase.el:
5634 Remove generated files from VCS repository.
5635
5636 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5637
5638 * filenotify.el (file-notify-add-watch): Don't special-case
5639 w32notify when computing the directory to watch.
5640
5641 2013-11-27 Glenn Morris <rgm@gnu.org>
5642
5643 Make bootstrap without generated uni-*.el files possible again.
5644 * loadup.el: Update command-line-args checking for unidata-gen.
5645 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5646 * composite.el, international/characters.el:
5647 Handle unicode tables being undefined.
5648
5649 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5650 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5651 (compile-main): Depend on leim rule.
5652 (leim): New rule.
5653 * loadup.el: Move leim-list.el to leim/ subdirectory.
5654 * startup.el (normal-top-level): No more leim directory.
5655 * international/ja-dic-cnv.el (skkdic-convert):
5656 Disable version-control and autoloads in output files.
5657 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5658 Disable version-control and autoloads in output files.
5659 * leim/quail: Move here from ../leim.
5660 * leim/quail/hangul.el (hangul-input-method-activate):
5661 Add autoload cookie.
5662 (generated-autoload-load-name): Set file-local value.
5663 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5664 (generated-autoload-load-name): Set file-local value.
5665
5666 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5667
5668 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5669 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5670 (eww-quit): Ask confirmation before quitting eww.
5671
5672 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5673
5674 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5675 reading output from Diff on MS-Windows and MS-DOS.
5676
5677 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5678
5679 * emacs-lisp/helpers.el (string-reverse): New function.
5680
5681 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5682
5683 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5684 names on MS Windows, like "/[::1]:".
5685
5686 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5687 SWITCHES.
5688
5689 2013-11-26 Glenn Morris <rgm@gnu.org>
5690
5691 * progmodes/python.el (python-indent-guess-indent-offset):
5692 Avoid corner-case error. (Bug#15975)
5693
5694 Preload leim-list.el. (Bug#4789)
5695 * loadup.el: Load leim-list.el when found.
5696 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5697
5698 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5699
5700 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5701
5702 * emacs-lisp/helpers.el (string-join): New function.
5703
5704 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5705
5706 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5707 Mark as obsolete and replace it with a symbol property.
5708 (byte-compile-form): Use new 'interactive-only property.
5709 * comint.el, files.el, replace.el, simple.el:
5710 Apply new 'interactive-only properly.
5711
5712 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5713
5714 * window.el (display-buffer-at-bottom): Make sure that
5715 split-window-sensibly creates the new window on bottom
5716 (Bug#15961).
5717
5718 2013-11-23 David Kastrup <dak@gnu.org>
5719
5720 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5721 on the conflict markers when available.
5722 (smerge--get-marker): New function.
5723 (smerge-end-re, smerge-base-re): Add subgroup.
5724
5725 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * frame.el (handle-focus-in, handle-focus-out): Add missing
5728 interactive spec.
5729
5730 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5731
5732 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5733 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5734
5735 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5738 (gomoku--last-pos): New var.
5739 (gomoku--intangible-chars): New const.
5740 (gomoku--intangible): New function.
5741 (gomoku-mode): Use it. Derive from special-mode.
5742 (gomoku-move-up): Adjust line count.
5743 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5744 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5745 Simplify accordingly.
5746
5747 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5748 Remove blink-cursor code.
5749 (blink-cursor-timer-function, blink-cursor-suspend):
5750 Don't special-case GUIs.
5751 (blink-cursor-mode): Use focus-in/out-hook.
5752
5753 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5754
5755 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5756 work when annotation is invisible (Bug#13886).
5757
5758 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5759
5760 * json.el (json-alist-p): Only return non-nil if the alist has
5761 simple keys (Bug#13518).
5762
5763 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5764
5765 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5766 when control-statement is the first statement in a buffer (Bug#15956).
5767
5768 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5769
5770 * imenu.el (imenu-generic-skip-comments-and-strings):
5771 New option (Bug#15560).
5772 (imenu--generic-function): Use it.
5773
5774 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5775
5776 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5777 (Bug#13898)
5778
5779 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5780
5781 * emacs-lisp/helpers.el: Add some string helpers.
5782 (string-trim-left): Removes leading whitespace.
5783 (string-trim-right): Removes trailing whitespace.
5784 (string-trim): Removes leading and trailing whitespace.
5785
5786 * subr.el (string-suffix-p): New function.
5787
5788 2013-11-23 Glenn Morris <rgm@gnu.org>
5789
5790 * progmodes/python.el (python-shell-send-file):
5791 Add option to delete file when done. (Bug#15647)
5792 (python-shell-send-string, python-shell-send-region): Use it.
5793
5794 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5795
5796 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5797 to set buffer-read-only to t, never to nil. (Bug#15938)
5798
5799 * textmodes/tex-mode.el (latex-noindent-environments):
5800 Add safe-local-variable property. (Bug#15936)
5801
5802 2013-11-23 Glenn Morris <rgm@gnu.org>
5803
5804 * textmodes/enriched.el (enriched-mode): Doc fix.
5805 * emacs-lisp/authors.el (authors-renamed-files-alist):
5806 Add enriched.doc -> enriched.txt.
5807
5808 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5809
5810 2013-11-22 Leo Liu <sdl.web@gmail.com>
5811
5812 * progmodes/octave.el (inferior-octave-startup): Spit out error
5813 message.
5814
5815 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5816
5817 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5818 Improve docstring.
5819 Add :version.
5820 (ruby-encoding-magic-comment-style): Add :version.
5821
5822 2013-11-22 Leo Liu <sdl.web@gmail.com>
5823
5824 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5825 (Bug#15076)
5826 (octave-help-mode): Adapt to change to help-mode-finish to use
5827 derived-mode-p on 2013-09-17.
5828 (inferior-octave-prompt): Also match octave-gui.
5829 (octave-kill-process): Don't ask twice. (Bug#10564)
5830
5831 2013-11-22 Leo Liu <sdl.web@gmail.com>
5832
5833 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5834 (inferior-octave-startup, inferior-octave-check-process)
5835 (inferior-octave-track-window-width-change)
5836 (octave-completion-at-point, octave-eldoc-function): Use it.
5837 (octave-kill-process): Provide confirmation. (Bug#10564)
5838
5839 2013-11-21 Leo Liu <sdl.web@gmail.com>
5840
5841 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5842 Fix obsolete variable comment-use-global-state.
5843
5844 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5845
5846 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5847 Add `octave-source-file'.
5848 (octave-source-file): New function. (Bug#15935)
5849
5850 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
5851
5852 * net/eww.el (eww-local-regex): New variable.
5853 (eww): Use it to detect localhost and similar.
5854
5855 2013-11-21 Leo Liu <sdl.web@gmail.com>
5856
5857 Add completion for command `ag'.
5858 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5859 (pcomplete/ag): New function.
5860 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
5861
5862 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5863
5864 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5865 (bug#14646).
5866 (make-obsolete): Remove interactive spec.
5867
5868 2013-11-21 Glenn Morris <rgm@gnu.org>
5869
5870 * startup.el (command-line-1): Use path-separator with -L.
5871
5872 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5873
5874 * emacs-lisp/package.el (describe-package-1): Add package archive
5875 to shown fields.
5876
5877 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5878
5879 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5880 Change default to "# encoding: %s" to differentiate it from the
5881 default Ruby encoding comment template.
5882
5883 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5884
5885 * ses.el (ses-mode): Doc fix. (Bug#14748)
5886
5887 2013-11-20 Leo Liu <sdl.web@gmail.com>
5888
5889 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5890
5891 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5892
5893 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5894 when rebase or bisect are in progress.
5895
5896 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5897
5898 * filenotify.el (file-notify-add-watch): Doc fix.
5899
5900 2013-11-19 Leo Liu <sdl.web@gmail.com>
5901
5902 * obsolete/rcompile.el: Mark obsolete.
5903
5904 * progmodes/compile.el (compilation-start)
5905 (compilation-goto-locus, compilation-find-file):
5906 Pass no-display-ok and handle nil value from display-buffer.
5907 (Bug#13594)
5908
5909 * window.el (display-buffer-alist, display-buffer): Document the
5910 new parameter no-display-ok. Return either a window or nil
5911 but never a non-window value.
5912
5913 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * electric.el (electric-indent-mode-map): Remove.
5916 (electric-indent-mode): Change the global-map instead (bug#15915).
5917
5918 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5919 Use add-function.
5920
5921 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * emacs-lisp/nadvice.el (remove-function): Align with
5924 add-function's behavior.
5925
5926 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5927 (gdb--string-regexp): New constant.
5928 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5929 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5930 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5931 submatch 1.
5932 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5933 Adjust use accordingly.
5934 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5935
5936 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5937
5938 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5939 interpolation curlies (Bug#15914).
5940
5941 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5942
5943 * calc/calc.el (calc-context-sensitive-enter): New variable.
5944 (calc-enter): Use `calc-context-sensitive-enter'.
5945
5946 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5947
5948 * progmodes/cfengine.el: Version bump.
5949 (cfengine-cf-promises): New defcustom to locate cf-promises.
5950 (cfengine3-vartypes): Add new "data" type.
5951 (cfengine3--current-word): New function to get current name-like
5952 word or its bounds.
5953 (cfengine3--current-function): New function to look up a CFEngine
5954 function's definition.
5955 (cfengine3-format-function-docstring): New function.
5956 (cfengine3-make-syntax-cache): New function.
5957 (cfengine3-documentation-function): New function: ElDoc glue.
5958 (cfengine3-completion-function): New function: completion glue.
5959 (cfengine3-mode): Set `compile-command',
5960 `eldoc-documentation-function', and add to
5961 `completion-at-point-functions'.
5962
5963 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5964
5965 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5966 `tramp-current-connection'.
5967
5968 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5969
5970 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5971 nil/self/true/false with "end of symbol".
5972
5973 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5974
5975 * subr.el (version-regexp-alist): Fix a typo.
5976
5977 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5978
5979 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5980 "en_US.utf8" and "LC_CTYPE" to "".
5981 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5982 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5983
5984 2013-11-15 Leo Liu <sdl.web@gmail.com>
5985
5986 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5987
5988 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * progmodes/gud.el (ctl-x-map):
5991 Remove C-x SPC binding. (Bug#12342)
5992 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5993
5994 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5995
5996 * subr.el (version-regexp-alist):
5997 Recognize hg, svn and darcs versions as snapshot versions.
5998
5999 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6000 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6001 (ruby--encoding-comment-required-p): Extract from
6002 `ruby-mode-set-encoding'.
6003 (ruby-mode-set-encoding): Add the ability to always insert an
6004 utf-8 encoding comment. Fix and simplify coding comment update
6005 logic.
6006
6007 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6008
6009 * net/tramp-gvfs.el (top): Run init code only when
6010 `tramp-gvfs-enabled' is not nil.
6011 (tramp-gvfs-enabled): Check also :system bus.
6012
6013 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 Sync with upstream verilog-mode revision 78e66ba.
6016 * progmodes/verilog-mode.el (verilog-end-of-defun)
6017 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6018 (verilog-get-end-of-defun): Remove unused argument.
6019 (verilog-comment-depth): Remove unused local `e'.
6020 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6021 Don't pass arg to verilog-get-end-of-defun.
6022
6023 2013-11-14 Glenn Morris <rgm@gnu.org>
6024
6025 * obsolete/assoc.el (aget): Prefix dynamic variable.
6026
6027 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6028
6029 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6030
6031 * widget.el, hfy-cmap.el: Remove bogus package version number.
6032
6033 2013-11-13 Glenn Morris <rgm@gnu.org>
6034
6035 * replace.el (replace-eval-replacement):
6036 Try to give more helpful error message. (Bug#15836)
6037
6038 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6039 (archive-7z-update): Avoid custom type mismatches.
6040
6041 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6042
6043 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6044
6045 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6046 address can be empty.
6047
6048 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6049 Accept nil SWITCHES.
6050 (tramp-gvfs-handle-write-region): Implement APPEND.
6051
6052 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6053
6054 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6055 binary "|" operator and closing block args delimiter.
6056 Remove FIXME comment referring to Ruby 1.8-only syntax.
6057 (ruby-smie--implicit-semi-p): Not after "|" operator.
6058 (ruby-smie--closing-pipe-p): New function.
6059 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6060 (ruby-smie-rules): Indent after "|".
6061
6062 2013-11-12 Glenn Morris <rgm@gnu.org>
6063
6064 * ps-print.el (ps-face-attribute-list):
6065 Handle anonymous faces. (Bug#15827)
6066
6067 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6068
6069 * window.el (display-buffer-other-frame): Fix doc-string.
6070 (Bug#15868)
6071
6072 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6075
6076 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6077
6078 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6079 (tramp-sh-handle-file-local-copy): Don't write a message when
6080 saving temporary files.
6081
6082 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6083 both directories are remote.
6084 (tramp-smb-handle-directory-files): Do not return double entries.
6085 Do not expand full file names.
6086 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6087 (tramp-smb-handle-write-region): Implement APPEND.
6088 (tramp-smb-get-stat-capability): Fix a stupid bug.
6089
6090 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6091
6092 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6093
6094 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6095
6096 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6097 throwing error over malformed let/let* (bug#15814).
6098
6099 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6100
6101 * iswitchb.el (iswitchb-mode): Mark obsolete.
6102
6103 2013-11-11 Glenn Morris <rgm@gnu.org>
6104
6105 * international/uni-bidi.el, international/uni-category.el:
6106 * international/uni-name.el, international/uni-numeric.el:
6107 Regenerate for Unicode 6.3.0.
6108
6109 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6110
6111 * net/tramp.el (tramp-methods):
6112 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6113 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6114
6115 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6116
6117 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6118 Force highlighting text after Summary keyword in doc face for rpm.
6119
6120 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6121
6122 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6123 available and the word has no wildcards, append one to the grep pattern.
6124 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6125 (ispell-complete-word): Call `ispell-lookup-words' with the value
6126 independent of `ispell-look-p'.
6127
6128 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6129
6130 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6131 Not after "||".
6132 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6133 their parent.
6134
6135 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6136
6137 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6138 (ruby-font-lock-keywords): Use backquote.
6139
6140 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6141
6142 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6143 (ruby-smie--backward-token): Only consider full-string matches.
6144
6145 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6146
6147 * faces.el (describe-face): Add distant-foreground.
6148
6149 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6150
6151 * progmodes/ruby-mode.el: Improve encoding comment handling.
6152 (ruby-encoding-magic-comment-style): New option.
6153 (ruby-custom-encoding-magic-comment-template): New option.
6154 (ruby--insert-coding-comment, ruby--detect-encoding):
6155 New functions extracted from `ruby-mode-set-encoding'.
6156 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6157 to control the style of the auto-inserted encoding comment.
6158
6159 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6160
6161 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6162 Use `smie-backward-sexp' with token argument.
6163
6164 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6165
6166 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6167 Remove instrumentation code.
6168
6169 2013-11-08 Glenn Morris <rgm@gnu.org>
6170
6171 * progmodes/autoconf.el (autoconf-mode):
6172 Tweak comment-start-skip. (Bug#15822)
6173
6174 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6177 at bobp (bug#15826).
6178 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6179
6180 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6181
6182 * man.el (Man-start-calling): New macro, extracted from
6183 Man-getpage-in-background.
6184 (Man-getpage-in-background): Use it.
6185 (Man-update-manpage): New command.
6186 (Man-mode-map): Bind it.
6187
6188 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6189
6190 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6191 of "and", "or", "&&" and "||".
6192 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6193 argument. Prohibit opening curly brace because it could only be a
6194 block opener in that position.
6195 (ruby-smie--forward-token, ruby-smie--backward-token):
6196 Separate "|" from "&" or "*" going after it. That can happen in block
6197 arguments.
6198 (ruby-smie--indent-to-stmt): New function, seeks the end of
6199 previous statement or beginning of buffer.
6200 (ruby-smie-rules): Use it.
6201 (ruby-smie-rules): Check if there's a ":" before a curly block
6202 opener candidate; if there is, it's a hash.
6203
6204 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6205
6206 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6207 (cl--block-wrapper): Fix last accidental change.
6208
6209 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6210
6211 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6212 Instrument, in order to hunt failure on hydra.
6213
6214 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6215
6216 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6217 malformed bindings form (bug#15814).
6218
6219 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
6220
6221 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6222 "." compared to " @ ". This incidentally fixes some indentation
6223 examples with "do".
6224 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6225 (ruby-smie-grammar): New tokens: "and" and "or".
6226 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6227 Exclude "and" and "or". Remove "do" in order to work around token
6228 priorities.
6229 (ruby-smie-rules): Add all infix tokens. Handle the case of
6230 beginning-of-buffer.
6231
6232 2013-11-06 Glenn Morris <rgm@gnu.org>
6233
6234 * Makefile.in (setwins_almost, setwins_for_subdirs):
6235 Avoid accidental matches.
6236
6237 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6238
6239 * menu-bar.el (popup-menu): Use key-binding.
6240
6241 2013-11-06 Eli Zaretskii <eliz@gnu.org>
6242
6243 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6244 menus, support also the menus produced by minor modes.
6245 (Bug#15817)
6246
6247 2013-11-06 Leo Liu <sdl.web@gmail.com>
6248
6249 * thingatpt.el (thing-at-point-looking-at): Add optional arg
6250 DISTANCE to bound the search. All uses changed. (Bug#15808)
6251
6252 2013-11-06 Glenn Morris <rgm@gnu.org>
6253
6254 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6255 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6256 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6257
6258 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * electric.el (electric-indent-just-newline): New command.
6261 (electric-indent-mode-map): New keymap.
6262 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6263 Re-add :group which weren't redundant.
6264
6265 * electric.el (electric-indent-local-mode): New minor mode.
6266 (electric-indent-functions-without-reindent): New var.
6267 (electric-indent-post-self-insert-function): Use it.
6268 * emacs-lisp/gv.el (buffer-local-value): Add setter.
6269
6270 2013-11-05 Eli Zaretskii <eliz@gnu.org>
6271
6272 * international/quail.el (quail-help): Be more explicit about the
6273 meaning of the labels shown on the keys. (Bug#15800)
6274
6275 * startup.el (normal-top-level): Load the subdirs.el files before
6276 setting the locale environment. (Bug#15805)
6277
6278 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6281 via arguments so as to get the right ones (bug#15418).
6282
6283 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6284
6285 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6286
6287 Fix problems found while writing a test suite.
6288
6289 * net/tramp-compat.el (tramp-compat-load): New defun.
6290 * net/tramp.el (tramp-handle-load): Use it.
6291
6292 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6293 "(numberp ok-if-already-exists)" correctly.
6294
6295 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
6296
6297 * international/characters.el (glyphless-char-display-control):
6298 Add usage note.
6299
6300 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
6301
6302 * progmodes/python.el (python-mode):
6303 * progmodes/scheme.el (scheme-mode):
6304 * progmodes/prolog.el (prolog-mode):
6305 * progmodes/ruby-mode.el (ruby-mode):
6306 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6307 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6308
6309 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6310
6311 * rect.el (rectangle--highlight-for-redisplay):
6312 * emacs-lisp/smie.el (smie--next-indent-change):
6313 Use buffer-chars-modified-tick.
6314
6315 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6316
6317 * electric.el (electric-indent-post-self-insert-function):
6318 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6319
6320 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
6321
6322 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6323
6324 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6325
6326 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6327 (bug#15786).
6328
6329 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
6332
6333 * progmodes/python.el: Fix up last change.
6334 (python-shell--save-temp-file): New function.
6335 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
6336 `string' comes from the current buffer.
6337 (python-shell-send-string-no-output): Remove `msg' arg.
6338 (python--use-fake-loc): New var.
6339 (python-shell-buffer-substring): Obey it. Try to compensate for the
6340 extra coding line added by python-shell--save-temp-file.
6341 (python-shell-send-region): Use python-shell--save-temp-file and
6342 python-shell-send-file directly. Add `nomain' argument.
6343 (python-shell-send-buffer): Use python-shell-send-region.
6344 (python-electric-pair-string-delimiter): New function.
6345 (python-mode): Use it.
6346
6347 2013-11-04 Eli Zaretskii <eliz@gnu.org>
6348
6349 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6350 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6351 environment and decoding all of the default-directory's to here
6352 from command-line.
6353 (command-line): Decode also argv[0].
6354
6355 * loadup.el: Error out if default-directory is a multibyte string
6356 when we are dumping.
6357
6358 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
6359
6360 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
6361
6362 * emacs-lisp/package.el (package-menu-mode)
6363 (package-menu--print-info, package-menu--archive-predicate):
6364 Add Archive column to package list.
6365
6366 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
6367
6368 Fix problems found while writing a test suite.
6369
6370 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6371 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6372 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6373 to nil when running original file name handler. Otherwise,
6374 there are problems with constructs like "$$FOO".
6375
6376 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6377 for `localname'.
6378
6379 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
6380
6381 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6382
6383 * subr.el (version<, version<=, version=):
6384 Update docstrings with information for snapshot versions.
6385
6386 * helpers.el: New library for misc helper functions.
6387 (hash-table-keys): New function returning a list of hash keys.
6388 (hash-table-values): New function returning a list of hash values.
6389
6390 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
6391
6392 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6393 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6394
6395 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
6396
6397 * textmodes/fill.el (fill-single-char-nobreak-p): New function
6398 checking whether point is after a 1-letter word.
6399
6400 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6401
6402 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6403 Don't infloop when expanding region over `multiline' syntax-type that
6404 begins a line (bug#15778).
6405
6406 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6407
6408 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6409 Make it into a proper minor mode.
6410 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
6411 (rectangle-mark-mode-map): New keymap.
6412 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6413
6414 2013-11-04 Glenn Morris <rgm@gnu.org>
6415
6416 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6417
6418 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6419
6420 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6421 (ruby-smie-rules): Use smie-rule-parent instead.
6422
6423 * emacs-lisp/smie.el (smie-rule-parent): Always call
6424 smie-indent-virtual rather than only for hanging tokens.
6425 (smie--next-indent-change): New helper command.
6426
6427 2013-11-03 Glenn Morris <rgm@gnu.org>
6428
6429 * Makefile.in (abs_srcdir): Remove.
6430 (emacs): Unset EMACSLOADPATH.
6431
6432 2013-11-02 Glenn Morris <rgm@gnu.org>
6433
6434 * Makefile.in (EMACS): Use a relative filename.
6435 (abs_top_builddir): Remove.
6436 (custom-deps, finder-data, autoloads): Use --chdir.
6437
6438 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6439
6440 Use relative filenames in TAGS files.
6441 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6442 (lisptagsfiles4, TAGS): Use relative file names.
6443 (TAGS-LISP): Remove.
6444 (maintainer-clean): No more TAGS-LISP file.
6445
6446 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6447 (lisptagsfiles4): Use absolute filenames again.
6448 (TAGS, TAGS-LISP): Not everything needs to run in one line.
6449 Remove all *loaddefs files, not just the first. Remove esh-groups.
6450 (maintainer-clean): Delete TAGS, TAGS-LISP.
6451
6452 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6453
6454 * emacs-lisp/package.el (package-version-join):
6455 Recognize snapshot versions.
6456
6457 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6458
6459 * subr.el (version-regexp-alist): Add support for snapshot versions.
6460
6461 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6462
6463 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6464 New function, replacement for `smie-rule-parent' for when we want to
6465 skip over our direct parent if it's an assignment token..
6466 (ruby-smie-rules): Use it.
6467
6468 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6469
6470 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6471 unconditionally. Remove now unnecessary forward declarations.
6472 Remove XEmacs-specific setup.
6473 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6474 (ruby-font-lock-syntactic-keywords)
6475 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6476 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6477 (ruby-here-doc-end-syntax): Remove.
6478 (ruby-mode): Don't check whether `syntax-propertize-rules' is
6479 defined as function.
6480
6481 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6482
6483 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6484
6485 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6486
6487 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6488 table and abbrev table, `define-derived-mode' does that for us
6489 anyway.
6490
6491 2013-11-01 Glenn Morris <rgm@gnu.org>
6492
6493 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6494 files is atomic for some time, so no parallel compilation issues).
6495
6496 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6497
6498 * faces.el (face-x-resources): Add :distant-foreground.
6499 (region): Use :distant-foreground for gtk and ns.
6500
6501 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6502
6503 Allow multiple bibliographies when BibLaTeX is used rather than
6504 BibTeX.
6505 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6506 (reftex-locate-bibliography-files): Us it.
6507
6508 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6509
6510 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6511 allow comments in pbm files.
6512
6513 * term/w32-win.el (dynamic-library-alist): Support newer versions
6514 of libjpeg starting with v7: look only for the DLL from the
6515 version against which Emacs was built.
6516 Support versions of libpng beyond 1.4.x.
6517 Support libtiff v4.x.
6518
6519 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6520
6521 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6522 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6523 Add property :safe.
6524 (ruby-deep-arglist): Add property :type.
6525
6526 2013-10-31 Glenn Morris <rgm@gnu.org>
6527
6528 * Makefile.in (custom-deps, finder-data): No need to setq the target
6529 variables, we are in the right directory and the defaults work fine.
6530
6531 2013-10-30 Glenn Morris <rgm@gnu.org>
6532
6533 * Makefile.in (autoloads): Do not use abs_lisp.
6534
6535 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6536 `newline' does not respect `standard-output', so use `princ'.
6537
6538 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6539
6540 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6541 * buff-menu.el (Buffer-menu--unmark): New function.
6542 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6543
6544 2013-10-30 Glenn Morris <rgm@gnu.org>
6545
6546 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6547
6548 * emacs-lisp/package.el (lm-homepage): Declare.
6549
6550 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6551 Fix doc typos.
6552
6553 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6554
6555 * Makefile.in (finder-data, autoloads, update-subdirs)
6556 (compile-main, compile-clean, compile-always, bootstrap-clean):
6557 Check return value of cd.
6558 (compile-calc): Remove.
6559
6560 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6561
6562 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6563
6564 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6565 (byte-compile-and-folded): New function.
6566 (=, <, >, <=, >=): Use it.
6567
6568 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6569 (path-separator, null-device, buffer-file-coding-system)
6570 (lpr-headers-switches): Check system-type before modifying them.
6571 (find-buffer-file-type-coding-system): Mark obsolete.
6572 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6573 find-file-not-found-set-buffer-file-coding-system.
6574 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6575 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6576 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6577 (w32-direct-print-region-helper, w32-direct-print-region-function)
6578 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6579 * startup.el (normal-top-level-add-subdirs-to-load-path):
6580 * ps-print.el (ps-print-region-function):
6581 * lpr.el (print-region-function): Use new name.
6582
6583 * subr.el (custom-declare-variable-early): Remove function.
6584 (custom-declare-variable-list): Remove var.
6585 (error, user-error): Remove `while' loop.
6586 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6587 (user-emacs-directory-warning, locate-user-emacs-file):
6588 Move to files.el.
6589 * simple.el (read-quoted-char-radix, read-quoted-char):
6590 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6591 Move from subr.el.
6592 * custom.el (custom-declare-variable-list): Don't process
6593 custom-declare-variable-list.
6594
6595 * progmodes/python.el (python-shell-get-buffer): New function.
6596 (python-shell-get-process): Use it.
6597 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6598 Python which encoding was used. Don't split-string since we only care
6599 about the first line. Return the temp-file, if applicable.
6600 (python-shell-send-region): Tell compile.el how to turn locations in
6601 the temp-file into locations in the source buffer.
6602
6603 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * subr.el (undefined): Add missing behavior from the C code for
6606 unbound keys.
6607
6608 * rect.el: Use lexical-binding. Add new rectangular region support.
6609 (rectangle-mark): New command.
6610 (rectangle--region): New var.
6611 (deactivate-mark-hook): Reset rectangle--region.
6612 (rectangle--extract-region, rectangle--insert-for-yank)
6613 (rectangle--highlight-for-redisplay)
6614 (rectangle--unhighlight-for-redisplay): New functions.
6615 (region-extract-function, redisplay-unhighlight-region-function)
6616 (redisplay-highlight-region-function): Use them to handle
6617 rectangular region.
6618 * simple.el (region-extract-function): New var.
6619 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6620 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6621 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6622 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6623 (redisplay-unhighlight-region-function)
6624 (redisplay-highlight-region-function): New vars.
6625 (redisplay--update-region-highlight): New function.
6626 (pre-redisplay-function): Use it.
6627 (exchange-point-and-mark): Don't deactivate the mark before
6628 reactivate-it anyway.
6629 * comint.el (comint-kill-region): Remove yank-handler argument.
6630 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6631 (delete-char): Remove property, since it's now part of their
6632 default behavior.
6633 (self-insert-iso): Remove property since this command doesn't exist.
6634
6635 * emacs-lisp/package.el (package--download-one-archive)
6636 (describe-package-1): Don't query the user about final newline.
6637
6638 2013-10-29 Daniel Colascione <dancol@dancol.org>
6639
6640 * net/tramp.el (tramp-methods): Document new functionality.
6641 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6642 tramp-hostname-checker if method provides one instead of scanning
6643 argument list for "%h" to decide hostname acceptability.
6644
6645 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6646
6647 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6648 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6649 Handle COPY-CONTENTS. (Bug#15737)
6650
6651 2013-10-28 Daiki Ueno <ueno@gnu.org>
6652
6653 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6654 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6655
6656 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6657
6658 * image.el (defimage, image-load-path): Doc fixes.
6659
6660 2013-10-27 Alan Mackenzie <acm@muc.de>
6661
6662 Indent statements in macros following "##" correctly.
6663 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6664 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6665
6666 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6667
6668 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6669
6670 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6671
6672 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6673 after `=' is probably a new expression.
6674
6675 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6676
6677 * man.el (man-imenu-title): New option.
6678 (Man-mode-map): Add menu. (Bug#15722)
6679 (Man-mode): Add imenu to menu.
6680
6681 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6682
6683 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6684 specific in what the first arg can be: a non-keyword word,
6685 string/regexp/percent literal opener, opening paren, or unary
6686 operator followed directly by word.
6687
6688 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6691 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6692 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6693 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6694 Remove vars, they do not apply any more.
6695 (prolog-mode-abbrev-table): Remove redundant declaration.
6696 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6697 (prolog-use-smie): Remove.
6698 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6699 supported by prolog-electric-if-then-else-flag.
6700 (prolog-mode-variables, prolog-menu): Use setq-local.
6701 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6702 Remove binding to `Backspace' since this key doesn't exist anyway.
6703 Remove bindings for electric self-inserting keys.
6704 (prog-mode): Assume it's defined.
6705 (prolog-post-self-insert): New function.
6706 (prolog-mode): Use it.
6707 (prolog-indent-line, prolog-indent-level)
6708 (prolog-find-indent-of-matching-paren)
6709 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6710 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6711 (prolog-goto-next-paren, prolog-in-string-or-comment)
6712 (prolog-tokenize, prolog-inside-mline-comment)
6713 (prolog-find-start-of-mline-comment): Remove functions.
6714 (prolog-find-unmatched-paren, prolog-clause-end)
6715 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6716 (prolog-electric--if-then-else): Rename from
6717 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6718 (prolog-tokenize-searchkey): Remove const.
6719 (prolog-clause-info): Use forward-sexp.
6720 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6721 (prolog-electric-if-then-else): Remove commands.
6722 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6723 for use in post-self-insert-hook.
6724 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6725 for use in post-self-insert-hook.
6726 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6727 for use in post-self-insert-hook.
6728 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6729 adapt it for use in post-self-insert-hook.
6730
6731 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6732
6733 * emacs-lisp/ert.el (ert-run-tests-interactively):
6734 Use `completing-read'. (Bug#9756)
6735
6736 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6737
6738 * simple.el (line-move): Call line-move-1 instead of
6739 line-move-visual when the current window hscroll is zero, but
6740 temporary-goal-column indicates we will need to hscroll as result
6741 of the movement. (Bug#15712)
6742
6743 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6744
6745 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6746 capitalization. Use :visible instead of :active.
6747 Fix `ruby-indent-exp' reference. Add menu items for the generic
6748 commands that are used with SMIE.
6749 (ruby-do-end-to-brace): Insert space after `{'.
6750
6751 2013-10-25 John Anthony <john@jo.hnanthony.com>
6752
6753 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6754
6755 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6756
6757 2013-10-25 Glenn Morris <rgm@gnu.org>
6758
6759 * vc/vc.el (vc-print-log): Don't use a working revision unless
6760 one was explicitly specified. (Bug#15322)
6761
6762 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6763
6764 * subr.el (add-to-list): Preserve return value in compiler-macro
6765 (bug#15692).
6766
6767 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6768
6769 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6770 result. Ask user to retry using '-all' flag. (Bug#15701)
6771
6772 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * emacs-lisp/smie.el: New smie-config system.
6775 (smie-config): New defcustom.
6776 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6777 (smie-config-guess, smie-config-save): New commands.
6778 (smie-config--mode-local, smie-config--buffer-local)
6779 (smie-config--trace, smie-config--modefuns): New vars.
6780 (smie-config--advice, smie-config--mode-hook)
6781 (smie-config--setter, smie-config-local, smie-config--get-trace)
6782 (smie-config--guess-value, smie-config--guess): New functions.
6783 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6784 text properties. Treat "string fence" syntax like string syntax.
6785
6786 * progmodes/sh-script.el (sh-use-smie): Change default.
6787 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6788 (sh-var-value): Simplify by CSE.
6789 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6790 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6791 is used.
6792 (sh-guess-basic-offset): Use cl-incf.
6793 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6794
6795 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
6796
6797 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6798 (bug#15699).
6799
6800 2013-10-24 Glenn Morris <rgm@gnu.org>
6801
6802 * Makefile.in (abs_top_srcdir): Remove.
6803 (update-subdirs): Use relative path to update-subdirs.
6804
6805 2013-10-24 Eli Zaretskii <eliz@gnu.org>
6806
6807 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6808 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6809 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6810 Call unmsys--file-name before expand-file-name, not after it.
6811
6812 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
6813
6814 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6815 (ert-test-skipped): New error.
6816 (ert-skip, ert-stats-skipped): New defuns.
6817 (ert--skip-unless): New macro.
6818 (ert-test-skipped): New struct.
6819 (ert--run-test-debugger, ert-test-result-type-p)
6820 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6821 (ert--stats-set-test-and-result, ert-char-for-test-result)
6822 (ert-string-for-test-result, ert-run-tests-batch)
6823 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6824 Handle skipped tests. (Bug#9803)
6825
6826 2013-10-24 Glenn Morris <rgm@gnu.org>
6827
6828 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6829
6830 * Makefile.in (abs_top_srcdir): New, set by configure.
6831 (update-subdirs): Correct build-aux location.
6832
6833 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6834
6835 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6836 value, whether we could auto-deduce `backend', or not.
6837
6838 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6839 with parameters" example. Simplify the "is it block or is it
6840 hash" check, but also make it more thorough.
6841
6842 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6843
6844 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6845
6846 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6849 { if it is hanging.
6850
6851 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6852 :before ";".
6853
6854 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6855
6856 * progmodes/compile.el (compilation-directory-matcher)
6857 (compilation-page-delimiter):
6858 Support GNU Make-4.0 directory quoting. (Bug#15678)
6859
6860 2013-10-23 Leo Liu <sdl.web@gmail.com>
6861
6862 * ido.el (ido-tidy): Handle read-only text.
6863
6864 2013-10-23 Glenn Morris <rgm@gnu.org>
6865
6866 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6867 (emacs, compile, compile-always):
6868 Quote entities that might contain whitespace.
6869 (custom-deps, finder-data, autoloads): Use abs_lisp.
6870 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6871 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6872 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6873
6874 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6875
6876 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6877 Use `following-char'.
6878
6879 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6882 * progmodes/ruby-mode.el (ruby-smie-rules):
6883 Remove corresponding workaround. Fix indentation rule of ";" so it
6884 also applies when ";" is the parent.
6885
6886 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6887
6888 * frame.el (display-screens, display-pixel-height)
6889 (display-pixel-width, display-mm-width, display-backing-store)
6890 (display-save-under, display-planes, display-color-cells)
6891 (display-visual-class, display-monitor-attributes-list):
6892 Mention the optional ‘display’ argument in doc strings.
6893
6894 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6895
6896 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6897 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6898
6899 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6900
6901 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6902 TODO. Add "." after " @ ".
6903 (ruby-smie--at-dot-call): New function. Checks if point at method
6904 call with explicit target.
6905 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6906 to the method name tokens when it precedes them.
6907 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6908 (ruby-smie-rules): Add rule for indentation before and after "."
6909 token.
6910
6911 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6912
6913 * textmodes/remember.el (remember-diary-extract-entries):
6914 Avoid add-to-list.
6915
6916 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6917 an instruction.
6918
6919 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6920
6921 * progmodes/ruby-mode.el (ruby-smie-grammar):
6922 Add (almost) all infix operators.
6923 (ruby-smie--implicit-semi-p): Add new operator chars.
6924
6925 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6926 `smie-down-list'.
6927 (ruby-smie--args-separator-p): Check that there's no newline
6928 between method call and its arguments.
6929
6930 2013-10-20 Alan Mackenzie <acm@muc.de>
6931
6932 Allow comma separated lists after Java "implements".
6933
6934 * progmodes/cc-engine.el (c-backward-over-enum-header):
6935 Parse commas.
6936 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6937 from a "disallowed" list in enum fontification.
6938
6939 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6940
6941 * startup.el (default-frame-background-mode): Remove unused defvar.
6942
6943 * progmodes/verilog-mode.el (verilog-mode): Don't set
6944 comment-indent-function globally.
6945
6946 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6947
6948 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6949 Move Info menu item creation to ns-win.el.
6950
6951 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6952 in menu bar.
6953
6954 * menu-bar.el: Move GNUstep specific menus...
6955
6956 * term/ns-win.el (ns-initialize-window-system): ... to here.
6957
6958 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6959
6960 * simple.el (newline): Only run post-self-insert-hook when
6961 called interactively.
6962
6963 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6964
6965 * icomplete.el (icomplete-with-completion-tables): Add :version.
6966
6967 2013-10-19 Alan Mackenzie <acm@muc.de>
6968
6969 Fix fontification bugs with constructors and const.
6970
6971 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6972 CASE 2) Remove the check for the absence of a suffix construct
6973 after a function declaration with only types (no identifiers) in
6974 the parentheses. Also, accept a function declaration with just a
6975 type inside the parentheses, if this type can be positively
6976 recognised as such, or if a prefix keyword like "explicit" nails
6977 down the construct as a declaration.
6978
6979 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6980
6981 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6982 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6983 the problem whereby selecting a menu item that leads to a
6984 minibuffer prompt moves the cursor out of the minibuffer window,
6985 making it hard to type at the prompt. Suggested by Stefan Monnier
6986 <monnier@iro.umontreal.ca>.
6987
6988 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6989
6990 * menu-bar.el: Don't make Services menu.
6991
6992 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6993
6994 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6995 (ffap-alist): Use ffap-c++-mode for c++-mode.
6996 (ffap-c++-path): New variable.
6997 (ffap-c++-mode): New function.
6998
6999 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
7000
7001 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
7002
7003 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
7004
7005 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7006 introduced on 2013-09-08, which results in an infinite loop
7007 requesting a password.
7008
7009 2013-10-18 Glenn Morris <rgm@gnu.org>
7010
7011 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7012
7013 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7014
7015 Sync with upstream verilog-mode revision 1a6ecec7.
7016 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7017 (verilog-mode-release-date): Remove.
7018 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7019 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7020 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7021 (verilog-auto-tieoff-ignore-regexp)
7022 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7023 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7024 (verilog-signals-with, verilog-dir-cache-preserving)
7025 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7026 Doc fixes.
7027 (verilog-case-fold): New option, to control case folding in
7028 regexp searches, bug597.
7029 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7030 (verilog-string-match-fold, verilog-in-paren-count)
7031 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7032 (verilog-at-close-struct-p): New functions.
7033 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7034 (verilog-forward-sexp, verilog-set-auto-endcomments)
7035 (verilog-leap-to-case-head): Handle "unique0" case.
7036 (verilog-in-constraint-re): New constant.
7037 (verilog-keywords, verilog-type-font-keywords):
7038 Add some SystemVerilog 1800-2012 keywords.
7039 (verilog-label-be): Remove unimplemented argument, bug669.
7040 (verilog-batch-execute-func): When batch expanding clear
7041 create-lockfiles to prevent spurious user locks when a file ends
7042 up not changing.
7043 (verilog-calculate-indent, verilog-calc-1)
7044 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7045 (verilog-do-indent): Fix indentation of nested constraints
7046 and structures.
7047 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7048 (verilog-auto-inst-param): Use verilog-string-match-fold.
7049 (verilog-read-inst-module-matcher):
7050 Fix AUTOINST on gate primitives with #1.
7051 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7052 Reads all user-defined typed variables.
7053 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7054 (verilog-signals-matching-regexp)
7055 (verilog-signals-not-matching-regexp, verilog-auto):
7056 Respect verilog-case-fold.
7057 (verilog-diff-report): Fix line count.
7058 (verilog-auto-assign-modport): Remove unused local `modi'.
7059 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7060 better handle multidimensional arrays.
7061 Fix packed array ports misadding bit index in AUTOINST, bug637.
7062 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7063 to not double-declare existing outputs and inputs, respectively.
7064 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7065 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7066 (verilog-sk-uvm-component): New skeleton.
7067 (verilog-submit-bug-report): Add verilog-case-fold,
7068 remove verilog-mode-release-date.
7069
7070 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7071
7072 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7073 as before.
7074
7075 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7076
7077 * textmodes/remember.el (remember): Set buffer-offer-save in
7078 remember buffers (bug#13566).
7079
7080 2013-10-18 Daniel Colascione <dancol@dancol.org>
7081
7082 When evaluating forms in ielm, direct standard output to ielm
7083 buffer. Add new ielm-return-for-effect command. Remove trailing
7084 whitespace throughout.
7085
7086 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7087 (ielm-return-for-effect): New command.
7088 (ielm-send-input): Accept optional `for-effect' parameter.
7089 (ielm-eval-input): Accept optional `for-effect' parameter.
7090 Bind `standard-output' to stream we create using
7091 `ielm-standard-output-impl'. Suppress printing result when
7092 `for-effect'.
7093 (ielm-standard-output-impl): New function.
7094 (inferior-emacs-lisp-mode): Explain new features in documentation.
7095
7096 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7097
7098 Code cleanup.
7099
7100 * net/tramp.el (tramp-debug-message): Do not check for connection
7101 buffer.
7102 (tramp-message): Use "vector" connection property.
7103
7104 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7105 (tramp-equal-remote, tramp-eshell-directory-change)
7106 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7107 (tramp-adb-handle-rename-file)
7108 * net/tramp-cmds.el (tramp-list-remote-buffers)
7109 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7110 * net/tramp-compat.el (tramp-compat-process-running-p)
7111 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7112 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7113 (tramp-gvfs-handle-rename-file)
7114 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7115 (tramp-set-file-uid-gid)
7116 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7117 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7118 of `file-remote-p'.
7119
7120 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7121 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7122 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7123 (tramp-gw-open-network-stream): Suppress unrelated traces.
7124
7125 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7126 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7127 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7128 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7129 connection property.
7130
7131 * net/tramp-cache.el (top): Suppress traces when reading
7132 persistency file.
7133
7134 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7135 Refactor common code. Improve debug message.
7136 (tramp-maybe-open-connection)
7137 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7138 connection buffer too early.
7139
7140 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7141 from `tramp-smb-actions-with-acl'.
7142 (tramp-smb-actions-set-acl): New defconst.
7143 (tramp-smb-handle-copy-directory)
7144 (tramp-smb-action-get-acl): New defun, renamed from
7145 `tramp-smb-action-with-acl'.
7146 (tramp-smb-action-set-acl): New defun.
7147 (tramp-smb-handle-set-file-acl): Rewrite.
7148
7149 2013-10-17 Glenn Morris <rgm@gnu.org>
7150
7151 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7152
7153 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * skeleton.el (skeleton-newline): Remove.
7156 (skeleton-internal-1): Use (insert "\n") instead.
7157
7158 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7159 let-bindings.
7160
7161 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7162 forward-sexp-function while we redo its job (bug#15613).
7163
7164 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7165
7166 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7167 represented by lists.
7168
7169 2013-10-16 Glenn Morris <rgm@gnu.org>
7170
7171 * tmm.el (tmm--history): New dynamic variable.
7172 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7173
7174 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7175
7176 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7177 (tramp-smb-errors): Add error messages.
7178 (tramp-smb-actions-with-acl): New defconst.
7179 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7180 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7181 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7182 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7183 (tramp-smb-get-stat-capability): Fix tests.
7184
7185 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7186
7187 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7188 (bug#15580).
7189
7190 2013-10-16 Glenn Morris <rgm@gnu.org>
7191
7192 * ansi-color.el (ansi-color-drop-regexp):
7193 Add 1J, 1K, 2K. (Bug#15617)
7194
7195 * files.el (hack-local-variables--warned-lexical): New.
7196 (hack-local-variables):
7197 Warn about misplaced lexical-binding. (Bug#15616)
7198
7199 * net/eww.el (eww-render): Always set eww-current-url,
7200 and update header line. (Bug#15622)
7201 (eww-display-html): ... Rather than just doing it here.
7202
7203 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7204
7205 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7206 menu navigations commands.
7207
7208 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7209
7210 * progmodes/subword.el (subword-capitalize): Be careful when
7211 the search for [[:alpha:]] fails (bug#15580).
7212
7213 2013-10-14 Eli Zaretskii <eliz@gnu.org>
7214
7215 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7216 to commands that scroll the menu.
7217
7218 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7219
7220 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7221 Handle methods ending with `?' and `!'.
7222
7223 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
7224
7225 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7226 `japanese-cp932' to `cp932' to fix the problem where saving a
7227 source file written in Shift_JIS twice would end up having
7228 `coding: japanese-cp932' which Ruby could not recognize.
7229 (ruby-mode-set-encoding): Add support for encodings mapped to nil
7230 in `ruby-encoding-map'.
7231 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7232 doesn't need to be explicitly declared in magic comment.
7233 (ruby-encoding-map): Add type declaration for better customize UI.
7234
7235 2013-10-13 Glenn Morris <rgm@gnu.org>
7236
7237 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7238 Occur buffers are read-only. http://bugs.debian.org/720775
7239
7240 * emacs-lisp/authors.el (authors-fixed-entries):
7241 Comment out old alpha stuff.
7242
7243 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
7244
7245 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7246 to `after-save-hook' instead of `before-save-hook'.
7247 (ruby-mode-set-encoding): Use the value of coding system used to
7248 write the file. Call `basic-save-buffer-1' after modifying the
7249 buffer.
7250
7251 2013-10-13 Alan Mackenzie <acm@muc.de>
7252
7253 Fix indentation/fontification of Java enum with
7254 "implements"/generic.
7255
7256 * progmodes/cc-engine.el (c-backward-over-enum-header):
7257 Extracted from the three other places and enhanced to handle generics.
7258 (c-inside-bracelist-p): Uses new function above.
7259 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7260 function above.
7261 (c-font-lock-enum-tail): Uses new function above.
7262
7263 2013-10-13 Kenichi Handa <handa@gnu.org>
7264
7265 * international/mule-cmds.el (select-safe-coding-system): Remove a
7266 superfluous condition in chekcing whether a coding system is safe
7267 or not.
7268
7269 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
7270
7271 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
7272
7273 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
7274
7275 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
7276
7277 2013-10-13 Glenn Morris <rgm@gnu.org>
7278
7279 * menu-bar.el (menu-bar-update-buffers):
7280 Unify Buffers menu prompt string. (Bug#15576)
7281
7282 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
7283
7284 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7285 Add some entries.
7286 (authors-fixed-entries): Use accented form of name.
7287
7288 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7289
7290 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7291 method calls (bug#15594).
7292 (ruby-smie--args-separator-p): New function.
7293 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7294 recognize paren-free method calls.
7295
7296 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7297 internals of universal-argument.
7298
7299 2013-10-11 Eli Zaretskii <eliz@gnu.org>
7300
7301 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7302 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7303 dropped menu on second mouse click on the menu bar.
7304
7305 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7308 (explicit-shell-file-name): Declare.
7309 (sh--vars-before-point, sh--cmd-completion-table): New functions.
7310 (sh-completion-at-point-function): New function.
7311 (sh-mode): Use it.
7312 (sh-smie--keyword-p): Remove unused argument.
7313 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7314 vars.
7315 (sh-set-shell): Always setup SMIE, even if we use the
7316 old indentation code.
7317
7318 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
7319
7320 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7321 cases of ? and =.
7322 (ruby-smie-rules): Simplify the "do" rule. The cases when the
7323 predicate would return nil are almost non-existent.
7324 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7325
7326 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7327 cache also after commands that modify the buffer but don't move
7328 point.
7329
7330 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * env.el (substitute-env-in-file-name): New function.
7333 (substitute-env-vars): Extend the meaning of the optional arg.
7334
7335 2013-10-10 Eli Zaretskii <eliz@gnu.org>
7336
7337 * term/w32-win.el (dynamic-library-alist): Define separate lists
7338 of GIF DLLs for versions before and after 5.0.0 of giflib.
7339 (Bug#15531)
7340
7341 2013-10-10 João Távora <joaotavora@gmail.com>
7342
7343 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7344 not locked, use last revision and current source as
7345 defaults. (Bug#15569)
7346
7347 2013-10-10 Masatake YAMATO <yamato@redhat.com>
7348
7349 * menu-bar.el (menu-bar-open): Don't use popup-menu if
7350 menu-bar is hidden.
7351
7352 2013-10-10 Martin Rudalics <rudalics@gmx.at>
7353
7354 * window.el (pop-to-buffer-same-window): Fix doc-string.
7355 (Bug#15492)
7356
7357 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7358
7359 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7360
7361 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
7362
7363 * calendar/icalendar.el (icalendar-import-file):
7364 Fix interactive spec. (Bug#15482)
7365
7366 2013-10-10 Glenn Morris <rgm@gnu.org>
7367
7368 * desktop.el (desktop-save): Default to saving in .emacs.d,
7369 since PWD is no longer in desktop-path by default. (Bug#15319)
7370
7371 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7372 now that text mode has a menu with the same entry.
7373 (menu-bar-text-mode-auto-fill): Remove now unused func.
7374 * textmodes/text-mode.el (text-mode-map):
7375 Use auto-fill help text from menu-bar.el.
7376
7377 2013-10-10 John Anthony <john@jo.hnanthony.com>
7378
7379 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
7380
7381 2013-10-09 Juri Linkov <juri@jurta.org>
7382
7383 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7384 instead of this-command-keys. Add universal-argument-more and
7385 universal-argument-minus to the list of prefix commands. (Bug#15568)
7386
7387 2013-10-09 Glenn Morris <rgm@gnu.org>
7388
7389 * vc/vc-svn.el (vc-svn-create-repo):
7390 Expand paths in file://... url. (Bug#15446)
7391
7392 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7393 Add some entries.
7394 (authors): Remove unused local variables.
7395
7396 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7397
7398 * profiler.el: Create a more coherent calltree from partial backtraces.
7399 (profiler-format): Hide the tail with `invisible' so that C-s can still
7400 find the hidden elements.
7401 (profiler-calltree-depth): Don't recurse so enthusiastically.
7402 (profiler-function-equal): New hash-table-test.
7403 (profiler-calltree-build-unified): New function.
7404 (profiler-calltree-build): Use it.
7405 (profiler-report-make-name-part): Indent the calltree less.
7406 (profiler-report-mode): Add visibility specs for profiler-format.
7407 (profiler-report-expand-entry, profiler-report-toggle-entry):
7408 Expand the whole subtree when provided with a prefix arg.
7409
7410 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
7411
7412 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7413 iuwu-mod token.
7414 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7415 hanging iuwu-mod token.
7416 (ruby-smie--forward-token): Do not include a dot after a token in
7417 that token.
7418 (ruby-smie--backward-token): Likewise.
7419
7420 2013-10-08 Juri Linkov <juri@jurta.org>
7421
7422 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7423 to isearch-other-control-char.
7424 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7425 and isearch-post-command-hook to post-command-hook.
7426 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7427 and isearch-post-command-hook from post-command-hook.
7428 (isearch-unread-key-sequence)
7429 (isearch-reread-key-sequence-naturally)
7430 (isearch-lookup-scroll-key, isearch-other-control-char)
7431 (isearch-other-meta-char): Remove functions.
7432 (isearch-pre-command-hook, isearch-post-command-hook):
7433 New functions based on isearch-other-meta-char rewritten
7434 relying on the new behavior of overriding-terminal-local-map
7435 that does not replace the local keymaps any more. (Bug#15200)
7436
7437 2013-10-08 Eli Zaretskii <eliz@gnu.org>
7438
7439 Support menus on text-mode terminals.
7440 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7441 functionality.
7442
7443 * tooltip.el (tooltip-mode): Don't error out on TTYs.
7444
7445 * menu-bar.el (popup-menu, popup-menu-normalize-position):
7446 Move here from mouse.el.
7447 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7448 and arrow keys.
7449 (tty-menu-navigation-map): New map for TTY menu navigation.
7450
7451 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7452
7453 * frame.el (display-mouse-p): Report text-mode mouse as available
7454 on w32.
7455 (display-popup-menus-p): Report availability if mouse is
7456 available; don't condition on window-system.
7457
7458 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7459 (tty-menu-selected-face): New faces.
7460
7461 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7464 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7465 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7466 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7467 New constants.
7468 (lisp-mode-variables): New `elisp' argument.
7469 (emacs-lisp-mode): Use it.
7470 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7471 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7472
7473 * indent.el: Use lexical-binding.
7474 (indent-region): Add progress reporter.
7475 (tab-stop-list): Make it implicitly extend to infinity by repeating the
7476 last step.
7477 (indent--next-tab-stop): New function to implement this behavior.
7478 (tab-to-tab-stop, move-to-tab-stop): Use it.
7479
7480 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
7481
7482 * indent.el (indent-rigidly--current-indentation): New function.
7483 (indent-rigidly-map): New var.
7484 (indent-rigidly): Use it to provide interactive mode (bug#8196).
7485
7486 2013-10-08 Bastien Guerry <bzg@gnu.org>
7487
7488 * register.el (insert-register): Fix 2013-10-07 change.
7489
7490 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7491
7492 * progmodes/perl-mode.el: Use lexical-binding.
7493 Remove redundant :group args.
7494 (perl-nochange): Change default to be closer to other major modes's
7495 standard behavior.
7496 (perl-indent-line): Don't consider text on current line as a
7497 valid beginning of function from which to indent.
7498
7499 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7500 with more than one argument (bug#15538).
7501
7502 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7503
7504 * vc/pcvs.el: Use lexical-binding.
7505 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7506 environment of `eval'.
7507 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7508 than a list of expressions. Adjust callers.
7509 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7510
7511 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7512
7513 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7514 case of the dot in a chained method call being on the following line.
7515
7516 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7517
7518 * electric.el (electric-indent-inhibit): New var.
7519 (electric-indent-post-self-insert-function): Use it.
7520 * progmodes/python.el (python-mode): Set it.
7521
7522 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7523 open braces.
7524
7525 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7526
7527 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7528 (css-mode): Use electric-indent-chars.
7529
7530 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7531 (font-lock-beg, font-lock-end): Move before first use.
7532 (nxml-mode): Use syntax-propertize-function.
7533 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7534 (nxml-extend-after-change-region): Remove.
7535 * nxml/xmltok.el: Use lexical-binding.
7536 (xmltok-save): Use `declare'.
7537 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7538 * nxml/nxml-util.el: Use lexical-binding.
7539 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7540 Use `declare'.
7541 * nxml/nxml-ns.el: Use lexical-binding.
7542 (nxml-ns-save): Use `declare'.
7543 (nxml-ns-prefixes-for): Avoid add-to-list.
7544 * nxml/rng-match.el: Use lexical-binding.
7545 (rng--ipattern): Use cl-defstruct.
7546 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7547 (rng-cons-group-after, rng-subst-group-after)
7548 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7549 Use closures instead of `(lambda...).
7550
7551 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7552
7553 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7554 of BEG and END.
7555
7556 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7557 Use `tramp-handle-insert-file-contents'.
7558 (tramp-gvfs-handle-insert-file-contents): Remove function.
7559
7560 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7561 Use `save-restriction' in order to keep markers.
7562
7563 * net/trampver.el: Update release number.
7564
7565 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * progmodes/compile.el (compilation-parse-errors):
7568 Use compilation--put-prop.
7569 (compilation--ensure-parse): Check compilation-multiline.
7570
7571 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7572
7573 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7574 lexical-binding.
7575
7576 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7577
7578 * progmodes/ruby-mode.el: Fix recently added tests.
7579 (ruby-smie-grammar): Add - and +.
7580 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7581 (ruby-smie--backward-id): New functions.
7582 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7583 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7584 any more.
7585
7586 2013-10-07 Leo Liu <sdl.web@gmail.com>
7587
7588 * register.el (register-preview-delay)
7589 (register-preview-functions): New variables.
7590 (register-read-with-preview, register-preview)
7591 (register-describe-oneline): New functions.
7592 (point-to-register, window-configuration-to-register)
7593 (frame-configuration-to-register, jump-to-register)
7594 (number-to-register, view-register, insert-register)
7595 (copy-to-register, append-to-register, prepend-to-register)
7596 (copy-rectangle-to-register): Use register-read-with-preview to
7597 read register. (Bug#15525)
7598
7599 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7600
7601 * net/network-stream.el (network-stream-open-starttls): Don't add
7602 --insecure if it's already present, because that gnutls-cli
7603 rejects getting that parameter twice.
7604
7605 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7606
7607 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7608 keyword, too.
7609
7610 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7611
7612 * newcomment.el (comment-use-global-state): Change default value
7613 to t, mark obsolete (Bug#15251).
7614 (comment-beginning): In addition to `comment-to-syntax', check the
7615 value of `comment-use-global-state'.
7616
7617 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7618
7619 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7620 (ruby-comment-column): Follow the global default, by default.
7621 (ruby-smie-grammar): Add assignment syntax.
7622 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7623 open-paren, a comma, or a \.
7624 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7625 and line continuations.
7626 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7627 followed by implicit semi-colons. Add rule for string concatenation
7628 and for indentation at BOB.
7629 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7630
7631 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7632 calling next-sexp, since next-token may have skipped chars which
7633 next-sexp doesn't know should be skipped!
7634
7635 2013-10-05 Leo Liu <sdl.web@gmail.com>
7636
7637 * progmodes/octave.el (octave-send-region):
7638 Call compilation-forget-errors.
7639
7640 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7641
7642 * vc/vc-svn.el (vc-svn-find-admin-dir):
7643 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7644 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7645 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7646 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7647
7648 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7651
7652 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7653
7654 * subr.el (read-passwd): Hide chars even when called within a context
7655 where after-change-functions is disabled (bug#15501).
7656 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7657 until we removed ourself from overriding-terminal-local-map.
7658
7659 2013-10-04 Leo Liu <sdl.web@gmail.com>
7660
7661 * progmodes/octave.el (inferior-octave-mode):
7662 Call compilation-forget-errors.
7663
7664 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7665
7666 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7667
7668 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7669
7670 * net/secrets.el (secrets-create-collection): Add optional
7671 argument ALIAS. Use proper Label keyword. Append ALIAS as
7672 dbus-call-method argument. (Bug#15516)
7673
7674 2013-10-04 Leo Liu <sdl.web@gmail.com>
7675
7676 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7677 (inferior-octave-compilation-font-lock-keywords): New variables.
7678 (compilation-error-regexp-alist)
7679 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7680 (inferior-octave-mode): Use compilation-shell-minor-mode.
7681
7682 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7683
7684 * minibuffer.el (completion--replace): Be careful that `end' might be
7685 a marker.
7686
7687 2013-10-03 Daiki Ueno <ueno@gnu.org>
7688
7689 Add support for package signature checking.
7690 * emacs-lisp/package.el (url-http-file-exists-p)
7691 (epg-make-context, epg-context-set-home-directory)
7692 (epg-verify-string, epg-context-result-for)
7693 (epg-signature-status, epg-signature-to-string)
7694 (epg-check-configuration, epg-configuration)
7695 (epg-import-keys-from-file): Declare.
7696 (package-check-signature): New user option.
7697 (package-unsigned-archives): New user option.
7698 (package-desc): Add `signed' field.
7699 (package-load-descriptor): Set `signed' field if .signed file exists.
7700 (package--archive-file-exists-p): New function.
7701 (package--check-signature): New function.
7702 (package-install-from-archive): Check package signature.
7703 (package--download-one-archive): Check archive signature.
7704 (package-delete): Remove .signed file.
7705 (package-import-keyring): New command.
7706 (package-refresh-contents): Import default keyring.
7707 (package-desc-status): Add "unsigned" status.
7708 (describe-package-1, package-menu--print-info)
7709 (package-menu-mark-delete, package-menu--find-upgrades)
7710 (package-menu--status-predicate): Support "unsigned" status.
7711
7712 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7715 the new compilation scheme using the new byte-codes.
7716
7717 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7718 (byte-pophandler): New byte codes.
7719 (byte-goto-ops): Adjust accordingly.
7720 (byte-compile--use-old-handlers): New var.
7721 (byte-compile-catch): Use new byte codes depending on
7722 byte-compile--use-old-handlers.
7723 (byte-compile-condition-case--old): Rename from
7724 byte-compile-condition-case.
7725 (byte-compile-condition-case--new): New function.
7726 (byte-compile-condition-case): New function that dispatches depending
7727 on byte-compile--use-old-handlers.
7728 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7729 when we can.
7730
7731 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7732 Optimize under `condition-case' and `catch' if
7733 byte-compile--use-old-handlers is nil.
7734 (disassemble-offset): Handle new bytecodes.
7735
7736 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * subr.el (error): Use `declare'.
7739 (decode-char, encode-char): Use advertised-calling-convention instead
7740 of the docstring to discourage use of the `restriction' arg.
7741
7742 2013-10-03 Daiki Ueno <ueno@gnu.org>
7743
7744 * epg.el (epg-verify-file): Add a comment saying that it does not
7745 notify verification error as a return value nor a signal.
7746 (epg-verify-string): Ditto.
7747
7748 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7749
7750 * progmodes/compile.el (compilation-start): Try globbing the arg to
7751 `cd' (bug#15417).
7752
7753 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7754
7755 Sync with Tramp 2.2.8.
7756
7757 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7758 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7759 * net/trampver.el: Update release number.
7760
7761 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7762
7763 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7764 and default-process-coding-system for darwin only.
7765
7766 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7767
7768 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7769
7770 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7771
7772 * vc/vc-git.el (vc-git-grep): Disable pager.
7773
7774 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7775
7776 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7777 Use :url instead of :homepage, as per
7778 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7779
7780 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7781 non-nil, use `syntax-ppss' (Bug#15251).
7782
7783 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7784
7785 * progmodes/octave.el (inferior-octave-startup-file):
7786 Prefer ~/.emacs.d/init_octave.m.
7787
7788 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7789
7790 * emacs-lisp/package.el (package-desc-from-define):
7791 Accept additional arguments as plist, convert them to an alist and store
7792 them in the `extras' slot.
7793 (package-generate-description-file): Convert extras alist back to
7794 plist and append to the `define-package' form arguments.
7795 (package--alist-to-plist): New function.
7796 (package--ac-desc): Add `extras' slot.
7797 (package--add-to-archive-contents): Check if the archive-contents
7798 vector is long enough, and if it is, pass its `extras' slot value
7799 to `package-desc-create'.
7800 (package-buffer-info): Call `lm-homepage', pass the returned value
7801 to `package-desc-from-define'.
7802 (describe-package-1): Render the homepage button (Bug#13291).
7803
7804 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7805 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7806
7807 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7808
7809 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7810 and default-process-coding-system to utf-8-unix (Bug#15402).
7811
7812 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7813
7814 * subr.el (looking-back): Do not recommend using looking-back.
7815
7816 2013-09-28 Alan Mackenzie <acm@muc.de>
7817
7818 Fix indentation/fontification of Java enum with "implements".
7819
7820 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7821 regexp which matches "implements", etc., in Java.
7822 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7823 specifier clauses coming after "enum".
7824 * progmodes/cc-fonts.el (c-font-lock-declarations)
7825 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7826 after "enum".
7827
7828 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7829
7830 * faces.el (region): Change ns_selection_color to
7831 ns_selection_fg_color, add ns_selection_bg_color.
7832
7833 2013-09-28 Leo Liu <sdl.web@gmail.com>
7834
7835 * progmodes/octave.el (inferior-octave-completion-table)
7836 (inferior-octave-completion-at-point): Minor tweaks.
7837
7838 * textmodes/ispell.el (ispell-lookup-words): Rename from
7839 lookup-words. (Bug#15460)
7840 (lookup-words): Obsolete.
7841 (ispell-complete-word, ispell-command-loop): All uses changed.
7842
7843 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7844
7845 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7846 (octave-mode-menu): Add octave-send-buffer.
7847 (octave-send-buffer): New function.
7848
7849 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7850
7851 * progmodes/octave.el (octave-mode-map): Add key binding for
7852 octave-lookfor.
7853 (octave-mode-menu): Add octave-lookfor.
7854 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7855 octave-lookfor.
7856 (octave-lookfor): New function.
7857
7858 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7861 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7862 its convention.
7863 (cl--loop-set-iterator-function): New function.
7864 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7865 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7866 Bind `it' with `let' instead of substituting it with `cl-subst'.
7867 (cl--unused-var-p): New function.
7868 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7869 Eliminate some unused variable warnings (bug#15326).
7870
7871 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7872
7873 * doc-view.el (doc-view-scale-reset): Rename from
7874 `doc-view-reset-zoom-level'.
7875 (doc-view-scale-adjust): New command.
7876 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7877 `doc-view-scale-adjust'.
7878
7879 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7880
7881 * doc-view.el (doc-view-reset-zoom-level): New command.
7882 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7883 zoom commands (bug#15466).
7884
7885 2013-09-26 Kenichi Handa <handa@gnu.org>
7886
7887 * international/quail.el (quail-help): Make it not a command.
7888
7889 2013-09-26 Leo Liu <sdl.web@gmail.com>
7890
7891 * minibuffer.el (completion-all-sorted-completions): Make args
7892 optional as they are.
7893
7894 2013-09-25 Daniel Colascione <dancol@dancol.org>
7895
7896 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7897 specs are and that they're not evaluated.
7898
7899 2013-09-24 Sam Steingold <sds@gnu.org>
7900
7901 * midnight.el (clean-buffer-list-kill-regexps)
7902 (clean-buffer-list-kill-buffer-names): Update for the new Man
7903 buffer naming which includes the object name.
7904
7905 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7908 (eshell-parse-command, eshell-parse-pipeline): Use it since
7909 eshell-separate-commands requires a dynamic scoped var.
7910 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7911
7912 2013-09-23 Leo Liu <sdl.web@gmail.com>
7913
7914 * autoinsert.el (auto-insert-alist): Make the value of
7915 lexical-binding match its file setting.
7916
7917 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7918
7919 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7920
7921 * autoarg.el (autoarg-kp-digit-argument):
7922 * electric.el (Electric-command-loop):
7923 * kmacro.el (kmacro-step-edit-insert):
7924 Do not set universal-argument-num-events.
7925
7926 2013-09-22 Leo Liu <sdl.web@gmail.com>
7927
7928 * files.el (interpreter-mode-alist): Add octave.
7929
7930 2013-09-21 Alan Mackenzie <acm@muc.de>
7931
7932 C++: fontify identifier in declaration following "public:" correctly.
7933 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7934 to match "public", etc.
7935 (c-decl-prefix-re): Add ":" into the C++ value.
7936 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7937 bit. Add a check for a ":" preceded by "public", etc.
7938
7939 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7940
7941 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7942 recognized by GDB 7.5 and later.
7943
7944 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7945
7946 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7947
7948 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * subr.el (internal--call-interactively): New const.
7951 (called-interactively-p): Use it (bug#3984).
7952
7953 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7954
7955 * vc/pcvs.el (cvs-mode-ignore):
7956 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7957 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7958
7959 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7960
7961 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7962 (eshell-ls-orig-insert-directory): Remove.
7963 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7964 (eshell-ls-use-in-dired): Use advice-add/remove.
7965 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7966 Add `orig-fun' arg for use in :around advice.
7967 Make it check (redundantly) eshell-ls-use-in-dired.
7968
7969 2013-09-19 Glenn Morris <rgm@gnu.org>
7970
7971 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7972
7973 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7974
7975 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7976
7977 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7978
7979 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7980 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7981 (tramp-get-remote-python): New defuns.
7982 (tramp-get-remote-uid-with-perl)
7983 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7984 contributed by yary <not.com@gmail.com> (tiny change).
7985 (tramp-get-remote-uid-with-python)
7986 (tramp-get-remote-gid-with-python): New defuns. Python code
7987 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7988 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7989
7990 2013-09-19 Glenn Morris <rgm@gnu.org>
7991
7992 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7993
7994 * eshell/em-unix.el (eshell-remove-entries):
7995 Rename argument to avoid name-clash with global `top-level'.
7996
7997 * eshell/esh-proc.el (eshell-kill-process-function):
7998 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7999 (eshell-reset-after-proc): Remove unused arg `proc'.
8000
8001 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8002 (directory-files-and-attributes): Mark unused arg.
8003
8004 * eshell/em-unix.el (eshell-remove-entries):
8005 Remove unused arg `path'. Update callers.
8006
8007 * eshell/em-hist.el (eshell-hist-parse-arguments):
8008 Remove unused arg `silent'. Update callers.
8009
8010 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8011 Fix (f)boundp mix-up.
8012
8013 * eshell/em-smart.el (eshell-smart-scroll-window)
8014 (eshell-disable-after-change):
8015 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8016
8017 2013-09-18 Alan Mackenzie <acm@muc.de>
8018
8019 Fix fontification of type when followed by "const".
8020 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8021 "known" types from fontification.
8022
8023 2013-09-18 Glenn Morris <rgm@gnu.org>
8024
8025 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8026 (chart-face-list): Drop Emacsen without display-color-p.
8027
8028 * net/eww.el (libxml-parse-html-region): Declare.
8029 (eww-display-html): Explicit error if no libxml2 support.
8030
8031 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8032
8033 * image.el (image-type-from-buffer, image-multi-frame-p):
8034 Remove --without-x warning/error.
8035
8036 * mouse.el (mouse-yank-primary):
8037 * term.el (term-mouse-paste):
8038 Reorder to silence --without-x compilation.
8039
8040 * mpc.el (doc-view-mode): Silence --without-x compilation.
8041
8042 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8043 Silence --without-x compilation.
8044
8045 * progmodes/gud.el (gud-find-file, gud-mode):
8046 Silence --without-x compilation.
8047 (tooltip-mode): Declare.
8048
8049 * wdired.el (dired-backup-overwrite): Remove declaration.
8050 (wdired-mode-map): Add doc string.
8051
8052 * custom.el (x-get-resource): Declare.
8053
8054 * eshell/em-glob.el (ange-cache):
8055 * eshell/em-unix.el (ange-cache): Declare.
8056
8057 * faces.el (x-display-list, x-open-connection, x-get-resource):
8058 Declare.
8059
8060 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8061 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8062 Declare.
8063
8064 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8065
8066 * net/gnutls.el (gnutls-log-level): Declare.
8067
8068 * net/shr.el (image-size, image-animate): Declare.
8069
8070 * simple.el (font-info): Declare.
8071
8072 * subr.el (x-popup-dialog): Declare.
8073
8074 * term/common-win.el (x-select-enable-primary)
8075 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8076 Declare.
8077
8078 * term/ns-win.el (x-handle-args): Declare.
8079
8080 * term/x-win.el (x-select-enable-clipboard): Declare.
8081
8082 * term/w32-win.el (create-default-fontset): Declare.
8083
8084 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8085 Declare.
8086
8087 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8088 (fit-frame-to-buffer): Explicit error if --without-x.
8089 (mouse-autoselect-window-select): Silence compiler.
8090
8091 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8092
8093 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8094 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8095 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8096 * eshell/esh-util.el (eshell-sublist):
8097 Remove unused local variables.
8098
8099 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8100
8101 * textmodes/two-column.el: Make 2C-split work for --without-x.
8102 (scroll-bar-columns): Autoload.
8103 (top-level): Require fringe when compiling.
8104
8105 2013-09-18 Leo Liu <sdl.web@gmail.com>
8106
8107 * subr.el (add-hook): Robustify to handle closure as well.
8108
8109 2013-09-17 Glenn Morris <rgm@gnu.org>
8110
8111 * simple.el (messages-buffer-mode-map): Unbind "g".
8112
8113 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8114
8115 * help-mode.el (help-mode-finish): Use derived-mode-p.
8116 Remove obsolete highlighting.
8117
8118 * play/life.el (life-mode): Use define-derived-mode. Derive from
8119 special-mode.
8120 (life): Let-bind inhibit-read-only.
8121 (life-setup): Avoid `setq'. Use `life-mode'.
8122
8123 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8124 which should not be needed any more.
8125 (package-menu-refresh, package-menu-describe-package): Use user-error.
8126
8127 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8128 (eshell-post-rewrite-command-hook): Make obsolete.
8129 (eshell-parse-command): Simplify.
8130 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8131 (eshell--cmd): Declare.
8132 (eshell-parse-pipeline): Remove unused var `final-p'.
8133 Pass a dynvar to eshell-post-rewrite-command-hook.
8134 Implement the new eshell-post-rewrite-command-function.
8135 (eshell-invoke-directly): Remove unused arg `input'.
8136 * eshell/esh-io.el (eshell-io-initialize):
8137 Use eshell-post-rewrite-command-function (bug#15399).
8138 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8139 adjust to new calling convention.
8140 (eshell-create-handles): Rename args to avoid clashing with dynvar
8141 `standard-output'.
8142
8143 2013-09-17 Glenn Morris <rgm@gnu.org>
8144
8145 * simple.el (messages-buffer-mode): New major mode.
8146 (messages-buffer): New function.
8147 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8148 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8149 (ert-run-test): Use `messages-buffer' function.
8150 (ert--force-message-log-buffer-truncation): Ignore read-only.
8151 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8152 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8153
8154 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8157
8158 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8159
8160 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8161
8162 * icomplete.el (icomplete-in-buffer): New var.
8163 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8164 vars and replace them with functions.
8165 (icomplete-minibuffer-setup): Adjust accordingly.
8166 (icomplete--completion-table, icomplete--completion-predicate)
8167 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8168 New functions.
8169 (icomplete-forward-completions, icomplete-backward-completions)
8170 (icomplete-simple-completing-p, icomplete-exhibit)
8171 (icomplete-completions): Use them.
8172 (icomplete--in-region-buffer): New var.
8173 (icomplete--in-region-setup): New function.
8174 (icomplete-mode): Use it.
8175
8176 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8177 (bug#15379).
8178 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8179 return args and options.
8180 (eshell-eval-using-options): Use the new return value of
8181 eshell--do-opts to set the options's vars in their scope.
8182 (eshell--set-option): Rename from eshell-set-option.
8183 Add arg `opt-vals'.
8184 (eshell--process-option): Rename from eshell-process-option.
8185 Add arg `opt-vals'.
8186 (eshell--process-args): Use an `opt-vals' alist to store the options's
8187 values during their processing and return them additionally to the
8188 remaining args.
8189
8190 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8191
8192 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8193 continuation character an operator, as far as indentation is
8194 concerned (Bug#15369).
8195
8196 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8197
8198 * window.el (window--state-put-2): Don't process buffer state
8199 when buffer doesn't exist any more (Bug#15382).
8200
8201 2013-09-15 Glenn Morris <rgm@gnu.org>
8202
8203 * eshell/em-unix.el (eshell/rm):
8204 Make -f ignore missing files. (Bug#15373)
8205
8206 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8207 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8208 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8209
8210 2013-09-14 Glenn Morris <rgm@gnu.org>
8211
8212 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8213
8214 2013-09-13 Glenn Morris <rgm@gnu.org>
8215
8216 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8217 (dired-guess-default): Make `file' available in the env. (Bug#15363)
8218
8219 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
8220
8221 * frame.el (x-focus-frame): Mark as declared in frame.c.
8222
8223 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8224
8225 * ls-lisp.el: Use advice-add.
8226 (original-insert-directory): Remove.
8227 (ls-lisp--insert-directory): Rename from insert-directory; add
8228 `orig-fun' argument.
8229 (insert-directory): Advise.
8230
8231 2013-09-13 Eli Zaretskii <eliz@gnu.org>
8232
8233 * term.el (term-emulate-terminal): Decode the command string
8234 before passing it to term-command-hook. (Bug#15337)
8235
8236 2013-09-13 Glenn Morris <rgm@gnu.org>
8237
8238 * eshell/esh-util.el (ange-cache): Move declaration earlier.
8239
8240 * eshell/esh-ext.el (eshell-search-path): Declare.
8241
8242 * eshell/em-prompt.el (eshell/pwd): Autoload it.
8243 Otherwise an error occurs if eshell-dirs module not loaded.
8244
8245 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8246
8247 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
8248
8249 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8250 `tramp-check-proper-host'. Check for a valid method name.
8251
8252 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8253 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8254 * net/tramp-sh.el (tramp-maybe-open-connection):
8255 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8256
8257 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8258 also for hash values.
8259
8260 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8261
8262 * term/ns-win.el (parameters): Don't declare as dynamic.
8263 (before-make-frame-hook): Don't add ineffective function.
8264
8265 * eshell/*.el: Use lexical-binding (bug#15231).
8266
8267 2013-09-12 Kenichi Handa <handa@gnu.org>
8268
8269 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8270
8271 2013-09-12 Glenn Morris <rgm@gnu.org>
8272
8273 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8274 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8275
8276 * subr.el (do-after-load-evaluation): Also give compiler warnings
8277 when obsolete files are used (except by obsolete files).
8278
8279 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8280 in the status output, assume `filename' is the first. (Bug#15322)
8281
8282 * vc/vc.el (vc-deduce-fileset): Doc fix.
8283
8284 * calc/calc-help.el (Info-goto-node):
8285 * progmodes/cperl-mode.el (Info-find-node):
8286 * vc/ediff.el (Info-goto-node): Update declarations.
8287
8288 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8289
8290 * vc/vc-bzr.el (vc-compilation-mode): Declare.
8291 (vc-bzr-pull): Require vc-dispatcher.
8292 * vc/vc-git.el (vc-compilation-mode): Declare.
8293 (vc-git-pull): Require vc-dispatcher.
8294
8295 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8296
8297 * progmodes/octave.el (help-button-action): Declare.
8298
8299 * shell.el (shell-directory-tracker): Output error as a message
8300 rather than just returning it as a string.
8301 (shell-process-pushd): Remove useless use of message.
8302
8303 * dframe.el (dframe-timer-fn):
8304 * files.el (dir-locals-read-from-file):
8305 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8306 (mpc-format):
8307 * reveal.el (reveal-post-command):
8308 * saveplace.el (load-save-place-alist-from-file):
8309 * shell.el (shell-resync-dirs):
8310 * w32-common-fns.el (x-get-selection-value):
8311 * emacs-lisp/copyright.el (copyright-find-copyright):
8312 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8313 * emulation/tpu-edt.el (tpu-copy-keyfile):
8314 * play/bubbles.el (bubbles--mark-neighbourhood):
8315 * progmodes/executable.el
8316 (executable-make-buffer-file-executable-if-script-p):
8317 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8318
8319 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8320
8321 Cleanup Eshell to rely less on dynamic scoping.
8322 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8323 last-value, and ext-command here. Bind `args' closer to `body'.
8324 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8325 (eshell--args): Declare new dynamic var.
8326 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
8327 last-value, and ext-command. Pass `args' to `body'.
8328 (eshell-process-args): Bind eshell--args.
8329 (eshell-set-option): Use eshell--args.
8330 * eshell/eshell.el (eshell): Use derived-mode-p.
8331 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8332 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8333 (eshell-glob-function): Declare.
8334 * eshell/esh-util.el: Require cl-lib.
8335 (eshell-read-hosts-file): Avoid add-to-list.
8336 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8337 `err'.
8338 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8339 Declare.
8340 (eshell/diff): Remove unused var `err'.
8341 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8342 `killflag'.
8343 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8344 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8345 first use.
8346 * eshell/em-glob.el (eshell-glob-matches, message-shown):
8347 Move declaration before first use.
8348 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8349 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8350 rely on cl-return.
8351
8352 2013-09-12 Glenn Morris <rgm@gnu.org>
8353
8354 * term/ns-win.el (global-map): Remove binding for ispell-next,
8355 deleted 1999-05-29. (Bug#15357)
8356
8357 2013-09-11 Glenn Morris <rgm@gnu.org>
8358
8359 * echistory.el (electric-command-history): Remove call to deleted func.
8360
8361 * play/landmark.el (landmark-mode): Fix typos.
8362
8363 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8364 Check cvs-sort-ignore-file is bound.
8365
8366 * savehist.el: No need for cl when compiling on Emacs.
8367
8368 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8369
8370 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8371 (bug#15338).
8372 (eshell-self-insert-command, eshell-send-invisible):
8373 Remove unused argument.
8374 (eshell-handle-control-codes): Remove unused var `orig'.
8375 Avoid delete-backward-char.
8376
8377 * files.el (set-auto-mode): Simplify a bit further.
8378
8379 2013-09-11 Glenn Morris <rgm@gnu.org>
8380
8381 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8382 (set-auto-mode): Don't regexp-quote elements.
8383 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8384 * progmodes/cc-mode.el (interpreter-mode-alist):
8385 * progmodes/ruby-mode.el (interpreter-mode-alist):
8386 Revert previous change.
8387
8388 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8389
8390 * play/snake.el (snake-mode):
8391 * play/mpuz.el (mpuz-mode):
8392 * play/landmark.el (lm-mode):
8393 * play/blackbox.el (blackbox-mode):
8394 * play/5x5.el (5x5-mode):
8395 * obsolete/options.el (Edit-options-mode):
8396 * net/quickurl.el (quickurl-list-mode):
8397 * net/newst-treeview.el (newsticker-treeview-mode):
8398 * mail/rmailsum.el (rmail-summary-mode):
8399 * mail/mspools.el (mspools-mode):
8400 * locate.el (locate-mode):
8401 * ibuffer.el (ibuffer-mode):
8402 * emulation/ws-mode.el (wordstar-mode):
8403 * emacs-lisp/debug.el (debugger-mode):
8404 * array.el (array-mode):
8405 * net/eudc.el (eudc-mode): Use define-derived-mode.
8406 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8407 Move initialization into declaration.
8408 (mairix-searches-mode): Use define-derived-mode.
8409 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8410 (eudc-edit-hotlist): Use dolist.
8411 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8412 (Man-mode): Use define-derived-mode.
8413 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8414 (Info-edit-mode): Use define-derived-mode.
8415 (Info-cease-edit): Use Info-mode.
8416 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8417 into declaration.
8418 (eshell-mode): Use define-derived-mode.
8419 * chistory.el (command-history-mode-map): Rename from
8420 command-history-map.
8421 (command-history-mode): Use define-derived-mode.
8422 (Command-history-setup): Remove function.
8423 * calc/calc.el (calc-trail-mode-map): New var.
8424 (calc-trail-mode): Use define-derived-mode.
8425 (calc-trail-buffer): Set calc-main-buffer manually.
8426 * bookmark.el (bookmark-insert-annotation): New function.
8427 (bookmark-edit-annotation): Use it.
8428 (bookmark-edit-annotation-mode): Make it a proper major mode.
8429 (bookmark-send-edited-annotation): Use derived-mode-p.
8430 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8431 closer to its ideal place. Use \' to match EOS.
8432
8433 * profiler.el (profiler-calltree-find): Use function-equal.
8434
8435 2013-09-10 Glenn Morris <rgm@gnu.org>
8436
8437 * files.el (interpreter-mode-alist): Convert to regexps.
8438 (set-auto-mode): Adapt for this. (Bug#15306)
8439 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8440 Comment out unused variable.
8441 * progmodes/cc-mode.el (interpreter-mode-alist):
8442 * progmodes/python.el (interpreter-mode-alist):
8443 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8444 * progmodes/sh-script.el (sh-set-shell):
8445 No longer use interpreter-mode-alist to get list of shells.
8446
8447 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8448
8449 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * simple.el: Use set-temporary-overlay-map for universal-argument.
8452 (universal-argument-map): Don't use default-bindings (bug#15317).
8453 Bind switch-frame explicitly. Replace universal-argument-minus with
8454 a conditional binding.
8455 (universal-argument-num-events, saved-overriding-map): Remove.
8456 (restore-overriding-map): Remove.
8457 (universal-argument--mode): Rename from save&set-overriding-map,
8458 and rewrite.
8459 (universal-argument, universal-argument-more, negative-argument)
8460 (digit-argument): Adjust accordingly.
8461 (universal-argument-minus): Remove.
8462 (universal-argument-other-key): Remove.
8463
8464 * subr.el (with-demoted-errors): Add `format' argument.
8465
8466 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
8467
8468 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
8469 `tramp-cleanup-connection'.
8470
8471 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8472 parameters KEEP-DEBUG and KEEP-PASSWORD.
8473
8474 * net/tramp.el (tramp-file-name-handler):
8475 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8476 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8477 (tramp-maybe-open-connection):
8478 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8479 Use `tramp-cleanup-connection'.
8480
8481 * net/tramp-sh.el (tramp-maybe-open-connection):
8482 Catch 'uname-changed inside the progress reporter.
8483
8484 2013-09-10 Glenn Morris <rgm@gnu.org>
8485
8486 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
8487
8488 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8489 returns "alternate access method" in mode (eg "-rw-r--r--.").
8490
8491 2013-09-08 Glenn Morris <rgm@gnu.org>
8492
8493 * saveplace.el (load-save-place-alist-from-file):
8494 Demote errors. (Bug#15305)
8495
8496 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8497
8498 Improve compatibility with older Emacsen, and XEmacs.
8499
8500 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8501 only if it is bound. It isn't for XEmacs.
8502 (with-tramp-progress-reporter): Do not let-bind `result'.
8503 This yields to scoping errors in XEmacs.
8504 (tramp-handle-make-auto-save-file-name): New function, moved from
8505 tramp-sh.el.
8506
8507 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8508 for `make-auto-save-file-name'.
8509 (tramp-adb--gnu-switches-to-ash):
8510 Use `tramp-compat-replace-regexp-in-string'.
8511
8512 * net/tramp-cache.el (tramp-cache-print): Call
8513 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8514
8515 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8516 bound. It isn't for XEmacs.
8517
8518 * net/tramp-compat.el (tramp-compat-copy-file):
8519 Catch `wrong-number-of-arguments' error.
8520 (tramp-compat-replace-regexp-in-string): New defun.
8521
8522 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8523 for `make-auto-save-file-name'.
8524 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8525 `copy-file'.
8526 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8527 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8528 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8529
8530 * net/tramp-gw.el (tramp-gw-open-network-stream):
8531 Use `tramp-compat-replace-regexp-in-string'.
8532
8533 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8534 Call `tramp-handle-make-auto-save-file-name'.
8535 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8536 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8537 (tramp-sh-file-inotifywait-process-filter):
8538 Use `tramp-compat-replace-regexp-in-string'.
8539 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8540
8541 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8542 for `make-auto-save-file-name'.
8543 (tramp-smb-handle-copy-directory):
8544 Call `tramp-compat-replace-regexp-in-string'.
8545 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8546 (tramp-smb-handle-copy-file): Improve error message.
8547 (tramp-smb-handle-rename-file): Rename directly only in case
8548 `newname' does not exist yet. This is a restriction of smbclient.
8549 (tramp-smb-maybe-open-connection): Rerun the function only when
8550 `auth-sources' is non-nil.
8551
8552 2013-09-08 Kenichi Handa <handa@gnu.org>
8553
8554 * international/characters.el: Set category "^" (Combining) for
8555 more characters.
8556
8557 2013-09-07 Alan Mackenzie <acm@muc.de>
8558
8559 Correctly fontify Java class constructors.
8560 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8561 in Java Mode.
8562 (c-recognize-typeless-decls): Set the Java value to t.
8563 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8564 While handling a "(", add a check for, effectively, Java, and handle a
8565 "typeless" declaration there.
8566
8567 2013-09-07 Roland Winkler <winkler@gnu.org>
8568
8569 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8570 field subtitle for entry type book.
8571
8572 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8573
8574 * minibuffer.el: Make minibuffer-complete call completion-in-region
8575 rather than other way around.
8576 (completion--some, completion-pcm--find-all-completions):
8577 Don't delay signals when debugging.
8578 (minibuffer-completion-contents): Beware fields within the
8579 minibuffer contents.
8580 (completion-all-sorted-completions): Use defvar-local.
8581 (completion--do-completion, completion--cache-all-sorted-completions)
8582 (completion-all-sorted-completions, minibuffer-force-complete):
8583 Add args `beg' and `end'.
8584 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8585 (minibuffer-complete): Use completion-in-region.
8586 (completion-complete-and-exit): New fun, extracted from
8587 minibuffer-complete-and-exit.
8588 (minibuffer-complete-and-exit): Use it.
8589 (completion--complete-and-exit): Rename from
8590 minibuffer--complete-and-exit.
8591 (completion-in-region--single-word): New function, extracted from
8592 minibuffer-complete-word.
8593 (minibuffer-complete-word): Use it.
8594 (display-completion-list): Make `common-substring' argument obsolete.
8595 (completion--in-region): Call completion--in-region-1 instead of
8596 minibuffer-complete.
8597 (completion-help-at-point): Pass boundaries to
8598 minibuffer-completion-help as args rather than via an overlay.
8599 (completion-pcm--string->pattern): Use `any-delim'.
8600 (completion-pcm--optimize-pattern): New function.
8601 (completion-pcm--pattern->regex): Handle `any-delim'.
8602 * icomplete.el (icomplete-forward-completions)
8603 (icomplete-backward-completions, icomplete-completions):
8604 Adjust calls to completion-all-sorted-completions and
8605 completion--cache-all-sorted-completions.
8606 (icomplete-with-completion-tables): Default to t.
8607 * emacs-lisp/crm.el (crm--current-element): Rename from
8608 crm--select-current-element. Don't put an overlay but return the
8609 boundaries instead.
8610 (crm--completion-command): Take two new args to bind to the boundaries.
8611 (crm-completion-help): Adjust accordingly.
8612 (crm-complete): Use completion-in-region.
8613 (crm-complete-word): Use completion-in-region--single-word.
8614 (crm-complete-and-exit): Use completion-complete-and-exit.
8615
8616 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8619 than dynamically.
8620
8621 2013-09-06 Juri Linkov <juri@jurta.org>
8622
8623 * info.el (Info-display-images-node): When image file doesn't exist
8624 display text version of the image if it's provided in the Info file.
8625 Otherwise, display the location of missing image from SRC attribute.
8626 Add help-echo text property from ALT attribute. (Bug#15279)
8627
8628 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8631 (edit-abbrevs-mode): Use define-derived-mode.
8632
8633 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8634 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8635 that it's defined.
8636 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8637 Use define-derived-mode.
8638
8639 * epg.el (epg-start-encrypt): Minor CSE simplification.
8640
8641 2013-09-06 William Xu <william.xwl@gmail.com>
8642
8643 * arc-mode.el: Add support for 7za (bug#15264).
8644 (archive-7z-program): New var.
8645 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8646 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8647 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8648
8649 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8650
8651 Remove URL syntax.
8652
8653 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8654 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8655 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8656 (tramp-postfix-host-format, tramp-file-name-regexp)
8657 (tramp-completion-file-name-regexp)
8658 (tramp-completion-dissect-file-name)
8659 (tramp-handle-substitute-in-file-name): Remove 'url case.
8660 (tramp-file-name-regexp-url)
8661 (tramp-completion-file-name-regexp-url): Remove constants.
8662
8663 2013-09-06 Glenn Morris <rgm@gnu.org>
8664
8665 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8666
8667 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8668
8669 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8670 keywords" below "here-doc beginnings" (Bug#15270).
8671
8672 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * subr.el (pop): Use `car-safe'.
8675 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8676 to detect unused `pop' return value.
8677
8678 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8679 var `block-regexp'.
8680 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8681 (python-fill-string): Remove unused var `marker'.
8682 (python-skeleton-add-menu-items): Remove unused var `items'.
8683
8684 * international/mule-cmds.el: Require CL.
8685 (find-coding-systems-for-charsets): Avoid add-to-list.
8686 (sanitize-coding-system-list): New function, extracted from
8687 select-safe-coding-system-interactively.
8688 (select-safe-coding-system-interactively): Use it.
8689 (read-input-method-name): Accept symbols for `default'.
8690
8691 * emacs-lisp/advice.el (defadvice): Add indent rule.
8692
8693 2013-09-05 Daniel Hackney <dan@haxney.org>
8694
8695 * dired-x.el:
8696 * net/ange-ftp.el:
8697 * net/browse-url.el:
8698 * net/dbus.el:
8699 * net/eudc.el:
8700 * net/eudcb-ldap.el:
8701 * net/eww.el:
8702 * net/imap.el:
8703 * printing.el:
8704 * vc/ediff-diff.el:
8705 * vc/ediff-init.el:
8706 * vc/ediff-merg.el:
8707 * vc/ediff-mult.el:
8708 * vc/ediff-util.el:
8709 * vc/ediff-wind.el:
8710 * vc/ediff.el:
8711 * vc/emerge.el:
8712 * vc/pcvs.el:
8713 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8714 byte compiler. Remove some unused let-bound variables.
8715
8716 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8719 a "ref-cell", since it gets better optimized (bug#14883).
8720
8721 2013-09-05 Glenn Morris <rgm@gnu.org>
8722
8723 * progmodes/cc-awk.el (c-forward-sws): Declare.
8724
8725 2013-09-04 Glenn Morris <rgm@gnu.org>
8726
8727 * generic-x.el [rul-generic-mode]: Require cc-mode.
8728 (c++-mode-syntax-table): Declare.
8729 (rul-generic-mode-syntax-table): Init in the defvar.
8730
8731 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8732
8733 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8734 (vc-do-command, vc-set-async-update):
8735 * vc/vc-mtn.el (vc-mtn-dir-status):
8736 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8737 (vc-hg-pull, vc-hg-merge-branch):
8738 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8739 (vc-git-merge-branch):
8740 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8741 (vc-cvs-dir-status-files):
8742 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8743 (vc-bzr-dir-status-files):
8744 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8745 * vc/vc-annotate.el: Use lexical-binding.
8746 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8747 (vc-sentinel-movepoint): Declare.
8748 (vc-annotate): Don't use `goto-line'.
8749 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8750 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8751 (vc-sentinel-movepoint): Declare.
8752 * vc/vc-svn.el: Use lexical-binding.
8753 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8754 * vc/vc-sccs.el:
8755 * vc/vc-rcs.el: Use lexical-binding.
8756
8757 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8758 `deleted'. Don't drop errors silently.
8759
8760 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8761
8762 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8763
8764 * vc/vc.el (vc-ignore): Rewrite.
8765 (vc-default-ignore): New function.
8766 (vc-default-ignore-completion-table): Use find-ignore-file.
8767
8768 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8769 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8770 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8771 Remove. Most code moved to vc.el.
8772
8773 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8774
8775 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8776 * net/tramp-smb.el (tramp-smb-get-file-entries):
8777 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8778 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8779
8780 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8781 Update call to it.
8782 (eww-change-select): Remove unused var `properties'.
8783 (eww-make-unique-file-name): Remove unused var `base'.
8784
8785 * finder.el (finder-compile-keywords): Don't mess with windows.
8786
8787 * calculator.el (calculator-funcall): Fix typo in last change.
8788
8789 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8790
8791 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8792 <pkg>-autoloads.el file stop us.
8793
8794 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8795 warnings, and factor out common code.
8796
8797 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8798
8799 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8800 two-character operators and whether the character preceding them
8801 changes their meaning (Bug#15208).
8802
8803 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8804
8805 Format code sent to Python shell for robustness.
8806 * progmodes/python.el (python-shell-buffer-substring):
8807 New function.
8808 (python-shell-send-region, python-shell-send-buffer): Use it.
8809
8810 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
8811
8812 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8813 * net/tramp.el (tramp-user-error): ... here.
8814 (tramp-find-method, tramp-check-proper-host)
8815 (tramp-dissect-file-name, tramp-debug-message)
8816 (tramp-handle-shell-command):
8817 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8818 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8819
8820 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8821
8822 2013-09-02 Martin Rudalics <rudalics@gmx.at>
8823
8824 * avoid.el (mouse-avoidance-point-position)
8825 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8826 returns nil.
8827
8828 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8829
8830 * progmodes/python.el (python-shell-completion-get-completions):
8831 Drop use of deleted `comint-last-prompt-overlay'.
8832 (python-nav-if-name-main): New command.
8833
8834 2013-09-01 Glenn Morris <rgm@gnu.org>
8835
8836 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8837 Avoid leading space in $wins. Otherwise the sed command used by
8838 eg compile-main ends up containing "/*.el". (Bug#15170)
8839
8840 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8841
8842 2013-08-30 Glenn Morris <rgm@gnu.org>
8843
8844 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8845 Fix is-this-a-directory logic. (Bug#15220)
8846
8847 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * textmodes/css-mode.el: Use SMIE.
8850 (css-smie-grammar): New var.
8851 (css-smie--forward-token, css-smie--backward-token)
8852 (css-smie-rules): New functions.
8853 (css-mode): Use them.
8854 (css-navigation-syntax-table): Remove var.
8855 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8856 (css-indent-calculate, css-indent-line): Remove functions.
8857
8858 Misc changes to reduce use of `(lambda...); and other cleanups.
8859 * cus-edit.el: Use lexical-binding.
8860 (customize-push-and-save, customize-apropos)
8861 (custom-buffer-create-internal): Use closures.
8862 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8863 * progmodes/ada-xref.el: Use setq.
8864 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8865 * dframe.el: Use lexical-binding.
8866 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8867 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8868 * descr-text.el: Use lexical-binding.
8869 (describe-text-widget, describe-text-sexp, describe-property-list):
8870 Use closures.
8871 * comint.el (comint-history-isearch-push-state): Use a closure.
8872 * calculator.el: Use lexical-binding.
8873 (calculator-number-to-string): Make it work with lexical-binding.
8874 (calculator-funcall): Same and use cl-letf.
8875
8876 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8877 (lisp--company-doc-string, lisp--company-location): New functions.
8878 (lisp-completion-at-point): Use them to improve Company support.
8879
8880 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8881 params of lambda expressions.
8882 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8883 (ruby-smie--opening-pipe-p): New function.
8884 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8885 symbols and matched |...| for formal params.
8886 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8887 from being treated as hanging. Handle "rescue".
8888
8889 2013-08-29 Glenn Morris <rgm@gnu.org>
8890
8891 * progmodes/cc-engine.el (c-pull-open-brace):
8892 Move definition before use.
8893
8894 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8895
8896 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8897 are immutable. Don't use `unsafe' any more.
8898 (cl--defsubst-expand): Don't substitute at the same time as keeping
8899 a residual unused let-binding. Don't use `unsafe' any more.
8900
8901 2013-08-29 Glenn Morris <rgm@gnu.org>
8902
8903 * calendar/cal-china.el (calendar-chinese-year-cache):
8904 Recenter on 2015.
8905
8906 * nxml/nxml-util.el (nxml-debug-clear-inside):
8907 Use cl-loop rather than loop.
8908
8909 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8910
8911 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8912
8913 2013-08-28 Glenn Morris <rgm@gnu.org>
8914
8915 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8916
8917 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8918
8919 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8920
8921 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 * simple.el (repeat-complex-command--called-interactively-skip):
8924 New function.
8925 (repeat-complex-command): Use it (bug#14136).
8926
8927 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8928 (c-define-abbrev-table): Add `doc' argument.
8929 (c-mode-abbrev-table, c++-mode-abbrev-table)
8930 (objc-mode-abbrev-table, java-mode-abbrev-table)
8931 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8932 (awk-mode-abbrev-table): Use it.
8933 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8934 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8935 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8936 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8937 Move initialization into the declaration; and remove any
8938 autoload cookie.
8939
8940 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8941 and dynamic let binding.
8942
8943 * vc/smerge-mode.el: Remove redundant :group args.
8944
8945 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8946 to load-path.
8947
8948 2013-08-28 Juri Linkov <juri@jurta.org>
8949
8950 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8951 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8952 (isearch-other-meta-char): Handle an undefined shifted printing
8953 character by downshifting it. (Bug#15200)
8954
8955 2013-08-28 Juri Linkov <juri@jurta.org>
8956
8957 * isearch.el (isearch-search): Change regexp error message for
8958 non-regexp searches. (Bug#15166)
8959
8960 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8961
8962 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8963 for portability to hosts where /bin/sh has problems.
8964
8965 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8966
8967 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8968
8969 2013-08-27 Juri Linkov <juri@jurta.org>
8970
8971 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8972 in the keyboard macro. (Bug#15126)
8973
8974 2013-08-27 Juri Linkov <juri@jurta.org>
8975
8976 * isearch.el (isearch-quote-char): Comment out converting unibyte
8977 to multibyte, thus syncing with its `quoted-insert' counterpart.
8978 (Bug#15166)
8979
8980 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8981
8982 * window.el (display-buffer-use-some-window): Add missing
8983 argument in call of get-largest-window (Bug#15185).
8984 Reported by Stephen Leake.
8985
8986 2013-08-27 Glenn Morris <rgm@gnu.org>
8987
8988 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8989
8990 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8993 from a matcher-function unless there's no more matches (bug#15161).
8994
8995 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8996
8997 * minibuffer.el: Revert change from 2013-08-20.
8998
8999 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9000 with text property `tramp-default', if appropriate.
9001 (tramp-check-proper-host): New defun.
9002 (tramp-dissect-file-name): Do not check hostname. Revert change
9003 of 2013-03-18.
9004 (tramp-backtrace): Make VEC-OR-PROC optional.
9005
9006 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9007 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9008 * net/tramp-sh.el (tramp-maybe-open-connection):
9009 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9010 Apply `tramp-check-proper-host'.
9011
9012 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9013
9014 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9015 lambda expression in order to have `describe-variable' display it.
9016
9017 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9018
9019 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9020 BUF can be optional. (Bug#15186)
9021
9022 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9023
9024 * progmodes/flymake.el (flymake-get-real-file-name-function):
9025 Fix broken customization. (Bug#15184)
9026
9027 2013-08-25 Alan Mackenzie <acm@muc.de>
9028
9029 Improve indentation of bracelists defined by macros (without "=").
9030
9031 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9032 expansion begins with "{", regard it as bracelist when it doesn't
9033 contain a ";".
9034
9035 Parse C++ inher-intro when there's a template split over 2 lines.
9036
9037 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9038 rigorously the search for "class" etc. followed by ":".
9039
9040 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9041 random languages a regexp which never matches rather than nil.
9042
9043 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9044
9045 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9046 (c-awk-regexp-one-line-possibly-open-char-list-re)
9047 (c-awk-one-line-possibly-open-regexp-re)
9048 (c-awk-one-line-non-syn-ws*-re): Remove.
9049 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9050 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9051 (c-awk-space*-unclosed-regexp-/-re): New constants.
9052 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9053 aren't regexp delimiters.
9054
9055 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9056 handling for a rare situation in AWK Mode involving unterminated
9057 strings/regexps.
9058
9059 2013-08-23 Glenn Morris <rgm@gnu.org>
9060
9061 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9062
9063 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9064
9065 * files.el (create-file-buffer): If the result would begin with
9066 spaces, prepend a "|" instead of removing them. (Bug#15162)
9067
9068 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9071 text-properties (bug#15155).
9072
9073 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9074 exist any more.
9075 (calc-keypad-redraw): Remove unused var `pad'.
9076 (calc-keypad-press): Remove unused var `menu'.
9077
9078 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9079
9080 * window.el (display-buffer-pop-up-frame):
9081 Call pop-up-frame-function with BUFFER current so `make-frame' will
9082 use it as the new frame's buffer (Bug#15133).
9083
9084 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * calendar/timeclock.el: Minor cleanups.
9087 (timeclock-ask-before-exiting, timeclock-use-display-time):
9088 Use `symbol'.
9089 (timeclock-modeline-display): Define as alias before the
9090 actual definition.
9091 (timeclock-mode-line-display): Use define-minor-mode.
9092 (timeclock-day-list-template): Make it a function, add an argument.
9093 (timeclock-day-list-required, timeclock-day-list-length)
9094 (timeclock-day-list-debt, timeclock-day-list-span)
9095 (timeclock-day-list-break): Adjust calls accordingly.
9096
9097 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9100 Use read--expression so that completion works again.
9101
9102 2013-08-21 Sam Steingold <sds@gnu.org>
9103
9104 Add rudimentary inferior shell interaction
9105 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9106 (sh-set-shell): Reset it.
9107 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9108 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9109
9110 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9111
9112 * align.el: Use lexical-binding.
9113 (align-region): Simplify accordingly.
9114
9115 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9116
9117 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9118
9119 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9120 `non-essential' up.
9121
9122 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9123
9124 * net/tramp.el:
9125 * net/tramp-adb.el:
9126 * net/tramp-cmds.el:
9127 * net/tramp-ftp.el:
9128 * net/tramp-gvfs.el:
9129 * net/tramp-gw.el:
9130 * net/tramp-sh.el: Don't wrap external variable declarations by
9131 `eval-when-compile'.
9132
9133 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9134
9135 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9136 now that Emacs supports ImageMagick animations.
9137
9138 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9139
9140 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9141 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9142
9143 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9144
9145 * window.el (mouse-autoselect-window-select): Do autoselect when
9146 mouse pointer is on margin.
9147
9148 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9149
9150 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9151
9152 2013-08-16 Glenn Morris <rgm@gnu.org>
9153
9154 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9155 Handle "Remote Directory" response of some clients. (Bug#15058)
9156
9157 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9158 Tweak warning. (Bug#14926)
9159
9160 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9161 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9162
9163 * image-mode.el (image-mode-map): Add menu items to reverse,
9164 increase, decrease, reset animation speed.
9165 (image--set-speed, image-increase-speed, image-decrease-speed)
9166 (image-reverse-speed, image-reset-speed): New functions.
9167 (image-mode-map): Add bindings for speed commands.
9168
9169 * image.el (image-animate-get-speed, image-animate-set-speed):
9170 New functions.
9171 (image-animate-timeout): Respect image :speed property.
9172
9173 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9176 previous line (bug#15101).
9177 (debugger-eval-expression, debugger-record-expression):
9178 Use read--expression (bug#15102).
9179
9180 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9181
9182 Remove byte compiler warnings, visible when compiling with
9183 `byte-compile-force-lexical-warnings' set to t.
9184
9185 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9186 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9187 (tramp-handle-unhandled-file-name-directory)
9188 (tramp-handle-file-notify-add-watch, tramp-action-login)
9189 (tramp-action-succeed, tramp-action-permission-denied)
9190 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9191 arguments with "_".
9192
9193 * net/tramp-adb.el (tramp-adb-parse-device-names)
9194 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9195 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9196 (tramp-adb-handle-file-truename): Remove unused arguments.
9197
9198 * net/tramp-cache.el (tramp-flush-directory-property)
9199 (tramp-flush-connection-property, tramp-list-connections)
9200 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9201
9202 * net/tramp-compat.el (tramp-compat-make-temp-file):
9203 Rename FILENAME to F.
9204
9205 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9206 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9207 (tramp-zeroconf-parse-workstation-device-names)
9208 (tramp-zeroconf-parse-webdav-device-names)
9209 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9210
9211 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9212 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9213
9214 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9215 arguments.
9216 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9217 (tramp-sh-handle-insert-file-contents-literally)
9218 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9219 with "_".
9220 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9221 Remove unused variables.
9222
9223 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9224 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9225 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9226
9227 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9228 Make them a defconst.
9229 (tramp-uuencode-region): Remove unused variable.
9230
9231 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
9232
9233 * frameset.el (frameset--prop-setter): New function.
9234 (frameset-prop): Add gv-setter declaration.
9235 (frameset-filter-minibuffer): Deal with the case that the minibuffer
9236 parameter was already set in FILTERED. Doc fix.
9237 (frameset--record-minibuffer-relationships): Allow saving a
9238 minibufferless frame without its corresponding minibuffer frame.
9239 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9240 frame, if the frame id matches.
9241 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9242 frames before orphaned ones.
9243 (frameset-restore): Warn about orphaned windows, instead of error out.
9244
9245 2013-08-14 Martin Rudalics <rudalics@gmx.at>
9246
9247 * window.el (window-make-atom): Don't overwrite parameter
9248 already present.
9249 (display-buffer-in-atom-window): Handle special case where we
9250 split an already atomic window.
9251 (window--major-non-side-window, display-buffer-in-side-window)
9252 (window--side-check): Ignore minibuffer window when walking
9253 window tree.
9254 (window-deletable-p): Return 'frame only if no other frame uses
9255 our minibuffer window.
9256 (record-window-buffer): Run buffer-list-update-hook.
9257 (split-window): Make sure window--check-frame won't destroy an
9258 existing atomic window in case the new window gets nested
9259 inside.
9260 (display-buffer-at-bottom): Ignore minibuffer window when
9261 walking window tree. Don't split a side window.
9262 (pop-to-buffer): Don't set-buffer here, the select-window call
9263 should do that.
9264 (mouse-autoselect-window-select): Autoselect only if we are in the
9265 text portion of the window.
9266
9267 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9268
9269 * net/shr.el (shr-parse-image-data): New function to grab both the
9270 data itself and the Content-Type.
9271 (shr-put-image): Use it.
9272
9273 * net/eww.el (eww-display-image): Ditto.
9274
9275 * image.el (image-content-type-suffixes): New variable.
9276
9277 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9278
9279 * progmodes/python.el (python-imenu--build-tree)
9280 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9281
9282 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
9283
9284 * simple.el (backward-word): Mention the optional argument.
9285
9286 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9287
9288 * frameset.el (frameset--make): Rename constructor from make-frameset.
9289 (frameset-p, frameset-valid-p): Don't autoload.
9290 (frameset-valid-p): Use normal accessors.
9291
9292 2013-08-13 Glenn Morris <rgm@gnu.org>
9293
9294 * progmodes/compile.el (compile-command): Tweak example in doc.
9295 * obsolete/scribe.el (scribe-mode):
9296 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
9297
9298 * mail/feedmail.el (feedmail-confirm-outgoing)
9299 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9300
9301 * cus-start.el (truncate-partial-width-windows): Fix type.
9302
9303 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9304
9305 * net/shr.el (shr-table-horizontal-line): Fix custom type.
9306
9307 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * emacs-lisp/timer.el (timer--time-setter): New function.
9310 (timer--time): Use it as gv-setter.
9311
9312 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9313 setter is not a symbol.
9314
9315 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
9316
9317 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9318 if sending fails. This makes debugging easier.
9319
9320 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
9321
9322 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9323 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9324 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9325
9326 2013-08-12 Eli Zaretskii <eliz@gnu.org>
9327
9328 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9329
9330 2013-08-12 Glenn Morris <rgm@gnu.org>
9331
9332 * format.el (format-annotate-function):
9333 Handle read-only text properties in the source. (Bug#14887)
9334
9335 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9336
9337 * net/eww.el (eww-display-html): Ignore coding system errors.
9338 One web site uses "utf-8lias" as the coding system.
9339
9340 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
9341
9342 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9343
9344 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
9345
9346 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9347 (tutorial--detailed-help): Remove unused local variables.
9348 (tutorial--save-tutorial-to): Use ignore-errors.
9349 (help-with-tutorial): Use looking-at-p.
9350
9351 * view.el (view-buffer-other-window, view-buffer-other-frame):
9352 Mark unused arguments.
9353
9354 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9355 (woman-select-symbol-fonts, woman, woman-find-file)
9356 (woman-insert-file-contents, woman-non-underline-faces):
9357 Use string-match-p.
9358 (woman1-unquote): Move declaration.
9359
9360 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9361 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
9362 argument. Remove unused local variable.
9363 (xml-parse-elem-type): Use string-match-p.
9364 (xml-substitute-numeric-entities): Use ignore-errors.
9365
9366 * calculator.el (calculator): Mark unused argument.
9367 (calculator-paste, calculator-quit, calculator-integer-p):
9368 Use ignore-errors.
9369 (calculator-string-to-number, calculator-decimal, calculator-exp)
9370 (calculator-op-or-exp): Use string-match-p.
9371
9372 * dired.el (dired-buffer-more-recently-used-p): Declare.
9373 (dired-insert-set-properties, dired-insert-old-subdirs):
9374 Use ignore-errors.
9375
9376 * dired-aux.el (dired-compress): Use ignore-errors.
9377 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9378 (dired-do-async-shell-command, dired-do-shell-command)
9379 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9380 (dired-insert-subdir-validate): Use string-match-p.
9381 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9382 (dired-add-entry): Use string-match-p, looking-at-p.
9383 (dired-insert-subdir-newpos): Remove unused local variable.
9384
9385 * filenotify.el (file-notify-callback): Remove unused local variable.
9386
9387 * filesets.el (filesets-error): Mark unused argument.
9388 (filesets-which-command-p, filesets-filter-dir-names)
9389 (filesets-directory-files, filesets-get-external-viewer)
9390 (filesets-ingroup-get-data): Use string-match-p.
9391
9392 * find-file.el (ff-other-file-name, ff-other-file-name)
9393 (ff-find-the-other-file, ff-cc-hh-converter):
9394 Remove unused local variables.
9395 (ff-get-file-name): Use string-match-p.
9396 (ff-all-dirs-under): Use ignore-errors.
9397
9398 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9399 (follow-select-if-visible): Remove unused local variable.
9400
9401 * forms.el (read-file-filter): Move declaration.
9402 (forms--make-format, forms--make-parser, forms-insert-record):
9403 Quote function with #'.
9404 (forms--update): Use string-match-p. Quote function with #'.
9405
9406 * help-mode.el (help-dir-local-var-def): Mark unused argument.
9407 (help-make-xrefs): Use looking-at-p.
9408 (help-xref-on-pp): Use looking-at-p, ignore-errors.
9409
9410 * ibuffer.el (ibuffer-ext-visible-p): Declare.
9411 (ibuffer-confirm-operation-on): Use string-match-p.
9412
9413 * msb.el (msb-item-handler, msb-dired-item-handler):
9414 Mark unused arguments.
9415
9416 * ses.el (ses-decode-cell-symbol)
9417 (ses-kill-override): Remove unused local variable.
9418 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9419 (ses-load): Use ignore-errors, looking-at-p.
9420 (ses-jump-safe): Use ignore-errors.
9421 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9422
9423 * tabify.el (untabify, tabify): Mark unused arguments.
9424
9425 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9426 Mark unused argument.
9427 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9428 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9429
9430 * emacs-lisp/timer.el (timer--time): Define setter with
9431 gv-define-setter to avoid deprecation warning.
9432
9433 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9434 (*record-cmpl-statistics-p*): Remove (was commented out).
9435 (cmpl-statistics-block): Remove (body was commented out).
9436 All callers changed.
9437 (add-completions-from-buffer, load-completions-from-file):
9438 Remove unused variables.
9439
9440 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9441
9442 * filecache.el (file-cache-delete-file-list):
9443 Print message only when told so.
9444 (file-cache-files-matching): Use #' in mapconcat argument.
9445
9446 * ffap.el (ffap-url-at-point): Fix reference to variable
9447 thing-at-point-default-mail-uri-scheme.
9448
9449 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * subr.el (define-error): New function.
9452 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9453 error-file-not-found and define with define-error.
9454 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9455 and define with define-error.
9456 * userlock.el (file-locked, file-supersession):
9457 * simple.el (mark-inactive):
9458 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9459 * progmodes/ada-mode.el (ada-mode-errors):
9460 * play/life.el (life-extinct):
9461 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9462 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9463 * nxml/rng-util.el (rng-error):
9464 * nxml/rng-uri.el (rng-uri-error):
9465 * nxml/rng-match.el (rng-compile-error):
9466 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9467 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9468 * nxml/nxml-rap.el (nxml-scan-error):
9469 * nxml/nxml-outln.el (nxml-outline-error):
9470 * net/soap-client.el (soap-error):
9471 * net/gnutls.el (gnutls-error):
9472 * net/ange-ftp.el (ftp-error):
9473 * mpc.el (mpc-proc-error):
9474 * json.el (json-error, json-readtable-error, json-unknown-keyword)
9475 (json-number-format, json-string-escape, json-string-format)
9476 (json-key-format, json-object-format):
9477 * jka-compr.el (compression-error):
9478 * international/quail.el (quail-error):
9479 * international/kkc.el (kkc-error):
9480 * emacs-lisp/ert.el (ert-test-failed):
9481 * calc/calc.el (calc-error, inexact-result, math-overflow)
9482 (math-underflow):
9483 * bookmark.el (bookmark-error-no-filename):
9484 * epg.el (epg-error): Define with define-error.
9485
9486 * time.el (display-time-event-handler)
9487 (display-time-next-load-average): Don't call sit-for since it seems
9488 unnecessary (bug#15045).
9489
9490 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9491 Use #' instead of ' to quote functions.
9492 (checkdoc-output-mode): Use setq-local.
9493 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9494 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9495 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9496 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9497 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9498 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9499 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9500 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9501
9502 * ido.el (ido-completion-help): Fix up compiler warning.
9503
9504 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9505
9506 * frameset.el (frameset-p): Add autoload cookie.
9507 (frameset--jump-to-register): New function, based on code moved from
9508 register.el.
9509 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9510
9511 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9512 (frameset-restore, frameset-save, frameset-session-filter-alist):
9513 Remove declarations.
9514 (register-alist): Doc fix.
9515 (frameset-to-register): Move to frameset.el.
9516 (jump-to-register, describe-register-1): Remove frameset-specific code.
9517
9518 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9519
9520 * allout-widgets.el (allout-widgets-pre-command-business)
9521 (allout-widgets-post-command-business)
9522 (allout-widgets-after-change-handler)
9523 (allout-decorate-item-and-context, allout-set-boundary-marker)
9524 (allout-body-modification-handler)
9525 (allout-graphics-modification-handler): Mark ignored arguments.
9526 (allout-widgets-post-command-business)
9527 (allout-widgets-exposure-change-processor)
9528 (allout-widgets-exposure-undo-processor)
9529 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9530 (allout-parse-item-at-point, allout-decorate-item-guides)
9531 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9532 * allout.el (epa-passphrase-callback-function): Declare.
9533 (allout-overlay-insert-in-front-handler)
9534 (allout-overlay-interior-modification-handler)
9535 (allout-isearch-end-handler, allout-chart-siblings)
9536 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9537 (allout-yank-processing, allout-process-exposed)
9538 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9539 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9540 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9541 (lisp-indent-defform): Mark ignored arguments.
9542 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9543 (calculate-lisp-indent): Remove unused variables.
9544 * international/characters.el (indian-2-column, arabic-2-column)
9545 (tibetan): Mark ignored arguments.
9546 (use-cjk-char-width-table): Mark ignored arguments.
9547 Remove unused variables.
9548 * international/fontset.el (build-default-fontset-data)
9549 (x-compose-font-name, create-fontset-from-fontset-spec):
9550 Mark ignored arguments.
9551 (fontset-plain-name): Remove unused variables.
9552 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9553 (keyboard-coding-system): Mark ignored arguments.
9554 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9555 * help.el (resize-temp-buffer-window):
9556 * window.el (display-buffer-in-major-side-window)
9557 (display-buffer-in-side-window, display-buffer-in-previous-window):
9558 Remove unused variables.
9559 * isearch.el (isearch-forward-symbol):
9560 * version.el (emacs-bzr-version-bzr):
9561 * international/mule-cmds.el (current-language-environment):
9562 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9563 (x-handle-display):
9564 * term/pc-win.el (x-list-fonts, x-display-planes)
9565 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9566 (x-server-version, x-display-screens, x-display-mm-height)
9567 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9568 (x-selection-owner-p, x-own-selection-internal)
9569 (x-disown-selection-internal, x-get-selection-internal)
9570 (msdos-initialize-window-system):
9571 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9572 * term/x-win.el (x-handle-no-bitmap-icon):
9573 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9574 (vc-default-find-file-hook, vc-default-extra-menu):
9575 Mark ignored arguments.
9576
9577 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9578
9579 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9580 break-condition in the context of the debugged code (bug#12685).
9581
9582 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9583
9584 * comint.el:
9585 Do not use an overlay to highlight the last prompt. (Bug#14744)
9586 (comint-mode): Make comint-last-prompt buffer local.
9587 (comint-last-prompt): New variable.
9588 (comint-last-prompt-overlay): Remove. Superseded by
9589 comint-last-prompt.
9590 (comint-snapshot-last-prompt, comint-output-filter):
9591 Use comint-last-prompt.
9592
9593 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9594
9595 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9596 (frameset-save): Check validity of the resulting frameset.
9597
9598 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9599
9600 * ido.el (ido-record-command): Add doc string.
9601
9602 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9603
9604 * frameset.el (frameset): Do not disable creation of the default
9605 frameset-p predicate. Doc fix.
9606 (frameset-valid-p): New function, copied from the old predicate-p.
9607 Add additional checks.
9608 (frameset-restore): Check with frameset-valid-p.
9609 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9610 (frameset-name, frameset-description, frameset-properties)
9611 (frameset-states): Add docstring.
9612 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9613 (frameset-filter-alist): Doc fixes.
9614
9615 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9616
9617 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9618
9619 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9622 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9623 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9624 (byte-compile-normal-call): Remove obsolescence check.
9625
9626 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9627
9628 * frameset.el (frameset-restore): Doc fix.
9629
9630 * register.el (frameset-frame-id, frameset-frame-with-id)
9631 (frameset-p, frameset-restore, frameset-save): Declare.
9632 (register-alist): Document framesets.
9633 (frameset-session-filter-alist): Declare.
9634 (frameset-to-register): New function.
9635 (jump-to-register): Implement jumping to framesets. Doc fix.
9636 (describe-register-1): Describe framesets.
9637
9638 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9639
9640 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9641
9642 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9643 Use lexical-binding.
9644
9645 * frameset.el (frameset): Use type vector, not list (incompatible
9646 change). Do not declare a new constructor, use the default one.
9647 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9648 `name' and `description', respectively, and add read-only slot
9649 `timestamp'. Doc fixes.
9650 (frameset-copy, frameset-persistent-filter-alist)
9651 (frameset-filter-alist, frameset-switch-to-gui-p)
9652 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9653 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9654 (frameset-filter-iconified, frameset-keep-original-display-p):
9655 Doc fixes.
9656 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9657 Rename from frameset-filter-(save|restore)-param. All callers changed.
9658 Doc fix.
9659 (frameset-p): Adapt to change to vector and be more thorough.
9660 Change arg name to OBJECT. Doc fix.
9661 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9662 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9663 All callers changed.
9664 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9665 All callers changed.
9666 (frameset--record-minibuffer-relationships): Rename from
9667 frameset--process-minibuffer-frames. All callers changed.
9668 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9669 Use new default constructor (again). Doc fix.
9670 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9671 All callers changed.
9672 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9673 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9674 Doc fix.
9675 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9676 PARAMETERS and WINDOW-STATE, respectively.
9677 (frameset-restore): Add new keyword argument PREDICATE.
9678 Reset frameset--target-display to nil. Doc fix.
9679
9680 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9683 (bat-mode): Use it.
9684 (bat-mode-syntax-table): Mark \n as end-of-comment.
9685 (bat-font-lock-keywords): Remove comment rule.
9686
9687 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9688 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9689
9690 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9691 (byte-compile-callargs-warn): Use `push'.
9692 (byte-compile-arglist-warn): Ignore higher-order "calls".
9693 (byte-compile-file-form-autoload): Use `pcase'.
9694 (byte-compile-function-form): If quoting a symbol, check that it exists.
9695
9696 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9697
9698 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9699 and add a few popular commands found in batch files.
9700 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9701 (dos-mode): Doc fixes.
9702
9703 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9706 (dos-mode): Use setq-local. Add space after "rem".
9707 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9708 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9709
9710 2013-08-07 Arni Magnusson <arnima@hafro.is>
9711
9712 * progmodes/dos.el: New file.
9713 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9714 dos-mode.
9715
9716 2013-08-06 Glenn Morris <rgm@gnu.org>
9717
9718 * calendar/calendar.el: Add new faces, and day-header-array.
9719 (calendar-weekday-header, calendar-weekend-header)
9720 (calendar-month-header): New faces.
9721 (calendar-day-header-construct): New function.
9722 (calendar-day-header-width): Also :set calendar-day-header-array.
9723 (calendar-american-month-header, calendar-european-month-header)
9724 (calendar-iso-month-header): Use calendar- faces.
9725 (calendar-generate-month):
9726 Use calendar-day-header-array for day headers; apply faces to them.
9727 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9728 (calendar-abbrev-construct): Add optional maxlen argument.
9729 (calendar-day-name-array): Doc fix.
9730 (calendar-day-name-array, calendar-abbrev-length)
9731 (calendar-day-abbrev-array):
9732 Also :set calendar-day-header-array, and maybe redraw.
9733 (calendar-day-header-array): New option. (Bug#15007)
9734 (calendar-font-lock-keywords): Set to nil and make obsolete.
9735 (calendar-day-name): Add option to use header array.
9736
9737 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9738
9739 * net/shr.el (shr-render-td): Remove debugging.
9740 (shr-render-td): Make width computation consistent by defaulting
9741 all zero-width columns to 10 characters. This may not be optimal,
9742 but it's at least consistent.
9743 (shr-make-table-1): Redo last change to fix the real problem in
9744 colspan handling.
9745
9746 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9747
9748 * files.el (cache-long-line-scans):
9749 Make obsolete alias to `cache-long-scans'.
9750
9751 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9752
9753 * frameset.el (frameset, frameset-filter-alist)
9754 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9755 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9756 (frameset-compute-pos): Rename from frameset--compute-pos,
9757 and add docstring.
9758 (frameset-move-onscreen): Use frameset-compute-pos.
9759 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9760
9761 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9762 Fix typos in docstrings.
9763
9764 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9765
9766 * frame.el (get-other-frame): Tiny cleanup.
9767
9768 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9769
9770 * vc/vc.el (vc-default-ignore-completion-table):
9771 Silence byte-compiler warning.
9772
9773 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9774 slot, which can indeed be nil.
9775 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9776 Move entry for `left' from persistent to live filter alist.
9777 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9778 Doc fixes.
9779 (frameset-filter-params): When restoring a frame, copy items added to
9780 `filtered', to avoid unwittingly modifying the original parameters.
9781 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9782 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9783
9784 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9785 to use looking-at-p instead of looking-at. (Bug#15028)
9786
9787 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9788
9789 Revert introduction of isearch-filter-predicates (bug#14714).
9790 Rely on add-function instead.
9791 * isearch.el (isearch-filter-predicates): Rename it back to
9792 isearch-filter-predicate.
9793 (isearch-message-prefix): Use advice-function-mapc and advice
9794 properties to get the isearch-message-prefix.
9795 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9796 instead of run-hook-with-args-until-failure.
9797 (isearch-filter-visible): Not obsolete any more.
9798 * loadup.el: Preload nadvice.
9799 * replace.el (perform-replace): Revert to funcall
9800 instead of run-hook-with-args-until-failure.
9801 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9802 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9803 dired-isearch-filenames-toggle; make it into a proper minor mode.
9804 Use add/remove-function.
9805 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9806 Call the minor-mode rather than add/remove-hook.
9807 (dired-isearch-filter-filenames):
9808 Remove isearch-message-prefix property.
9809 * info.el (Info--search-loop): New function, extracted from Info-search.
9810 Funcall isearch-filter-predicate instead of
9811 run-hook-with-args-until-failure isearch-filter-predicates.
9812 (Info-search): Use it.
9813 (Info-mode): Use isearch-filter-predicate instead of
9814 isearch-filter-predicates.
9815
9816 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9817
9818 Do not call to `selected-window' where it is assumed by default.
9819 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9820 `window-hscroll', `window-width', `window-height', `window-buffer',
9821 `window-frame', `window-start', `window-point', `next-window'
9822 and `window-display-table'.
9823 * abbrev.el (abbrev--default-expand):
9824 * bs.el (bs--show-with-configuration):
9825 * buff-menu.el (Buffer-menu-mouse-select):
9826 * calc/calc.el (calc):
9827 * calendar/calendar.el (calendar-generate-window):
9828 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9829 (diary-make-entry):
9830 * comint.el (send-invisible, comint-dynamic-complete-filename)
9831 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9832 * completion.el (complete):
9833 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9834 * disp-table.el (describe-current-display-table):
9835 * doc-view.el (doc-view-insert-image):
9836 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9837 * ehelp.el (with-electric-help):
9838 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9839 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9840 * emacs-lisp/helper.el (Helper-help-scroller):
9841 * emulation/cua-base.el (cua--post-command-handler-1):
9842 * eshell/esh-mode.el (eshell-output-filter):
9843 * ffap.el (ffap-gnus-wrapper):
9844 * help-macro.el (make-help-screen):
9845 * hilit-chg.el (highlight-compare-buffers):
9846 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9847 * hl-line.el (global-hl-line-highlight):
9848 * icomplete.el (icomplete-simple-completing-p):
9849 * isearch.el (isearch-done):
9850 * jit-lock.el (jit-lock-stealth-fontify):
9851 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9852 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9853 * mpc.el (mpc-tagbrowser, mpc):
9854 * net/rcirc.el (rcirc-any-buffer):
9855 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9856 * play/landmark.el (landmark-max-width, landmark-max-height):
9857 * play/zone.el (zone):
9858 * progmodes/compile.el (compilation-goto-locus):
9859 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9860 * progmodes/etags.el (find-tag-other-window):
9861 * progmodes/fortran.el (fortran-column-ruler):
9862 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9863 * progmodes/verilog-mode.el (verilog-point-text):
9864 * reposition.el (reposition-window):
9865 * rot13.el (toggle-rot13-mode):
9866 * server.el (server-switch-buffer):
9867 * shell.el (shell-dynamic-complete-command)
9868 (shell-dynamic-complete-environment-variable):
9869 * simple.el (insert-buffer, set-selective-display)
9870 (delete-completion-window):
9871 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9872 (speedbar-recenter):
9873 * startup.el (fancy-splash-head):
9874 * textmodes/ispell.el (ispell-command-loop):
9875 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9876 * tutorial.el (help-with-tutorial):
9877 * vc/add-log.el (add-change-log-entry):
9878 * vc/compare-w.el (compare-windows):
9879 * vc/ediff-help.el (ediff-indent-help-message):
9880 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9881 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9882 (ediff-setup-control-frame):
9883 * vc/emerge.el (emerge-position-region):
9884 * vc/pcvs-util.el (cvs-bury-buffer):
9885 * window.el (walk-windows, mouse-autoselect-window-select):
9886 * winner.el (winner-set-conf, winner-undo): Related users changed.
9887
9888 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9889
9890 * frameset.el (frameset--set-id): Doc fix.
9891 (frameset-frame-id, frameset-frame-id-equal-p)
9892 (frameset-locate-frame-id): New functions.
9893 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9894 (frameset-restore): Use them.
9895
9896 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9897
9898 Do not call to `selected-frame' where it is assumed by default.
9899 Affected functions are `raise-frame', `redraw-frame',
9900 `frame-first-window', `frame-terminal' and `delete-frame'.
9901 * calendar/appt.el (appt-disp-window):
9902 * epg.el (epg-wait-for-completion):
9903 * follow.el (follow-delete-other-windows-and-split)
9904 (follow-avoid-tail-recenter):
9905 * international/mule.el (set-terminal-coding-system):
9906 * mail/rmail.el (rmail-mail-return):
9907 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9908 * progmodes/f90.el (f90-add-imenu-menu):
9909 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9910 * server.el (server-switch-buffer):
9911 * simple.el (delete-completion-window):
9912 * talk.el (talk):
9913 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9914 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9915 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9916 * vc/ediff.el (ediff-documentation): Related users changed.
9917 * frame.el (selected-terminal): Remove the leftover.
9918
9919 2013-08-05 Glenn Morris <rgm@gnu.org>
9920
9921 * calendar/calendar.el (calendar-generate-month):
9922 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9923 (calendar-generate-month, calendar-font-lock-keywords):
9924 Fix for calendar-day-header-width > length of any day name.
9925
9926 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9927
9928 * desktop.el (desktop-clear): Use new name of sort predicate.
9929
9930 * frameset.el (frameset): Add docstring. Move :version property to its
9931 own `version' slot.
9932 (frameset-copy): Rename from copy-frameset.
9933 (frameset-p): Check more thoroughly.
9934 (frameset-prop): Do not check for :version, which is no longer a prop.
9935 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9936 Use new :never value instead of t.
9937 (frameset-filter-alist): Expand and clarify docstring.
9938 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9939 (frameset-filter-minibuffer, frameset-filter-save-param)
9940 (frameset-filter-restore-param, frameset-filter-iconified):
9941 Add pointer to docstring of frameset-filter-alist.
9942 (frameset-filter-params): Rename filter values to be more meaningful:
9943 :never instead of t, and reverse the meanings of :save and :restore.
9944 (frameset--process-minibuffer-frames): Clarify error message.
9945 (frameset-save): Avoid unnecessary and confusing call to framep.
9946 Use new BOA constructor for framesets.
9947 (frameset--reuse-list): Doc fix.
9948 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9949 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9950 (frameset-minibufferless-first-p): Doc fix.
9951 Rename from frameset-sort-frames-for-deletion.
9952 (frameset-restore): Doc fixes. Use new function names.
9953 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9954
9955 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9956
9957 * desktop.el (desktop-restore-forces-onscreen)
9958 (desktop-restore-reuses-frames): Document :keyword constant values.
9959 (desktop-filter-parameters-alist): Remove, now identical to
9960 frameset-filter-alist.
9961 (desktop--filter-tty*): Remove, moved to frameset.el.
9962 (desktop-save-frameset, desktop-restore-frameset):
9963 Do not pass :filters argument.
9964
9965 * frameset.el (frameset-live-filter-alist)
9966 (frameset-persistent-filter-alist): New variables.
9967 (frameset-filter-alist): Use them. Add autoload cookie.
9968 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9969 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9970 `frameset--id' (it's supposed to be internal to frameset.el).
9971 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9972 (frameset--initial-params): New function.
9973 (frameset--get-frame): Use it. Doc fix.
9974 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9975 Accept :all, not 'all.
9976 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9977 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9978 with fbound symbols. Fix frame id matching, and remove matching ids if
9979 the frame being restored is deleted. Obey :delete.
9980
9981 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9982
9983 * subr.el (macrop): New function.
9984 (text-clone--maintaining): New var.
9985 (text-clone--maintain): Rename from text-clone-maintain. Use it
9986 instead of inhibit-modification-hooks.
9987
9988 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9989 a proxy, so as handle autoloads and redefinitions of the target.
9990 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9991
9992 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9993 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9994 (pcase--mutually-exclusive-p): New function.
9995 (pcase--split-consp): Use it.
9996 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9997 mutually exclusive with the current predicate.
9998
9999 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10000 (edebug-macrop): Remove. Use `macrop' instead.
10001 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
10002 (ad-macro-p):
10003 * eshell/esh-cmd.el (eshell-macrop):
10004 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10005
10006 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10009 (advice-mapc): New function, using it.
10010 (advice-function-member-p): New function.
10011 (advice--normalize): Store the cdr in advice--saved-rewrite since
10012 that's the part that will be changed.
10013 (advice--symbol-function): New function.
10014 (advice-remove): Handle removal before the function is defined.
10015 Adjust to new advice--saved-rewrite.
10016 (advice-member-p): Use advice-function-member-p and
10017 advice--symbol-function.
10018
10019 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10020
10021 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10022 (frameset-filter-minibuffer): Doc fix.
10023 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10024 (frameset--set-id, frameset--process-minibuffer-frames)
10025 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10026 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10027
10028 * desktop.el (desktop-clear): Only delete frames when called
10029 interactively and desktop-restore-frames is non-nil. Doc fix.
10030 (desktop-read): Set desktop-saved-frameset to nil.
10031
10032 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10033
10034 * vc/vc.el (vc-ignore): Rewrite.
10035 (vc-default-ignore-completion-table, vc--read-lines)
10036 (vc--add-line, vc--remove-regexp): New functions.
10037
10038 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10039 (vc-svn-ignore-completion-table): New function.
10040
10041 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10042 (vc-hg-ignore-completion-table)
10043 (vc-hg-find-ignore-file): New functions.
10044
10045 * vc/vc-git.el (vc-git-ignore): Rewrite.
10046 (vc-git-ignore-completion-table)
10047 (vc-git-find-ignore-file): New functions.
10048
10049 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10050
10051 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10052 (vc-bzr-ignore-completion-table)
10053 (vc-bzr-find-ignore-file): New functions.
10054
10055 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10056
10057 * frameset.el (frameset-prop): New function and setter.
10058 (frameset-save): Do not modify frame list passed by the caller.
10059
10060 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10061
10062 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10063
10064 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10067 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10068
10069 * custom.el (custom-initialize-default, custom-initialize-set)
10070 (custom-initialize-reset, custom-initialize-changed): Affect the
10071 toplevel-default-value (bug#6275, bug#14586).
10072 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10073 for bug#6275.
10074
10075 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10076
10077 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10078 Add cl-def* expressions.
10079
10080 * frameset.el (frameset-filter-params): Fix order of arguments.
10081
10082 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10083
10084 Move code related to saving frames to frameset.el.
10085 * desktop.el: Require frameset.
10086 (desktop-restore-frames): Doc fix.
10087 (desktop-restore-reuses-frames): Rename from
10088 desktop-restoring-reuses-frames.
10089 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10090 (desktop-clear): Clear frames too.
10091 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10092 (desktop--filter-tty*, desktop-save, desktop-read):
10093 Use frameset functions.
10094 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10095 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10096 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10097 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10098 (desktop--process-minibuffer-frames, desktop-save-frames)
10099 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10100 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10101 (desktop--sort-states, desktop-restoring-frames-p)
10102 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10103 (desktop-restoring-frameset-p, desktop-restore-frameset)
10104 (desktop--check-dont-save, desktop-save-frameset): New functions.
10105 (desktop--app-id): New constant.
10106 (desktop-first-buffer, desktop-buffer-ok-count)
10107 (desktop-buffer-fail-count): Move before first use.
10108 * frameset.el: New file.
10109
10110 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10111
10112 * files.el: Use lexical-binding.
10113 (dir-locals-read-from-file): Remove unused `err' variable.
10114 (hack-dir-local-variables--warned-coding): New var.
10115 (hack-dir-local-variables): Use it to avoid repeated warnings.
10116 (make-backup-file-name--default-function): New function.
10117 (make-backup-file-name-function): Use it as default.
10118 (buffer-stale--default-function): New function.
10119 (buffer-stale-function): Use it as default.
10120 (revert-buffer-insert-file-contents--default-function): New function.
10121 (revert-buffer-insert-file-contents-function): Use it as default.
10122 (insert-directory): Avoid add-to-list.
10123
10124 * autorevert.el (auto-revert-handler): Simplify.
10125 Use buffer-stale--default-function.
10126
10127 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10128
10129 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10130
10131 * whitespace.el (whitespace-ensure-local-variables): New function.
10132 (whitespace-cleanup-region): Call it.
10133 (whitespace-turn-on): Call it.
10134
10135 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10136
10137 Complete file name handlers.
10138
10139 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10140 (tramp-handle-verify-visited-file-modtime)
10141 (tramp-handle-file-notify-rm-watch): New functions.
10142 (tramp-call-process): Do not bind `default-directory'.
10143
10144 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10145 Order alphabetically.
10146 <access-file, add-name-to-file, dired-call-process>:
10147 <dired-compress-file, file-acl, file-notify-rm-watch>:
10148 <file-ownership-preserved-p, file-selinux-context>:
10149 <make-directory-internal, make-symbolic-link, set-file-acl>:
10150 <set-file-selinux-context, set-visited-file-modtime>:
10151 <verify-visited-file-modtime>: Add handler.
10152 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10153
10154 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10155 <file-notify-add-watch, file-notify-rm-watch>:
10156 <set-file-times, set-visited-file-modtime>:
10157 <verify-visited-file-modtime>: Add handler.
10158 (with-tramp-gvfs-error-message)
10159 (tramp-gvfs-handle-set-visited-file-modtime)
10160 (tramp-gvfs-fuse-file-name): Remove.
10161 (tramp-gvfs-handle-file-notify-add-watch)
10162 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10163 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10164
10165 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10166 Order alphabetically.
10167 <file-notify-rm-watch>: Use default Tramp handler.
10168 <executable-find>: Remove private handler.
10169 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10170 `default-directory'.
10171 (tramp-sh-handle-executable-find)
10172 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10173 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10174 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10175 Do not use `format' in `tramp-message'.
10176
10177 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10178 <file-notify-rm-watch, set-visited-file-modtime>:
10179 <verify-visited-file-modtime>: Add handler.
10180 (tramp-smb-call-winexe): Do not bind `default-directory'.
10181
10182 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10183
10184 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10185
10186 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10187
10188 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10189 use it.
10190 (log-view-diff-changeset): Same.
10191 (log-view-diff-common): Call backend command `previous-revision'
10192 to find out the previous revision, in both cases. Swap the
10193 variables `to' and `fr', so that `fr' usually refers to the
10194 earlier revision (Bug#14989).
10195
10196 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10197
10198 * ibuf-ext.el (ibuffer-filter-by-filename):
10199 Make it work with dired buffers too.
10200
10201 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10202
10203 * emacs-lisp/re-builder.el (reb-color-display-p):
10204 * files.el (save-buffers-kill-terminal):
10205 * net/browse-url.el (browse-url):
10206 * server.el (server-save-buffers-kill-terminal):
10207 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10208 Prefer nil to selected-frame for the first arg of frame-parameter.
10209
10210 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10211
10212 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10213
10214 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
10215
10216 * minibuffer.el (completion--twq-all): Try and preserve each
10217 completion's case choice (bug#14907).
10218
10219 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10220
10221 * net/network-stream.el (open-network-stream): Mention the new
10222 :nogreeting parameter.
10223 (network-stream-open-starttls): Use the :nogreeting parameter
10224 (bug#14938).
10225
10226 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10227
10228 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10229 more natural than popping.
10230
10231 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10232 (shr-urlify): Highlight under mouse.
10233
10234 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10235
10236 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10237
10238 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10239
10240 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
10241 buffer for output.
10242
10243 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
10244 point-min==1. Fix search string. Fix parentheses missing.
10245
10246 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
10247 assume point-min==1. Fix search string. Fix parentheses missing.
10248
10249 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10250
10251 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
10252 buffer for output.
10253
10254 2013-07-29 Eli Zaretskii <eliz@gnu.org>
10255
10256 * frame.el (frame-notice-user-settings): Avoid inflooping when the
10257 initial frame is minibuffer-less. (Bug#14841)
10258
10259 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
10260
10261 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10262 option.
10263
10264 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10265 (tramp-maybe-open-connection): Use it.
10266
10267 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10268
10269 * desktop.el (desktop--make-frame): Include `minibuffer' in the
10270 minimal set of parameters passed when creating a frame, because
10271 the minibuffer status of a frame cannot be changed later.
10272
10273 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
10274
10275 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10276 replace-regexp-in-string and inadvertent omissions in previous change.
10277 (todo-filter-items): Ensure only file names are comma-separated in
10278 name of filtered items buffer.
10279
10280 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10281
10282 * desktop.el: Optionally force offscreen frames back onscreen.
10283 (desktop-restoring-reuses-frames): New option.
10284 (desktop--compute-pos, desktop--move-onscreen): New functions.
10285 (desktop--make-frame): Use desktop--move-onscreen.
10286
10287 2013-07-27 Alan Mackenzie <acm@muc.de>
10288
10289 Fontify a Java generic method as a function.
10290 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10291 value to t.
10292
10293 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
10294
10295 * calendar/todo-mode.el: Add command to rename todo files.
10296 (todo-rename-file): New command.
10297 (todo-key-bindings-t): Add key binding for it. Change the
10298 bindings of todo-filter-regexp-items(-multifile) to use `x'
10299 instead of `r', since the latter is better suited to the new
10300 renaming command.
10301
10302 2013-07-27 Alan Mackenzie <acm@muc.de>
10303
10304 Make Java try-with-resources statement parse properly.
10305 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10306 (c-block-stmt-1-2-key): New language constants/variables.
10307 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10308 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10309 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10310 with c-block-stmt-1-2-key.
10311
10312 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
10313
10314 * desktop.el (desktop--make-frame): Apply most frame parameters after
10315 creating the frame to force (partially or totally) offscreen frames to
10316 be restored as such.
10317
10318 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
10319
10320 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10321 (Bug#14948)
10322
10323 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10326 `base' arg of backtrace-frame.
10327
10328 2013-07-26 Eli Zaretskii <eliz@gnu.org>
10329
10330 * simple.el (list-processes): Doc fix.
10331
10332 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10333
10334 * desktop.el (desktop--select-frame):
10335 Try harder to reuse existing frames.
10336
10337 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10338
10339 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10340 (edebug-eval): Use backtrace-eval.
10341 (edebug--display, edebug--recursive-edit): Don't let-bind the
10342 edebug-outer-* vars that keep track of variables we locally let-bind.
10343 (edebug-outside-excursion): Don't restore outside values of locally
10344 let-bound vars.
10345 (edebug--display): Use user-error.
10346 (cl-lexical-debug, cl-debug-env): Remove.
10347
10348 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10349
10350 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10351 are restored to be sure that they are visible before deleting any
10352 remaining ones.
10353
10354 2013-07-26 Matthias Meulien <orontee@gmail.com>
10355
10356 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10357 vc-print-root-log. (Bug#14948)
10358
10359 2013-07-26 Richard Stallman <rms@gnu.org>
10360
10361 Add aliases for encrypting mail.
10362 * epa.el (epa-mail-aliases): New option.
10363 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10364 Bind inhibit-read-only so read-only text doesn't ruin everything.
10365 (epa-mail-default-recipients): New subroutine broken out.
10366 Handle epa-mail-aliases.
10367
10368 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10369
10370 Add support for lexical variables to the debugger's `e' command.
10371 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10372 vars, except for debugger-outer-match-data.
10373 (debugger-frame-number): Move check for "on a function call" from
10374 callers into it. Add `skip-base' argument.
10375 (debugger-frame, debugger-frame-clear): Simplify accordingly.
10376 (debugger-env-macro): Only reset the state stored in non-variables,
10377 i.e. current-buffer and match-data.
10378 (debugger-eval-expression): Rewrite using backtrace-eval.
10379 * subr.el (internal--called-interactively-p--get-frame): Remove.
10380 (called-interactively-p):
10381 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10382 `base' arg of backtrace-frame instead.
10383
10384 2013-07-26 Glenn Morris <rgm@gnu.org>
10385
10386 * align.el (align-regexp): Doc fix. (Bug#14857)
10387 (align-region): Explicit error if subexpression missing/does not match.
10388
10389 * simple.el (global-visual-line-mode):
10390 Do not duplicate the mode lighter. (Bug#14858)
10391
10392 2013-07-25 Martin Rudalics <rudalics@gmx.at>
10393
10394 * window.el (display-buffer): In display-buffer bind
10395 split-window-keep-point to t, bug#14829.
10396
10397 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10398
10399 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10400 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10401 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10402 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10403 Change accordingly.
10404 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10405 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10406
10407 2013-07-25 Glenn Morris <rgm@gnu.org>
10408
10409 * dired-x.el (dired-mark-extension): Convert comment to doc string.
10410
10411 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10412
10413 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10414 parameter to modify-frame-parameters if the value has not changed;
10415 this is a workaround for bug#14949.
10416 (desktop--make-frame): On cl-delete-if call, check parameter name,
10417 not full parameter.
10418
10419 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10420
10421 * vc/vc.el (vc-ignore): New function.
10422
10423 * vc/vc-svn.el (vc-svn-ignore): New function.
10424
10425 * vc/vc-hg.el (vc-hg-ignore): New function.
10426
10427 * vc/vc-git.el (vc-git-ignore): New function.
10428
10429 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10430 (vc-dir-ignore): New function.
10431
10432 * vc/vc-cvs.el (vc-cvs-ignore): New function.
10433 (cvs-append-to-ignore): Move here from pcvs.el.
10434
10435 * vc/vc-bzr.el (vc-bzr-ignore): New function.
10436
10437 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10438
10439 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
10440
10441 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10442 (desktop-restore-frames): Warn when deleting an existing frame failed.
10443
10444 2013-07-24 Glenn Morris <rgm@gnu.org>
10445
10446 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
10447
10448 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
10449
10450 * filenotify.el (file-notify-supported-p):
10451 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10452 Remove functions.
10453
10454 * autorevert.el (auto-revert-use-notify)
10455 (auto-revert-notify-add-watch):
10456 * net/tramp.el (tramp-file-name-for-operation):
10457 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10458 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10459 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10460 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10461 Remove `file-notify-supported-p' entry.
10462
10463 2013-07-24 Glenn Morris <rgm@gnu.org>
10464
10465 * printing.el: Replace all uses of deleted ps-windows-system,
10466 ps-lp-system, ps-flatten-list with lpr- versions.
10467
10468 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10469
10470 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10471 checked with memq (bug#14935).
10472
10473 * files.el (revert-buffer-function): Use a non-nil default.
10474 (revert-buffer-preserve-modes): Declare var to
10475 provide access to the `preserve-modes' argument.
10476 (revert-buffer): Let-bind it.
10477 (revert-buffer--default): New function, extracted from revert-buffer.
10478
10479 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * lpr.el: Signal print errors more prominently.
10482 (print-region-function): Don't default to nil.
10483 (lpr-print-region): New function, extracted from print-region-1.
10484 Check lpr's return value and signal an error in case of problem.
10485 (print-region-1): Use it.
10486 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
10487 versions instead.
10488 (ps-printer-name): Default to nil.
10489 (ps-printer-name-option): Default to lpr-printer-switch.
10490 (ps-print-region-function): Don't default to nil.
10491 (ps-postscript-code-directory): Simplify default.
10492 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10493 (ps-string-list, ps-eval-switch, ps-flatten-list)
10494 (ps-flatten-list-1): Remove.
10495 (ps-multibyte-buffer): Avoid setq.
10496 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10497 (print-region-function, ps-print-region-function): Don't set them here.
10498
10499 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10500
10501 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10502 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10503 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10504 (ido-decorations): Doc fix.
10505
10506 * ansi-color.el: Fix old URL.
10507
10508 2013-07-23 Michael R. Mauger <michael@mauger.com>
10509
10510 * progmodes/sql.el: Version 3.3
10511 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10512 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10513 (sql-interactive-remove-continuation-prompt): Rewrite, use
10514 functions above. Fix continuation prompt and complete output line
10515 handling.
10516 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10517 redirected output buffer.
10518 (sql-mode): Restore deleted code (Bug#13591).
10519
10520 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10521
10522 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10523
10524 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10525
10526 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10527
10528 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10529 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10530 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10531
10532 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10533
10534 * desktop.el (desktop-clear): Simplify; remove useless checks
10535 against invalid buffer names.
10536 (desktop-list*): Use cl-list*.
10537 (desktop-buffer-info, desktop-create-buffer): Simplify.
10538
10539 2013-07-23 Leo Liu <sdl.web@gmail.com>
10540
10541 * bookmark.el (bookmark-make-record): Restore NAME as a default
10542 value. (Bug#14933)
10543
10544 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10545
10546 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10547 extracted from autoload--insert-text.
10548 (autoload--insert-text): Remove.
10549 (autoload--print-cookie-text): New function, extracted from
10550 autoload--insert-cookie-text.
10551 (autoload--insert-cookie-text): Remove.
10552 (autoload-generate-file-autoloads): Adjust calls accordingly.
10553
10554 * winner.el (winner-hook-installed-p): Remove.
10555 (winner-mode): Simplify accordingly.
10556
10557 * subr.el (add-to-list): Fix compiler-macro when `append' is
10558 not constant. Don't use `cl-member' for the base case.
10559
10560 * progmodes/subword.el: Fix boundary case (bug#13758).
10561 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10562 own group.
10563 (subword-backward-regexp): Make it a constant.
10564 (subword-forward-internal): Don't treat a trailing capital as the
10565 beginning of a word.
10566
10567 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10568
10569 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10570 global value of tabulated-list-revert-hook (bug#14930).
10571
10572 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10573
10574 * desktop.el: Require 'cl-lib.
10575 (desktop-before-saving-frames-functions): New hook.
10576 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10577 for frames being saved. Rename from desktop--save-minibuffer-frames.
10578 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10579 Do not save frames with non-nil `desktop-dont-save' parameter.
10580 Filter out deleted frames.
10581 (desktop--find-frame): Use cl-find-if.
10582 (desktop--select-frame): Use cl-(first|second|third) to access values
10583 of desktop-mini.
10584 (desktop--make-frame): Use cl-delete-if.
10585 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10586 (desktop-restore-frames): Use cl-(first|second|third) to access values
10587 of desktop-mini. Look for visible frame at the end, not while
10588 restoring frames.
10589
10590 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10591 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10592 Use string-match-p, looking-at-p (bug#14927).
10593
10594 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10595
10596 * desktop.el (desktop-saved-frame-states):
10597 Rename from desktop--saved-states; all users changed.
10598 (desktop-save-frames): Rename from desktop--save-frames.
10599 Do not save state to desktop file.
10600 (desktop-save): Save desktop-saved-frame-states to desktop file
10601 and reset to nil.
10602 (desktop-restoring-frames-p): New function.
10603 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10604 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10605 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10606
10607 * desktop.el: Correctly restore iconified frames.
10608 (desktop--filter-iconified-position): New function.
10609 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10610
10611 2013-07-20 Glenn Morris <rgm@gnu.org>
10612
10613 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10614 Let `message' do the formatting.
10615 (def-gdb-preempt-display-buffer): Add explicit format.
10616
10617 * image-dired.el (image-dired-track-original-file):
10618 Use with-current-buffer.
10619 (image-dired-track-thumbnail): Use with-current-buffer.
10620 Avoid changing point of wrong window.
10621
10622 * image-dired.el (image-dired-track-original-file):
10623 Avoid changing point of wrong window. (Bug#14909)
10624
10625 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10626
10627 * progmodes/gdb-mi.el (gdb-done-or-error):
10628 Guard against "%" in gdb output. (Bug#14127)
10629
10630 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10631
10632 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10633 (Bug#14826)
10634
10635 * international/mule.el (coding-system-iso-2022-flags): Fix last
10636 change.
10637
10638 2013-07-20 Kenichi Handa <handa@gnu.org>
10639
10640 * international/mule.el (coding-system-iso-2022-flags):
10641 Add `8-bit-level-4'. (Bug#8522)
10642
10643 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10644
10645 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10646 (bug#14815).
10647
10648 * net/eww.el (eww-process-text-input): Allow inputting when the
10649 point is at the start of the line, as the properties aren't
10650 front-sticky.
10651
10652 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10653 degenerate widths.
10654
10655 2013-07-19 Richard Stallman <rms@gnu.org>
10656
10657 * epa.el (epa-popup-info-window): Doc fix.
10658
10659 * subr.el (split-string): New arg TRIM.
10660
10661 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10662
10663 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10664 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10665
10666 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10667
10668 * filenotify.el (file-notify--library): Rename from
10669 `file-notify-support'. Do not autoload. Adapt all uses.
10670 (file-notify-supported-p): New defun.
10671
10672 * autorevert.el (auto-revert-use-notify):
10673 Use `file-notify-supported-p' instead of `file-notify-support'.
10674 Adapt docstring.
10675 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10676
10677 * net/tramp.el (tramp-file-name-for-operation):
10678 Add `file-notify-supported-p'.
10679
10680 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10681 New defun.
10682 (tramp-sh-file-name-handler-alist): Add it as handler for
10683 `file-notify-supported-p '.
10684
10685 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10686 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10687 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10688 Add `ignore' as handler for `file-notify-*' functions.
10689
10690 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10691
10692 * simple.el (line-move-partial, line-move): Don't start vscroll or
10693 scroll-up if the current line is not taller than the window.
10694 (Bug#14881)
10695
10696 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10697
10698 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10699 highlight question marks in the method names as strings.
10700 (ruby-block-beg-keywords): Inline.
10701 (ruby-font-lock-keyword-beg-re): Extract from
10702 `ruby-font-lock-keywords'.
10703
10704 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10705
10706 * frame.el (blink-cursor-blinks): New defcustom.
10707 (blink-cursor-blinks-done): New defvar.
10708 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10709 (blink-cursor-timer-function): Check if number of blinks has been
10710 done on X and NS.
10711 (blink-cursor-suspend, blink-cursor-check): New defuns.
10712
10713 2013-07-15 Glenn Morris <rgm@gnu.org>
10714
10715 * edmacro.el (edmacro-format-keys): Fix previous change.
10716
10717 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10718
10719 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10720 The hack didn't work outside English locales anyway.
10721
10722 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10723
10724 * simple.el (define-alternatives): Rename from alternatives-define,
10725 per RMS' suggestion.
10726
10727 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10728
10729 * desktop.el (desktop-restore-frames): Change default to t.
10730 (desktop-restore-in-current-display): Now offer more options.
10731 (desktop-restoring-reuses-frames): New customization option.
10732 (desktop--saved-states): Doc fix.
10733 (desktop-filter-parameters-alist): New variable, renamed and expanded
10734 from desktop--excluded-frame-parameters.
10735 (desktop--target-display): New variable.
10736 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10737 (desktop--filter-tty*, desktop--filter-*-color)
10738 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10739 (desktop--filter-save-desktop-parm)
10740 (desktop-restore-in-original-display-p): New functions.
10741 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10742 (desktop--save-minibuffer-frames): New function, inspired by a similar
10743 function from Martin Rudalics.
10744 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10745 (desktop--restore-in-this-display-p): Remove.
10746 (desktop--find-frame): Rename from desktop--find-frame-in-display
10747 and add predicate argument.
10748 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10749 (desktop--reuse-list): New variable.
10750 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10751 New functions.
10752 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10753
10754 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10755
10756 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10757
10758 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10759
10760 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10761 Highlight conversion methods on Kernel.
10762
10763 2013-07-13 Alan Mackenzie <acm@muc.de>
10764
10765 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10766 and comment it out. This out-commenting enables certain C++
10767 declarations to be parsed correctly.
10768
10769 2013-07-13 Eli Zaretskii <eliz@gnu.org>
10770
10771 * international/mule.el (define-coding-system): Doc fix.
10772
10773 * simple.el (default-font-height): Don't call font-info if the
10774 frame's default font didn't change since the frame was created.
10775 (Bug#14838)
10776
10777 2013-07-13 Leo Liu <sdl.web@gmail.com>
10778
10779 * ido.el (ido-read-file-name): Guard against non-symbol value.
10780
10781 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10782
10783 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10784 in nested defuns.
10785
10786 2013-07-13 Leo Liu <sdl.web@gmail.com>
10787
10788 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10789 ido-set-matches call. (Bug#6852)
10790
10791 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10792
10793 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10794 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10795 Ruby 2.0.
10796 (ruby-font-lock-keywords): Distinguish calls to functions with
10797 module-like names from module references. Highlight character
10798 literals.
10799
10800 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10801
10802 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10803 (gdb-send): Handle continued commands. (Bug#14847)
10804
10805 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10806
10807 * desktop.el (desktop--v2s): Remove unused local variable.
10808 (desktop-save-buffer): Make defvar-local; adjust docstring.
10809 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10810 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10811
10812 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10813
10814 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10815
10816 2013-07-12 Eli Zaretskii <eliz@gnu.org>
10817
10818 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10819 (Bug#14842)
10820
10821 2013-07-12 Glenn Morris <rgm@gnu.org>
10822
10823 * doc-view.el: Require cl-lib at runtime too.
10824 (doc-view-remove-if): Remove.
10825 (doc-view-search-next-match, doc-view-search-previous-match):
10826 Use cl-remove-if.
10827
10828 * edmacro.el: Require cl-lib at runtime too.
10829 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10830 (edmacro-mismatch, edmacro-subseq): Remove.
10831
10832 * shadowfile.el: Require cl-lib.
10833 (shadow-remove-if): Remove.
10834 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10835 Use cl-remove-if.
10836
10837 * wid-edit.el: Require cl-lib.
10838 (widget-choose): Use cl-remove-if.
10839 (widget-remove-if): Remove.
10840
10841 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10842 (ebrowse-delete-if-not): Remove.
10843 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10844 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10845 Use cl-delete-if-not.
10846
10847 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10848
10849 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10850 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10851
10852 2013-07-12 Leo Liu <sdl.web@gmail.com>
10853
10854 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10855
10856 2013-07-11 Glenn Morris <rgm@gnu.org>
10857
10858 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10859 (edebug-gensym-index, edebug-gensym):
10860 Remove reimplementation of cl-gensym.
10861 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10862
10863 * thumbs.el: Require cl-lib at run-time too.
10864 (thumbs-gensym-counter, thumbs-gensym):
10865 Remove reimplementation of cl-gensym.
10866 (thumbs-temp-file): Use cl-gensym.
10867
10868 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10869 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10870 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10871 (ert--union, ert--gensym-counter, ert--gensym-counter)
10872 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10873 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10874 (ert-make-test-unbound, ert--expand-should-1)
10875 (ert--expand-should, ert--should-error-handle-error)
10876 (should-error, ert--explain-equal-rec)
10877 (ert--plist-difference-explanation, ert-select-tests)
10878 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10879 Use cl-lib functions rather than reimplementations.
10880
10881 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10882
10883 * net/tramp.el (tramp-methods): Extend docstring.
10884 (tramp-connection-timeout): New defcustom.
10885 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10886 (with-tramp-progress-reporter): Simplify.
10887 (tramp-process-actions): Improve messages.
10888
10889 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10890 * net/tramp-sh.el (tramp-maybe-open-connection):
10891 Use `tramp-connection-timeout'.
10892 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10893 (Bug#14808)
10894
10895 2013-07-11 Leo Liu <sdl.web@gmail.com>
10896
10897 * ido.el (ido-read-file-name): Conform to the requirements of
10898 read-file-name. (Bug#11861)
10899 (ido-read-directory-name): Conform to the requirements of
10900 read-directory-name.
10901
10902 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10903
10904 * subr.el (delay-warning): New function.
10905
10906 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10907
10908 * simple.el (default-line-height): New function.
10909 (line-move-partial, line-move): Use it instead of computing the
10910 line height inline.
10911 (line-move-partial): Always compute ROWH. If the last line is
10912 partially-visible, but its text is completely visible, allow
10913 cursor to enter such a partially-visible line.
10914
10915 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10916
10917 Improve error messages. (Bug#14808)
10918
10919 * net/tramp.el (tramp-current-connection): New defvar, moved from
10920 tramp-sh.el.
10921 (tramp-message-show-progress-reporter-message): Remove, not
10922 needed anymore.
10923 (tramp-error-with-buffer): Show message in minibuffer.
10924 Discard input before waiting. Reset connection timestamp.
10925 (with-tramp-progress-reporter): Improve messages.
10926 (tramp-process-actions): Use progress reporter. Delete process in
10927 case of error. Improve messages.
10928
10929 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10930 Call `tramp-error-with-buffer' with vector and buffer.
10931 (tramp-current-connection): Remove.
10932 (tramp-maybe-open-connection): The car of
10933 `tramp-current-connection' are the first 3 slots of the vector.
10934
10935 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10936
10937 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10938 inside continued strings.
10939
10940 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10941
10942 Timestamp fixes for undo (Bug#14824).
10943 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10944
10945 2013-07-10 Leo Liu <sdl.web@gmail.com>
10946
10947 * files.el (require-final-newline): Allow safe local value.
10948 (Bug#14834)
10949
10950 2013-07-09 Leo Liu <sdl.web@gmail.com>
10951
10952 * ido.el (ido-read-directory-name): Handle fallback.
10953 (ido-read-file-name): Update DIR to ido-current-directory.
10954 (Bug#1516)
10955 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10956
10957 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10958
10959 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10960 "autoload". Remove "warn lower camel case" section, previously
10961 commented out. Highlight negation char. Do not highlight the
10962 target in singleton method definitions.
10963
10964 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * faces.el (tty-setup-hook): Declare the hook.
10967
10968 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10969 and detect when a guard/pred depends on local vars (bug#14773).
10970 (pcase--u1): Adjust caller.
10971
10972 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10973
10974 * simple.el (line-move-partial, line-move): Account for
10975 line-spacing.
10976 (line-move-partial): Avoid setting vscroll when the last
10977 partially-visible line in window is of default height.
10978
10979 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10980
10981 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10982 been used a while.
10983
10984 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10985
10986 * subr.el (read-quoted-char): Remove unused local variable `char'.
10987
10988 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10989
10990 * ediff.el (ediff-version): Version update.
10991 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10992 (ediff-merge-with-ancestor-command, ediff-directories-command)
10993 (ediff-directories3-command, ediff-merge-directories-command)
10994 (ediff-merge-directories-with-ancestor-command): New functions.
10995 All are command-line interfaces to ediff: to facilitate calling
10996 Emacs with the appropriate ediff functions invoked.
10997
10998 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10999 (viper-save-kill-buffer): Check if buffer is modified.
11000
11001 * viper.el (viper-version): Version update.
11002 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11003
11004 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11005
11006 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11007 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
11008 (viper-intercept-ESC-key): Simplify.
11009 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
11010 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
11011 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11012 (viper-setup-ESC-to-escape): New functions.
11013 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11014 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11015
11016 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11017
11018 * simple.el (default-font-height, window-screen-lines):
11019 New functions.
11020 (line-move, line-move-partial): Use them instead of
11021 frame-char-height and window-text-height. This makes scrolling
11022 text smoother when the buffer's default face uses a font that is
11023 different from the frame's default font.
11024
11025 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11026
11027 * files.el (write-file): Do not display confirm dialog for NS,
11028 it does its own dialog, which can't be canceled (Bug#14578).
11029
11030 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11031
11032 * simple.el (line-move-partial): Adjust the row returned by
11033 posn-at-point for the current window-vscroll. (Bug#14567)
11034
11035 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11036
11037 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11038 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11039 spaces.
11040
11041 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11042
11043 * window.el (window-state-put-stale-windows): New variable.
11044 (window--state-put-2): Save list of windows without matching buffer.
11045 (window-state-put): Remove "bufferless" windows if possible.
11046
11047 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11048
11049 * simple.el (alternatives-define): Remove leftover :group keyword.
11050 Tweak docstring.
11051
11052 2013-07-06 Leo Liu <sdl.web@gmail.com>
11053
11054 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11055 (ido-enable-virtual-buffers): New variable.
11056 (ido-buffer-internal, ido-toggle-virtual-buffers)
11057 (ido-make-buffer-list): Use it.
11058 (ido-exhibit): Support turning on and off virtual buffers
11059 automatically.
11060
11061 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11062
11063 * simple.el (alternatives-define): New macro.
11064
11065 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11066
11067 * subr.el (read-quoted-char): Use read-key.
11068 (sit-for): Let read-event decode tty input (bug#14782).
11069
11070 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11071
11072 * calendar/todo-mode.el: Add handling of file deletion, both by
11073 mode command and externally. Fix various related bugs.
11074 Clarify Commentary and improve some documentation strings and code.
11075 (todo-delete-file): New command.
11076 (todo-check-file): New function.
11077 (todo-show): Handle external deletion of the file we're trying to
11078 show (bug#14688). Replace called-interactively-p by an optional
11079 prefix argument to avoid problematic interaction with catch form
11080 when byte compiled (bug#14702).
11081 (todo-quit): Handle external deletion of the archive's todo file.
11082 Make sure the buffer that was visiting the archive file is still
11083 live before trying to bury it.
11084 (todo-category-completions): Handle external deletion of any
11085 category completion files.
11086 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11087 of todo files, in case of external deletion.
11088 (todo-add-file): Replace unnecessary setq by let-binding.
11089 (todo-find-archive): Check whether there are any archives.
11090 Replace unnecessary setq by let-binding.
11091 (todo-archive-done-item): Use find-file-noselect to get the
11092 archive buffer whether or not the archive already exists.
11093 Remove superfluous code. Use file size instead of buffer-file-name to
11094 check if the archive is new; if it is, update list of archives.
11095 (todo-default-todo-file): Allow nil to be a valid value for when
11096 there are no todo files.
11097 (todo-reevaluate-default-file-defcustom): Use corrected definition
11098 of todo-default-todo-file.
11099 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11100 (todo-delete-category, todo-show-categories-table)
11101 (todo-category-number): Clarify comment.
11102 (todo-filter-items): Clarify documentation string.
11103 (todo-show-current-file, todo-display-as-todo-file)
11104 (todo-reset-and-enable-done-separator): Tweak documentation string.
11105 (todo-done-separator): Make separator length window-width, since
11106 bug#2749 is now fixed.
11107
11108 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11109
11110 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11111 Support both "gvfs-monitor-dir" and "inotifywait".
11112 (tramp-sh-file-inotifywait-process-filter): Rename from
11113 `tramp-sh-file-notify-process-filter'.
11114 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11115 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11116
11117 2013-07-05 Leo Liu <sdl.web@gmail.com>
11118
11119 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11120
11121 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11122
11123 * frame.el (display-pixel-height, display-pixel-width)
11124 (display-mm-height, display-mm-width): Mention behavior on
11125 multi-monitor setups in docstrings.
11126 (w32-display-monitor-attributes-list): Declare function.
11127 (display-monitor-attributes-list): Use it.
11128
11129 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11130
11131 * filenotify.el: New package.
11132
11133 * autorevert.el (top): Require filenotify.el.
11134 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11135 instead.
11136 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11137 (auto-revert-notify-handler): Use `file-notify-*' functions.
11138
11139 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11140
11141 * net/tramp.el (tramp-file-name-for-operation):
11142 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11143
11144 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11145 for `file-notify-add-watch' and `file-notify-rm-watch'.
11146 (tramp-process-sentinel): Improve trace.
11147 (tramp-sh-handle-file-notify-add-watch)
11148 (tramp-sh-file-notify-process-filter)
11149 (tramp-sh-handle-file-notify-rm-watch)
11150 (tramp-get-remote-inotifywait): New defuns.
11151
11152 2013-07-03 Juri Linkov <juri@jurta.org>
11153
11154 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11155 call of `occur-read-primary-args' to interactive spec.
11156
11157 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11158 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11159
11160 2013-07-03 Matthias Meulien <orontee@gmail.com>
11161
11162 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11163 `Buffer-menu-multi-occur'. Add it to the menu.
11164 (Buffer-menu-mode): Document it in docstring.
11165 (Buffer-menu-multi-occur): New command. (Bug#14673)
11166
11167 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11168
11169 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11170 keywords and built-ins.
11171
11172 2013-07-03 Glenn Morris <rgm@gnu.org>
11173
11174 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11175
11176 Make info-xref checks case-sensitive by default
11177 * info.el (Info-find-node, Info-find-in-tag-table)
11178 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11179 Add option for exact case matching of nodes.
11180 * info-xref.el (info-xref): New custom group.
11181 (info-xref-case-fold): New option.
11182 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11183
11184 2013-07-03 Leo Liu <sdl.web@gmail.com>
11185
11186 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11187
11188 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11189
11190 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11191 middle of block statement initially, lower the depth. Remove
11192 FIXME comment, not longer valid. Remove middle of block statement
11193 detection, no need to do that anymore since we've been using
11194 `ruby-parse-region' here.
11195
11196 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11197
11198 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11199
11200 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11201
11202 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11203
11204 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11205
11206 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11207 (desktop-restore-in-current-display): New customization option.
11208 (desktop--excluded-frame-parameters): Add `font'.
11209 (desktop--save-frames): Rename from desktop--save-windows.
11210 (desktop--restore-in-this-display-p): New function.
11211 (desktop--make-full-frame): Remove unwanted width/height from
11212 full(width|height) frames.
11213 (desktop--restore-frames): Rename from desktop--restore-windows.
11214 Obey desktop-restore-current-display. Do not delete old frames or
11215 select a new frame unless we were able to restore at least one frame.
11216
11217 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
11218
11219 * files.el (find-file-noselect): Simplify conditional expression.
11220
11221 * textmodes/remember.el (remember-append-to-file):
11222 Don't mix `find-buffer-visiting' and `get-file-buffer'.
11223
11224 Add `remember-notes' function to store random notes across Emacs
11225 restarts.
11226 * textmodes/remember.el (remember-data-file): Add :set callback to
11227 affect notes buffer (if any).
11228 (remember-notes): New command.
11229 (remember-notes-buffer-name, bury-remember-notes-on-kill):
11230 New defcustoms for the `remember-notes' function.
11231 (remember-notes-save-and-bury-buffer): New command.
11232 (remember-notes-mode-map): New variable.
11233 (remember-mode): New minor mode.
11234 (remember-notes--kill-buffer-query): New function.
11235 * startup.el (initial-buffer-choice): Add notes to custom type.
11236
11237 2013-06-30 Eli Zaretskii <eliz@gnu.org>
11238
11239 * bindings.el (right-char, left-char): Don't call sit-for, this is
11240 no longer needed. Use arithmetic comparison only for numerical
11241 arguments.
11242
11243 * international/mule-cmds.el (select-safe-coding-system):
11244 Handle the case of FROM being a string correctly. (Bug#14755)
11245
11246 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11247
11248 * net/shr.el (shr-make-table-1): Add a sanity check that allows
11249 progression on degenerate tables.
11250 (shr-rescale-image): ImageMagick animated images currently don't work.
11251
11252 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
11253
11254 Some fixes and improvements for desktop frame restoration.
11255 It is still experimental and disabled by default.
11256 * desktop.el (desktop--save-windows): Put the selected frame at
11257 the head of the list.
11258 (desktop--make-full-frame): New function.
11259 (desktop--restore-windows): Try to re-select the frame that was
11260 selected upon saving. Do not abort if some frames fail to restore,
11261 just show an error message and continue. Set up maximized frames
11262 so they have default non-maximized dimensions.
11263
11264 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
11265
11266 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11267 Don't start heredoc inside a string or comment.
11268
11269 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11270
11271 * bindings.el (visual-order-cursor-movement): New defcustom.
11272 (right-char, left-char): Provide visual-order cursor motion by
11273 calling move-point-visually. Update the doc strings.
11274
11275 2013-06-28 Kenichi Handa <handa@gnu.org>
11276
11277 * international/mule.el (define-coding-system): New coding system
11278 properties :inhibit-null-byte-detection,
11279 :inhibit-iso-escape-detection, and :prefer-utf-8.
11280 (set-buffer-file-coding-system): If :charset-list property of
11281 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11282 appropriate for setting.
11283
11284 * international/mule-cmds.el (select-safe-coding-system):
11285 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11286 multibyte characters, return utf-8 (or one of its siblings).
11287
11288 * international/mule-conf.el (prefer-utf-8): New coding system.
11289 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11290 files.
11291
11292 2013-06-28 Ivan Kanis <ivan@kanis.fr>
11293
11294 * net/shr.el (shr-render-region): New function.
11295
11296 * net/eww.el: Autoload `eww-browse-url'.
11297
11298 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
11299
11300 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11301 Adapt to `package-desc-version' being a list.
11302 Use `package--ac-desc-version' to retrieve version from a package
11303 archive element.
11304
11305 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
11306
11307 New experimental feature to save&restore window and frame setup.
11308 * desktop.el (desktop-save-windows): New defcustom.
11309 (desktop--saved-states): New var.
11310 (desktop--excluded-frame-parameters): New defconst.
11311 (desktop--filter-frame-parms, desktop--find-frame-in-display)
11312 (desktop--restore-windows, desktop--save-windows): New functions.
11313 (desktop-save): Call `desktop--save-windows'.
11314 (desktop-read): Call `desktop--restore-windows'.
11315
11316 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11317
11318 * net/shr.el (add-face-text-property): Remove compat definition.
11319
11320 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11321
11322 * info.el (Info-try-follow-nearest-node): Move search for footnote
11323 above search for node name to prevent missing a footnote (bug#14717).
11324
11325 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11326
11327 * obsolete/otodo-mode.el: Add obsolescence info to file header.
11328
11329 2013-06-27 Leo Liu <sdl.web@gmail.com>
11330
11331 * net/eww.el (eww-read-bookmarks): Check file size.
11332
11333 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11334
11335 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11336 advice--pending if newdef is nil or an autoload (bug#13820).
11337 (advice-mapc): New function.
11338
11339 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11340
11341 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11342 probably.
11343 (eww-mode-map): Add a menu bar.
11344 (eww-add-bookmark): New command.
11345 (eww-bookmark-mode): New mode and commands.
11346 (eww-add-bookmark): Remove newlines from the title.
11347 (eww-bookmark-browse): Don't bug out if it's the only window.
11348
11349 2013-06-26 Glenn Morris <rgm@gnu.org>
11350
11351 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11352 (hfy-size): Handle ttys. (Bug#14668)
11353
11354 * info-xref.el: Update for Texinfo 5 change in *note format.
11355 (info-xref-node-re, info-xref-note-re): New constants.
11356 (info-xref-check-buffer): Use info-xref-note-re.
11357
11358 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11359
11360 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11361
11362 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11363 nil terminate the loop (bug#14718).
11364
11365 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11366
11367 * net/eww.el: Rework history traversal. When going forward/back,
11368 put these actions into the history, too, so that they can be
11369 replayed.
11370 (eww-render): Move the history reset to the correct buffer.
11371
11372 2013-06-25 Juri Linkov <juri@jurta.org>
11373
11374 * files-x.el (modify-dir-local-variable): Change the header comment
11375 in the file with directory local variables. (Bug#14692)
11376
11377 * files-x.el (read-file-local-variable-value): Add `default'.
11378 (Bug#14710)
11379
11380 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11381
11382 * net/eww.el (eww-make-unique-file-name): Create a unique file
11383 name before saving to entering `y' accidentally asynchronously.
11384
11385 2013-06-25 Ivan Kanis <ivan@kanis.fr>
11386
11387 * net/eww.el (eww-download): New command and keystroke.
11388
11389 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11390
11391 * net/eww.el (eww-copy-page-url): Change name of command.
11392
11393 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11394 be more consistent with Info and dired.
11395
11396 * net/eww.el (eww-mode-map): Ditto.
11397
11398 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11399
11400 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
11401 packages from archives.
11402 (package-archive-contents): Change format; include obsolete packages.
11403 (package-desc): Use `dir' to mark builtin packages.
11404 (package--from-builtin): Set the `dir' field to `builtin'.
11405 (generated-autoload-file, version-control): Declare.
11406 (package-compute-transaction): Change first arg and return value to be
11407 lists of package-descs. Adjust to new package-archive-contents format.
11408 (package--add-to-archive-contents): Adjust to new
11409 package-archive-contents format.
11410 (package-download-transaction): Arg is now a list of package-descs.
11411 (package-install): If `pkg' is a package name, pass it as
11412 a requirement, so it is subject to the usual (e.g. disabled) checks.
11413 (describe-package): Accept package-desc as well.
11414 (describe-package-1): Describe a specific package-desc. Add links to
11415 other package-descs for the same package name.
11416 (package-menu-describe-package): Pass the actual package-desc.
11417 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11418 works correctly.
11419 (package-desc-status): New function.
11420 (package-menu--refresh): New function, extracted
11421 from package-menu--generate.
11422 (package-menu--generate): Use it.
11423 (package-delete): Update package-alist.
11424 (package-menu-execute): Don't call package-initialize.
11425
11426 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11427 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11428 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11429 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11430 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11431 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11432
11433 2013-06-25 Martin Rudalics <rudalics@gmx.at>
11434
11435 * window.el (window--state-get-1): Workaround for bug#14527.
11436 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11437
11438 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11439
11440 * net/eww.el (eww-back-url): Implement the history by stashing all
11441 the data into a list.
11442 (eww-forward-url): Allow going forward in the history, too.
11443
11444 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11447 for values and use read--expression for expressions (bug#14710).
11448 (read-file-local-variable): Avoid setq.
11449 (read-file-local-variable-mode): Use minor-mode-list.
11450
11451 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11452
11453 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11454 for DOI URLs.
11455
11456 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11457
11458 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11459 Update imenu-support when dialect changes.
11460
11461 2013-06-25 Leo Liu <sdl.web@gmail.com>
11462
11463 * ido.el (ido-read-internal): Allow forward slash on windows.
11464
11465 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11466
11467 * net/eww.el (eww): Start of strings is \\`, not ^.
11468
11469 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11470
11471 * net/shr.el (shr-browse-url): Fix interactive spec.
11472
11473 * net/eww.el (eww): Add a trailing slash to domain names.
11474
11475 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
11476
11477 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11478
11479 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11480
11481 * net/shr.el (shr-browse-url): Use an external browser if given a
11482 prefix.
11483
11484 * net/eww.el (eww-external-browser): Move to shr.
11485
11486 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11487
11488 * net/eww.el (eww): Work more correctly for file: URLs.
11489 (eww-detect-charset): Allow quoted charsets.
11490 (eww-yank-page-url): New command and keystroke.
11491
11492 2013-06-24 Daiki Ueno <ueno@gnu.org>
11493
11494 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11495 file name of gpg executable.
11496 (epg-context-program): New function.
11497 (epg-context-home-directory): New function.
11498 (epg-context-set-program): New function.
11499 (epg-context-set-home-directory): New function.
11500 (epg--start): Use `epg-context-program' instead of
11501 'epg-gpg-program'.
11502 (epg--list-keys-1): Likewise.
11503
11504 2013-06-24 Leo Liu <sdl.web@gmail.com>
11505
11506 * ido.el (ido-read-internal): Fix bug#14620.
11507
11508 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11509
11510 * faces.el (face-documentation): Simplify.
11511 (read-face-attribute, tty-find-type, x-resolve-font-name):
11512 Use `string-match-p'.
11513 (list-faces-display): Use `string-match-p'. Simplify.
11514 (face-spec-recalc): Check face to avoid face alias loops.
11515 (read-color): Use `string-match-p' and non-capturing parenthesis.
11516
11517 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11518
11519 * net/shr.el (shr-rescale-image): Use the new
11520 :max-width/:max-height functionality.
11521
11522 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11523
11524 * net/eww.el (eww-search-prefix): New variable.
11525 (eww): Use it.
11526 (eww-external-browser): New variable.
11527 (eww-mode-map): New keystroke.
11528 (eww-browse-with-external-browser): New command.
11529
11530 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11531
11532 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11533
11534 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11535 Don't skip aligning the next header field when padding is 0;
11536 otherwise, field width is not respected unless the title is as
11537 wide as the field.
11538
11539 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11540
11541 * emacs-lisp/package.el (package-el-version): Remove.
11542 (package-process-define-package): Fix inf-loop.
11543 (package-install): Allow symbols as arguments again.
11544
11545 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11546
11547 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11548 add some more keyword-like methods.
11549 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11550
11551 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11552
11553 * bs.el (bs-buffer-show-mark): Make defvar-local.
11554 (bs-mode): Use setq-local.
11555
11556 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11557 (emacs-lock--try-unlocking): Make defvar-local.
11558
11559 2013-06-22 Glenn Morris <rgm@gnu.org>
11560
11561 * play/cookie1.el (cookie-apropos): Minor simplification.
11562
11563 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11564
11565 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11566
11567 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11568 `regexp-opt', it breaks the build during dumping.
11569
11570 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11571
11572 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11573 Highlight keyword-like methods on Kernel and Module with
11574 font-lock-builtin-face.
11575 (auto-mode-alist): Consolidate different entries into one regexp
11576 and add more *file-s.
11577
11578 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11579
11580 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11581
11582 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11583 (diary-entry): Use it in the action of this button type instead of
11584 diary-goto-entry.
11585
11586 * calendar/todo-mode.el: New version.
11587 (todo-add-category): Append new category to end of file and give
11588 it the highest number, instead of putting it at the beginning and
11589 giving it 0. Incorporate noninteractive functionality.
11590 (todo-forward-category): Adapt to 1-based category numbering.
11591 Allow skipping over archived categories.
11592 (todo-backward-category): Derive from todo-forward-category.
11593 (todo-backward-item, todo-forward-item): Make noninteractive and
11594 delegate interactive part to new commands. Make sensitive to done items.
11595 (todo-categories): Make value an alist of category names and
11596 vectors of item counts.
11597 (todo-category-beg): Make a defconst.
11598 (todo-category-number): Use 1 instead of 0 as initial value.
11599 (todo-category-select): Make sensitive to overlays, optional item
11600 highlighting and done items.
11601 (todo-delete-item): Make sensitive to overlays and marked and done items.
11602 (todo-edit-item): Make sensitive to overlays and editing of
11603 date/time header optional. Add format checks.
11604 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11605 no-op if point is not on an item. Advertise using todo-edit-quit.
11606 (todo-edit-mode): Make sensitive to new format, font-locking, and
11607 multiple todo files.
11608 (todo-insert-item, todo-insert-item-here): Derive from
11609 todo-basic-insert-item and extend functionality.
11610 (todo-item-end, todo-item-start): Make sensitive to done items.
11611 (todo-item-string): Don't return text properties. Restore point.
11612 (todo-jump-to-category): Make sensitive to multiple todo files and
11613 todo archives. Use extended category completion.
11614 (todo-lower-item, todo-raise-item): Rename to *-priority and
11615 derive from todo-set-item-priority.
11616 (todo-mode): Derive from special-mode. Make sensitive to new
11617 format, font-locking and multiple todo files. Make read-only.
11618 (todo-mode-map): Don't suppress digit keys, so they can supply
11619 prefix arguments. Add many new key bindings.
11620 (todo-prefix): Insert as an overlay instead of file text.
11621 Change semantics from diary date expression to purely visual mark.
11622 (todo-print): Rename to todo-print-buffer. Make buffer display
11623 features printable. Remove option to restrict number of items
11624 printed. Add option to print to file.
11625 (todo-print-function): Rename to todo-print-buffer-function.
11626 (todo-quit): Extend to handle exiting new todo modes.
11627 (todo-remove-item): Make sensitive to overlays.
11628 (todo-save): Extend to buffers of filtered items.
11629 (todo-show): Make sensitive to done items, multiple todo files and
11630 new todo modes. Offer to convert legacy todo file before creating
11631 first new todo file.
11632 (todo-show-priorities): Rename to todo-top-priorities.
11633 Change semantics of value 0.
11634 (todo-top-priorities): Rename to todo-filter-top-priorities,
11635 derive from todo-filter-items and extend functionality.
11636 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11637 and extend functionality to other types of filtered items.
11638 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11639 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11640 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11641 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11642 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11643 (todo-edit-mode-hook, todo-entry-prefix-function)
11644 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11645 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11646 (todo-initials, todo-insert-threshold, todo-item-string-start)
11647 (todo-line-string, todo-menu, todo-mode-hook)
11648 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11649 (todo-print-priorities, todo-remove-separator)
11650 (todo-save-top-priorities-too, todo-string-count-lines)
11651 (todo-string-multiline-p, todo-time-string-format)
11652 (todo-tmp-buffer-name): Remove.
11653 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11654 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11655 (todo-edit-category-diary-inclusion)
11656 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11657 (todo-edit-file, todo-edit-item-date-day)
11658 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11659 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11660 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11661 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11662 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11663 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11664 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11665 (todo-filter-top-priorities-multifile, todo-find-archive)
11666 (todo-find-filtered-items-file, todo-go-to-source-item)
11667 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11668 (todo-jump-to-archive-category, todo-lower-category)
11669 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11670 (todo-move-category, todo-move-item, todo-next-button)
11671 (todo-next-item, todo-padded-string, todo-powerset)
11672 (todo-previous-button, todo-previous-item)
11673 (todo-print-buffer-to-file, todo-raise-category)
11674 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11675 (todo-set-category-number, todo-set-item-priority)
11676 (todo-set-top-priorities-in-category)
11677 (todo-set-top-priorities-in-file, todo-show-categories-table)
11678 (todo-sort-categories-alphabetically-or-numerically)
11679 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11680 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11681 (todo-toggle-item-header, todo-toggle-item-highlighting)
11682 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11683 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11684 (todo-unarchive-items, todo-unmark-category): New commands.
11685 (todo-absolute-file-name, todo-add-to-buffer-list)
11686 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11687 (todo-basic-insert-item, todo-category-completions)
11688 (todo-category-number, todo-category-string-matcher-1)
11689 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11690 (todo-check-format, todo-clear-matches)
11691 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11692 (todo-current-category, todo-date-string-matcher)
11693 (todo-define-insertion-command, todo-diary-expired-matcher)
11694 (todo-diary-goto-entry, todo-diary-item-p)
11695 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11696 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11697 (todo-done-item-section-p, todo-done-separator)
11698 (todo-done-string-matcher, todo-files, todo-filter-items)
11699 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11700 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11701 (todo-insert-category-line, todo-insert-item-from-calendar)
11702 (todo-insert-sort-button, todo-insert-with-overlays)
11703 (todo-insertion-command-name, todo-insertion-key-bindings)
11704 (todo-label-to-key, todo-longest-category-name-length)
11705 (todo-make-categories-list, todo-mode-external-set)
11706 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11707 (todo-modes-set-3, todo-multiple-filter-files)
11708 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11709 (todo-read-category, todo-read-date, todo-read-dayname)
11710 (todo-read-file-name, todo-read-time)
11711 (todo-reevaluate-category-completions-files-defcustom)
11712 (todo-reevaluate-default-file-defcustom)
11713 (todo-reevaluate-filelist-defcustoms)
11714 (todo-reevaluate-filter-files-defcustom)
11715 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11716 (todo-reset-done-separator, todo-reset-done-separator-string)
11717 (todo-reset-done-string, todo-reset-global-current-todo-file)
11718 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11719 (todo-reset-prefix, todo-set-categories)
11720 (todo-set-date-from-calendar, todo-set-show-current-file)
11721 (todo-set-top-priorities, todo-short-file-name)
11722 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11723 (todo-total-item-counts, todo-update-buffer-list)
11724 (todo-update-categories-display, todo-update-categories-sexp)
11725 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11726 New functions.
11727 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11728 New major modes.
11729 (todo-categories, todo-display, todo-edit, todo-faces)
11730 (todo-filtered): New defgroups.
11731 (todo-archived-only, todo-button, todo-category-string, todo-date)
11732 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11733 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11734 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11735 (todo-add-item-if-new-category, todo-always-add-time-string)
11736 (todo-categories-align, todo-categories-archived-label)
11737 (todo-categories-category-label, todo-categories-diary-label)
11738 (todo-categories-done-label, todo-categories-number-separator)
11739 (todo-categories-todo-label, todo-categories-totals-label)
11740 (todo-category-completions-files, todo-completion-ignore-case)
11741 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11742 (todo-done-separator-string, todo-done-string)
11743 (todo-files-function, todo-filter-done-items, todo-filter-files)
11744 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11745 (todo-initial-category, todo-initial-file, todo-item-mark)
11746 (todo-legacy-date-time-regexp, todo-mode-line-function)
11747 (todo-nondiary-marker, todo-number-prefix)
11748 (todo-print-buffer-function, todo-show-current-file)
11749 (todo-show-done-only, todo-show-first, todo-show-with-done)
11750 (todo-skip-archived-categories, todo-top-priorities-overrides)
11751 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11752 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11753 New defcustoms.
11754 (todo-category-done, todo-date-pattern, todo-date-string-start)
11755 (todo-diary-items-buffer, todo-done-string-start)
11756 (todo-filtered-items-buffer, todo-item-start)
11757 (todo-month-abbrev-array, todo-month-name-array)
11758 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11759 (todo-top-priorities-buffer): New defconsts.
11760 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11761 (todo-categories-with-marks, todo-category-string-face)
11762 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11763 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11764 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11765 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11766 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11767 (todo-font-lock-keywords, todo-global-current-todo-file)
11768 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11769 (todo-insertion-commands-args)
11770 (todo-insertion-commands-args-genlist)
11771 (todo-insertion-commands-names, todo-insertion-map)
11772 (todo-key-bindings-t, todo-key-bindings-t+a)
11773 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11774 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11775 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11776 (todo-visited): New variables.
11777
11778 2013-06-21 Glenn Morris <rgm@gnu.org>
11779
11780 * play/cookie1.el (cookie-apropos): Add optional display argument.
11781 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11782 (psychoanalyze-pinhead): Use cookie-doctor.
11783
11784 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11785
11786 * emacs-lisp/package.el (tar-get-file-descriptor)
11787 (tar--extract): Declare.
11788
11789 2013-06-21 Eduard Wiebe <usenet@pusto.de>
11790
11791 Extend flymake's warning predicate to be a function (bug#14217).
11792 * progmodes/flymake.el (flymake-warning-predicate): New.
11793 (flymake-parse-line): Use it.
11794 (flymake-warning-re): Make obsolete alias to
11795 `flymake-warning-predicate'.
11796
11797 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11800 (package-obsolete-list): Remove.
11801 (package-activate): Remove min-version argument. Add `force' argument.
11802 Adjust to new package-alist format.
11803 (package-mark-obsolete): Remove.
11804 (package-unpack): Force reload of the package's autoloads.
11805 (package-installed-p): Check builtins if the installed package is not
11806 recent enough.
11807 (package-initialize): Don't reset package-obsolete-list.
11808 Don't specify which package version to activate.
11809 (package-process-define-package, describe-package-1)
11810 (package-menu--generate): Adjust to new package-alist format.
11811
11812 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11813
11814 * allout-widgets.el (allout-widgets-mode-off)
11815 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11816 (allout-widgets-post-command-business)
11817 (allout-widgets-after-copy-or-kill-function)
11818 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11819 (allout-decorate-item-and-context)
11820 (allout-graphics-modification-handler): Fix typos in docstrings.
11821 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11822
11823 * cmuscheme.el (scheme-start-file): Doc fix.
11824 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11825 (scheme-input-filter): Use `string-match-p'.
11826
11827 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11828
11829 * dired-x.el: Use Dired consistently in docstrings.
11830
11831 * dired.el: Use Dired consistently in docstrings.
11832 (dired-readin, dired-mode): Use `setq-local'.
11833 (dired-switches-alist): Make defvar-local.
11834 (dired-buffers-for-dir): Use `zerop'.
11835 (dired-safe-switches-p, dired-switches-escape-p)
11836 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11837 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11838 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11839 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11840 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11841 (dired-toggle-marks, dired-mark-files-containing-regexp)
11842 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11843 (dired-flag-auto-save-files, dired-flag-backup-files):
11844 Use `looking-at-p'.
11845 (dired-mark-files-regexp, dired-build-subdir-alist):
11846 Use `string-match-p', `looking-at-p'.
11847
11848 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11849 (direct-print-region-helper): Use `string-match-p'.
11850
11851 2013-06-21 Leo Liu <sdl.web@gmail.com>
11852
11853 * comint.el (comint-redirect-results-list-from-process):
11854 Fix infinite loop.
11855
11856 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11857
11858 * net/eww.el (eww-update-header-line-format): Quote % characters.
11859
11860 2013-06-21 Glenn Morris <rgm@gnu.org>
11861
11862 * play/cookie1.el (cookie): New custom group.
11863 (cookie-file): New option.
11864 (cookie-check-file): New function.
11865 (cookie): Make it interactive. Make start and end messages optional.
11866 Interactively, display the result. Default to cookie-file.
11867 (cookie-insert): Default to cookie-file.
11868 (cookie-snarf): Make start and end messages optional.
11869 Default to cookie-file. Use with-temp-buffer.
11870 (cookie-read): Rename from read-cookie.
11871 Make start and end messages optional. Default to cookie-file.
11872 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11873 Do not autoload it.
11874 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11875 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11876
11877 2013-06-21 Leo Liu <sdl.web@gmail.com>
11878
11879 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11880
11881 2013-06-21 Glenn Morris <rgm@gnu.org>
11882
11883 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11884
11885 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11886 Daniel Hackney <dan@haxney.org>
11887
11888 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11889 Consolidate the single-file vs tarball code.
11890 (package-desc-suffix): New function.
11891 (package-desc-full-name): Don't bother inlining it.
11892 (package-load-descriptor): Return the new package-desc.
11893 (package-mark-obsolete): Remove unused arg `package'.
11894 (package-unpack): Make it work for single files as well.
11895 Make it update package-alist.
11896 (package--make-autoloads-and-stuff): Rename from
11897 package--make-autoloads-and-compile. Don't compile any more.
11898 (package--compile): New function.
11899 (package-generate-description-file): New function, extracted from
11900 package-unpack-single.
11901 (package-unpack-single): Remove.
11902 (package--with-work-buffer): Add indentation and debugging info.
11903 (package-download-single): Remove.
11904 (package-install-from-archive): Rename from package-download-tar, make
11905 it take a pkg-desc, and make it work for single files as well.
11906 (package-download-transaction): Simplify.
11907 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11908 external tar program.
11909 (package-install-from-buffer): Remove `pkg-desc' argument.
11910 Use package-tar-file-info for tar-mode buffers.
11911 (package-install-file): Simplify accordingly.
11912 (package-archive-base): Change to take a pkg-desc.
11913 * tar-mode.el (tar--check-descriptor): New function, extracted from
11914 tar-get-descriptor.
11915 (tar-get-descriptor): Use it.
11916 (tar-get-file-descriptor): New function.
11917 (tar--extract): New function, extracted from tar-extract.
11918 (tar--extract): Use it.
11919 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11920 case the summary uses non-ascii. Adjust to new calling convention of
11921 package-tar-file-info.
11922
11923 2013-06-21 Leo Liu <sdl.web@gmail.com>
11924
11925 * comint.el (comint-redirect-results-list-from-process):
11926 Fix random delay. (Bug#14681)
11927
11928 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11929
11930 * profiler.el (profiler-format-number): Use log, not log10.
11931
11932 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11933
11934 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11935
11936 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11937
11938 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11939 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11940 yet available.
11941 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11942 (AUTOGENEL): ... here.
11943 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11944 (cl--defsubst-expand): Use it.
11945
11946 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11947
11948 * subr.el (log10): Move here from C code, and declare as obsolete.
11949 All uses of (log10 X) replaced with (log X 10).
11950
11951 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11952
11953 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11954 Declare with `defvar-local'.
11955 (tabulated-list-use-header-line, tabulated-list-entries)
11956 (tabulated-list-padding, tabulated-list-printer)
11957 (tabulated-list-sort-key): Declare with `defvar-local'.
11958 (tabulated-list-init-header, tabulated-list-print-fake-header):
11959 Use `setq-local'.
11960
11961 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11962
11963 * arc-mode.el (archive-mode): Add `archive-write-file' to
11964 `write-contents-functions' also for remote files. (Bug#14652)
11965
11966 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11967
11968 * cus-edit.el (custom-commands): Fix typos.
11969 (custom-display): Fix tooltip text.
11970 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11971 Fix typos in docstrings.
11972 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11973 (custom-unlispify-menu-entry, custom-magic-value-create)
11974 (custom-add-see-also, custom-group-value-create): Use ?\s.
11975 (custom-guess-type, customize-apropos, editable-field)
11976 (custom-face-value-create): Use `string-match-p'.
11977 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11978
11979 * custom.el (custom-load-symbol): Use `string-match-p'.
11980
11981 * ansi-color.el: Convert to lexical binding.
11982 (ansi-colors): Fix URL.
11983 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11984 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11985 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11986
11987 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11988
11989 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11990
11991 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11992
11993 2013-06-19 Tom Tromey <tromey@redhat.com>
11994
11995 * net/eww.el (eww-top-url): Remove.
11996 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11997 (eww-render): Set new variables. Don't set eww-top-url.
11998 (eww-handle-link): Handle "prev", "home", and "contents".
11999 Downcase the rel text.
12000 (eww-top-url): Choose best top URL.
12001
12002 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12003
12004 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12005 relying in widget.el. Using widget.el leads to too many
12006 user interface inconsistencies.
12007 (eww-self-insert): Implement entering commands in text fields.
12008 (eww-process-text-input): New function to make text input field editing
12009 work.
12010 (eww-submit): Rewrite to use the new-style form methods.
12011 (eww-select-display): Display the correct selected item.
12012 (eww-change-select): Implement changing the select value.
12013 (eww-toggle-checkbox): Implement radio/checkboxes.
12014 (eww-update-field): Fix compilation error.
12015 (eww-tag-textarea): Implement <textarea>.
12016
12017 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12018 we don't shadow mode-specific bindings.
12019
12020 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12021 nothing to push.
12022
12023 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12024
12025 2013-06-19 Glenn Morris <rgm@gnu.org>
12026
12027 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12028
12029 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12030
12031 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12032 not needed.
12033
12034 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12035
12036 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12037
12038 * net/browse-url.el (browse-url-browser-function):
12039 `eww-browse-url' has the right calling signature, `eww' does not.
12040
12041 2013-06-19 Glenn Morris <rgm@gnu.org>
12042
12043 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12044 Only eval autoloaded macros.
12045 (byte-compile-autoload): Only give the macro warning for macros.
12046
12047 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12048 (ps-underlined-faces): Declare.
12049
12050 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12051 (speedbar-add-supported-extension): Declare.
12052
12053 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12054 Don't include a date stamp in the header of the generated file;
12055 it leads to needless differences between output files.
12056
12057 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12058
12059 * net/secrets.el (secrets-struct-secret-content-type):
12060 Replace check of introspection data by a test call of "CreateItem".
12061 Some servers do not offer introspection.
12062
12063 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12064
12065 * electric.el (electric-pair-mode): Improve interaction with
12066 electric-layout-mode.
12067 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12068 (electric-pair-syntax): Use text-mode-syntax-table in comments
12069 and strings.
12070 (electric-pair--insert): New function.
12071 (electric-pair-post-self-insert-function): Use it and
12072 electric--after-char-pos.
12073
12074 2013-06-19 Leo Liu <sdl.web@gmail.com>
12075
12076 * progmodes/octave.el (octave-help): Fix regexp.
12077
12078 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12079
12080 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12081 (shr-table-horizontal-line): Allow nil as a value, and change the
12082 default.
12083 (shr-insert-table-ruler): Respect the nil value.
12084
12085 2013-06-18 Tom Tromey <tromey@barimba>
12086
12087 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12088 New defvars.
12089 (eww-open-file): New defun.
12090 (eww-render): Initialize new variables.
12091 (eww-display-html): Handle "link" and "a".
12092 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12093 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12094 (eww-back-url): Rename from eww-previous-url.
12095 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12096 New defuns.
12097
12098 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12099
12100 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12101 Distinguish ternary operator tokens from slash symbol and slash
12102 char literal.
12103
12104 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12105
12106 Convert symbol prettification into minor mode and global minor mode.
12107
12108 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12109 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12110 (prettify-symbols--keywords): Rename from
12111 `prog-prettify-symbols-alist' and make a local defvar.
12112 (prettify-symbols--compose-symbol): Rename from
12113 `prog--prettify-font-lock-compose-symbol'.
12114 (prettify-symbols--make-keywords): Rename from
12115 `prog-prettify-font-lock-symbols-keywords' and simplify.
12116 (prog-prettify-install): Remove.
12117 (prettify-symbols-mode): New minor mode, based on
12118 `prog-prettify-install'.
12119 (turn-on-prettify-symbols-mode): New function.
12120 (global-prettify-symbols-mode): New globalized minor mode.
12121
12122 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12123 * progmodes/cfengine.el (cfengine3-mode):
12124 * progmodes/perl-mode.el (perl-mode): Don't call
12125 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12126
12127 2013-06-18 Juri Linkov <juri@jurta.org>
12128
12129 * files-x.el (modify-file-local-variable-message): New function.
12130 (modify-file-local-variable)
12131 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12132 and call `modify-file-local-variable-message' when it's non-nil.
12133 (add-file-local-variable, delete-file-local-variable)
12134 (add-file-local-variable-prop-line)
12135 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12136 and use it. (Bug#9820)
12137
12138 2013-06-18 Juri Linkov <juri@jurta.org>
12139
12140 * emulation/vi.el (vi-shell-op):
12141 * emulation/vip.el (vip-execute-com, ex-command):
12142 * emulation/viper-cmd.el (viper-exec-bang):
12143 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12144 the call of `shell-command-on-region'. (Bug#14637)
12145
12146 * simple.el (shell-command-on-region): Doc fix.
12147
12148 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12149
12150 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12151 (bug#14633).
12152
12153 2013-06-18 Glenn Morris <rgm@gnu.org>
12154
12155 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12156
12157 * newcomment.el (comment-search-forward, comment-search-backward):
12158 Doc fix. (Bug#14376)
12159
12160 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12161
12162 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12163 (buffer-face-mode-invoke): Doc fix.
12164
12165 2013-06-18 Matthias Meulien <orontee@gmail.com>
12166
12167 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12168 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12169
12170 2013-06-18 Glenn Morris <rgm@gnu.org>
12171
12172 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12173 Replace obsolete function generic-make-keywords with its expansion.
12174
12175 * progmodes/python.el (ffap-alist): Declare.
12176
12177 * textmodes/reftex.el (bibtex-mode-map): Declare.
12178
12179 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12182 (package-unpack, package-unpack-single): Return the pkg-dir.
12183 (package-download-transaction): Use it to update package-alist.
12184
12185 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12186
12187 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12188 possible choice.
12189
12190 2013-06-17 Juri Linkov <juri@jurta.org>
12191
12192 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12193
12194 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12195
12196 * emacs-lisp/package.el (package-load-descriptor):
12197 Remove `with-syntax-table' call, `read' doesn't need it.
12198 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12199
12200 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12201
12202 * startup.el (command-line): Expand package name returned by
12203 `package--description-file' (bug#14639).
12204
12205 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12206
12207 * emacs-lisp/package.el (package-load-descriptor): Do not call
12208 `emacs-lisp-mode', just use its syntax table.
12209
12210 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12211
12212 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12213 `font-lock-extra-managed-props' if any prettifying keyword is added.
12214 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12215 (prog-mode): Use `setq-local'.
12216
12217 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12218
12219 * international/characters.el (standard-case-table): Set syntax of ?»
12220 and ?« to punctuation.
12221
12222 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
12223
12224 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12225 Save relevant match data before calling `syntax-ppss' (bug#14595).
12226
12227 2013-06-15 Juri Linkov <juri@jurta.org>
12228
12229 * files-x.el (modify-file-local-variable-prop-line): Add local
12230 variables to the end of the existing comment on the first line.
12231 Use `file-auto-mode-skip' to skip interpreter magic line,
12232 and also skip XML declaration.
12233
12234 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12235
12236 * startup.el (package--builtin-versions): New var.
12237 (package-subdirectory-regexp): Remove.
12238 (package--description-file): Hard code its value instead.
12239
12240 * emacs-lisp/package.el: Don't activate packages older than builtin.
12241 (package-obsolete-list): Rename from package-obsolete-alist, and make
12242 it into a simple list of package-desc.
12243 (package-strip-version): Remove.
12244 (package-built-in-p): Use package--builtin-versions.
12245 (package-mark-obsolete): Simplify.
12246 (package-process-define-package): Mark it obsolete if older than the
12247 builtin version.
12248 (package-handle-response): Use line-end-position.
12249 (package-read-archive-contents, package--download-one-archive):
12250 Simplify.
12251 (package--add-to-archive-contents): Skip if older than the builtin or
12252 installed version.
12253 (package-menu-describe-package): Fix last change.
12254 (package-list-unversioned): New var.
12255 (package-menu--generate): Use it.
12256
12257 * emacs-lisp/autoload.el: Manage package--builtin-versions.
12258 (autoload--insert-text, autoload--insert-cookie-text): New functions.
12259 (autoload-builtin-package-versions): New variable.
12260 (autoload-generate-file-autoloads): Use them.
12261 Remove the list of autoloaded functions/macros from the
12262 (autoload...) comments.
12263
12264 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12265
12266 2013-06-15 Eli Zaretskii <eliz@gnu.org>
12267
12268 * simple.el (line-move-partial): Don't jump to the next screen
12269 line as soon as it becomes visible. Instead, continue enlarging
12270 the vscroll until the portion of a tall screen line that's left on
12271 display is about the height of the frame's default font.
12272 (Bug#14567)
12273
12274 2013-06-15 Glenn Morris <rgm@gnu.org>
12275
12276 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12277 compilation-error-regexp-alist void, or local while let-bound.
12278
12279 * progmodes/make-mode.el (makefile-mode-syntax-table):
12280 Treat "=" as punctuation. (Bug#14614)
12281
12282 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
12283
12284 * help-fns.el (describe-variable):
12285 Add extra line for permanent-local variables.
12286
12287 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
12288
12289 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12290 Add export, import, library. (Bug#9164)
12291 (library): Set indent function.
12292
12293 2013-06-14 Glenn Morris <rgm@gnu.org>
12294
12295 * term/xterm.el (xterm--query):
12296 Stop after first matching handler. (Bug#14615)
12297
12298 2013-06-14 Ivan Kanis <ivan@kanis.fr>
12299
12300 Add support for dired in saveplace.
12301 * dired.el (dired-initial-position-hook): New variable.
12302 (dired-initial-position): Call hook to place cursor position.
12303 * saveplace.el (save-place-to-alist): Add dired position.
12304 (save-place-dired-hook): New function.
12305
12306 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12307
12308 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12309 through a symbol rather than letrec.
12310
12311 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
12312 (package-desc): Add `dir' field.
12313 (package-desc-full-name): New function.
12314 (package-load-descriptor): Combine the two arguments. Don't use `load'.
12315 (package-maybe-load-descriptor): Remove.
12316 (package-load-all-descriptors): Just call package-load-descriptor.
12317 (package--disabled-p): New function.
12318 (package-desc-vers, package-desc-doc): Remove aliases.
12319 (package--dir): Remove function.
12320 (package-activate): Check if a package is disabled.
12321 (package-process-define-package): New function, extracted from
12322 define-package.
12323 (define-package): Turn into a place holder.
12324 (package-unpack-single, package-tar-file-info):
12325 Use package--description-file.
12326 (package-compute-transaction): Use package--disabled-p.
12327 (package-download-transaction): Don't call
12328 package-maybe-load-descriptor since they're all loaded anyway.
12329 (package-install): Change argument to be a pkg-desc.
12330 (package-delete): Use a single pkg-desc argument.
12331 (describe-package-1): Use package-desc-dir instead of package--dir.
12332 Use package-desc property instead of package-symbol.
12333 (package-install-button-action): Adjust accordingly.
12334 (package--push): Rewrite.
12335 (package-menu--print-info): Adjust accordingly. Change the ID format
12336 to be a pkg-desc.
12337 (package-menu-describe-package, package-menu-get-status)
12338 (package-menu--find-upgrades, package-menu-mark-upgrades)
12339 (package-menu-execute, package-menu--name-predicate):
12340 Adjust accordingly.
12341 * startup.el (package--description-file): New function.
12342 (command-line): Use it.
12343 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12344 Use package-desc-version.
12345
12346 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12347 (byte-compile-preprocess): Use it.
12348 (byte-compile-file-form-defalias): Try a bit harder to use macros we
12349 can't quite recognize.
12350 (byte-compile-add-to-list): Remove.
12351 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12352 (cconv-closure-convert): Add assertion.
12353
12354 * emacs-lisp/map-ynp.el: Use lexical-binding.
12355 (map-y-or-n-p): Remove unused vars `tail' and `object'.
12356 Factor out some repeated code.
12357
12358 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * subr.el (with-eval-after-load): New macro.
12361 (eval-after-load): Allow form to be a function.
12362 take advantage of lexical-binding.
12363 (do-after-load-evaluation): Use dolist and adjust to new format.
12364 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12365
12366 2013-06-13 Juri Linkov <juri@jurta.org>
12367
12368 * replace.el (perform-replace): Display "symbol " and other search
12369 modes from `isearch-message-prefix' in the *Help* buffer.
12370
12371 * isearch.el (isearch-query-replace): Add " symbol" and other
12372 possible search modes from `isearch-message-prefix' to the prompt.
12373 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12374 when reading a regexp to collect.
12375
12376 2013-06-13 Juri Linkov <juri@jurta.org>
12377
12378 * isearch.el (word-search-regexp): Match whitespace if the search
12379 string begins or ends in whitespace. The LAX arg is applied to
12380 both ends of the search string. Use `regexp-quote' and explicit
12381 \< and \> instead of \b. Use \` and \' instead of ^ and $.
12382 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12383 boundaries are replaced with symbol boundaries, and characters
12384 between symbols match non-word non-symbol syntax. (Bug#14602)
12385
12386 2013-06-13 Juri Linkov <juri@jurta.org>
12387
12388 * isearch.el (isearch-del-char): Don't exceed the length of
12389 `isearch-string' by the prefix arg. (Bug#14563)
12390
12391 2013-06-13 Juri Linkov <juri@jurta.org>
12392
12393 * isearch.el (isearch-yank-word, isearch-yank-line)
12394 (isearch-char-by-name, isearch-quote-char)
12395 (isearch-printing-char, isearch-process-search-char):
12396 Add optional count prefix arg. (Bug#14563)
12397
12398 * international/isearch-x.el
12399 (isearch-process-search-multibyte-characters):
12400 Add optional count prefix arg.
12401
12402 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12403
12404 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12405 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12406 lexical-binding.
12407
12408 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
12409
12410 * subr.el (set-temporary-overlay-map): Add on-exit argument.
12411
12412 2013-06-13 Glenn Morris <rgm@gnu.org>
12413
12414 * startup.el (tty-handle-args):
12415 Don't just discard "--" and anything after. (Bug#14608)
12416
12417 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12418
12419 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
12420
12421 Implement changes in Secret Service API. Make it backward compatible.
12422 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12423 (secrets-create-item): Use it. Prefix properties with interface.
12424
12425 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
12426
12427 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
12428 (term-emulate-terminal): Respect term-suppress-hard-newline.
12429
12430 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
12431
12432 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12433 Only remove a `thumb-file' overlay. (Bug#14548)
12434
12435 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
12436
12437 * mail/reporter.el (reporter-submit-bug-report):
12438 Handle missing package-name. (Bug#14600)
12439
12440 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12441
12442 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12443 (reftex-citation-prompt, reftex-default-bibliography)
12444 (reftex-bib-or-thebib, reftex-get-bibfile-list)
12445 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12446 (reftex-bib-sort-author, reftex-bib-sort-year)
12447 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12448 (reftex-extract-bib-entries-from-thebibliography)
12449 (reftex-get-bibkey-default, reftex-get-bib-names)
12450 (reftex-parse-bibtex-entry, reftex-get-bib-field)
12451 (reftex-format-bib-entry, reftex-parse-bibitem)
12452 (reftex-format-bibitem, reftex-do-citation)
12453 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12454 (reftex-restrict-bib-matches, reftex-extract-bib-file)
12455 (reftex-insert-bib-matches, reftex-format-citation)
12456 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12457 (reftex-create-bibtex-file): Add docstrings, mostly by converting
12458 existing comments into docstrings.
12459
12460 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12461
12462 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12463
12464 2013-06-12 Andreas Schwab <schwab@suse.de>
12465
12466 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12467 for auto-save files.
12468
12469 2013-06-12 Glenn Morris <rgm@gnu.org>
12470
12471 * ido.el (ido-delete-ignored-files): Remove.
12472 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12473 Go back to calling ido-ignore-item-p directly.
12474
12475 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
12476
12477 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12478
12479 * ido.el (ido-delete-ignored-files): New function,
12480 split from ido-make-file-list-1.
12481 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
12482 (ido-make-file-list-1): Use ido-delete-ignored-files.
12483
12484 2013-06-12 Leo Liu <sdl.web@gmail.com>
12485
12486 * progmodes/octave.el (inferior-octave-startup)
12487 (inferior-octave-completion-table)
12488 (inferior-octave-track-window-width-change)
12489 (octave-eldoc-function-signatures, octave-help)
12490 (octave-find-definition): Use single quoted strings.
12491 (inferior-octave-startup-args): Change default value.
12492 (inferior-octave-startup): Do not hard code "-i" and
12493 "--no-line-editing".
12494 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12495 (inferior-octave-directory-tracker): Use it.
12496 (octave-goto-function-definition): Robustify.
12497 (octave-help): Support highlighting operators in 'See also'.
12498 (octave-find-definition): Find subfunctions only in Octave mode.
12499
12500 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12501
12502 * help-fns.el (help-fns--compiler-macro): If the handler function is
12503 named, then put a link to it.
12504 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12505 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12506 (cl-typep): Use it.
12507 (cl-eval-when): Simplify debug spec.
12508 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12509 compiler-macro function instead of setting `compiler-macro-file'.
12510
12511 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12512
12513 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12514 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12515
12516 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12517 Daniel Hackney <dan@haxney.org>
12518
12519 First part of Daniel Hackney's patch to package.el.
12520 * emacs-lisp/package.el: Use defstruct.
12521 (package-desc): New, main struct.
12522 (package--bi-desc, package--ac-desc): New structs, used to describe the
12523 format in external files.
12524 (package-desc-vers): Replace with package-desc-version accessor.
12525 (package-desc-doc): Replace with package-desc-summary accessor.
12526 (package-activate-1): Remove `package' arg since the pkg-vec now
12527 includes the name.
12528 (define-package): Use package-desc-from-define.
12529 (package-unpack-single): Change file-name arg to be a symbol.
12530 (package--add-to-archive-contents): Use package-desc-create and new
12531 accessor functions to package--ac-desc.
12532 (package-buffer-info, package-tar-file-info): Return a package-desc.
12533 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12534 arg to be a package-desc.
12535 (package-install-file): Adjust accordingly. Use \' to match EOS.
12536 (package--from-builtin): New function.
12537 (describe-package-1, package-menu--generate): Use it.
12538 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12539 (package-generate-autoloads): Idem and return the name of the file.
12540 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12541 Change pkg-info arg to be a package-desc.
12542 Use package-make-ac-desc.
12543 (package-upload-file): Use \' to match EOS.
12544 * finder.el (finder-compile-keywords): Use package-make-builtin.
12545
12546 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12547
12548 * vc/vc.el (vc-deduce-fileset): Change error message.
12549 (vc-read-backend): New function.
12550 (vc-next-action): Use it.
12551
12552 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12553
12554 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12555 (prolog-font-lock-keywords): Use regexp-opt instead.
12556 Don't manually highlight strings.
12557 (prolog-mode-variables): Simplify comment-start-skip.
12558 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12559
12560 * emacs-lisp/generic.el (generic--normalise-comments)
12561 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12562 (generic-mode-set-comments): Use them.
12563 (generic-bracket-support): Use setq-local.
12564 (generic-make-keywords-list): Declare obsolete.
12565
12566 2013-06-11 Glenn Morris <rgm@gnu.org>
12567
12568 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12569 Prettify after setting font-lock-defaults. (Bug#14574)
12570
12571 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12572
12573 * replace.el (query-replace, occur-read-regexp-defaults-function)
12574 (replace-search):
12575 * subr.el (declare-function, number-sequence, local-set-key)
12576 (substitute-key-definition, locate-user-emacs-file)
12577 (with-silent-modifications, split-string, eval-after-load):
12578 Fix typos, remove unneeded backslashes and reflow some docstrings.
12579
12580 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12583 default for Elisp files.
12584
12585 2013-06-11 Glenn Morris <rgm@gnu.org>
12586
12587 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12588 although define-derived-mode was doing this anyway. (Bug#14583)
12589
12590 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12591
12592 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12593 Fix make-variable-buffer-local call to refer to the correct variable.
12594
12595 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12596
12597 * eshell/em-term.el (eshell-visual-commands)
12598 (eshell-visual-subcommands, eshell-visual-options):
12599 Add summary line to docstrings. Add cross-references.
12600
12601 2013-06-10 Glenn Morris <rgm@gnu.org>
12602
12603 * epa.el (epa-read-file-name): New function. (Bug#14510)
12604 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12605
12606 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12607
12608 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12609 output redirection to be ignored with visual commands.
12610
12611 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12612
12613 * eshell/em-term.el (eshell-visual-command-p): New function.
12614 (eshell-term-initialize): Move long lambda to separate function
12615 eshell-visual-command-p.
12616 * eshell/em-dirs.el (eshell-dirs-initialize):
12617 * eshell/em-script.el (eshell-script-initialize):
12618 Add missing #' to lambda.
12619
12620 2013-06-08 Leo Liu <sdl.web@gmail.com>
12621
12622 * progmodes/octave.el (octave-add-log-current-defun): New function.
12623 (octave-mode): Set add-log-current-defun-function.
12624 (octave-goto-function-definition): Do not move point if not found.
12625 (octave-find-definition): Enhance to try subfunctions first.
12626
12627 2013-06-08 Glenn Morris <rgm@gnu.org>
12628
12629 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12630 (byte-compile-backward-char, byte-compile-backward-word):
12631 Improve previous change, to handle non-explicit nil.
12632
12633 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12634
12635 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12636 (smie--opener/closer-at-point): New function.
12637 (smie--matching-block-data): Use it. Don't match from right after an
12638 opener or right before a closer. Obey smie-blink-matching-inners.
12639 Don't signal a mismatch for repeated inners like "switch..case..case".
12640
12641 2013-06-07 Leo Liu <sdl.web@gmail.com>
12642
12643 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12644 to t. (Bug#14303)
12645 (octave-function-header-regexp): Fix. (Bug#14570)
12646 (octave-help-mode-finish-hook, octave-help-mode-finish):
12647 Remove. Just use temp-buffer-show-hook.
12648
12649 * newcomment.el (comment-search-backward): Revert last change.
12650 (Bug#14434)
12651
12652 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12653
12654 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12655
12656 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12657 through xargs, to avoid failure due to MS-Windows limitations on
12658 command-line length.
12659
12660 2013-06-06 Glenn Morris <rgm@gnu.org>
12661
12662 * font-lock.el (lisp-font-lock-keywords-2):
12663 Treat user-error like error.
12664
12665 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12666 (byte-compile-backward-char, byte-compile-backward-word):
12667 Handle explicit nil arguments. (Bug#14565)
12668
12669 2013-06-05 Alan Mackenzie <acm@muc.de>
12670
12671 * isearch.el (isearch-allow-prefix): New user option.
12672 (isearch-other-meta-char): Don't exit isearch when a prefix
12673 argument is typed whilst `isearch-allow-prefix' is non-nil.
12674 (Bug#9706)
12675
12676 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12677
12678 * autorevert.el (auto-revert-notify-handler): Use memq.
12679 Hide assertion failure.
12680
12681 * skeleton.el: Use cl-lib.
12682 (skeleton-further-elements): Use defvar-local.
12683 (skeleton-insert): Use cl-progv.
12684
12685 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12686
12687 * progmodes/prog-mode.el (prog-prettify-symbols)
12688 (prog-prettify-install): Update docstrings.
12689
12690 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12691
12692 * simple.el: Move all the prog-mode code to prog-mode.el.
12693 * progmodes/prog-mode.el: New file.
12694 * loadup.el: Add prog-mode.el.
12695
12696 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12697
12698 * simple.el (prog-prettify-symbols): Add version.
12699 (prog-prettify-install): Add convenience function to prettify symbols.
12700
12701 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12702 (perl--augmented-font-lock-keywords-1)
12703 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12704 variables and use it.
12705
12706 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12707 (cfengine3-mode): Remove unneeded variable and use it.
12708
12709 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12710 (lisp--augmented-font-lock-keywords-1)
12711 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12712 Remove unneeded variables and use it.
12713
12714 2013-06-05 João Távora <joaotavora@gmail.com>
12715
12716 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12717 to point when opening the connection. (Bug#14380)
12718
12719 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12720
12721 * subr.el (load-history-regexp, load-history-filename-element)
12722 (eval-after-load, after-load-functions, do-after-load-evaluation)
12723 (eval-next-after-load, display-delayed-warnings)
12724 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12725 definition of save-match-data.
12726 (overriding-local-map): Remove accidental obsolescence declaration.
12727
12728 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12729
12730 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12731
12732 Generalize symbol prettify support to prog-mode and implement it
12733 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12734 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12735 (prog--prettify-font-lock-compose-symbol)
12736 (prog-prettify-font-lock-symbols-keywords): New variables and
12737 functions to support symbol prettification.
12738 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12739 (lisp--augmented-font-lock-keywords-1)
12740 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12741 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12742 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12743 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12744 Implement prettify of -> => :: strings.
12745 * progmodes/perl-mode.el (perl-prettify-symbols)
12746 (perl--font-lock-compose-symbol)
12747 (perl--font-lock-symbols-keywords): Move to prog-mode.
12748 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12749 (perl-font-lock-keywords-1)
12750 (perl-font-lock-keywords-2): Remove explicit prettify support.
12751 (perl--augmented-font-lock-keywords)
12752 (perl--augmented-font-lock-keywords-1)
12753 (perl--augmented-font-lock-keywords-2, perl-mode):
12754 Implement prettify support.
12755
12756 2013-06-05 Leo Liu <sdl.web@gmail.com>
12757
12758 Re-implement SMIE matching block highlight using
12759 show-paren-data-function. (Bug#14395)
12760 * emacs-lisp/smie.el (smie-matching-block-highlight)
12761 (smie--highlight-matching-block-overlay)
12762 (smie--highlight-matching-block-lastpos)
12763 (smie-highlight-matching-block)
12764 (smie-highlight-matching-block-mode): Remove.
12765 (smie--matching-block-data-cache): New variable.
12766 (smie--matching-block-data): New function.
12767 (smie-setup): Use smie--matching-block-data for
12768 show-paren-data-function.
12769
12770 * progmodes/octave.el (octave-mode-menu): Fix.
12771 (octave-find-definition): Skip garbage lines.
12772
12773 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12774
12775 Fix compilation error with simultaneous dynamic+lexical scoping.
12776 Add warning when a defvar appears after the first let-binding.
12777 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12778 (byte-compile-close-variables): Initialize it.
12779 (byte-compile--declare-var): New function.
12780 (byte-compile-file-form-defvar)
12781 (byte-compile-file-form-define-abbrev-table)
12782 (byte-compile-file-form-custom-declare-variable): Use it.
12783 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12784 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12785 (byte-compile-bind): Handle dynamic bindings that shadow
12786 lexical bindings.
12787 (byte-compile-unbind): Make arg non-optional.
12788 (byte-compile-let): Simplify.
12789 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12790 (cconv--analyse-function, cconv-analyse-form): Populate it.
12791 Protect byte-compile-bound-variables to limit the scope of defvars.
12792 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12793 Remove unneeded rule for `declare'.
12794
12795 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12796 so as to avoid depending on cl-adjoin at run-time.
12797 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12798
12799 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12800 (macroexp--warn-and-return): Use it.
12801
12802 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12803
12804 * subr.el: Convert to lexical binding.
12805 (overriding-local-map): Make obsolete.
12806 (add-to-list): Doc fix. Add compiler macro.
12807 (read-key): Swap values of local maps.
12808
12809 2013-06-05 Leo Liu <sdl.web@gmail.com>
12810
12811 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12812
12813 2013-06-04 Leo Liu <sdl.web@gmail.com>
12814
12815 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12816 (compilation-auto-jump): Suppress the "Mark set" message to give
12817 way to exit message.
12818
12819 2013-06-04 Alan Mackenzie <acm@muc.de>
12820
12821 Remove faulty optimisation from indentation calculation.
12822 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12823 search limit based on 2000 characters back from indent-point.
12824
12825 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12826
12827 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12828
12829 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12830
12831 * emacs-lisp/lisp.el: Use lexical-binding.
12832 (lisp--local-variables-1, lisp--local-variables): New functions.
12833 (lisp--local-variables-completion-table): New var.
12834 (lisp-completion-at-point): Use it complete let-bound vars.
12835
12836 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12837 eagerly (bug#14422).
12838
12839 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12840
12841 * autorevert.el (auto-revert-notify-enabled)
12842 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12843 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12844 (auto-revert-notify-handler): Handle also gfilenotify.
12845
12846 * subr.el (file-notify-handle-event): New defun. Replacing ...
12847 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12848 Remove.
12849
12850 2013-06-03 Juri Linkov <juri@jurta.org>
12851
12852 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12853 `M-s h .'. (Bug#14427)
12854
12855 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12856 command `hi-lock-face-symbol-at-point'.
12857 (hi-lock-face-symbol-at-point): New command.
12858 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12859 (hi-lock-menu): Add `highlight-symbol-at-point'.
12860 (hi-lock-mode): Doc fix.
12861
12862 * isearch.el (isearch-forward-symbol-at-point): New command.
12863 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12864 (isearch-highlight-regexp): Add a regexp which matches
12865 words/symbols for word/symbol mode.
12866
12867 * subr.el (find-tag-default-bounds): New function with the body
12868 mostly moved from `find-tag-default'.
12869 (find-tag-default): Move most code to `find-tag-default-bounds',
12870 call it and apply `buffer-substring-no-properties' afterwards.
12871
12872 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12873
12874 * eshell/em-term.el (eshell-term-initialize):
12875 Use `cl-intersection' rather than `intersection'.
12876
12877 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12878
12879 * vc/log-view.el: Doc fix.
12880 (log-view-mode-map): Copy keymap from `special-mode-map'.
12881
12882 2013-06-02 Eric Ludlam <zappo@gnu.org>
12883
12884 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12885 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12886 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12887 (eieio-unbound, eieio-default-superclass)
12888 (eieio--define-field-accessors, method-static, method-before)
12889 (method-primary, method-after, method-num-lists)
12890 (method-generic-before, method-generic-primary)
12891 (method-generic-after, method-num-slots)
12892 (eieio-specialized-key-to-generic-key)
12893 (eieio--check-type, class-v, class-p)
12894 (eieio-class-name, define-obsolete-function-alias)
12895 (eieio-class-parents-fast, eieio-class-children-fast)
12896 (same-class-fast-p, class-constructor, generic-p)
12897 (generic-primary-only-p, generic-primary-only-one-p)
12898 (class-option-assoc, class-option, eieio-object-p)
12899 (class-abstract-p, class-method-invocation-order)
12900 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12901 (eieio-class-un-autoload, eieio-defclass)
12902 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12903 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12904 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12905 (eieio-defgeneric-reset-generic-form)
12906 (eieio-defgeneric-form-primary-only)
12907 (eieio-defgeneric-reset-generic-form-primary-only)
12908 (eieio-defgeneric-form-primary-only-one)
12909 (eieio-defgeneric-reset-generic-form-primary-only-one)
12910 (eieio-unbind-method-implementations)
12911 (eieio--defmethod, eieio--typep)
12912 (eieio-perform-slot-validation, eieio-validate-slot-value)
12913 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12914 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12915 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12916 (eieio-slot-name-index, eieio-class-slot-name-index)
12917 (eieio-set-defaults, eieio-initarg-to-attribute)
12918 (eieio-attribute-to-initarg, eieio-c3-candidate)
12919 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12920 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12921 (eieio-class-precedence-list, eieio-generic-call-methodname)
12922 (eieio-generic-call-arglst, eieio-generic-call-key)
12923 (eieio-generic-call-next-method-list)
12924 (eieio-pre-method-execution-functions, eieio-generic-call)
12925 (eieio-generic-call-primary-only, eieiomt-method-list)
12926 (eieiomt-optimizing-obarray, eieiomt-install)
12927 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12928 (eieio-generic-form, eieio-defmethod, make-obsolete)
12929 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12930 (defclass): Remove `eval-and-compile' from macro.
12931 (call-next-method, shared-initialize): Instead of using
12932 `scoped-class' variable, use new eieio--scoped-class, and
12933 eieio--with-scoped-class.
12934 (initialize-instance): Rename local variable 'scoped-class' to
12935 'this-class' to remove ambiguitity from old global.
12936
12937 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12938 eieio.el.
12939 (eieio--scoped-class-stack): New variable.
12940 (eieio--scoped-class): New fcn.
12941 (eieio--with-scoped-class): New scoping macro.
12942 (eieio-defclass): Use pushnew instead of add-to-list.
12943 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12944 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12945 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12946 `scoped-class' variable, use new eieio--scoped-class, and
12947 eieio--with-scoped-class.
12948
12949 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12950
12951 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12952
12953 * eshell/esh-ext.el (eshell-external-command): Pass args to
12954 `eshell-find-interpreter'.
12955 (eshell-find-interpreter): Add new second parameter ARGS.
12956
12957 * eshell/em-script.el (eshell-script-initialize): Add second arg
12958 to the function added as MATCH to `eshell-interpreter-alist'.
12959
12960 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12961 the function added as MATCH to `eshell-interpreter-alist'.
12962
12963 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12964 (eshell-visual-options): New defcustom.
12965 (eshell-escape-control-x): Adapt docstring.
12966 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12967 `eshell-visual-options' in addition to `eshell-visual-commands'.
12968 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12969
12970 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12971
12972 * progmodes/python.el (python-indent-block-enders): Add break,
12973 continue and raise keywords.
12974
12975 2013-06-01 Glenn Morris <rgm@gnu.org>
12976
12977 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12978
12979 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12980 * progmodes/cc-cmds.el (delete-forward-p):
12981 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12982 * progmodes/cc-engine.el (buffer-syntactic-context):
12983 * progmodes/cc-fonts.el (face-property-instance):
12984 * progmodes/cc-mode.el (set-keymap-parents):
12985 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12986 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12987 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12988 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12989 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12990
12991 * progmodes/cc-vars.el (other): Emacs has this widget since
12992 at least 21.1, so don't (re)define it.
12993
12994 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12995 Replace the obsolete alias pcomplete-arg-quote-list.
12996
12997 2013-06-01 Leo Liu <sdl.web@gmail.com>
12998
12999 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13000 punctuation syntax.
13001 (inferior-octave-minimal-columns)
13002 (inferior-octave-last-column-width): New variables.
13003 (inferior-octave-track-window-width-change): New function.
13004 (inferior-octave-mode): Adjust column width so that Octave output,
13005 for example from 'ls', can fit into the window nicely.
13006
13007 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13008
13009 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13010 Highlight expansions inside regexp literals.
13011
13012 2013-05-31 Glenn Morris <rgm@gnu.org>
13013
13014 * obsolete/sym-comp.el (symbol-complete):
13015 Replace obsolete completion-annotate-function.
13016
13017 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13018
13019 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13020
13021 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13022 New function, checks if point is inside a literal that allows
13023 expression expansion.
13024 (ruby-syntax-propertize-expansion): Use it.
13025 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13026 around the body.
13027
13028 2013-05-30 Juri Linkov <juri@jurta.org>
13029
13030 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13031 to "\M-si".
13032 (isearch-invisible): New variable.
13033 (isearch-forward): Doc fix.
13034 (isearch-mode): Set `isearch-invisible'
13035 to the value of `search-invisible'.
13036 (isearch-toggle-case-fold): Doc fix.
13037 (isearch-toggle-invisible): New command.
13038 (isearch-query-replace): Let-bind `search-invisible'
13039 to the value of `isearch-invisible'.
13040 (isearch-search): Use `isearch-invisible' instead of
13041 `search-invisible'. Let-bind `search-invisible'
13042 to the value of `isearch-invisible'. (Bug#11378)
13043
13044 2013-05-30 Juri Linkov <juri@jurta.org>
13045
13046 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13047 call when `query-flag' is nil and `search-invisible' is non-nil.
13048 (Bug#11746)
13049
13050 2013-05-30 Glenn Morris <rgm@gnu.org>
13051
13052 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13053
13054 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13055 (cc-require): Suppress spurious "noruntime" warnings.
13056 (cc-require-when-compile): Use fboundp, for sake of compiler.
13057
13058 * progmodes/cc-mode.el: Move load of cc-vars before that of
13059 cc-langs (which in turn loads cc-vars), to quieten compiler.
13060
13061 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13062
13063 * paren.el: Simplify the code.
13064 (show-paren-mode): Always start the timer.
13065 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13066 (show-paren--overlay, show-paren--overlay-1): Rename from
13067 show-paren-overlay and show-paren-overlay-1, and initialize to an
13068 overlay rather than to nil.
13069 (show-paren-function): Misc cleanup and simplifications.
13070
13071 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13072
13073 * paren.el (show-paren-data-function): New hook.
13074 (show-paren--default): New function, extracted from show-paren-function.
13075 (show-paren-function): Use show-paren-data-function.
13076
13077 2013-05-30 Glenn Morris <rgm@gnu.org>
13078
13079 * ielm.el (ielm-map, ielm-complete-symbol):
13080 Use completion-at-point rather than obsolete functions.
13081 (inferior-emacs-lisp-mode): Doc fix.
13082 Set completion-at-point-functions, rather than
13083 comint-dynamic-complete-functions.
13084
13085 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13086 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13087 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13088
13089 * image.el (image-animated-p): Tweak definition.
13090
13091 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13092 (rlogin-process-connection-type): Tweak default. Add set-after.
13093 (rlogin-host): Doc fix.
13094 (rlogin): Tweak prompt.
13095 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13096
13097 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13098 * progmodes/tcl.el (inferior-tcl-mode-map):
13099 Use completion-at-point rather than obsolete alias.
13100
13101 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13102
13103 * minibuffer.el (read-file-name-completion-ignore-case):
13104 Move before completion--in-region, for eager macro expansion.
13105
13106 2013-05-29 Juri Linkov <juri@jurta.org>
13107
13108 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13109 for total count of matching lines. Add `global-matches' for total
13110 count of matches. Rename `matches' to `lines' for count of
13111 matching lines. Add `matches' for count of matches.
13112 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13113 to `prev-line' for line number of prev match endpt.
13114 Increment `matches' for every match. Print the number of
13115 matching lines in the header.
13116 (occur-context-lines): Rename `lines' to `curr-line'.
13117 Rename `prev-lines' to `prev-line'. (Bug#14017)
13118
13119 2013-05-29 Juri Linkov <juri@jurta.org>
13120
13121 * replace.el (perform-replace): Add `skip-read-only-count',
13122 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13123 Increment them for corresponding conditions and report the number
13124 of skipped occurrences in the final message. (Bug#11746)
13125 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13126 (replace-string, replace-regexp): Doc fix.
13127
13128 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13129
13130 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13131
13132 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13133 prog-mode-map (bug#14504).
13134
13135 2013-05-29 Leo Liu <sdl.web@gmail.com>
13136
13137 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13138 (octave-help): Small simplification.
13139
13140 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13141 off the highlight first.
13142
13143 2013-05-29 Glenn Morris <rgm@gnu.org>
13144
13145 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13146 Handle idlwave-last-system-routine-info-cons-cell being nil.
13147
13148 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13149 (idlwave-write-paths): Simplify via with-temp-buffer.
13150
13151 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13152 * emulation/cua-rect.el: Also load cua-base at run time.
13153
13154 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13155 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13156 (cperl-imenu-on-info): Require imenu.
13157
13158 2013-05-28 Alan Mackenzie <acm@muc.de>
13159
13160 Handle "capitalised keywords" correctly.
13161 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13162
13163 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13164
13165 * eshell/em-unix.el: Add -r option to cp.
13166
13167 2013-05-28 Glenn Morris <rgm@gnu.org>
13168
13169 * vc/vc-arch.el (vc-exec-after): Declare.
13170 (vc-switches): Autoload.
13171 * vc/vc-bzr.el: No need to require vc when compiling.
13172 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13173 (vc-resynch-buffer, vc-dir-refresh): Declare.
13174 (vc-setup-buffer, vc-switches): Autoload.
13175 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13176 (vc-resynch-buffer): Declare.
13177 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13178 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13179 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13180 (grep-read-regexp, grep-read-files, grep-expand-template)
13181 (vc-dir-refresh): Declare.
13182 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13183 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13184 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13185 * vc/vc-mtn.el (vc-exec-after): Declare.
13186 (vc-switches): Autoload.
13187 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13188 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13189 (vc-file-tree-walk): Declare.
13190 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13191 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13192 (vc-tag-precondition, vc-rename-master): Autoload.
13193 * vc/vc-svn.el (vc-exec-after): Declare.
13194 (vc-switches, vc-setup-buffer): Autoload.
13195 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13196 Autoload.
13197 (vc-resynch-buffer): Declare.
13198
13199 * obsolete/fast-lock.el (byte-compile-warnings):
13200 Don't warn about obsolete features in this obsolete file.
13201
13202 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13203 Move definition before use.
13204
13205 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13206 (dun-unix-verbs): Remove dun-zippy.
13207 (dun-zippy): Remove function.
13208
13209 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13210
13211 2013-05-27 Juri Linkov <juri@jurta.org>
13212
13213 * replace.el (replace-search): New function with code moved out
13214 from `perform-replace'.
13215 (replace-highlight, replace-dehighlight): Move function definitions
13216 up closer to `replace-search'. (Bug#11746)
13217
13218 2013-05-27 Juri Linkov <juri@jurta.org>
13219
13220 * replace.el (perform-replace): Ignore invisible matches.
13221 In addition to checking `query-replace-skip-read-only', also
13222 filter out matches by calling `run-hook-with-args-until-failure'
13223 on `isearch-filter-predicates', and also check `search-invisible'
13224 for t or call `isearch-range-invisible'.
13225 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
13226
13227 2013-05-27 Juri Linkov <juri@jurta.org>
13228
13229 * isearch.el (isearch-filter-predicates): Rename from
13230 `isearch-filter-predicate'. Doc fix. (Bug#11378)
13231 (isearch-message-prefix): Display text from the property
13232 `isearch-message-prefix' of the currently active filters.
13233 (isearch-search): Don't compare `isearch-filter-predicate' with
13234 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
13235 on `isearch-filter-predicates'. Also check `search-invisible' for t
13236 or call `isearch-range-invisible'.
13237 (isearch-filter-visible): Make obsolete.
13238 (isearch-lazy-highlight-search):
13239 Call `run-hook-with-args-until-failure' on
13240 `isearch-filter-predicates' and use `isearch-range-invisible'.
13241
13242 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13243 `isearch-filter-predicates' instead of `funcall'ing
13244 `isearch-filter-predicate'.
13245 (Info-mode): Set `Info-isearch-filter' to
13246 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13247
13248 * dired-aux.el (dired-isearch-filter-predicate-orig):
13249 Remove variable.
13250 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13251 (dired-isearch-filenames-end): Add and remove
13252 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13253 instead of changing the value of `isearch-filter-predicate'.
13254 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13255 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13256 Put property `isearch-message-prefix' to "filename " on
13257 `dired-isearch-filter-filenames'.
13258
13259 * wdired.el (wdired-change-to-wdired-mode):
13260 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13261 locally instead of changing `isearch-filter-predicate'.
13262 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13263
13264 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
13265
13266 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13267 return the commit hash (Bug#14459). Also set the
13268 `vc-git-detached' property.
13269 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13270 (vc-git-mode-line-string): Use the same help-echo format whether
13271 in detached mode or not, because we know the actual revision now.
13272 When in detached mode, shorten the revision to 7 chars.
13273
13274 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * emacs-lisp/easy-mmode.el (define-minor-mode):
13277 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13278 mode hook and provide a docstring.
13279
13280 2013-05-27 Alan Mackenzie <acm@muc.de>
13281
13282 Remove spurious syntax-table text properties inserted by C-y.
13283 * progmodes/cc-mode.el (c-after-change): Also clear hard
13284 syntax-table property with value nil.
13285
13286 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
13287
13288 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13289 when reading the events; the buffer layout shall not be changed.
13290
13291 2013-05-27 Leo Liu <sdl.web@gmail.com>
13292
13293 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13294 New variable.
13295 (inferior-octave-directory-tracker): Automatically re-sync
13296 default-directory.
13297 (octave-help): Improve handling of 'See also'.
13298
13299 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 * doc-view.el: Minor naming convention tweaks.
13302 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13303
13304 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13305 even if there's no `display' property yet (bug#14435).
13306
13307 2013-05-25 Eli Zaretskii <eliz@gnu.org>
13308
13309 * subr.el (unmsys--file-name): Rename from reveal-filename.
13310
13311 * Makefile.in (custom-deps, finder-data, autoloads)
13312 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13313 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13314 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13315
13316 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13317
13318 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13319 error-completion on the first 2 args of condition-case (bug#14446).
13320 Don't burp at EOB.
13321
13322 2013-05-25 Leo Liu <sdl.web@gmail.com>
13323
13324 * comint.el (comint-previous-matching-input): Do not flood the
13325 *Messages* buffer with trivial messages.
13326
13327 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13328
13329 * progmodes/flymake.el (flymake-nop): Don't return a string.
13330 (flymake-set-at): Fix typo.
13331
13332 * simple.el (read--expression): New function, extracted from
13333 eval-expression. Set completion-at-point-functions (bug#14465).
13334 (eval-expression, eval-minibuffer): Use it.
13335
13336 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
13337
13338 * progmodes/flymake.el (flymake-save-buffer-in-file)
13339 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13340 (flymake-selected-frame, flymake-log, flymake-ins-after)
13341 (flymake-set-at, flymake-get-buildfile-from-cache)
13342 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13343 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13344 Refine the doc string.
13345 (flymake-get-file-name-mode-and-masks): Reformat.
13346 (flymake-get-real-file-name-function): Fix a minor bug.
13347
13348 2013-05-24 Juri Linkov <juri@jurta.org>
13349
13350 * progmodes/grep.el (grep-mode-font-lock-keywords):
13351 Support =linenumber= format used by git-grep for lines with
13352 function names. (Bug#13549)
13353
13354 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13355
13356 * progmodes/octave.el (octave-smie-rules): Return nil rather than
13357 0 after a semi-colon; it works better for smie-auto-fill.
13358 (octave--indent-new-comment-line): New function.
13359 (octave-indent-new-comment-line): Use it (indirectly).
13360 (octave-mode): Don't disable smie-auto-fill. Use add-function to
13361 modify comment-line-break-function.
13362
13363 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13364 (smie-setup): Use add-function to set it.
13365
13366 2013-05-24 Sam Steingold <sds@gnu.org>
13367
13368 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13369 argument (before the `interactive' argument).
13370
13371 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13372
13373 * image-mode.el (image-mode-winprops): Add winprops to
13374 image-mode-winprops-alist before running
13375 image-mode-new-window-functions.
13376 * doc-view.el (doc-view-new-window-function): Don't delay
13377 doc-view-goto-page via timers (bug#14435).
13378
13379 2013-05-24 Tassilo Horn <tsdh@gnu.org>
13380
13381 * doc-view.el: Integrate with desktop.el. (Bug#14435)
13382 (doc-view-desktop-save-buffer): New function.
13383 (doc-view-restore-desktop-buffer): New function.
13384 (desktop-buffer-mode-handlers):
13385 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13386 handler.
13387 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13388 `desktop-save-buffer' function.
13389
13390 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
13391
13392 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13393 (tramp-gvfs-file-name-handler): Raise a user error when
13394 `tramp-gvfs-enabled' is nil.
13395 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13396 Do not raise a user error when loading package. (Bug#14447)
13397
13398 * net/xesam.el: Move to obsolete/.
13399
13400 2013-05-24 Glenn Morris <rgm@gnu.org>
13401
13402 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13403
13404 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13405
13406 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13407 (Info-find-node, Man-getpage-in-background): Declare.
13408
13409 * mail/unrmail.el (unrmail):
13410 Replace obsolete detect-coding-with-priority.
13411
13412 * net/socks.el (socks-split-string): Use this rather than split-string.
13413 (socks-nslookup-host): Update for above change.
13414 (dynamic-choice, s5-dynamic-choice-match)
13415 (s5-dynamic-choice-match-inline, s5-widget-value-create):
13416 Comment out unused code.
13417
13418 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13419 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13420 (gud-tooltip-echo-area): Make obsolete.
13421 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13422
13423 * progmodes/js.el (js--optimize-arglist): Declare.
13424
13425 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13426
13427 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13428 (ediff-window-C): Declare.
13429
13430 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13431 Tweak requires to silence compiler.
13432
13433 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13434 (he-search-string, he-tried-table, he-expand-list)
13435 (he-init-string, he-string-member, he-substitute-string)
13436 (he-reset-string): Declare.
13437
13438 * obsolete/options.el (list-options): Use custom-variable-p,
13439 rather than obsolete alias.
13440
13441 2013-05-23 Sam Steingold <sds@gnu.org>
13442
13443 * simple.el (shell-command-on-region): Pass the `replace' argument
13444 down to `call-process-region' to comply with the doc as reported on
13445 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13446
13447 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13448
13449 * emacs-lisp/smie.el (smie-indent-forward-token)
13450 (smie-indent-backward-token): Handle string tokens (bug#14381).
13451
13452 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13453
13454 * ielm.el (ielm-menu): New menu.
13455 (inferior-emacs-lisp-mode): Set comment-start.
13456
13457 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13458
13459 * textmodes/reftex.el (reftex-ref-style-toggle):
13460 Fix deactivate action.
13461
13462 * textmodes/reftex-vars.el (reftex-ref-style-alist):
13463 Add cleveref macros.
13464
13465 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13466 Accept options for bibliography commands.
13467 * textmodes/reftex-vars.el (reftex-bibliography-commands):
13468 Add addbibresource. Basic Biblatex support.
13469
13470 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
13471
13472 * net/tramp-gvfs.el (top):
13473 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13474 when loading package. (Bug#14447)
13475
13476 2013-05-23 Glenn Morris <rgm@gnu.org>
13477
13478 * progmodes/js.el: No need to load comint when compiling.
13479 (ring-insert, comint-send-string, comint-send-input)
13480 (comint-last-input-end, ido-chop): Declare.
13481
13482 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13483 * vc/ediff-mult.el: Adjust requires.
13484 (ediff-directories-internal, ediff-directory-revisions-internal)
13485 (ediff-patch-file-internal): Declare.
13486 * vc/ediff-ptch.el: Adjust requires.
13487 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13488 (ediff-find-file): Autoload.
13489 * vc/ediff-util.el: No need to load ediff when compiling.
13490 (ediff-regions-internal): Declare.
13491 * vc/ediff-wind.el: Adjust requires.
13492 (ediff-compute-toolbar-width): Define when compiling.
13493 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13494 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13495 (dired-get-filename, dired-get-marked-files)
13496 (ediff-last-dir-patch, ediff-patch-default-directory)
13497 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13498 (ediff-patch-buffer-internal): Declare.
13499
13500 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13501 (ispell-process, ispell-buffer-local-words, lm-summary)
13502 (lm-section-start, lm-section-end): Declare.
13503 (checkdoc-ispell-init): Simplify.
13504
13505 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13506 (he-string-member, he-reset-string, he-substitute-string): Declare.
13507
13508 * eshell/em-ls.el: Adjust requires.
13509 (eshell-glob-regexp): Declare.
13510 * eshell/em-tramp.el: Adjust requires.
13511 (eshell-parse-command): Autoload.
13512 * eshell/em-xtra.el: Adjust requires.
13513 (eshell-parse-command): Autoload.
13514 * eshell/esh-ext.el: Adjust requires.
13515 (eshell-parse-command, eshell-close-handles): Autoload.
13516 * eshell/esh-io.el: Adjust requires.
13517 (eshell-output-filter): Autoload.
13518 * eshell/esh-util.el: No need to load tramp when compiling.
13519 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13520 Declare.
13521 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13522 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13523 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13524 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13525 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13526 * eshell/esh-opt.el, eshell/esh-proc.el:
13527 * eshell/esh-var.el: Adjust requires.
13528 * eshell/eshell.el: Do not require esh-util twice.
13529 (eshell-add-input-to-history): Declare.
13530 (eshell-command): Check history module is active before using it.
13531
13532 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13533
13534 2013-05-22 Leo Liu <sdl.web@gmail.com>
13535
13536 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13537
13538 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13539
13540 * autorevert.el (auto-revert-notify-add-watch)
13541 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13542 it indicates changes in file modification time.
13543
13544 2013-05-22 Glenn Morris <rgm@gnu.org>
13545
13546 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13547 Always delete the autoloaded function from the noruntime and
13548 unresolved functions lists.
13549
13550 * allout.el: No need to load epa, epg, overlay when compiling.
13551 (epg-context-set-passphrase-callback, epg-list-keys)
13552 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13553 (epg-key-user-id-list): Declare.
13554
13555 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13556 (viper-set-parsing-style-toggling-macro)
13557 (viper-set-emacs-state-searchstyle-macros):
13558 Use called-interactively-p on Emacs.
13559 (viper-looking-back): Make it an obsolete alias. Update callers.
13560 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13561 Use looking-back rather than viper-looking-back.
13562 (viper-tmp-insert-at-eob, viper-enlarge-region)
13563 (viper-read-string-with-history, viper-register-to-point)
13564 (viper-append-to-register, viper-change-state-to-vi)
13565 (viper-backward-char-carefully, viper-forward-char-carefully)
13566 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13567 (viper-change-state-to-emacs): Declare.
13568 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13569 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13570 * emulation/viper-mous.el: Do not load viper-cmd.
13571 (viper-backward-char-carefully, viper-forward-char-carefully)
13572 (viper-forward-word, viper-adjust-window): Declare.
13573
13574 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13575
13576 * progmodes/idlw-help.el (idlwave-help-fontify):
13577 Use called-interactively-p.
13578
13579 * term/w32console.el (w32-get-console-codepage)
13580 (w32-get-console-output-codepage): Declare.
13581
13582 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13583 Remove unnecessary declarations.
13584 (dframe-message): Doc fix.
13585
13586 * info.el (dframe-select-attached-frame, dframe-current-frame):
13587 Declare.
13588
13589 * speedbar.el (speedbar-message): Make it an obsolete alias.
13590 Update all callers.
13591 (speedbar-with-attached-buffer)
13592 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13593 (speedbar-with-writable): Use backquote.
13594 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13595 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13596 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13597 rather than speedbar- aliases.
13598 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13599 (speedbar-make-specialized-keymap, speedbar-insert-button)
13600 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13601 (speedbar-do-function-pointer): Declare.
13602 (rmail-speedbar-button, rmail-speedbar-find-file)
13603 (rmail-speedbar-move-message):
13604 Use dframe-with-attached-buffer rather than speedbar- alias.
13605 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13606 (dframe-message, speedbar-make-specialized-keymap)
13607 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13608 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13609 (speedbar-insert-button, dframe-select-attached-frame)
13610 (dframe-maybee-jump-to-attached-frame)
13611 (speedbar-change-initial-expansion-list)
13612 (speedbar-previously-used-expansion-list-name): Declare.
13613 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13614 Use dframe-message, dframe-with-attached-buffer rather than
13615 speedbar- aliases.
13616 (gud-sentinel): Silence compiler.
13617 * progmodes/vhdl-mode.el (speedbar-refresh)
13618 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13619 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13620 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13621 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13622 (speedbar-file-lists, speedbar-make-tag-line)
13623 (speedbar-line-directory, speedbar-goto-this-file)
13624 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13625 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13626 (speedbar-make-button, speedbar-reset-scanners)
13627 (speedbar-files-item-info, speedbar-line-text)
13628 (speedbar-find-file-in-frame, speedbar-set-timer)
13629 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13630 (speedbar-with-writable): Do not (re)define it.
13631 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13632 rather than speedbar- alias.
13633
13634 2013-05-21 Leo Liu <sdl.web@gmail.com>
13635
13636 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13637 menu items.
13638 (octave-mode): Tweak fill-nobreak-predicate.
13639 (inferior-octave-startup): Check process to avoid infinite loop.
13640 (inferior-octave): Pop to buffer first to show abornmal process
13641 exit information.
13642
13643 2013-05-21 Glenn Morris <rgm@gnu.org>
13644
13645 * printing.el (pr-menu-bar): Define when compiling.
13646
13647 2013-05-21 Leo Liu <sdl.web@gmail.com>
13648
13649 * progmodes/octave.el (octave-auto-fill): Remove.
13650 (octave-indent-new-comment-line): Improve.
13651 (octave-mode): Use auto fill mode through
13652 comment-line-break-function and fill-nobreak-predicate.
13653 (octave-goto-function-definition): Support DEFUN_DLD.
13654 (octave-beginning-of-defun): Small tweak.
13655 (octave-help): Show parent directory.
13656
13657 2013-05-21 Glenn Morris <rgm@gnu.org>
13658
13659 * files.el (dired-unmark):
13660 * progmodes/gud.el (gdb-input): Update declarations.
13661
13662 * calculator.el (electric, ehelp): No need to load when compiling.
13663 (Electric-command-loop, electric-describe-mode): Declare.
13664
13665 * doc-view.el (doc-view-current-converter-processes): Move before use.
13666
13667 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13668 Move MODE-set-explicitly definition before use.
13669
13670 * international/mule-diag.el (mule-diag):
13671 Don't use obsolete window-system-version.
13672
13673 * mail/feedmail.el (smtpmail): No need to load when compiling.
13674 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13675
13676 * mail/mail-utils.el (rfc822): No need to load when compiling.
13677 (rfc822-addresses): Autoload it.
13678 (mail-strip-quoted-names): Trivial simplification.
13679
13680 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13681 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13682
13683 * net/snmp-mode.el (tempo): Don't duplicate requires.
13684
13685 * progmodes/prolog.el (info): No need to load when compiling.
13686 (comint): Require before shell requires it.
13687 (Info-goto-node): Autoload it.
13688 (Info-follow-nearest-node): Declare.
13689 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13690
13691 * textmodes/artist.el (picture-mode-exit): Declare.
13692
13693 * textmodes/reftex-parse.el (reftex-parse-from-file):
13694 Trivial rewrite so the compiler can parse it better.
13695
13696 2013-05-20 Leo Liu <sdl.web@gmail.com>
13697
13698 * progmodes/octave.el (octave-help-mode-map)
13699 (octave-help-mode-finish-hook): New variables.
13700 (octave-help-mode, octave-help-mode-finish): New functions.
13701 (octave-help): Use octave-help-mode.
13702
13703 2013-05-20 Glenn Morris <rgm@gnu.org>
13704
13705 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13706
13707 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13708
13709 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13710 start at point, so that expansion starting right after opening
13711 slash in a regexp is recognized.
13712 (ruby-syntax-before-regexp-re): New defvar, extracted from
13713 ruby-syntax-propertize-function. Since the value of this regexp
13714 is looked up at runtime now, we should be able to turn
13715 `ruby-syntax-methods-before-regexp' into a defcustom later.
13716 (ruby-syntax-propertize-function): Split regexp matching into two
13717 parts, for opening and closing slashes. That allows us to skip
13718 over string interpolations and support multiline regexps.
13719 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13720 for them, which calls `ruby-syntax-propertize-expansion'.
13721 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13722 call to `ruby-syntax-propertize-function'.
13723 (ruby-syntax-propertize-expansion): Extracted from
13724 `ruby-syntax-propertize-expansions'. Handles one expansion.
13725 (ruby-syntax-propertize-percent-literal): Leave point right after
13726 the percent symbol, so that the expression expansion rule can
13727 propertize the contents.
13728 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13729 heredoc openers.
13730 (ruby-syntax-propertize-expansions): Remove.
13731
13732 2013-05-18 Juri Linkov <juri@jurta.org>
13733
13734 * man.el (Man-default-man-entry): Remove `-' from the end
13735 of the default value. (Bug#14400)
13736
13737 2013-05-18 Glenn Morris <rgm@gnu.org>
13738
13739 * comint.el (comint-password-prompt-regexp):
13740 Allow "password for XXX" where XXX contains colons (eg https://...).
13741
13742 2013-05-18 Leo Liu <sdl.web@gmail.com>
13743
13744 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13745 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13746 (octave-source-directories): Don't check process.
13747 (octave-source-directories, octave-find-definition): Doc fix.
13748
13749 2013-05-18 Glenn Morris <rgm@gnu.org>
13750
13751 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13752 Remove backspace/delete bindings. (Bug#14392)
13753
13754 * cus-dep.el (custom-make-dependencies): Sort the output.
13755 (custom-versions-load-alist): Convert comment to doc.
13756
13757 2013-05-17 Leo Liu <sdl.web@gmail.com>
13758
13759 * newcomment.el (comment-search-backward): Stricter in finding
13760 comment start. (Bug#14303)
13761
13762 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13763 (octave-comment-start-skip): Properly anchored.
13764
13765 2013-05-17 Leo Liu <sdl.web@gmail.com>
13766
13767 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13768 Clean up when turned off. (Bug#14395)
13769 (smie--highlight-matching-block-overlay): No longer buffer-local.
13770 (smie-highlight-matching-block): Adjust.
13771
13772 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13773
13774 Doc string fix for "nanoseconds" (Bug#14406).
13775 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13776 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13777
13778 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13779
13780 * calc/calc-units.el (math-extract-units): Preserve powers
13781 of units.
13782
13783 2013-05-17 Leo Liu <sdl.web@gmail.com>
13784
13785 * subr.el (delete-consecutive-dups): New function.
13786 * ido.el (ido-set-matches-1): Use it.
13787 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13788 * ido.el (ido-remove-consecutive-dups): Remove.
13789
13790 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13793 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13794 regexp-opt's `words'.
13795
13796 2013-05-16 Leo Liu <sdl.web@gmail.com>
13797
13798 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13799 (smie--highlight-matching-block-overlay)
13800 (smie--highlight-matching-block-lastpos)
13801 (smie--highlight-matching-block-timer): New variables.
13802 (smie-highlight-matching-block): New function.
13803 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13804 (smie-setup): Conditionally enable smie-blink-matching-open.
13805
13806 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13807
13808 Sync with upstream verilog-mode r840.
13809 * progmodes/verilog-mode.el (verilog-mode-version)
13810 (verilog-mode-release-date): Update.
13811 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13812 (verilog-sig-tieoff): Fix string error on
13813 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13814 (verilog-read-decls): Fix parameters confusing
13815 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13816
13817 2013-05-16 Eli Zaretskii <eliz@gnu.org>
13818
13819 * subr.el (reveal-filename): New function.
13820
13821 * loadup.el: Compute Emacs executable versions on MS-Windows,
13822 where executables have the .exe extension. Add a hard link
13823 emacs-XX.YY.ZZ.exe on MS-Windows.
13824
13825 * Makefile.in (XARGS_LIMIT): New variable.
13826 (custom-deps, finder-data, autoloads)
13827 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13828 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13829 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13830 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13831
13832 2013-05-16 Leo Liu <sdl.web@gmail.com>
13833
13834 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13835 (octave-mode-menu, octave-mode-map): Remove its uses.
13836
13837 2013-05-16 Reto Zimmermann <reto@gnu.org>
13838
13839 Sync with upstream vhdl mode v3.34.2.
13840 * progmodes/vhdl-mode.el: Use `push' throughout.
13841 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13842 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13843 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13844 (vhdl-actual-generic-name): New option to derive actual generic name.
13845 (vhdl-port-paste-signals): Replace formal by actual generics.
13846 (vhdl-beautify): New name for old group vhdl-align. Update users.
13847 (vhdl-beautify-options): New option.
13848 (vhdl-last-input-event): New compat alias. Use throughout.
13849 (vhdl-goto-line): Replace user level function `goto-line'.
13850 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13851 vhdl-fix-statement-buffer.
13852 (vhdl-create-mode-menu): Add some entries.
13853 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13854 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13855 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13856 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13857 to force statements on one line.
13858 (vhdl-remove-trailing-spaces-region):
13859 New, split from vhdl-remove-trailing-spaces.
13860 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13861 Respect vhdl-beautify-options.
13862 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13863 (vhdl-update-sensitivity-list): Not add with index if exists without.
13864 Not include array index with signal. Ignore keywords in comments.
13865 (vhdl-get-visible-signals): Regexp tweaks.
13866 (vhdl-template-component-inst): Handle empty library.
13867 (vhdl-template-type): Add template for 'enum' type.
13868 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13869 Use vhdl-replace-string.
13870 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13871 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13872 (vhdl-speedbar-initialize): Update for above name change.
13873 (vhdl-compose-wire-components): Fix in handling of constants.
13874 (vhdl-error-regexp-emacs-alist): New variable.
13875 (vhdl-error-regexp-add-emacs): New function;
13876 adds support for new compile.el (Emacs 22+)
13877 (vhdl-generate-makefile-1): Change target order for single lib. units.
13878 Allow use of absolute file names.
13879
13880 2013-05-16 Leo Liu <sdl.web@gmail.com>
13881
13882 * simple.el (prog-indent-sexp): Indent enclosing defun.
13883
13884 2013-05-15 Glenn Morris <rgm@gnu.org>
13885
13886 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13887 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13888 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13889 (whitespace-highlight): Move to whitespace group.
13890
13891 * comint.el (comint-source):
13892 * pcmpl-linux.el (pcmpl-linux):
13893 * shell.el (shell-faces):
13894 * eshell/esh-opt.el (eshell-opt):
13895 * international/ccl.el (ccl): Remove empty custom groups.
13896
13897 * completion.el (dynamic-completion-mode):
13898 * jit-lock.el (jit-lock-debug-mode):
13899 * minibuffer.el (completion-in-region-mode):
13900 * type-break.el (type-break-mode-line-message-mode)
13901 (type-break-query-mode):
13902 * emulation/tpu-edt.el (tpu-edt-mode):
13903 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13904 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13905 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13906
13907 * term/xterm.el (xterm): Change parent group to terminals.
13908
13909 * master.el (master): Remove empty custom group.
13910 (master-mode): Remove unused :group argument.
13911 * textmodes/refill.el (refill): Remove empty custom group.
13912 (refill-mode): Remove unused :group argument.
13913
13914 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13915
13916 * cus-dep.el: Provide a feature.
13917 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13918 Don't mistakenly ignore files whose basenames match a basename
13919 from preloaded-file-list (eg cedet/ede/simple.el).
13920 Add a fallback method for getting :group.
13921
13922 2013-05-15 Juri Linkov <juri@jurta.org>
13923
13924 * isearch.el (isearch-char-by-name): Rename from
13925 `isearch-insert-char-by-name'. Doc fix.
13926 (isearch-forward): Mention `isearch-char-by-name' in
13927 the docstring. (Bug#13348)
13928
13929 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13930 `exit-minibuffer' instead of
13931 `isearch-nonincremental-exit-minibuffer'.
13932 (isearch-edit-string): Remove mention of
13933 `isearch-nonincremental-exit-minibuffer' from docstring.
13934 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13935 (isearch-forward-exit-minibuffer)
13936 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13937
13938 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13939
13940 * loadup.el: Just use unversioned DOC.
13941
13942 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13943 literals as extending to EOB.
13944 (nxml-last-fontify-end): Remove unused variable.
13945 (nxml-after-change1): Use with-silent-modifications.
13946 (nxml-extend-after-change-region): Simplify.
13947 (nxml-extend-after-change-region1): Remove function.
13948 (nxml-after-change1): Don't adjust for dependent regions.
13949 (nxml-fontify-matcher): Simplify.
13950 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13951 (xmltok-add-dependent): Remove function.
13952 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13953 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13954 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13955 unclosed <[[, <?, comment, and other literals as extending to EOB.
13956 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13957 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13958 Remove functions.
13959 (rng-do-some-validation-1): Don't mark dependent regions.
13960 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13961 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13962 (nxml-clear-dependent-regions): Remove functions.
13963 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13964 (nxml-ensure-scan-up-to-date):
13965 Don't clear&mark dependent regions.
13966
13967 2013-05-15 Leo Liu <sdl.web@gmail.com>
13968
13969 * progmodes/octave.el (octave-goto-function-definition):
13970 Improve and fix callers.
13971
13972 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13973
13974 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13975 the setter (bug#14387).
13976
13977 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13978 surrounding group (bug#14402).
13979
13980 2013-05-14 Juri Linkov <juri@jurta.org>
13981
13982 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13983 (Bug#14390)
13984
13985 2013-05-14 Glenn Morris <rgm@gnu.org>
13986
13987 * progmodes/f90.el (f90-imenu-generic-expression):
13988 Fix typo in 2013-05-08 change. (Bug#14402)
13989
13990 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13991
13992 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13993 Remove signals for which replies are never received.
13994
13995 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13996
13997 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13998 (gdb-handler-alist, gdb-handler-number): Remove variables.
13999 (gdb-handler-list): New variable.
14000 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14001 (gdb-pending-handler-p, gdb-handle-reply)
14002 (gdb-remove-all-pending-triggers): New functions.
14003 (gdb-discard-unordered-replies): New defcustom.
14004 (gdb-handler): New defstruct.
14005 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14006 instead of gdb-pending-triggers. Update docstring.
14007 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14008 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14009 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14010 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14011 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14012 (gdb-frame-handler): Pending triggers are now automatically managed.
14013 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14014 Remove argument.
14015 (gdb-input): Automatically handles pending triggers. Update docstring.
14016 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14017 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14018 Update comments.
14019 (gdb-done-or-error): Now use gdb-handle-reply.
14020
14021 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14022
14023 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14024 gdb-debug-log.
14025
14026 2013-05-14 Glenn Morris <rgm@gnu.org>
14027
14028 * subr.el (user-emacs-directory-warning): New option.
14029 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14030
14031 2013-05-14 Leo Liu <sdl.web@gmail.com>
14032
14033 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14034 during redisplay.
14035 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14036 (octave-font-lock-texinfo-comment): Fix invalid search bound
14037 error: wrong side of point.
14038
14039 2013-05-14 Glenn Morris <rgm@gnu.org>
14040
14041 * progmodes/flymake.el (flymake-xml-program): New option.
14042 (flymake-xml-init): Use it.
14043
14044 * term/xterm.el: Provide a feature.
14045
14046 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14047
14048 2013-05-13 Glenn Morris <rgm@gnu.org>
14049
14050 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14051 Add compat aliases as a hack workaround. (Bug#14384)
14052
14053 2013-05-13 Leo Liu <sdl.web@gmail.com>
14054
14055 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14056 ###, and %!.
14057 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14058 C-M-q.
14059 (octave-comment-start-skip): Include %!.
14060 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14061
14062 2013-05-12 Leo Liu <sdl.web@gmail.com>
14063
14064 * progmodes/octave.el (inferior-octave-startup): Store the value
14065 of __octave_srcdir__ for octave-source-directories.
14066 (inferior-octave-check-process): New function refactored out of
14067 inferior-octave-send-list-and-digest.
14068 (octave-source-directories)
14069 (octave-find-definition-filename-function): New variables.
14070 (octave-source-directories)
14071 (octave-find-definition-default-filename): New functions.
14072 (octave-find-definition): Improve to find functions implemented in C++.
14073
14074 2013-05-12 Glenn Morris <rgm@gnu.org>
14075
14076 * calendar/diary-lib.el (diary-outlook-format-1):
14077 Don't include dayname in the output. (Bug#14349)
14078
14079 2013-05-11 Glenn Morris <rgm@gnu.org>
14080
14081 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14082
14083 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14084 Treat cc-provide like provide.
14085
14086 2013-05-11 Kevin Ryde <user42@zip.com.au>
14087
14088 * cus-dep.el (custom-make-dependencies):
14089 Use generated-autoload-load-name for the sake of files such
14090 such cedet/semantic/bovine/c.el, where the base file name
14091 is not in load-path. (Bug#5277)
14092
14093 2013-05-11 Glenn Morris <rgm@gnu.org>
14094
14095 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14096 Provide features.
14097
14098 2013-05-11 Leo Liu <sdl.web@gmail.com>
14099
14100 * progmodes/octave.el (octave-indent-comment): Improve.
14101 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14102 (octave-eldoc-function-signatures, octave-eldoc-function):
14103 New functions.
14104 (octave-mode, inferior-octave-mode): Add eldoc support.
14105
14106 2013-05-11 Richard Stallman <rms@gnu.org>
14107
14108 * epa.el (epa-decrypt-file): Take output file name as argument
14109 and read it using `interactive'.
14110
14111 2013-05-11 Leo Liu <sdl.web@gmail.com>
14112
14113 * progmodes/octave.el (octave-beginning-of-line)
14114 (octave-end-of-line): Check before using up-list because it jumps
14115 out of more syntactic contructs since moving to smie.
14116 (octave-indent-comment): New function.
14117 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14118 (octave-begin-keywords, octave-end-keywords)
14119 (octave-reserved-words, octave-smie-bnf-table)
14120 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14121
14122 2013-05-11 Glenn Morris <rgm@gnu.org>
14123
14124 * faces.el (internal-face-x-get-resource):
14125 * frame.el (ns-display-monitor-attributes-list):
14126 * calc/calc-aent.el (math-to-radians-2):
14127 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14128 Fix declarations.
14129
14130 * calc/calc-menu.el: Make it loadable in isolation.
14131
14132 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14133 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14134 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14135 (eudc-bbdb-query-internal): Require 'bbdb.
14136
14137 * lpr.el (lpr-headers-switches):
14138 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14139
14140 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14141
14142 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14143
14144 * term.el (term-set-escape-char): Make it idempotent.
14145
14146 2013-05-10 Leo Liu <sdl.web@gmail.com>
14147
14148 * progmodes/octave.el (inferior-octave-completion-table):
14149 No longer a function and all uses changed. Use cache to speed up
14150 completion due to bug#11906.
14151 (octave-beginning-of-defun): Re-write to be more general.
14152
14153 2013-05-10 Glenn Morris <rgm@gnu.org>
14154
14155 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14156
14157 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14158
14159 * comint.el (comint-redirect-send-command-to-process): Use :around
14160 rather than :override for comint-redirect-filter.
14161 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14162 Call it instead of comint-redirect-original-filter-function (which
14163 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14164
14165 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14166
14167 * frame.el (display-monitor-attributes-list): Add NS case.
14168 (ns-display-monitor-attributes-list): Declare.
14169
14170 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14171
14172 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14173
14174 2013-05-09 Glenn Morris <rgm@gnu.org>
14175
14176 * international/fontset.el (vertical-centering-font-regexp):
14177 Set standard-value.
14178
14179 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14180
14181 * bookmark.el (bookmark-search-delay):
14182 * cus-start.el (vertical-centering-font-regexp):
14183 * ps-mule.el (ps-mule-font-info-database-default):
14184 * ps-print.el (ps-default-fg, ps-default-bg):
14185 * type-break.el (type-break-good-break-interval):
14186 * whitespace.el (whitespace-indentation-regexp)
14187 (whitespace-space-after-tab-regexp):
14188 * emacs-lisp/testcover.el (testcover-1value-functions)
14189 (testcover-noreturn-functions, testcover-progn-functions)
14190 (testcover-prog1-functions):
14191 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14192 * eshell/em-glob.el (eshell-glob-translate-alist):
14193 * play/tetris.el (tetris-tty-colors):
14194 * progmodes/cpp.el (cpp-face-default-list):
14195 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14196 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14197 (idlwave-help-browser-generic-args):
14198 * progmodes/make-mode.el (makefile-special-targets-list):
14199 * progmodes/python.el (python-shell-virtualenv-path):
14200 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14201 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14202 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14203 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14204 * textmodes/reftex-vars.el (reftex-format-label-function):
14205 * textmodes/remember.el (remember-diary-file): Fix custom types.
14206
14207 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14208 Add :version.
14209
14210 2013-05-09 Leo Liu <sdl.web@gmail.com>
14211
14212 * progmodes/octave.el (inferior-octave-completion-at-point):
14213 Restore file completion. (Bug#14300)
14214 (inferior-octave-startup): Fix incorrect highlighting for the
14215 first prompt.
14216
14217 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14218
14219 * progmodes/ruby-mode.el: First cut at SMIE support.
14220 (ruby-use-smie): New var.
14221 (ruby-smie-grammar): New constant.
14222 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14223 (ruby-smie--forward-token, ruby-smie--backward-token)
14224 (ruby-smie-rules): New functions.
14225 (ruby-mode-variables): Setup SMIE if applicable.
14226
14227 2013-05-08 Eli Zaretskii <eliz@gnu.org>
14228
14229 * simple.el (line-move-visual): Signal beginning/end of buffer
14230 only if vertical-motion moved less than it was requested. Avoids
14231 silly incorrect error messages when there are display strings with
14232 multiple newlines at EOL.
14233
14234 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14235
14236 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14237 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14238 (prolog-char-quote-workaround):
14239 * progmodes/cperl-mode.el (cperl-under-as-char):
14240 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14241 Mark as obsolete.
14242 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14243 their declaration.
14244 (vhdl-mode-syntax-table-init): Remove.
14245
14246 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14247 last change.
14248
14249 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14250 syntax for "_".
14251 (ld-script-font-lock-keywords):
14252 Change regexps to use things like \_< and \_>.
14253
14254 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14255 Change all regexps to use things like \_< and \_>.
14256
14257 * progmodes/autoconf.el (autoconf-definition-regexp)
14258 (autoconf-font-lock-keywords, autoconf-current-defun-function):
14259 Handle a _ with symbol syntax.
14260 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14261
14262 * progmodes/ada-mode.el (ada-mode-abbrev-table):
14263 Consolidate declaration.
14264 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14265 the declaration.
14266 (ada-create-syntax-table): Remove.
14267 (ada-capitalize-word): Don't mess with the syntax of "_" since it
14268 already has the right syntax nowadays.
14269 (ada-goto-next-word): Don't change the syntax of "_".
14270
14271 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14272 with-wrapper-hook.
14273
14274 2013-05-08 Sam Steingold <sds@gnu.org>
14275
14276 * thingatpt.el (thing-at-point): Accept optional second argument
14277 NO-PROPERTIES to strip the text properties from the return value.
14278 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14279 to `thing-at-point' instead of stripping the properties ourselves.
14280 Also, when `thing-at-point' fails to find a url, prepend "http://"
14281 to the filename at point on the assumption that the user is
14282 pointing at something like gnu.org/gnu.
14283
14284 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
14285
14286 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14287 * faces.el (crm-separator):
14288 Silence byte-compiler.
14289
14290 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14291 (tool-bar-map): Remove unneeded defvars.
14292
14293 2013-05-08 Leo Liu <sdl.web@gmail.com>
14294
14295 Re-work a fix for bug#10994 based on Le Wang's patch.
14296 * ido.el (ido-remove-consecutive-dups): New helper.
14297 (ido-completing-read): Use it.
14298 (ido-chop): Revert fix for bug#10994.
14299
14300 2013-05-08 Adam Spiers <emacs@adamspiers.org>
14301
14302 * cus-edit.el (custom-save-variables):
14303 Pretty-print long values. (Bug#14187)
14304
14305 2013-05-08 Glenn Morris <rgm@gnu.org>
14306
14307 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14308 (m4-mode-syntax-table): Init in the defvar.
14309 (m4-mode-abbrev-table): Let define-derived-mode define it.
14310
14311 2013-05-08 Tom Tromey <tromey@redhat.com>
14312
14313 * progmodes/m4-mode.el (m4-mode-syntax-table):
14314 Do not treat "_" as word constituent. (Bug#14167)
14315
14316 2013-05-07 Glenn Morris <rgm@gnu.org>
14317
14318 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14319 Remove explicit eshell-isearch-cancel-map.
14320
14321 * progmodes/f90.el (f90-smart-end-names): New option.
14322 (f90-smart-end): Doc fix.
14323 (f90-end-block-optional-name): New constant.
14324 (f90-block-match): Respect f90-smart-end-names.
14325
14326 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14327
14328 * progmodes/octave.el (octave-smie-forward-token): Be more careful
14329 about implicit semi-colons (bug#14218).
14330
14331 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14332
14333 * frame.el (display-monitor-attributes-list)
14334 (frame-monitor-attributes): New functions.
14335
14336 2013-05-06 Leo Liu <sdl.web@gmail.com>
14337
14338 * progmodes/octave.el (octave-syntax-propertize-function): Change
14339 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
14340 (octave-font-lock-keywords): Use octave-operator-regexp.
14341 (octave-completion-at-point): Rename from
14342 octave-completion-at-point-function.
14343 (inferior-octave-directory-tracker): Robustify.
14344 (octave-text-functions): Remove and fix its uses. No such things
14345 any more.
14346
14347 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14348
14349 * emacs-lisp/trace.el (trace--display-buffer): New function.
14350 (trace-make-advice): Use it.
14351
14352 2013-05-06 Juri Linkov <juri@jurta.org>
14353
14354 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
14355 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14356 Doc fix.
14357 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14358 in the help string. (Bug#12985)
14359
14360 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
14361
14362 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
14363
14364 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14365
14366 * progmodes/perl-mode.el: Add support for here documents.
14367 (perl-syntax-propertize-function): Match here-doc markers.
14368 (perl-syntax-propertize-special-constructs): Find their end.
14369 (perl-imenu-generic-expression): Use [:alnum:].
14370
14371 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14372 (advice--add-function): Refresh the advice if already present
14373 (bug#14317).
14374
14375 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
14376
14377 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
14378
14379 2013-05-06 Glenn Morris <rgm@gnu.org>
14380
14381 * w32-fns.el (w32-charset-info-alist): Declare.
14382
14383 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14384 of its defcustom properties.
14385 (eshell-cmpl-initialize): No need to load pcomplete.
14386
14387 * generic-x.el: No need to require comint when compiling.
14388
14389 * net/eudc-export.el: Make it loadable without bbdb.
14390 (top-level): Use require rather than load-library.
14391 (eudc-create-bbdb-record, eudc-bbdbify-phone)
14392 (eudc-batch-export-records-to-bbdb)
14393 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14394 Require bbdb.
14395
14396 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14397
14398 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14399 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14400 some tweaks, instead.
14401
14402 2013-05-05 Leo Liu <sdl.web@gmail.com>
14403
14404 * progmodes/octave.el (octave-font-lock-keywords)
14405 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14406 (inferior-octave-send-list-and-digest): Improve error message.
14407 (octave-mode, inferior-octave-mode): Use setq-local.
14408 (octave-help): Set info-lookup-mode.
14409
14410 2013-05-05 Richard Stallman <rms@gnu.org>
14411
14412 * vc/compare-w.el (compare-windows-whitespace):
14413 Treat no-break space as whitespace.
14414
14415 * mail/rmailsum.el (rmail-summary-rmail-update):
14416 Detect empty summary and don't change selected message.
14417 (rmail-summary-goto-msg): Likewise.
14418
14419 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14420 Doc fixes, rename args.
14421
14422 2013-05-05 Alan Mackenzie <acm@muc.de>
14423
14424 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14425
14426 2013-05-05 Juri Linkov <juri@jurta.org>
14427
14428 * info.el (Info-read-subfile): Use (point-min) instead of (point)
14429 to not add the length of the summary segment to the return value.
14430 (Bug#14125)
14431
14432 2013-05-05 Leo Liu <sdl.web@gmail.com>
14433
14434 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14435 (inferior-octave-output-filter): Remove.
14436 (octave-send-region, inferior-octave-startup): Fix callers.
14437 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14438 (octave-binary-file-extensions): New user variable.
14439 (octave-find-definition): Confirm if opening binary files.
14440 (octave-help-file): Use octave-find-definition to get the binary
14441 confirmation.
14442 (octave-help): Adjust for octave-help-file change.
14443
14444 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14445
14446 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14447 Merge the two entries that handle function definitions.
14448 (pascal--syntax-propertize): New const.
14449 (pascal-mode): Use it. Use setq-local.
14450
14451 2013-05-04 Glenn Morris <rgm@gnu.org>
14452
14453 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14454 (diary-from-outlook): Respect diary-from-outlook-function.
14455
14456 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14457
14458 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14459 Move the declaration from C.
14460 (read-minibuffer, eval-minibuffer): Move from C.
14461 (completion-setup-function): Avoid minibuffer-completion-contents.
14462
14463 2013-05-03 Leo Liu <sdl.web@gmail.com>
14464
14465 * progmodes/octave.el (octave-font-lock-keywords): Do not
14466 dehighlight 'end' in comments or strings.
14467 (octave-completing-read, octave-goto-function-definition):
14468 New helpers.
14469 (octave-help-buffer): New user variable.
14470 (octave-help-file, octave-help-function): New button types.
14471 (octave-help): New command and bind it to C-h ;.
14472 (octave-find-definition): New command and bind it to M-.
14473 (user-error): Alias to error if not defined.
14474
14475 2013-05-02 Leo Liu <sdl.web@gmail.com>
14476
14477 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14478 for \. (bug#14332)
14479 (octave-font-lock-keywords): Include [ and {.
14480
14481 2013-05-02 Leo Liu <sdl.web@gmail.com>
14482
14483 * progmodes/octave.el (inferior-octave-startup-file): Change default.
14484 (inferior-octave): Remove calling comint-mode and return the buffer.
14485 (inferior-octave-startup): Cosmetic changes.
14486
14487 2013-05-02 Leo Liu <sdl.web@gmail.com>
14488
14489 * progmodes/octave.el (octave-syntax-propertize-function):
14490 Include the case when ' is at line beginning. (Bug#14336)
14491
14492 2013-05-02 Glenn Morris <rgm@gnu.org>
14493
14494 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14495 * desktop.el (vc-dir-mode): Just autoload it here.
14496
14497 2013-05-02 Alan Mackenzie <acm@muc.de>
14498
14499 Eliminate variable c-standard-font-lock-fontify-region-function.
14500 * progmodes/cc-mode.el
14501 (c-standard-font-lock-fontify-region-function): Remove.
14502 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14503
14504 2013-05-01 Leo Liu <sdl.web@gmail.com>
14505
14506 * progmodes/octave.el: Compatible with older emacs-24 releases.
14507 (inferior-octave-has-built-in-variables): Remove. Built-in
14508 variables were removed from Octave in 2007.
14509 (inferior-octave-startup): Fix uses.
14510 (comint-line-beginning-position): Remove compatibility code for
14511 emacs 21.
14512
14513 2013-05-01 Juri Linkov <juri@jurta.org>
14514
14515 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14516
14517 2013-05-01 Juri Linkov <juri@jurta.org>
14518
14519 * comint.el (comint-previous-matching-input): Don't print message
14520 "History item: %d" when `isearch-mode' is active.
14521 (comint-history-isearch-message): Print message "History item: %d"
14522 when `comint-input-ring-index' is not empty and this function is
14523 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14524
14525 2013-05-01 Leo Liu <sdl.web@gmail.com>
14526
14527 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14528 definitions. Use completion-at-point to insert keywords.
14529 (octave-abbrev-start): Remove.
14530 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14531
14532 2013-04-30 Leo Liu <sdl.web@gmail.com>
14533
14534 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14535 change.
14536
14537 2013-04-30 Alan Mackenzie <acm@muc.de>
14538
14539 Handle arbitrarily long C++ member initialisation lists.
14540 * progmodes/cc-engine.el (c-back-over-member-initializers):
14541 new function.
14542 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14543 (most) member init lists.
14544
14545 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14546
14547 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14548 variable.
14549
14550 2013-04-30 Leo Liu <sdl.web@gmail.com>
14551
14552 * progmodes/octave.el (octave-variables): Remove. No builtin
14553 variables any more. All converted to functions.
14554 (octave-font-lock-keywords, octave-completion-at-point-function):
14555 Fix uses.
14556 (octave-font-lock-texinfo-comment): New user variable.
14557 (octave-texinfo-font-lock-keywords): New variable for texinfo
14558 comment block.
14559 (octave-function-comment-block): New face.
14560 (octave-font-lock-texinfo-comment): New function.
14561 (octave-mode): Font lock texinfo comment block.
14562
14563 2013-04-29 Leo Liu <sdl.web@gmail.com>
14564
14565 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14566 indexing expression.
14567 (octave-continuation-string): Do not use \.
14568 (inferior-octave-complete-impossible): Remove.
14569 (inferior-octave-completion-table)
14570 (inferior-octave-completion-at-point): Remove its uses.
14571 (inferior-octave-startup): completion_matches was introduced to
14572 Octave in 1996 so safe to assume it.
14573 (octave-function-file-comment): Improve to follow how Octave does it.
14574 (octave-update-function-file-comment): Tweak.
14575
14576 2013-04-29 Leo Liu <sdl.web@gmail.com>
14577
14578 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14579 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14580 (octave-function-file-comment): Fix typo.
14581 (octave-sync-function-file-names): Use read-char-choice.
14582
14583 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14584
14585 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14586 to t for the less important warnings.
14587
14588 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14589
14590 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14591
14592 2013-04-27 Glenn Morris <rgm@gnu.org>
14593
14594 * vc/log-view.el (log-view-current-entry):
14595 Treat "---" separator lines as part of the following rev. (Bug#14169)
14596
14597 2013-04-27 Juri Linkov <juri@jurta.org>
14598
14599 * subr.el (read-number): Doc fix about using it by interactive
14600 code letter `n'. (Bug#14254)
14601
14602 2013-04-27 Juri Linkov <juri@jurta.org>
14603
14604 * desktop.el (desktop-auto-save-timeout): New option.
14605 (desktop-file-checksum): New variable.
14606 (desktop-save): Add optional arg `auto-save' and don't auto-save
14607 if nothing changed.
14608 (desktop-auto-save-timer): New variable.
14609 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14610 (after-init-hook): Call `desktop-auto-save-set-timer'.
14611 Suggested by Reuben Thomas <rrt@sc3d.org> in
14612 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14613
14614 2013-04-27 Leo Liu <sdl.web@gmail.com>
14615
14616 * progmodes/octave.el (octave-function-file-p)
14617 (octave-skip-comment-forward, octave-function-file-comment)
14618 (octave-update-function-file-comment): New functions.
14619 (octave-mode-map): Bind C-c ; to
14620 octave-update-function-file-comment.
14621 (octave-mode-menu): Add octave-update-function-file-comment.
14622 (octave-mode, inferior-octave-mode): Fix doc-string.
14623 (octave-insert-defun): Conform to Octave's coding convention.
14624 (Bug#14285)
14625
14626 * files.el (basic-save-buffer): Don't let errors in
14627 before-save-hook prevent saving buffer.
14628
14629 2013-04-20 Roland Winkler <winkler@gnu.org>
14630
14631 * faces.el (read-face-name): Use completing-read if arg multiple
14632 is nil.
14633
14634 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14635
14636 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14637 displayed, move point to after the totals line.
14638 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14639 for the details.
14640
14641 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14642
14643 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14644 Add current dir to the load-path.
14645 (package-generate-autoloads): Don't rely on
14646 autoload-ensure-default-file.
14647
14648 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14649
14650 * textmodes/remember.el (remember-store-in-files): Document that
14651 the file name format is passed to `format-time-string'.
14652
14653 2013-04-26 Leo Liu <sdl.web@gmail.com>
14654
14655 * progmodes/octave.el (octave-sync-function-file-names): New function.
14656 (octave-mode): Use it in before-save-hook.
14657
14658 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14659
14660 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14661 (bug#14274).
14662
14663 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14664 \n and comment, even if it's not an implicit ; (bug#14218).
14665
14666 2013-04-26 Glenn Morris <rgm@gnu.org>
14667
14668 * subr.el (read-number): Once more use `read' rather than
14669 `string-to-number', to trap non-numeric input. (Bug#14254)
14670
14671 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14672
14673 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14674 Use `syntax-multiline' text property consistently instead of
14675 `font-lock-multiline'. (Bug#14237)
14676
14677 2013-04-26 Glenn Morris <rgm@gnu.org>
14678
14679 * emacs-lisp/shadow.el (list-load-path-shadows):
14680 No longer necessary to check for duplicate simple.el, since
14681 2012-07-07 change to init_lread to not include installation lisp
14682 directories in load-path when running uninstalled. (Bug#14270)
14683
14684 2013-04-26 Leo Liu <sdl.web@gmail.com>
14685
14686 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14687 (octave-mode, inferior-octave-mode): Use setq-local.
14688 (octave-not-in-string-or-comment-p): Rename to
14689 octave-in-string-or-comment-p.
14690 (octave-in-comment-p, octave-in-string-p)
14691 (octave-in-string-or-comment-p): Replace defsubst with defun.
14692
14693 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14694
14695 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14696
14697 2013-04-25 Bastien Guerry <bzg@gnu.org>
14698
14699 * textmodes/remember.el (remember-data-directory)
14700 (remember-directory-file-name-format): Fix custom types.
14701
14702 2013-04-25 Leo Liu <sdl.web@gmail.com>
14703
14704 * progmodes/octave.el (octave-completion-at-point-function):
14705 Make use of inferior octave process.
14706 (octave-initialize-completions): Remove.
14707 (inferior-octave-completion-table): New function.
14708 (inferior-octave-completion-at-point): Use it.
14709 (octave-completion-alist): Remove.
14710
14711 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14712
14713 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14714 (opascal-mode-syntax-table): New var.
14715 (opascal-literal-kind, opascal-is-literal-end)
14716 (opascal-literal-token-at): Rewrite.
14717 (opascal--literal-start-re, opascal-font-lock-keywords)
14718 (opascal--syntax-propertize): New constants.
14719 (opascal-font-lock-defaults): Adjust.
14720 (opascal-mode): Use them. Set comment-<foo> variables as well.
14721 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14722 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14723 (delphi-other-face, opascal-other-face): Remove face variables.
14724 (opascal-save-state): Remove macro.
14725 (opascal-fontifying-progress-step): Remove constant.
14726 (opascal--ignore-changes): Remove var.
14727 (opascal-set-token-property, opascal-parse-next-literal)
14728 (opascal-is-stable-literal, opascal-complete-literal)
14729 (opascal-is-literal-start, opascal-face-of)
14730 (opascal-parse-region, opascal-parse-region-until-stable)
14731 (opascal-fontify-region, opascal-after-change)
14732 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14733 (opascal-debug-parse-region, opascal-debug-parse-window)
14734 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14735 (opascal-debug-fontify-buffer): Remove.
14736 (opascal-debug-mode-map): Adjust accordingly.
14737
14738 2013-04-25 Leo Liu <sdl.web@gmail.com>
14739
14740 Merge octave-mod.el and octave-inf.el into octave.el with some
14741 cleanups.
14742 * progmodes/octave.el: New file renamed from octave-mod.el.
14743 * progmodes/octave-inf.el: Merged into octave.el.
14744 * progmodes/octave-mod.el: Renamed to octave.el.
14745
14746 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14747
14748 * textmodes/reftex-vars.el
14749 (reftex-label-ignored-macros-and-environments): New defcustom.
14750
14751 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14752
14753 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14754
14755 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14756 (smie-indent-keyword): Improve the check to ensure that the next
14757 comment is really on the same line.
14758 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14759
14760 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14761 semi-colons if the line is not otherwise empty (bug#14218).
14762
14763 2013-04-25 Glenn Morris <rgm@gnu.org>
14764
14765 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14766
14767 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14768
14769 * progmodes/opascal.el (opascal-set-token-property): Rename from
14770 opascal-set-text-properties and only set `token' (bug#14134).
14771 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14772 (opascal-literal-text-properties): Remove.
14773 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14774 Adjust callers.
14775
14776 2013-04-24 Reuben Thomas <rrt@sc3d.org>
14777
14778 * textmodes/remember.el (remember-handler-functions): Add an
14779 option for a new handler `remember-store-in-files'.
14780 (remember-data-directory, remember-directory-file-name-format):
14781 New options.
14782 (remember-store-in-files): New function to store remember notes
14783 as separate files within a directory.
14784
14785 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14786
14787 * progmodes/compile.el (compilation-next-error-function):
14788 Pass "formats" to compilation-find-file (bug#11777).
14789
14790 2013-04-24 Glenn Morris <rgm@gnu.org>
14791
14792 * vc/vc-bzr.el (vc-bzr-print-log):
14793 * vc/vc-hg.el (vc-hg-print-log):
14794 * vc/vc-svn.el (vc-svn-print-log):
14795 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14796
14797 * vc/vc-bzr.el (vc-bzr-print-log):
14798 * vc/vc-cvs.el (vc-cvs-print-log):
14799 * vc/vc-git.el (vc-git-print-log):
14800 * vc/vc-hg.el (vc-hg-print-log):
14801 * vc/vc-mtn.el (vc-mtn-print-log):
14802 * vc/vc-rcs.el (vc-rcs-print-log):
14803 * vc/vc-sccs.el (vc-sccs-print-log):
14804 * vc/vc-svn.el (vc-svn-print-log):
14805 * vc/vc.el (vc-print-log-internal): Doc fixes.
14806
14807 2013-04-23 Glenn Morris <rgm@gnu.org>
14808
14809 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14810 Remove venerable code attempting to avoid substitute-command-keys.
14811
14812 2013-04-23 Tassilo Horn <tsdh@gnu.org>
14813
14814 * textmodes/reftex-vars.el (reftex-label-regexps):
14815 Call `reftex-compile-variables' after changes to this variable.
14816
14817 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14818
14819 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14820 Use lexical-binding.
14821 (jit-lock-force-redisplay): Use markers, check buffer's continued
14822 existence and beware narrowed buffers.
14823 (jit-lock-fontify-now): Adjust call accordingly.
14824
14825 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14826
14827 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14828 to avoid misleading the user.
14829
14830 2013-04-22 Leo Liu <sdl.web@gmail.com>
14831
14832 * info-look.el: Prefer latex2e.info. (Bug#14240)
14833
14834 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
14835
14836 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14837
14838 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14839 * net/tramp.el (tramp-call-process): ... here.
14840 (tramp-set-completion-function, tramp-parse-putty):
14841 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14842 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14843 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14844 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14845 (tramp-call-local-coding-command): Use `tramp-call-process'
14846 instead of `tramp-compat-call-process'.
14847
14848 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14849 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14850 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14851 (tramp-find-inline-compress): Improve traces.
14852 (tramp-maybe-send-script): Check for Perl binary.
14853 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14854
14855 2013-04-22 Daiki Ueno <ueno@gnu.org>
14856
14857 * epg.el (epg-context-pinentry-mode): New function.
14858 (epg-context-set-pinentry-mode): New function.
14859 (epg--start): Pass --pinentry-mode option to gpg command.
14860
14861 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14862
14863 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14864 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14865 `completion-at-point'. (Bug#13774)
14866
14867 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14868 default key binding for `describe-distribution' has been moved to
14869 `C-h C-o'. (Bug#13970)
14870
14871 2013-04-21 Glenn Morris <rgm@gnu.org>
14872
14873 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14874 Add doc strings.
14875 (vc-print-log): Clarify interactive prompt.
14876
14877 2013-04-20 Glenn Morris <rgm@gnu.org>
14878
14879 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14880 No longer include timestamp etc information.
14881
14882 2013-04-20 Roland Winkler <winkler@gnu.org>
14883
14884 * faces.el (read-face-name): Bug fix, return just one face if arg
14885 multiple is nil. (Bug#14209)
14886
14887 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14890 (remove-function): Autoload.
14891
14892 * comint.el (comint-redirect-original-filter-function): Remove.
14893 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14894 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14895 (vc-cvs-annotate-command):
14896 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14897 * progmodes/prolog.el (prolog-consult-compile):
14898 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14899 Use add/remove-function instead.
14900 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14901 (gud-tooltip-process-output, gud-tooltip-tips):
14902 Use add/remove-function instead.
14903 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14904 (scheme-interaction-mode, exit-scheme-interaction-mode):
14905 Use add/remove-function instead.
14906
14907 * vc/vc-dispatcher.el: Use lexical-binding.
14908 (vc--process-sentinel): Rename from vc-process-sentinel.
14909 Change last arg to be the code to run. Don't use vc-previous-sentinel
14910 and vc-sentinel-commands any more.
14911 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14912 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14913
14914 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14915
14916 * progmodes/sh-script.el (sh-imenu-generic-expression):
14917 Handle function names with a single character. (Bug#14111)
14918
14919 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14920
14921 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14922 for subroutines defined in an eval (bug#14182).
14923
14924 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14925
14926 * bookmark.el (bookmark-completing-read): Improve handling of empty
14927 string (bug#14176).
14928
14929 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14932
14933 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14934
14935 New faster Imenu implementation (bug#14058).
14936 * progmodes/python.el (python-imenu-prev-index-position)
14937 (python-imenu-format-item-label-function)
14938 (python-imenu-format-parent-item-label-function)
14939 (python-imenu-format-parent-item-jump-label-function):
14940 New vars.
14941 (python-imenu-format-item-label)
14942 (python-imenu-format-parent-item-label)
14943 (python-imenu-format-parent-item-jump-label)
14944 (python-imenu--put-parent, python-imenu--build-tree)
14945 (python-imenu-create-index, python-imenu-create-flat-index)
14946 (python-util-popn): New functions.
14947 (python-mode): Set imenu-create-index-function to
14948 python-imenu-create-index.
14949
14950 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14951
14952 * winner.el (winner-active-region): Use region-active-p, activate-mark
14953 and deactivate-mark (bug#14225).
14954
14955 * simple.el (deactivate-mark): Don't inline it.
14956
14957 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14958
14959 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14960
14961 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14962
14963 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14964 file extensions from the archive-mode entry in order to prefer
14965 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14966
14967 2013-04-18 Leo Liu <sdl.web@gmail.com>
14968
14969 * bindings.el (help-event-list): Add ?\?.
14970
14971 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14972
14973 * subr.el (with-wrapper-hook): Declare obsolete.
14974 * simple.el (filter-buffer-substring-function): New hook.
14975 (filter-buffer-substring): Use it.
14976 (filter-buffer-substring-functions): Mark obsolete.
14977 * minibuffer.el (completion-in-region-function): New hook.
14978 (completion-in-region): Use it.
14979 (completion-in-region-functions): Mark obsolete.
14980 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14981 * abbrev.el (abbrev-expand-function): New hook.
14982 (expand-abbrev): Use it.
14983 (abbrev-expand-functions): Mark obsolete.
14984 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14985 and :filter-return.
14986
14987 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14988
14989 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14990 and do not care about match data.
14991
14992 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14993
14994 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14995 completion tables when completing error conditions and
14996 `declare' arguments.
14997 (lisp-complete-symbol, field-complete): Mark as obsolete.
14998 (check-parens): Unmatched parens are user errors.
14999 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15000
15001 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
15002
15003 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15004 command changed buffer (ie. `flyspell-pre-buffer' is not current
15005 buffer), which prevents making decisions based on invalid value of
15006 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15007 cause an error when `flyspell-pre-point' was nil after switching
15008 buffers.
15009 (flyspell-post-command-hook): No longer needs to change buffers when
15010 checking pre-word. While at it remove unnecessary progn.
15011
15012 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15013
15014 * textmodes/ispell.el (ispell-add-per-file-word-list):
15015 Fix `flyspell-correct-word-before-point' error when accepting
15016 words and `coment-padding' is an integer by using
15017 `comment-normalize-vars' (Bug #14214).
15018
15019 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15020
15021 New defun movement commands.
15022 * progmodes/python.el (python-nav--syntactically)
15023 (python-nav--forward-defun, python-nav-backward-defun)
15024 (python-nav-forward-defun): New functions.
15025
15026 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15027
15028 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15029 (python-syntax-context): Use named compiler-macro for backwards
15030 compatibility with Emacs 24.x.
15031
15032 2013-04-17 Leo Liu <sdl.web@gmail.com>
15033
15034 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15035 octave-hide-process-buffer.
15036
15037 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15038
15039 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15040 (bug#14216).
15041
15042 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15043
15044 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15045 Fix adjustment of offset when receiving incomplete responses from GDB
15046 (bug#14129).
15047
15048 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15049
15050 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15051 python-mode-abbrev-table.
15052 (python-skeleton-define): Adjust accordingly.
15053 (python-mode-abbrev-table): New table that inherits from it so that
15054 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15055
15056 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15057 (abbrev-symbol): Use it.
15058 (abbrev--before-point): Use it since we already handle inheritance.
15059
15060 2013-04-16 Leo Liu <sdl.web@gmail.com>
15061
15062 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15063 binding to info-lookup-symbol.
15064
15065 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15066
15067 * minibuffer.el (completion--twq-all):
15068 * term/ns-win.el (ns-initialize-window-system):
15069 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15070
15071 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15072
15073 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15074 global bindings.
15075
15076 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15077
15078 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15079
15080 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15081 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15082 to nil.
15083 (ruby-end-of-defun): Remove the unused arg, change the docstring
15084 to reflect that this function is only used as the value of
15085 `end-of-defun-function'.
15086 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15087 to reflect an earlier change that beginning/end-of-defun functions
15088 jump between methods in a class definition, as well as top-level
15089 functions.
15090
15091 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15092
15093 * minibuffer.el (minibuffer-complete): Don't just scroll
15094 a *Completions* that's been iconified.
15095 (minibuffer-force-complete): Make sure repetitions do cycle when going
15096 through completion-in-region -> minibuffer-complete.
15097
15098 2013-04-15 Alan Mackenzie <acm@muc.de>
15099
15100 Correct the placement of c-cpp-delimiters when there're #s not at
15101 col 0.
15102
15103 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15104 place a submatch around the #.
15105 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15106 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15107 on the #, not BOL.
15108
15109 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15110
15111 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15112 (advice--member-p): New arg `name'.
15113 (advice--add-function, advice-member-p): Use it (bug#14202).
15114
15115 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15116
15117 Reformulate java imenu-generic-expression.
15118 The old expression contained ill formed regexps.
15119
15120 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15121 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15122 (cc-imenu-java-method-arg-regexp): New defconsts.
15123 (cc-imenu-java-build-type-args-regex): New defun.
15124 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15125 handling of spaces in the regexp.
15126
15127 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15128
15129 * textmodes/ispell.el (ispell-command-loop): Remove
15130 flyspell highlight of a word when ispell accepts it (bug #14178).
15131
15132 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15133
15134 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15135 uses code from the previous `ange-ftp-run-real-handler'.
15136 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15137 only in case that function exist. This is needed for proper
15138 unloading of Tramp.
15139
15140 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15141
15142 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15143
15144 * textmodes/reftex.el (reftex-compile-variables): Use it.
15145
15146 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15147
15148 * files.el (normal-mode): Only use default major-mode if no other mode
15149 was specified.
15150
15151 * emacs-lisp/trace.el (trace-values): New function.
15152
15153 * files.el: Allow : in local variables (bug#14089).
15154 (hack-local-variable-regexp): New var.
15155 (hack-local-variables-prop-line, hack-local-variables): Use it.
15156
15157 2013-04-13 Roland Winkler <winkler@gnu.org>
15158
15159 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15160 data before it gets modified by bibtex-beginning-of-entry.
15161
15162 2013-04-13 Roland Winkler <winkler@gnu.org>
15163
15164 * textmodes/bibtex.el (bibtex-url): Doc fix.
15165
15166 2013-04-13 Roland Winkler <winkler@gnu.org>
15167
15168 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15169 does not visit a BibTeX file, exclude it from the list of buffers
15170 returned by bibtex-initialize.
15171
15172 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15173
15174 * window.el (split-window): Remove interactive form, since as a
15175 command this function is a special case of split-window-below.
15176 Correct doc string.
15177
15178 2013-04-12 Roland Winkler <winkler@gnu.org>
15179
15180 * faces.el (read-face-name): Do not override value of arg default.
15181 Allow single faces and strings as default values. Remove those
15182 elements from return value that are not faces.
15183 (describe-face): Simplify.
15184 (face-at-point): New optional args thing and multiple so that this
15185 function can provide the same functionality previously provided by
15186 read-face-name.
15187 (make-face-bold, make-face-unbold, make-face-italic)
15188 (make-face-unitalic, make-face-bold-italic, invert-face)
15189 (modify-face, read-face-and-attribute): Use face-at-point.
15190
15191 * cus-edit.el (customize-face, customize-face-other-window)
15192 * cus-theme.el (custom-theme-add-face)
15193 * face-remap.el (buffer-face-set)
15194 * facemenu.el (facemenu-set-face): Use face-at-point.
15195
15196 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15197
15198 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15199
15200 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15201
15202 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15203 off leading { and trailing } from field values.
15204
15205 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15206
15207 * emacs-lisp/timer.el (timer--check): New function.
15208 (timer--time, timer-set-function, timer-event-handler): Use it.
15209 (timer-set-idle-time): Simplify.
15210 (timer--activate): CSE.
15211 (timer-event-handler): Give more info in error message.
15212 (internal-timer-start-idle): New function, moved from C.
15213
15214 * mpc.el (mpc-proc): Add `restart' argument.
15215 (mpc-proc-cmd): Use it.
15216 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15217 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15218 less often.
15219
15220 2013-04-10 Masatake YAMATO <yamato@redhat.com>
15221
15222 * progmodes/sh-script.el: Implement `sh-mode' own
15223 `add-log-current-defun-function' (bug#14112).
15224 (sh-current-defun-name): New function.
15225 (sh-mode): Use the function.
15226
15227 2013-04-09 Bastien Guerry <bzg@gnu.org>
15228
15229 * simple.el (choose-completion-string): Fix docstring (bug#14163).
15230
15231 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15232
15233 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15234
15235 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15236 timer (bug#14156).
15237
15238 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
15239
15240 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15241 declaration.
15242
15243 2013-04-07 Leo Liu <sdl.web@gmail.com>
15244
15245 * pcmpl-x.el: New file.
15246
15247 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
15248
15249 Do not set x-display-name until X connection is established.
15250 This is needed to prevent from weird situation described at
15251 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15252 * frame.el (make-frame): Set x-display-name after call to
15253 window system initialization function, not before.
15254 * term/x-win.el (x-initialize-window-system): Add optional
15255 display argument and use it.
15256 * term/w32-win.el (w32-initialize-window-system):
15257 * term/ns-win.el (ns-initialize-window-system):
15258 * term/pc-win.el (msdos-initialize-window-system):
15259 Add compatible optional display argument.
15260
15261 2013-04-06 Eli Zaretskii <eliz@gnu.org>
15262
15263 * files.el (normal-backup-enable-predicate): On MS-Windows and
15264 MS-DOS compare truenames of temporary-file-directory and of the
15265 file, so that 8+3 aliases (usually found in $TEMP on Windows)
15266 don't fail comparison by compare-strings. Also, compare file
15267 names case-insensitively on MS-Windows and MS-DOS.
15268
15269 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15270
15271 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15272 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15273
15274 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
15275
15276 * whitespace.el (whitespace-color-on, whitespace-color-off):
15277 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15278
15279 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
15280
15281 * ispell.el (ispell-set-spellchecker-params):
15282 Really set `ispell-args' for all equivs.
15283
15284 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15285
15286 * ido.el (ido-completions): Use extra elements of ido-decorations
15287 (bug#14143).
15288 (ido-decorations): Update docstring.
15289
15290 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
15291
15292 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15293 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15294 nil during initialization, in order not to miss changes since the
15295 file was opened. (Bug#14140)
15296
15297 2013-04-05 Leo Liu <sdl.web@gmail.com>
15298
15299 * kmacro.el (kmacro-call-macro): Fix bug#14135.
15300
15301 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
15302
15303 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15304
15305 2013-04-04 Glenn Morris <rgm@gnu.org>
15306
15307 * electric.el (electric-pair-inhibit-predicate): Add :version.
15308
15309 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15310
15311 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15312 when a package is required several times (bug#14082).
15313
15314 2013-04-04 Roland Winkler <winkler@gnu.org>
15315
15316 * faces.el (read-face-name): Behave as promised by the docstring.
15317 Assume that arg default is a list of faces.
15318 (describe-face): Call read-face-name with list of default faces.
15319
15320 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15321
15322 * bookmark.el: Fix deletion of bookmarks (bug#13972).
15323 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15324 (bookmark-bmenu-execute-deletions): Only skip first line if it's
15325 the header.
15326 (bookmark-exit-hook-internal): Save even if list is empty.
15327
15328 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
15329
15330 * emacs-lisp/package.el (package-pinned-packages): New var.
15331 (package--add-to-archive-contents): Obey it (bug#14118).
15332
15333 2013-04-03 Alan Mackenzie <acm@muc.de>
15334
15335 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15336 Also adapt to the new values of element 7 of a parse state.
15337
15338 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15339 parameter `not-in-delimiter'. Handle being inside comment opener.
15340 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15341 character in case we're typing a '*' after a '/'.
15342 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15343 instead by passing the parameter to c-state-pp-to-literal.
15344
15345 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15346 for elt. 7 of a parse state.
15347
15348 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
15349
15350 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15351 * international/latin1-disp.el, international/mule-util.el:
15352 * language/cyril-util.el, language/european.el, language/ind-util.el:
15353 * language/lao-util.el, language/thai.el, language/tibet-util.el:
15354 * language/tibetan.el, language/viet-util.el:
15355 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15356
15357 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15358
15359 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15360 (electric-pair-post-self-insert-function): Use it.
15361 (electric-pair-default-inhibit): New function, extracted from
15362 electric-pair-post-self-insert-function.
15363
15364 2013-03-31 Roland Winkler <winkler@gnu.org>
15365
15366 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15367
15368 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15369
15370 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15371
15372 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
15373
15374 Un-indent after "pass" and "return" statements (Bug#13888)
15375 * progmodes/python.el (python-indent-block-enders): New var.
15376 (python-indent-calculate-indentation): Use it.
15377
15378 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
15379
15380 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15381 defun. Defining it as defalias could introduce too eager
15382 byte-compiler optimization. (Bug#14030)
15383
15384 2013-03-30 Chong Yidong <cyd@gnu.org>
15385
15386 * iswitchb.el (iswitchb-read-buffer): Fix typo.
15387
15388 2013-03-30 Leo Liu <sdl.web@gmail.com>
15389
15390 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15391 (kmacro-execute-from-register): Pass the keyboard macro to
15392 kmacro-call-macro or repeating won't work correctly.
15393
15394 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
15395
15396 * progmodes/subword.el: Back to using `forward-symbol'.
15397
15398 * subr.el (forward-whitespace, forward-symbol)
15399 (forward-same-syntax): Move from thingatpt.el.
15400
15401 2013-03-29 Leo Liu <sdl.web@gmail.com>
15402
15403 * kmacro.el (kmacro-to-register): New command.
15404 (kmacro-execute-from-register): New function.
15405 (kmacro-keymap): Bind to 'x'. (Bug#14071)
15406
15407 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15408
15409 * mpc.el: Use defvar-local and setq-local.
15410 (mpc--proc-connect): Connection failures are not bugs.
15411 (mpc-mode-map): `follow-link' only applies to the buffer's content.
15412 (mpc-volume-map): Bind to the up-events.
15413
15414 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15415
15416 * progmodes/subword.el (superword-mode): Use `forward-sexp'
15417 instead of `forward-symbol'.
15418
15419 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15420
15421 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15422 (edebug--recursive-edit): Use it.
15423 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15424 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15425
15426 2013-03-28 Leo Liu <sdl.web@gmail.com>
15427
15428 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
15429
15430 2013-03-27 Eli Zaretskii <eliz@gnu.org>
15431
15432 * facemenu.el (list-colors-callback): New defvar.
15433 (list-colors-redisplay): New function.
15434 (list-colors-display): Install list-colors-redisplay as the
15435 revert-buffer-function. (Bug#14063)
15436
15437 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15438
15439 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15440 and suffixes don't overlap (bug#14061).
15441
15442 * case-table.el: Use lexical-binding.
15443 (case-table-get-table): New function.
15444 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
15445
15446 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
15447
15448 * progmodes/subword.el: Add `superword-mode' to do word motion
15449 over symbol_words (parallels and leverages `subword-mode' which
15450 does word motion inside MixedCaseWords).
15451
15452 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
15453
15454 * eshell/em-unix.el: Move su and sudo to...
15455 * eshell/em-tramp.el: ...Eshell tramp module.
15456
15457 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15458
15459 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15460 Change return value to be a sexp. Delay `get-buffer' to after
15461 restoring the desktop (bug#13951).
15462
15463 2013-03-26 Leo Liu <sdl.web@gmail.com>
15464
15465 * register.el: Move semantic tag handling back to
15466 cedet/semantic/senator.el. (Bug#14052)
15467
15468 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15469
15470 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15471 into the prompt either (bug#13963).
15472
15473 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15474
15475 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15476 part of "(error-foo)".
15477
15478 2013-03-24 Juri Linkov <juri@jurta.org>
15479
15480 * replace.el (list-matching-lines-prefix-face): New defcustom.
15481 (occur-1): Pass `list-matching-lines-prefix-face' to the function
15482 `occur-engine' if `face-differs-from-default-p' returns t.
15483 (occur-engine): Add `,' inside backquote construct to evaluate
15484 `prefix-face'. Propertize the prefix with the `prefix-face' face.
15485 Pass `prefix-face' to the functions `occur-context-lines' and
15486 `occur-engine-add-prefix'.
15487 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15488 `prefix-face' and propertize the prefix with `prefix-face'.
15489 (Bug#14017)
15490
15491 2013-03-24 Leo Liu <sdl.web@gmail.com>
15492
15493 * nxml/rng-valid.el (rng-validate-while-idle)
15494 (rng-validate-quick-while-idle): Guard against deleted buffer.
15495 (Bug#13999)
15496
15497 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15498 is the last entry in kill-buffer-hook.
15499
15500 * files.el (kill-buffer-hook): Doc fix.
15501
15502 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15503
15504 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15505 Make it safe-local.
15506
15507 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15508
15509 2013-03-23 Leo Liu <sdl.web@gmail.com>
15510
15511 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15512 Remove.
15513
15514 * nxml/rng-valid.el (rng-validate-mode)
15515 (rng-after-change-function, rng-do-some-validation):
15516 * nxml/rng-maint.el (rng-validate-buffer):
15517 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15518 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15519 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15520 (nxml-extend-after-change-region): Use with-silent-modifications.
15521
15522 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15523 timer-idle-list.
15524
15525 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15526 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15527 timer-idle-list. (Bug#13999)
15528
15529 2013-03-23 Juri Linkov <juri@jurta.org>
15530
15531 * info.el (info-index-match): New face.
15532 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15533 main pattern and add text properties with the new face to matches
15534 in index entries relative to the beginning of the index entry.
15535 (Bug#14015)
15536
15537 2013-03-21 Eric Ludlam <zappo@gnu.org>
15538
15539 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15540 Inhibit read only while inserting objects.
15541
15542 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15543
15544 * progmodes/cfengine.el: Update docs to mention
15545 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15546 symbol motion. Remove "_" from the word syntax.
15547
15548 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15549
15550 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15551 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15552
15553 2013-03-20 Juri Linkov <juri@jurta.org>
15554
15555 * info.el (Info-next-reference-or-link)
15556 (Info-prev-reference-or-link): New functions.
15557 (Info-next-reference, Info-prev-reference): Use them.
15558 (Info-try-follow-nearest-node): Handle footnote navigation.
15559 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15560
15561 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15562
15563 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15564 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15565
15566 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15567
15568 Suppress unnecessary non-ASCII chatter during build process.
15569 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15570 (batch-skkdic-convert): Suppress most of the chatter.
15571 It's not needed so much now that machines are faster,
15572 and its non-ASCII component was confusing; see Dmitry Gutov in
15573 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15574
15575 2013-03-20 Leo Liu <sdl.web@gmail.com>
15576
15577 * ido.el (ido-chop): Fix bug#10994.
15578
15579 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15580
15581 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15582 Remove vars.
15583 (whitespace-color-on, whitespace-color-off):
15584 Use `font-lock-fontify-buffer' (Bug#13817).
15585
15586 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15587
15588 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15589 remapping in mode-line.
15590 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15591
15592 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15593
15594 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15595 value for `whitespace-line' face (Bug#13875).
15596 (whitespace-font-lock-keywords): Change description.
15597 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15598 the constructed keywords instead.
15599 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15600
15601 2013-03-19 Leo Liu <sdl.web@gmail.com>
15602
15603 * progmodes/compile.el (compilation-display-error): New command.
15604 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15605 C-o. (Bug#13992)
15606
15607 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15608
15609 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15610
15611 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15612
15613 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15614
15615 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15616
15617 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15618
15619 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15620 * net/tramp-gvfs.el (top):
15621 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15622 (tramp-handle-shell-command): Use it.
15623 (tramp-dissect-file-name): Raise an error when hostname is a
15624 method name, and neither method nor user is specified.
15625
15626 * net/trampver.el: Update release number.
15627
15628 2013-03-18 Leo Liu <sdl.web@gmail.com>
15629
15630 Make sure eldoc can be turned off properly.
15631 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15632 eldoc-mode.
15633 (eldoc-display-message-p): Revert last change.
15634 (eldoc-display-message-no-interference-p)
15635 (eldoc-print-current-symbol-info): Tweak.
15636
15637 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15638
15639 * doc-view.el (doc-view-new-window-function): Check the new window
15640 overlay's display property instead the char property of the
15641 buffer's first char. Use `with-selected-window' instead of
15642 `save-window-excursion' with `select-window'.
15643 (doc-view-document->bitmap): Check the current doc-view overlay's
15644 display property instead the char property of the buffer's first char.
15645
15646 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15647
15648 Automate the build of ja-dic.el (Bug#13984).
15649 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15650 from the input, rather than assume that it's been done for us by the
15651 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15652 the current date into a ja-dic.el comment, as that complicates
15653 regression testing.
15654
15655 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15656
15657 * whitespace.el: Fix double evaluation.
15658 (whitespace-space, whitespace-hspace, whitespace-tab)
15659 (whitespace-newline, whitespace-trailing, whitespace-line)
15660 (whitespace-space-before-tab, whitespace-indentation)
15661 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15662 obsolete defvars.
15663 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15664 (whitespace-color-on): Use a single font-lock-add-keywords call.
15665 Fix double-evaluation of face variables.
15666
15667 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15668
15669 * net/tramp-adb.el (tramp-adb-parse-device-names):
15670 Use `start-process' instead of `call-process'. Otherwise, the
15671 function might be blocked under MS Windows. (Bug#13299)
15672
15673 2013-03-17 Leo Liu <sdl.web@gmail.com>
15674
15675 Extend eldoc to display info in the mode-line. (Bug#13978)
15676 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15677 (eldoc-mode-line-string): New variable.
15678 (eldoc-minibuffer-message): New function.
15679 (eldoc-message-function): New variable.
15680 (eldoc-message): Use it.
15681 (eldoc-display-message-p)
15682 (eldoc-display-message-no-interference-p):
15683 Support eldoc-post-insert-mode.
15684
15685 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15686 (eval-expression): Run it.
15687
15688 2013-03-17 Roland Winkler <winkler@gnu.org>
15689
15690 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15691 strings in the list of return values.
15692
15693 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15694
15695 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15696 radix before checking for HMS forms.
15697
15698 2013-03-16 Leo Liu <sdl.web@gmail.com>
15699
15700 * progmodes/scheme.el: Add indentation and font-locking for λ.
15701 (Bug#13975)
15702
15703 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15704
15705 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15706 token before point (bug#13942).
15707
15708 2013-03-16 Leo Liu <sdl.web@gmail.com>
15709
15710 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15711
15712 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15713
15714 * startup.el (command-line-normalize-file-name): Fix handling of
15715 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15716 <xfq.free@gmail.com> in
15717 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15718
15719 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15720
15721 Sync with Tramp 2.2.7.
15722
15723 * net/trampver.el: Update release number.
15724
15725 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15726
15727 * doc-view.el: Fix bug#13887.
15728 (doc-view-insert-image): Don't modify overlay associated to
15729 non-live windows, and implement horizontal centering of image in
15730 case it's smaller than the window.
15731 (doc-view-new-window-function): Force redisplay of new windows on
15732 doc-view buffers.
15733
15734 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15735
15736 * saveplace.el (save-place-alist-to-file): Don't sort
15737 `save-place-alist', just pretty-print it (bug#13882).
15738
15739 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15740
15741 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15742 Check whether `default-file-name-coding-system' is bound.
15743 It isn't in XEmacs.
15744
15745 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15746
15747 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15748 backquotes for `obsolete' (bug#13929).
15749
15750 * international/mule.el (find-auto-coding): Include file name in
15751 obsolescence warning (bug#13922).
15752
15753 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15754
15755 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15756 for CFEngine 3-specific indentation.
15757 (cfengine3-indent-line): Use it. Fix up category regex.
15758 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15759
15760 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15761
15762 * type-break.el (type-break-file-name):
15763 * textmodes/remember.el (remember-data-file):
15764 * strokes.el (strokes-file):
15765 * shadowfile.el (shadow-initialize):
15766 * saveplace.el (save-place-file):
15767 * ps-bdf.el (bdf-cache-file):
15768 * progmodes/idlwave.el (idlwave-config-directory):
15769 * net/quickurl.el (quickurl-url-file):
15770 * international/kkc.el (kkc-init-file-name):
15771 * ido.el (ido-save-directory-list-file):
15772 * emulation/viper.el (viper-custom-file-name):
15773 * emulation/vip.el (vip-startup-file):
15774 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15775 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15776
15777 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15778
15779 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15780 * language/thai-word.el: Switch to UTF-8.
15781
15782 See ChangeLog.16 for earlier changes.
15783
15784 ;; Local Variables:
15785 ;; coding: utf-8
15786 ;; End:
15787
15788 Copyright (C) 2011-2014 Free Software Foundation, Inc.
15789
15790 This file is part of GNU Emacs.
15791
15792 GNU Emacs is free software: you can redistribute it and/or modify
15793 it under the terms of the GNU General Public License as published by
15794 the Free Software Foundation, either version 3 of the License, or
15795 (at your option) any later version.
15796
15797 GNU Emacs is distributed in the hope that it will be useful,
15798 but WITHOUT ANY WARRANTY; without even the implied warranty of
15799 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15800 GNU General Public License for more details.
15801
15802 You should have received a copy of the GNU General Public License
15803 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.