* emacs-lisp/gv.el (window-buffer, window-display-table)
[bpt/emacs.git] / lisp / ChangeLog
1 2014-05-31 Leo Liu <sdl.web@gmail.com>
2
3 * emacs-lisp/gv.el (window-buffer, window-display-table)
4 (window-dedicated-p, window-hscroll, window-point, window-start):
5 Fix gv-expander. (Bug#17630)
6
7 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
10 clicks (bug#17633).
11
12 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
13 for the single comma, since ", " is *very* common in normal French text
14 (bug#17643).
15
16 2014-05-30 Glenn Morris <rgm@gnu.org>
17
18 * emacs-lisp/package.el (package-check-signature)
19 (package-unsigned-archives): Fix :version.
20
21 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * subr.el (sit-for): Don't run input-methods (bug#15614).
24
25 2014-05-28 Glenn Morris <rgm@gnu.org>
26
27 * cus-start.el: Fix some :version numbers.
28
29 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * simple.el (deactivate-mark): Set mark-active to nil even if
32 deactivation is done via setting transient-mark-mode to nil,
33 since one is buffer-local and the other is global.
34
35 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
36 there can't be more than 2 arguments (bug#17584).
37
38 2014-05-27 Glenn Morris <rgm@gnu.org>
39
40 * simple.el (filter-buffer-substring-functions)
41 (filter-buffer-substring-function, buffer-substring-filters)
42 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
43
44 * minibuffer.el (completion-in-region-functions, completion-in-region)
45 (completion--in-region): Doc fixes.
46
47 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
48 (expand-abbrev, abbrev--default-expand): Doc fixes.
49
50 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
51
52 Include sources used to create macuvs.h.
53 * international/README: Refer to the Unicode Terms of Use rather
54 than copying it bodily here, as that simplifies maintenance.
55
56 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
57
58 * cus-face.el (custom-face-attributes): Add :distant-foreground.
59
60 2014-05-25 Martin Rudalics <rudalics@gmx.at>
61
62 * window.el (window--dump-frame): Remove interactive
63 specification.
64
65 2014-05-23 Glenn Morris <rgm@gnu.org>
66
67 * hippie-exp.el (he-line-search-regexp):
68 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
69
70 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
71
72 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
73 to avoid errors when trying to create or visit a file foo.todo
74 located outside to todo-directory, and to allow having such files
75 without them being tied to Todo mode (bug#17482).
76 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
77 (todo-archive-done-item, todo-find-filtered-items-file)
78 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
79 (todo-category-completions, todo-read-category): When visiting a
80 Todo file, make sure we're in the right mode and the buffer local
81 variables are set.
82 (todo-make-categories-list, todo-reset-nondiary-marker)
83 (todo-reset-done-string, todo-reset-comment-string): After
84 processing all Todo files, kill the buffers of those files that
85 weren't being visited before the processing.
86 (todo-display-as-todo-file, todo-add-to-buffer-list)
87 (todo-visit-files-commands): Comment out.
88 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
89 (auto-mode-alist): Remove add-to-list calls making Todo file
90 extensions unrestrictedly tied to Todo modes.
91
92 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
95 (advice-function-member-p): Tell it to check both names and functions
96 (bug#17531).
97 (advice--add-function): Adjust call accordingly.
98
99 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
100
101 * calendar/todo-mode.el: Miscellaneous bug fixes.
102 (todo-delete-file): When deleting an archive but not its todo
103 file, make sure to update the todo file's category sexp.
104 (todo-move-category): Keep the moved category's name unless the
105 file moved to already has a category with that name. If the
106 numerically last category of the source file was moved, make the
107 first category current to avoid selecting a nonexisting category.
108 (todo-merge-category): Fix implementation to make merging to a
109 category in another file work as documented. Eliminate now
110 insufficient and unnecessary renaming of archive category, correct
111 document string accordingly, and clarify it. If the numerically
112 last category of the source file was merged, make the first
113 category current to avoid selecting a nonexisting category.
114 (todo-archive-done-item): When there are marked items and point
115 happens to be on an unmarked item, ignore the latter. Don't leave
116 point below last item after archiving marked items.
117 (todo-unarchive-items): Fix logic to ensure unarchiving an item
118 from an archive with only one category deletes the archive only
119 when the category is empty after unarchiving. Make sure the todo
120 file's category sexp is updated.
121 (todo-read-file-name): Allow an existing file name even when it is
122 not required (todo-move-category needs this to work as documented).
123 (todo-add-file): Call todo-validate-name to reject the name of an
124 existing todo file (needed due to fix in todo-read-file-name).
125 (todo-reset-nondiary-marker): Also reset in filtered items files.
126 (todo-reset-done-string, todo-reset-comment-string): Also reset in
127 regexp filtered items files.
128 (todo-reset-highlight-item): Also reset in filtered items files.
129 Fix incorrect variable reference in document string.
130
131 2014-05-22 Glenn Morris <rgm@gnu.org>
132
133 * window.el (window--dump-frame): Avoid error in --without-x builds.
134
135 2014-05-21 Glenn Morris <rgm@gnu.org>
136
137 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
138
139 2014-05-21 Eli Zaretskii <eliz@gnu.org>
140
141 * frame.el (set-frame-font): Doc fix.
142
143 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
144
145 2014-05-21 Dmitry Gutov <dgutov@yandex.ru>
146
147 * emacs-lisp/package.el (package--download-one-archive): Use
148 `write-region' instead of `save-buffer' to avoid running various
149 hooks. (Bug#17155)
150 (describe-package-1): Same. Insert newline at the end of the
151 buffer if appropriate.
152
153 2014-05-20 Juri Linkov <juri@jurta.org>
154
155 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
156 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
157 Add more modifiers: meta, control, shift, hyper, super, alt.
158 (Bug#17439)
159
160 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
161 to allow changing its value with `set-variable'.
162
163 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
166 #; comments.
167 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
168 New functions.
169 (scheme-mode-variables): Set syntax-propertize-function instead of
170 font-lock-syntactic-face-function.
171 (scheme-font-lock-syntactic-face-function): Delete.
172
173 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
174
175 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
176
177 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
178 (bug#17392).
179
180 2014-05-17 Michael Albinus <michael.albinus@gmx.de>
181
182 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
183 for a temporary file name.
184
185 2014-05-17 Eli Zaretskii <eliz@gnu.org>
186
187 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
188
189 2014-05-16 Michael Albinus <michael.albinus@gmx.de>
190
191 * net/dbus.el (dbus-init-bus, dbus-call-method)
192 (dbus-call-method-asynchronously, dbus-send-signal)
193 (dbus-method-return-internal, dbus-method-error-internal):
194 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
195
196 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
197
198 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
199 methods which do not have a doc string. (Bug#17490)
200
201 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
202 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
205 suffix (bug#15419).
206
207 2014-05-14 Glenn Morris <rgm@gnu.org>
208
209 * vc/emerge.el (emerge-temp-file-prefix):
210 Make pointless option obsolete.
211 (emerge-temp-file-mode): Make non-functional option obsolete.
212
213 2014-05-13 Michael Albinus <michael.albinus@gmx.de>
214
215 * net/browse-url.el (browse-url):
216 Use `unhandled-file-name-directory' when setting `default-directory',
217 in order to circumvent stalled remote connections. (Bug#17425)
218
219 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
220
221 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
222 into autoloading just because of a silly indirection.
223
224 2014-05-11 Santiago Payà i Miralta <santiagopim@gmail.com> (tiny change)
225
226 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
227
228 2014-05-11 Glenn Morris <rgm@gnu.org>
229
230 * emacs-lisp/find-gc.el: Move to ../admin.
231
232 2014-05-10 Glenn Morris <rgm@gnu.org>
233
234 * printing.el (pr-version):
235 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
236
237 * net/browse-url.el (browse-url-mosaic):
238 Create /tmp/Mosaic.PID as a private file.
239
240 2014-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
243 (advice--member-p): If name is given, only compare the name.
244 (advice--remove-function): Don't stop at the first match.
245 (advice--normalize-place): New function.
246 (add-function, remove-function): Use it.
247 (advice--add-function): Pass the name, if any, to
248 advice--remove-function.
249
250 2014-05-09 Philipp Rumpf <prumpf@gmail.com> (tiny change)
251
252 * electric.el (electric-indent-post-self-insert-function): Don't use
253 `pos' after modifying the buffer (bug#17449).
254
255 2014-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * subr.el (function-put): Add function.
258
259 2014-05-09 Stephen Berman <stephen.berman@gmx.net>
260
261 * calendar/todo-mode.el (todo-insert-item-from-calendar):
262 Correct argument list to conform to todo-insert-item--basic.
263
264 2014-05-09 Glenn Morris <rgm@gnu.org>
265
266 * files.el (cd-absolute): Test if directory is accessible
267 rather than executable. (Bug#17330)
268
269 * progmodes/compile.el (recompile):
270 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
271
272 2014-05-08 Juri Linkov <juri@jurta.org>
273
274 * dired.el (dired-check-switches, dired-switches-recursive-p):
275 New functions. (Bug#17218)
276 (dired-switches-escape-p, dired-move-to-end-of-filename):
277 Use `dired-check-switches'.
278 (dired-insert-old-subdirs, dired-build-subdir-alist)
279 (dired-sort-R-check): Use `dired-switches-recursive-p'.
280
281 2014-05-08 Glenn Morris <rgm@gnu.org>
282
283 * net/browse-url.el (browse-url-mosaic):
284 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
285 This is CVE-2014-3423.
286
287 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
288
289 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
290 (xterm-mouse--read-event-sequence-1000): Return nil if something
291 looks fishy.
292 (xterm-mouse-event): Propagate it.
293 (xterm-mouse-translate-1): Handle it.
294
295 2014-05-07 Stephen Berman <stephen.berman@gmx.net>
296
297 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
298 four slots of the parameter list are filled, make sure to pass it
299 to the argument list of todo-insert-item--basic.
300
301 2014-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
304 Add optional `seen' argument to detect and break infinite loops.
305
306 2014-05-06 Eli Zaretskii <eliz@gnu.org>
307
308 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
309 (trace-unsafe, trace-use-tree): Make parentheses style be
310 according to Emacs style.
311
312 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
313
314 * net/tramp-sh.el (tramp-remote-process-environment):
315 Remove HISTFILE and HISTSIZE; it's too late to set them here.
316 Add :version entry.
317 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
318 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
319 extra "PSx=..." commands.
320 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
321 (Bug#17295)
322
323 (tramp-uudecode): Replace the hard-coded temporary file name by a
324 format specifier.
325 (tramp-remote-coding-commands): Enhance docstring.
326 (tramp-find-inline-encoding): Replace "%t" by a temporary file
327 name. (Bug#17415)
328 This is CVE-2014-3424.
329
330 2014-05-06 Glenn Morris <rgm@gnu.org>
331
332 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
333 (find-gc-source-files): Update some names.
334 (trace-call-tree): Simplify and update.
335 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
336 This is CVE-2014-3422.
337
338 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * minibuffer.el (completion--try-word-completion): Revert fix for
341 Bug#15980 (bug#17375).
342
343 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
344 Always store button numbers in the same way in xterm-mouse-last;
345 Don't burp is xterm-mouse-last is not set as expected.
346 Never return negative indices.
347
348 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
349
350 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
351 Backtrack one char if the global/char-literal var matcher hits
352 inside a string. The next char could be the beginning of an
353 expression expansion.
354
355 2014-05-05 Glenn Morris <rgm@gnu.org>
356
357 * help-fns.el (describe-function-1): Test for an autoload before a
358 macro, since `macrop' works on autoloads. (Bug#17410)
359
360 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * electric.el (electric-indent-functions-without-reindent): Add yaml.
363
364 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
365 Make sure the new point we return is within the new string (bug#17239).
366
367 2014-05-03 Eli Zaretskii <eliz@gnu.org>
368
369 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
370
371 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
374 Use nil rather than `default' for the "default" appearance (bug#17388).
375 * vc/ediff-util.el (ediff-inferior-compare-regions)
376 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
377 a misleading `default' value when it's really a boolean.
378 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
379 overlay is not visible.
380
381 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
382
383 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
384 (todo-menu): Uncomment and update.
385
386 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
387
388 * calendar/todo-mode.el: Reimplement item editing to have the same
389 basic user interface as item insertion, and make small UI and
390 larger internal improvements to the latter.
391 (todo-insert-item): Add reference to the Todo mode user manual to
392 the documentation string.
393 (todo-insert-item--basic): Rename from todo-basic-insert-item and
394 adjust all callers. Change signature to combine diary and
395 nonmarking arguments. Incorporate functionality of deleted item
396 copying command and add error checking. Remove detailed
397 descriptions of the arguments from the documentation string, since
398 this is treated in the Todo mode user manual.
399 (todo-copy-item, todo-edit-multiline-item)
400 (todo-edit-done-item-comment, todo-edit-item-header)
401 (todo-edit-item-time, todo-edit-item-date-from-calendar)
402 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
403 (todo-edit-item-date-year, todo-edit-item-date-month)
404 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
405 Remove.
406 (todo-edit-item): Reimplement as wrapper command for
407 todo-edit-item--next-key and make it distinguish done and not done
408 todo items.
409 (todo-edit-item--text): New function, replacing old command
410 todo-edit-item and incorporating deleted commands
411 todo-edit-multiline-item and todo-edit-done-item-comment.
412 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
413 Use only numeric value of prefix argument. Remove detailed
414 descriptions of the arguments from the documentation string, since
415 this is treated in the Todo mode user manual.
416 (todo-edit-item--diary-inclusion): New function, replacing old
417 command todo-edit-item-diary-inclusion and incorporating and fixing
418 functionality of deleted command todo-edit-item-diary-nonmarking,
419 making sure to remove todo-nondiary-marker when adding
420 diary-nonmarking-symbol.
421 (todo-edit-category-diary-inclusion): Make sure to delete
422 diary-nonmarking-symbol when adding todo-nondiary-marker.
423 (todo-edit-category-diary-nonmarking): Fix indentation.
424 (todo-insert-item--parameters): Group diary and nonmarking
425 parameters together.
426 (todo-insert-item--apply-args): Adjust to signature of
427 todo-insert-item--basic and incorporate copy parameter.
428 Make small code improvements.
429 (todo-insert-item--next-param): Improve prompt and adjust it to
430 new parameter grouping. Remove obsolete code.
431 (todo-edit-item--param-key-alist)
432 (todo-edit-item--date-param-key-alist)
433 (todo-edit-done-item--param-key-alist): New defconsts.
434 (todo-edit-item--prompt): New variable.
435 (todo-edit-item--next-key): New function.
436 (todo-key-bindings-t): Bind "e" to todo-edit-item.
437 Remove bindings of deleted commands.
438
439 2014-05-02 Leo Liu <sdl.web@gmail.com>
440
441 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
442
443 2014-05-01 Glenn Morris <rgm@gnu.org>
444
445 * allout-widgets.el (allout-widgets-tally)
446 (allout-decorate-item-guides):
447 * menu-bar.el (menu-bar-positive-p):
448 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
449 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
450 * progmodes/js.el (js--inside-param-list-p)
451 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
452 * progmodes/prolog.el (region-exists-p):
453 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
454 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
455 Doc fixes (replace `iff').
456
457 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
460
461 2014-04-30 Eli Zaretskii <eliz@gnu.org>
462
463 * dired.el (dired-initial-position-hook, dired-initial-position):
464 Doc string fixes.
465
466 2014-04-29 Glenn Morris <rgm@gnu.org>
467
468 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
469
470 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
471
472 * faces.el (face-spec-recalc): Apply X resources only after the
473 defface spec has been applied. Thus, X resources are no longer
474 overriden by the defface spec which also fixes issues on win32 where
475 the toolbar coloring was wrong because it is set through X resources
476 and was (wrongfully) overriden. (Bug#16694)
477
478 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * textmodes/rst.el (electric-pair-pairs): Declare.
481 (rst-mode): Set it (bug#17131).
482
483 2014-04-27 Juri Linkov <juri@jurta.org>
484
485 * desktop.el (desktop-value-to-string): Let-bind `print-length'
486 and `print-level' to nil. (Bug#17351)
487
488 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
489
490 * battery.el (battery-update): Handle the case where battery
491 status is "N/A" (bug#17319).
492
493 2014-04-24 Eli Zaretskii <eliz@gnu.org>
494
495 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
496 Use equal-including-properties to compare help-echo strings (bug#17331).
497
498 2014-04-24 Leo Liu <sdl.web@gmail.com>
499
500 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
501 Fix syntax for @. (Bug#17325)
502
503 2014-04-24 Daniel Colascione <dancol@dancol.org>
504
505 * emacs-lisp/cl.el (gv): Require gv early to break eager
506 macro-expansion cycles.
507
508 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * simple.el (region-active-p): Check there's a mark (bug#17324).
511
512 * simple.el (completion-list-mode-map): Use choose-completion for the
513 mouse binding as well (bug#17302).
514 (completion-list-mode, completion-setup-function): Adjust docstring and
515 echo area message accordingly.
516 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
517 calling convention of choose-completion.
518 * comint.el (comint-dynamic-list-completions):
519 * term.el (term-dynamic-list-completions): Accept choose-completion.
520
521 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
522 &, |, +, - and * can't be a division (bug#17317).
523
524 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * term/xterm.el (xterm--version-handler): Don't use modern xterm
527 features on gnome-terminal (bug#16988).
528
529 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
530
531 * dired.el (dired-insert-set-properties): Do not consider
532 subdirectory headings and empty lines to be information that
533 `dired-hide-details-mode' should hide. (Bug#17228)
534
535 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
536
537 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
538 Remove test messages.
539 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
540 and `target' twice.
541
542 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
545 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
546
547 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
548
549 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
550
551 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
552 Set "IFS=" when using read builtin, in order to preserve spaces in
553 the file name. Add test messages for hunting a bug on hydra.
554 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
555
556 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
559 Don't prettify a word within a symbol.
560
561 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
562
563 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
564 possible.
565
566 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
569 assignments such as "case=hello" (bug#17297).
570
571 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
572
573 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
574 Do not autoload.
575 (tramp-file-name-handler, tramp-completion-file-name-handler):
576 Revert patch from 2014-04-10, it isn't necessary anymore.
577 (tramp-autoload-file-name-handler)
578 (tramp-register-autoload-file-name-handlers): New defuns.
579 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
580 (tramp-register-file-name-handlers): Remove also
581 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
582 Do not autoload its invocation, but eval it after loading of 'tramp.
583
584 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
585
586 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
587
588 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
591 was done (bug#17264).
592 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
593 comment to EOB.
594
595 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
596 here-documents (bug#17262).
597
598 2014-04-16 Eli Zaretskii <eliz@gnu.org>
599
600 * term/pc-win.el (x-list-fonts, x-get-selection-value):
601 Provide doc strings, as required by snarf-documentation.
602
603 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
606 arg of overlays-at. Use `invisible-p'.
607
608 * obsolete/lucid.el (extent-at):
609 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
610 overlays-at.
611 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
612
613 2014-04-14 João Távora <joaotavora@gmail.com>
614
615 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
616 links. (Bug#17217).
617
618 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
619
620 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
621 Use mapc to loop over a vector. (Bug#17257).
622
623 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
624
625 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
626 patch, there are new problems with file names containing spaces.
627 Get rid of backticks. (Bug#17238)
628
629 2014-04-13 João Távora <joaotavora@gmail.com>
630
631 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
632 possible bug.
633
634 2014-04-13 Eli Zaretskii <eliz@gnu.org>
635
636 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
637 (blink-cursor-mode): Mention customization variables and the
638 effect of 'blink-cursor-blinks'.
639
640 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
641
642 * simple.el (undo): Prevent insertion of identity mapping into
643 undo-equiv-table so as undo-only does not inf loop in the presence
644 of consecutive nils in undo list.
645
646 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
647
648 * faces.el (make-face): Deprecate optional argument as it is no
649 longer needed/used since the conditional X resources handling
650 has been pushed down to make-face-x-resource-internal itself.
651 (make-empty-face): Don't pass optional argument to make-face.
652
653 2014-04-12 Eli Zaretskii <eliz@gnu.org>
654
655 * international/characters.el <standard-case-table>: Add entries
656 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
657 Set category of Coptic characters be 'g' (Greek).
658
659 2014-04-12 Leo Liu <sdl.web@gmail.com>
660
661 * progmodes/octave.el (completion-table-with-cache): Define if not
662 available.
663 (octave-goto-function-definition)
664 (octave-sync-function-file-names)
665 (octave-find-definition-default-filename): Backquote upattern for
666 compatibility.
667
668 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
669
670 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
671 name twice due to backticks. (Bug#17238)
672
673 2014-04-11 Glenn Morris <rgm@gnu.org>
674
675 * term/w32-win.el (x-win-suspend-error):
676 * term/x-win.el (x-win-suspend-error): Sync docs.
677
678 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 Ediff's overlay priorities cause more trouble than they solve.
681 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
682 (ediff-highest-priority): Remove function (bug#17234).
683 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
684 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
685 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
686 overlay priorities.
687
688 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
689
690 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
691 entry; use symbol boundaries to avoid mis-matches.
692
693 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
694
695 * net/tramp.el (tramp-file-name-handler)
696 (tramp-completion-file-name-handler): Avoid recursive loading.
697
698 * net/tramp-sh.el (tramp-make-copy-program-file-name):
699 Quote result also locally.
700
701 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
702
703 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
704 Module methods. (Bug#17216)
705
706 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * help.el (describe-bindings): Fix buffer handling (bug#17210).
709 (describe-bindings-internal): Mark obsolete.
710
711 2014-04-07 João Távora <joaotavora@gmail.com>
712
713 * elec-pair.el:
714 (electric-pair--syntax-ppss): When inside comments parse from
715 comment beginning.
716 (electric-pair--balance-info): Fix typo in comment.
717 (electric-pair--in-unterminated-string-p): Delete.
718 (electric-pair--unbalanced-strings-p): New function.
719 (electric-pair-string-bound-function): New var.
720 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
721 according to `electric-pair--in-unterminated-string-p'
722
723 2014-04-07 João Távora <joaotavora@gmail.com>
724
725 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
726 Inhibit quote pairing if point-max is inside an unterminated string.
727 (electric-pair--looking-at-unterminated-string-p): Delete.
728 (electric-pair--in-unterminated-string-p): New function.
729
730 2014-04-07 Glenn Morris <rgm@gnu.org>
731
732 * shell.el (shell-directory-tracker):
733 Go back to just ignoring failures. (Bug#17159)
734
735 2014-04-06 João Távora <joaotavora@gmail.com>
736
737 Fix `electric-pair-delete-adjacent-pairs' in modes binding
738 backspace. (bug#16981)
739 * elec-pair.el (electric-pair-backward-delete-char): Delete.
740 (electric-pair-backward-delete-char-untabify): Delete.
741 (electric-pair-mode-map): Bind backspace to a menu item filtering
742 a new `electric-pair-delete-pair' command.
743 (electric-pair-delete-pair): New command.
744
745 2014-04-06 João Távora <joaotavora@gmail.com>
746
747 * progmodes/python.el (python-electric-pair-string-delimiter):
748 Fix triple-quoting electricity. (Bug#17192)
749
750 2014-04-06 João Távora <joaotavora@gmail.com>
751
752 * elec-pair.el (electric-pair-post-self-insert-function):
753 Don't skip whitespace when `electric-pair-text-pairs' and
754 `electric-pair-pairs' were used. syntax to
755 electric-pair--skip-whitespace. (Bug#17183)
756
757 2014-04-06 Eli Zaretskii <eliz@gnu.org>
758
759 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
760 "<F>". (Bug#17199)
761
762 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
765 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
766
767 2014-04-05 Glenn Morris <rgm@gnu.org>
768
769 * help.el (view-lossage): Doc tweak.
770
771 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
772
773 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
774 only when inhibit-x-resources is nil, and do that earlier in the
775 function. Doc fix. (Bug#16694)
776 (face-spec-choose): Accept additional optional argument, whose
777 value is returned if no matching attributes are found.
778 (face-spec-recalc): Use the new optional argument when calling
779 face-spec-choose. (Bug#16378)
780 (make-face-x-resource-internal): Do nothing when
781 inhibit-x-resources is non-nil. Don't touch the default face if
782 reversed video is given--as was done in previous versions of Emacs.
783 (face-set-after-frame-default): Don't call
784 make-face-x-resource-internal here. (Bug#16434)
785
786 2014-04-04 Tassilo Horn <tsdh@gnu.org>
787
788 * doc-view.el (doc-view-bookmark-jump):
789 Use `bookmark-after-jump-hook' to jump to the right page after the
790 buffer is shown in a window. (bug#16090)
791
792 2014-04-04 Eli Zaretskii <eliz@gnu.org>
793
794 * international/characters.el (mirroring): Fix last change:
795 instead of loading uni-mirrored.el explicitly, do that implicitly
796 by creating the 'mirroring' uniprop table. This avoids announcing
797 the loading of uni-mirrored.el.
798
799 2014-04-04 Glenn Morris <rgm@gnu.org>
800
801 * files.el (buffer-stale--default-function)
802 (buffer-stale-function, revert-buffer--default):
803 * autorevert.el (auto-revert-buffers): Doc tweaks.
804
805 2014-04-03 Eli Zaretskii <eliz@gnu.org>
806
807 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
808
809 2014-04-03 Glenn Morris <rgm@gnu.org>
810
811 * files.el (make-backup-file-name-function)
812 (make-backup-file-name, make-backup-file-name--default-function)
813 (make-backup-file-name-1, find-backup-file-name)
814 (revert-buffer-function, revert-buffer-insert-file-contents-function)
815 (buffer-stale--default-function, buffer-stale-function)
816 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
817 (revert-buffer, revert-buffer--default)
818 (revert-buffer-insert-file-contents--default-function):
819 Doc fixes related to defaults no longer being nil.
820 (make-backup-file-name-function): Bump :version.
821 Restore nil as a valid but deprecated custom type.
822
823 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
824
825 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
826 used as a variable (bug#17174).
827
828 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
829
830 * progmodes/perl-mode.el (perl-indent-new-calculate):
831 Handle forward-sexp failure (bug#16985).
832 (perl-syntax-propertize-function): Add "foreach" and "for" statement
833 modifiers introducing expressions (bug#17116).
834
835 2014-04-02 Glenn Morris <rgm@gnu.org>
836
837 * menu-bar.el (menu-bar-file-menu):
838 * vc/ediff.el (ediff-current-file):
839 Update for revert-buffer-function no longer being nil by default.
840
841 * simple.el (command-execute): Respect nil disabled-command-function.
842
843 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
844
845 * simple.el (command-execute): Do not execute the command when it
846 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
847
848 2014-03-29 Juri Linkov <juri@jurta.org>
849
850 * dired-aux.el (dired-compress-file): Don't use string-match-p
851 because its match data is used afterwards.
852
853 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
854
855 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
856 0 like nil.
857
858 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
859
860 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
861 Highlight special globals with font-lock-builtin-face. (Bug#17057)
862
863 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
864 Don't propertize `?' or `!' as symbol constituent when after
865 colon. (Bug#17097)
866
867 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
868
869 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
870 which is no longer needed and causes trouble in GTK builds (bug#17046).
871
872 * emacs-lisp/package-x.el (package--archive-contents-from-url):
873 Use url-insert-file-contents; package-handle-response no longer exists.
874
875 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
876
877 * emacs-lisp/package.el: Fix bug#16733 (again).
878 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
879 (url-http-target-url): Remove unused declarations.
880 (package-handle-response): Remove.
881 (package--with-work-buffer): Use url-insert-file-contents and simplify.
882 (package--download-one-archive): Use current-buffer instead of
883 dynamic binding of `buffer'.
884 (describe-package-1): Do not decode readme-string.
885
886 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
887
888 * simple.el (primitive-undo): Correction to 2014-03-24 change.
889
890 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
891
892 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
893
894 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
895 from 2014-03-07, it decreases performance unnecessarily. Let-bind
896 `remote-file-name-inhibit-cache' to nil in the second pass.
897 (tramp-find-executable): Do not call "which" on SunOS.
898 (tramp-send-command-and-check): Fix docstring.
899 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
900 check whether source directory has set the sticky bit.
901
902 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
903
904 * simple.el (primitive-undo): Only process marker adjustments
905 validated against their corresponding (TEXT . POS). Issue warning
906 for lone marker adjustments in undo history. (Bug#16818)
907 (undo-make-selective-list): Add marker adjustments to selective
908 undo list based on whether their corresponding (TEXT . POS) is in
909 the region. Remove variable adjusted-markers, which was unused
910 and only non nil during undo-make-selective-list.
911 (undo-elt-in-region): Return nil when passed a marker adjustment
912 and explain in function doc.
913
914 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
915
916 * emacs-lisp/package.el (package--add-to-archive-contents):
917 Include already installed and built-in packages in
918 `package-archive-contents'.
919 (package-install): Don't include already installed packages in the
920 options during interactive invocation. (Bug#16762)
921
922 2014-03-24 Daniel Colascione <dancol@dancol.org>
923
924 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
925 instead of cl-loop search function.
926
927 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
928
929 * frameset.el (frameset--initial-params): Fix typo in parameter name.
930
931 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
932
933 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
934
935 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
936
937 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
938 Match special global variables without curlies, too.
939 (ruby-font-lock-keywords): Simplify the matcher for special global
940 variables. Don't require a non-word character after the variable.
941 (Bug#17057)
942
943 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * simple.el (redisplay-highlight-region-function): Increase priority of
946 overlay to make sure boundaries are visible (bug#15899).
947
948 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
949
950 * frameset.el (frameset-restore): Compare display strings with equal.
951
952 * frame.el (make-frame): Don't quote display name in error message,
953 it is already a string.
954
955 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
956
957 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
958 the password.
959
960 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
961
962 * emacs-lisp/package.el (package-show-package-list): If the buffer
963 is already displayed in another window, switch to that window.
964
965 2014-03-21 Daniel Colascione <dancol@dancol.org>
966
967 * mail/emacsbug.el (report-emacs-bug): Include memory usage
968 information in bug reports.
969
970 2014-03-23 Daniel Colascione <dancol@dancol.org>
971
972 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
973 list to look for keyword arguments instead of `memq', fixing
974 (Bug#3647) --- unfortunately, only for freshly-compiled code.
975 Please make bootstrap.
976
977 2014-03-23 Richard Stallman <rms@gnu.org>
978
979 * battery.el (battery-linux-sysfs): Search for each field
980 from the beginning of the buffer.
981
982 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
983
984 * emacs-lisp/package.el (package-desc): Use the contents of the
985 quoted form, not its cdr. (Bug#16873)
986
987 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
988
989 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
990 benefit of doc.c; change parameter profile to match the X function.
991
992 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
993
994 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
995 and `tramp-copy-env'.
996
997 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
998 (tramp-maybe-open-connection): Handle `tramp-login-env'.
999
1000 2014-03-21 Glenn Morris <rgm@gnu.org>
1001
1002 * electric.el (electric-indent-post-self-insert-function): Add doc.
1003
1004 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1005
1006 * emacs-lisp/package.el (package-compute-transaction):
1007 Use `version-list-<=' to compare the requirement version against
1008 the version of package already to be installed. Update the error
1009 message. (Bug#16826)
1010
1011 * progmodes/ruby-mode.el (ruby-smie-rules):
1012 Add indentation rule for ` @ '. (Bug#17050)
1013
1014 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * align.el (align-regexp): Remove superfluous backslash.
1017
1018 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1019 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1020 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1021 Fix docstring typos.
1022 (ffap-next): Use C-u in docstring.
1023 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1024 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1025 Remove superfluous backslashes.
1026 (ffap-string-at-point): Reflow docstring.
1027
1028 * server.el (server-host): Reflow docstring.
1029 (server-unload-function): Fix docstring typo.
1030 (server-eval-at): Remove superfluous backslash.
1031
1032 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1033 (skeleton-insert): Doc fix.
1034 (skeleton-insert): Reflow docstring.
1035
1036 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1037 (tty-color-approximate, tty-color-by-index, tty-color-values)
1038 (tty-color-desc): Remove superfluous backslashes.
1039
1040 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * electric.el (electric-newline-and-maybe-indent): New command.
1043 Bind it globally to C-j.
1044 (electric-indent-mode): Don't mess with the global map any more.
1045 Don't drop the post-self-insert-hook is some buffer is still using it
1046 (bug#16770).
1047
1048 * bindings.el (global-map): Remove C-j binding.
1049
1050 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1051 the docstring of functions advised before dumping (bug#16993).
1052
1053 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1054
1055 * ps-print.el (ps-generate-postscript-with-faces):
1056 Explicitly deactivate the mark (bug#16866).
1057 * simple.el (deactivate-mark): Update region highlight.
1058
1059 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1060
1061 * emacs-lisp/package.el (describe-package-1):
1062 Decode commentary (bug#16733).
1063
1064 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1065
1066 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1067 modification of the value argument of :set (bug#16755).
1068
1069 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1070
1071 * simple.el (newline-and-indent): Do autofill (bug#17031).
1072
1073 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1074
1075 * newcomment.el (comment-normalize-vars): Only add escaping check
1076 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1077 (comment-beginning): Use `narrow-to-region' instead of moving back
1078 one character.
1079 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1080 (comment-start-skip): Update the docstring.
1081
1082 2014-03-18 Richard Stallman <rms@gnu.org>
1083
1084 * dired.el (dired-display-file): Force use of other window.
1085
1086 2014-03-18 Daniel Colascione <dancol@dancol.org>
1087
1088 * startup.el (tty-handle-args): Remove debug message from 2007.
1089
1090 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1093 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1094 (advice--make-1, advice-add, advice-remove):
1095 Remove braindead :advice-pending hack.
1096
1097 2014-03-17 Glenn Morris <rgm@gnu.org>
1098
1099 * calendar/calendar.el (calendar-generate-month): Apply weekend
1100 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1101
1102 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1103
1104 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1105 (tramp-call-process): Trace also DESTINATION.
1106
1107 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1108 Quote file names when they are local. Remove superfluous trace.
1109
1110 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1111
1112 * newcomment.el (comment-beginning): If `comment-start-skip'
1113 doesn't match, move back one char and try again. (Bug#16971)
1114
1115 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1116 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1117 Set `comment-start-skip' to a simpler value that doesn't try to
1118 check if the semicolon is escaped (this is handled by
1119 `syntax-ppss' now). (Bug#16971)
1120
1121 * progmodes/scheme.el (scheme-mode-variables): Same.
1122
1123 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1124
1125 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1126 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1127 current (Bug#16816, Bug#17007).
1128 (with-current-buffer-window): New macro doing the same as
1129 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1130 * help.el (help-print-return-message): Warn in doc-string to not
1131 use this in `with-help-window'.
1132 (describe-bindings-internal): Call `describe-buffer-bindings'
1133 from within help buffer. See Juanma's scenario in (Bug#16816).
1134 (with-help-window): Update doc-string.
1135 * dired.el (dired-mark-pop-up):
1136 * files.el (save-buffers-kill-emacs):
1137 * register.el (register-preview): Use `with-current-buffer-window'
1138 instead of `with-temp-buffer-window'.
1139
1140 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1141
1142 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1143 Implement inserting into current buffer, documented in their docstrings.
1144 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1145 (rst-section-tree-point, rst-forward-section, rst-indent)
1146 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1147 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1148 (rst-font-lock-handle-adornment-pre-match-form)
1149 (rst-repeat-last-character): Reflow docstrings.
1150 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1151 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1152 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1153 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1154 Fix docstring typos.
1155 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1156 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1157 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1158
1159 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1160
1161 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1162 for compatibility with other ports.
1163 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1164 from the -xrm command line argument, but in the Nextstep port its value
1165 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1166
1167 * progmodes/python.el (defconst, python-syntax-count-quotes)
1168 (python-indent-region, python-indent-shift-right)
1169 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1170 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1171 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1172 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1173 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1174 (python-shell-buffer-substring, python-shell-send-buffer)
1175 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1176 (python-completion-complete-at-point, python-fill-docstring-style)
1177 (python-eldoc-function, python-imenu-format-item-label)
1178 (python-imenu-format-parent-item-label)
1179 (python-imenu-format-parent-item-jump-label)
1180 (python-imenu--build-tree, python-imenu-create-index)
1181 (python-imenu-create-flat-index): Fix docstring typos.
1182 (python-indent-context, python-shell-prompt-regexp, run-python):
1183 Remove superfluous backslashes.
1184 (python-indent-line, python-nav-beginning-of-defun)
1185 (python-shell-get-buffer, python-shell-get-process)
1186 (python-info-current-defun, python-info-current-line-comment-p)
1187 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1188 (python-indent-post-self-insert-function, python-shell-send-file)
1189 (python-shell-completion-get-completions)
1190 (python-shell-completion-complete-or-indent)
1191 (python-eldoc--get-doc-at-point): Reflow docstrings.
1192
1193 2014-03-14 Glenn Morris <rgm@gnu.org>
1194
1195 * emacs-lisp/package.el (package-menu-mode-map):
1196 Replace use of obsolete function alias. Tweak menu item text.
1197
1198 * info.el (Info-finder-find-node):
1199 Ignore the `emacs' metapackage. (Bug#10813)
1200
1201 * finder.el (finder-list-matches): Include unversioned packages
1202 in the result of a keyword search.
1203
1204 * finder.el (finder--builtins-descriptions): New constant.
1205 (finder-compile-keywords): Use finder--builtins-descriptions.
1206
1207 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1208
1209 * simple.el (blink-matching-paren): Describe the new value,
1210 `jump', enabling the old behavior.
1211 (blink-matching-open): Use that value. (Bug#17008)
1212
1213 2014-03-14 Glenn Morris <rgm@gnu.org>
1214
1215 * finder.el (finder-no-scan-regexp): Add leim-list.
1216 (finder-compile-keywords):
1217 Don't skip files with same basename. (Bug#14010)
1218 * Makefile.in (setwins_finder): New, excluding leim.
1219 (finder-data): Use setwins_finder.
1220
1221 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1222 (help-function-arglist, help-make-usage): Move from here...
1223 * help.el (help-split-fundoc, help-add-fundoc-usage)
1224 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1225 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1226
1227 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
1228
1229 * net/socks.el (socks, socks-override-functions)
1230 (socks-find-services-entry):
1231 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1232 (hif-find-ifdef-block):
1233 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1234
1235 * net/tls.el (tls-program): Reflow docstring.
1236
1237 * progmodes/pascal.el (pascal-mode-abbrev-table)
1238 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1239 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1240 (pascal-outline-mode): Fix docstring typos.
1241 (pascal-mode): Let define-derived-mode document mode hook.
1242 (pascal-uncomment-area): Reflow.
1243 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1244
1245 * progmodes/opascal.el (opascal-compound-block-indent)
1246 (opascal-case-label-indent): Fix docstring typos.
1247 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1248
1249 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1250
1251 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1252 Fontify multiple adjacent negation chars. (Bug#17004)
1253
1254 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1255
1256 * emacs-lisp/package.el (package--prepare-dependencies):
1257 Accept requirements without explicit version (bug#14941).
1258
1259 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1260
1261 * register.el (register-separator, copy-to-register): Doc fixes.
1262 (register-preview-default): Remove unnecessary call to concat.
1263
1264 * frameset.el (frameset-restore): When checking for a visible frame,
1265 use the action map instead of calling visible-frame-list.
1266
1267 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1268
1269 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1270
1271 2014-03-12 Martin Rudalics <rudalics@gmx.at>
1272
1273 * window.el (fit-frame-to-buffer): Get maximum width from
1274 display's width instead of height.
1275
1276 2014-03-12 Glenn Morris <rgm@gnu.org>
1277
1278 * desktop.el (desktop-restore-frames)
1279 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1280 (desktop-restore-reuses-frames): Doc tweaks.
1281
1282 * electric.el (electric-indent-mode): Doc fix.
1283
1284 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1285
1286 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1287 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1288 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1289 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1290 (cvs-dired-use-hook): Fix docstring typos.
1291 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1292 Doc fixes.
1293
1294 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1295 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1296 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1297 (cvs-execute-single-dir): Fix docstring typos.
1298
1299 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1300 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1301
1302 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1303
1304 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1305 Fix docstring typos.
1306
1307 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1308
1309 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1310 called from jump-to-register after unloading the frameset package.
1311
1312 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1313
1314 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1315 (bug#16975). Deactivate the mark before setting it to nil.
1316 (activate-mark): Do nothing if region is already active.
1317
1318 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1319
1320 * frameset.el (frameset--target-display): Remove definition; declare.
1321 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1322
1323 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1324
1325 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1326 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1327 when the advice is pending.
1328 (advice-remove): Remove this marker when not needed any more.
1329
1330 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1331
1332 * frameset.el: Separate options for reusing frames and cleaning up.
1333 (frameset--reuse-list): Remove definition; declare.
1334 (frameset--action-map): Declare.
1335 (frameset--find-frame-if): Doc fix.
1336 (frameset--restore-frame): Cache frame action.
1337 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1338 how to clean up the frame list after restoring. Remove cleaning
1339 options from REUSE-FRAMES. Change all keyword values to symbols.
1340 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1341
1342 * desktop.el (desktop-restore-forces-onscreen)
1343 (desktop-restore-reuses-frames): Use non-keyword values.
1344 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1345
1346 2014-03-10 Glenn Morris <rgm@gnu.org>
1347
1348 * files.el (find-file): Doc fix: update info node name.
1349
1350 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1351 Doc fix: remove references to deleted info nodes.
1352
1353 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1354
1355 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1356 Do not add `nil' to the environment, when there's no remote `locale'.
1357 (tramp-find-inline-encoding): Check, that the remote host has
1358 installed perl, before sending scripts.
1359
1360 2014-03-10 Leo Liu <sdl.web@gmail.com>
1361
1362 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1363 Clear eldoc-last-message. (Bug#16920)
1364
1365 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1368 (bug#14430).
1369
1370 2014-03-09 Juri Linkov <juri@jurta.org>
1371
1372 * ansi-color.el (ansi-color-names-vector): Copy default colors
1373 from `xterm-standard-colors' that look well on the default white
1374 background (and also on the black background) to avoid illegible
1375 color combinations like yellow-on-white and white-on-white.
1376 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1377
1378 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1379
1380 * frameset.el (frameset-restore): When no frame is visible, do not
1381 generate a list of frames, just make visible the selected one.
1382
1383 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1384
1385 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1386 it only contains the repository root. (Bug#16897)
1387
1388 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1389
1390 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1391 only when `remote-file-name-inhibit-cache' is nil.
1392 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1393
1394 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1395
1396 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1397 Fix doc-strings.
1398 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1399 fit-frame-to-buffer variable. Fix doc-string.
1400 (fit-window-to-buffer): Set ONLY argument in call of
1401 fit-frame-to-buffer. Fix doc-string.
1402
1403 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1404
1405 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1406 (tramp-action-password): Clear password cache if needed.
1407 (tramp-read-passwd): Do not clear password cache.
1408
1409 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1410 cache unless it is the first password request.
1411
1412 2014-03-06 Glenn Morris <rgm@gnu.org>
1413
1414 * simple.el (newline): Doc tweak.
1415
1416 * emacs-lisp/shadow.el (load-path-shadows-find):
1417 Ignore dir-locals. (Bug#12357)
1418
1419 2014-03-05 Glenn Morris <rgm@gnu.org>
1420
1421 * files.el (interpreter-mode-alist):
1422 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
1423
1424 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1425
1426 * frameset.el (frameset--initial-params): Filter out null entries.
1427
1428 2014-03-05 Martin Rudalics <rudalics@gmx.at>
1429
1430 * window.el (window-min-height, window-min-width):
1431 Rewrite doc-strings.
1432 (window-body-size): Add PIXELWISE argument to make it consistent
1433 with its callees.
1434
1435 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1436
1437 * finder.el (finder-mode-map, finder-mode-syntax-table):
1438 Revert part of 2014-02-28 change.
1439
1440 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
1441
1442 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1443 (eww-setup-buffer): Clear next/prev/etc more reliably.
1444 (eww-textarea-map): [tab] doesn't work on tty.
1445 Reported by Mario Lang.
1446
1447 * net/shr.el (shr-map): Ditto.
1448
1449 2014-03-04 Glenn Morris <rgm@gnu.org>
1450
1451 * minibuffer.el (completion-hilit-commonality):
1452 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1453
1454 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1455
1456 * hilit-chg.el (hilit-chg-unload-function): New function.
1457 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1458 (hilit-chg-map-changes): Prefer cardinal number to digit.
1459 (hilit-chg-display-changes): Reflow docstring.
1460 (highlight-changes-rotate-faces): Remove superfluous backslash.
1461
1462 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
1463
1464 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1465 `tramp-send-command-and-check'.
1466
1467 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1468
1469 * hexl.el (hexl-address-region, hexl-ascii-region)
1470 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1471 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1472 (hexl-forward-word, hexl-previous-line, hexl-next-line):
1473 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1474 (hexl-mode): Doc fix.
1475 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1476 (hexl-mode-ruler): Fix typos in docstrings.
1477
1478 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1479 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1480 Remove superfluous backslashes.
1481 (strokes-last-stroke, strokes-global-map, strokes-mode):
1482 Reflow docstrings.
1483 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1484 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1485 (strokes-distance-squared, strokes-global-set-stroke)
1486 (strokes-global-set-stroke-string): Doc fixes.
1487 (strokes-help): Fix typos; reflow docstring.
1488
1489 2014-03-04 Martin Rudalics <rudalics@gmx.at>
1490
1491 * window.el (window-in-direction): Fix doc-string.
1492
1493 2014-03-04 Glenn Morris <rgm@gnu.org>
1494
1495 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1496 Explicit error if no grammar.
1497 (smie-config-save): Doc fix. Fix quote typo.
1498
1499 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1502 electric-indent-mode-hook if we obey electric-indent-mode.
1503 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1504 decide whether we obey electric-indent-mode.
1505 (c-change-set-fl-decl-start, c-extend-after-change-region):
1506 Silence warnings.
1507 (c-electric-indent-mode-hook): Assume we do want to obey
1508 electric-indent-mode.
1509
1510 * electric.el (electric-indent-mode-has-been-called): Remove.
1511 (electric-indent-mode): Fix accordingly.
1512
1513 * files.el (hack-local-variables): Mention file name in warning.
1514
1515 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1516
1517 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
1518
1519 * bindings.el: Add comment describing why C-d binds to `delete-char'.
1520 * simple.el (delete-forward-char): Mark as interactive-only.
1521
1522 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
1523
1524 * icomplete.el (icomplete-completions):
1525 Follow-up to 2014-03-01 change.
1526
1527 * icomplete.el: Miscellaneous doc fixes.
1528 Use Icomplete everywhere instead of icomplete for consistency.
1529 (icomplete-max-delay-chars): Fix typo.
1530 (icomplete-mode): Use \[].
1531 (icomplete-tidy, icomplete-exhibit): Reflow.
1532 (icomplete-minibuffer-setup-hook, icomplete-completions):
1533 Remove superfluous backlashes.
1534
1535 * ido.el: Miscellaneous doc fixes.
1536 Use Ido everywhere instead of ido or `ido' for consistency.
1537 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1538 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1539 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1540 (ido-separator): Extract obsolescence info from docstring and declare
1541 with make-obsolete-variable.
1542 (ido-minibuffer-setup-hook): Simplify example.
1543 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1544 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1545 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1546 (ido-everywhere): Reflow docstring.
1547 (ido-toggle-vc): Doc fix.
1548 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1549 of long list of keybindings.
1550
1551 2014-03-03 Glenn Morris <rgm@gnu.org>
1552
1553 * frame.el (display-pixel-height, display-pixel-width)
1554 (display-mm-dimensions-alist, display-mm-height)
1555 (display-mm-width): Doc tweaks.
1556
1557 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1558
1559 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1560 case of undo in region.
1561
1562 2014-03-02 Martin Rudalics <rudalics@gmx.at>
1563
1564 * window.el (fit-window-to-buffer): Fix argument in window-size
1565 call when window is horizontally combined.
1566
1567 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
1568
1569 * icomplete.el (icomplete-completions): Use string-width.
1570 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1571
1572 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
1573
1574 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1575 Highlight regexp options. (Bug#16914)
1576
1577 2014-03-01 Martin Rudalics <rudalics@gmx.at>
1578
1579 * window.el (window--max-delta-1): Round down when calculating
1580 how many lines/columns we can get from a window.
1581
1582 2014-03-01 Glenn Morris <rgm@gnu.org>
1583
1584 * isearch.el (search-invisible): Doc fix.
1585
1586 * minibuffer.el (completion-hilit-commonality):
1587 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
1588 * comint.el (comint-dynamic-list-completions): Doc fix.
1589 * comint.el (comint-dynamic-list-completions):
1590 * filecache.el (file-cache-minibuffer-complete):
1591 * tempo.el (tempo-display-completions):
1592 * eshell/em-hist.el (eshell-list-history):
1593 Replace use of obsolete argument of display-completion-list.
1594
1595 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
1596
1597 * icomplete.el (icomplete-completions):
1598 Revert back to using "..." when ?… cannot be displayed.
1599
1600 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1601
1602 * finder.el (finder-unload-function): New function.
1603
1604 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1605
1606 * dframe.el (dframe-detach):
1607 * find-dired.el (find-dired, find-name-dired):
1608 * finder.el (finder-mode-map, finder-mode-syntax-table)
1609 (finder-headmark, finder-select, finder-mouse-select):
1610 Fix docstring typos.
1611
1612 2014-02-28 Martin Rudalics <rudalics@gmx.at>
1613
1614 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1615 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1616 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1617 Fix doc-string based on a suggestion by Nicolas Richard
1618 <theonewiththeevillook@yahoo.fr>.
1619 * help.el (with-help-window): Fix doc-string.
1620
1621 2014-02-28 Ivan Kanis <ivan@kanis.fr>
1622
1623 * net/shr.el (shr-image-animate): New option.
1624 (shr-put-image): Respect shr-image-animate.
1625
1626 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1627
1628 * net/tramp-adb.el (tramp-adb-parse-device-names):
1629 Use `accept-process-output'.
1630 (tramp-adb-handle-file-truename): Cache the localname only.
1631 (tramp-adb-handle-make-directory)
1632 (tramp-adb-handle-delete-directory): Flush file properties correctly.
1633 (tramp-adb-handle-set-file-modes): Do not raise an error when file
1634 modes cannot be changed.
1635
1636 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1637 file properties of symlinks.
1638
1639 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
1640
1641 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1642 required/optional fields to match development biblatex. (Bug#16781)
1643
1644 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
1645
1646 * saveplace.el (toggle-save-place):
1647 Fix argument handling. (Bug#16673)
1648
1649 2014-02-28 Glenn Morris <rgm@gnu.org>
1650
1651 * minibuffer.el (completions-first-difference)
1652 (completions-common-part, completion-hilit-commonality): Doc fixes.
1653
1654 2014-02-28 Karl Berry <karl@gnu.org>
1655
1656 * info.el (Info-mode-map): Add H for describe-mode,
1657 to synchronize with standalone Info.
1658
1659 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
1660
1661 * progmodes/sql.el (sql-interactive-mode):
1662 Avoid setting global comint-input-ring-separator. (Bug#16814)
1663
1664 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1665
1666 * net/dbus.el (dbus--init-bus): Declare function.
1667 (dbus-path-local, dbus-interface-local): New defconst.
1668 (dbus-init-bus): Use them.
1669 (dbus-return-values-table): Extend doc.
1670 (dbus-handle-bus-disconnect): Extend error message.
1671
1672 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
1673
1674 * subr.el (y-or-n-p): Fix double space issue in message.
1675
1676 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1677
1678 * net/tramp.el (tramp-call-process): Improve trace message.
1679 (tramp-handle-insert-file-contents): Trace error case.
1680
1681 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1682 <insert-directory>: Use `tramp-handle-insert-directory'.
1683 (tramp-adb-handle-insert-directory): Remove function.
1684 (tramp-adb-send-command-and-check): New defun, replacing
1685 `tramp-adb-command-exit-status'. Change all callees.
1686 (tramp-adb-handle-file-attributes)
1687 (tramp-adb-handle-directory-files-and-attributes): Use it.
1688 (tramp-adb-ls-output-name-less-p):
1689 Use `directory-listing-before-filename-regexp'.
1690 (tramp-adb-handle-delete-directory): Flush also file properties of
1691 the truename of directory.
1692 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1693 (tramp-adb-handle-file-local-copy): Make the local copy readable.
1694 (tramp-adb-handle-write-region): Implement APPEND.
1695 (tramp-adb-handle-rename-file): Make it more robust. Flush file
1696 properties correctly.
1697 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1698 variables. Check for connected devices only when needed.
1699
1700 2014-02-27 Glenn Morris <rgm@gnu.org>
1701
1702 * minibuffer.el (completion-table-dynamic)
1703 (completion-table-with-cache): Doc fixes.
1704
1705 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1706 (completing-read-multiple): Doc fixes.
1707
1708 2014-02-27 Daniel Colascione <dancol@dancol.org>
1709
1710 * minibuffer.el (completion--nth-completion): Fix indentation.
1711
1712 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1713 explicit tramp path is empty.
1714
1715 2014-02-27 Glenn Morris <rgm@gnu.org>
1716
1717 * emacs-lisp/crm.el (completing-read-multiple):
1718 Empower help-enable-auto-load.
1719
1720 2014-02-26 Glenn Morris <rgm@gnu.org>
1721
1722 * startup.el (command-line): Don't init the tty in daemon mode.
1723
1724 Avoid calling tty-setup-hook twice, eg if a term file
1725 explicitly calls tty-run-terminal-initialization. (Bug#16859)
1726 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1727 (tty-create-frame-with-faces): Use it.
1728 * startup.el (command-line): Pass run-hook argument
1729 to tty-run-terminal-initialization.
1730
1731 * dired.el (dired-restore-desktop-buffer): Demote errors;
1732 eg in case a glob match fails. (Bug#16884)
1733
1734 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
1735
1736 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1737 error from `read-from-string'. (Bug#16850)
1738
1739 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1740 result of `completing-read' in the interactive form. (Bug#16854)
1741
1742 2014-02-25 Glenn Morris <rgm@gnu.org>
1743
1744 * image.el (image-animate, image-animate-timeout):
1745 Stop animating images in dead buffers. (Bug#16878)
1746
1747 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
1748
1749 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1750 Doc fixes.
1751 * startup.el (term-setup-hook): Doc fix. Make obsolete.
1752 * term/sun.el (sun-raw-prefix-hooks):
1753 Use tty-setup-hook instead of term-setup-hook.
1754 (terminal-init-sun): Construct message from bytecomp plist.
1755 * term/wyse50.el (enable-arrow-keys): Doc fix.
1756
1757 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1758
1759 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1760 Fix docstring typos.
1761
1762 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
1763
1764 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1765
1766 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1767
1768 * minibuffer.el (completion--try-word-completion):
1769 Fix error when completing M-x commands (bug#16808).
1770
1771 2014-02-24 Leo Liu <sdl.web@gmail.com>
1772
1773 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1774
1775 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1776
1777 * apropos.el (apropos-print): Avoid formatting error when
1778 apropos-do-all and apropos-compact-layout are both t.
1779
1780 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1781
1782 * apropos.el (apropos-property, apropos-all-words-regexp)
1783 (apropos-true-hit, apropos-variable, apropos-print):
1784 Fix docstring typos, and remove obsolete comment.
1785
1786 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
1787
1788 * net/tramp-sh.el (tramp-sh-handle-file-truename):
1789 Preserve trailing "/". (Bug#16851)
1790
1791 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
1792
1793 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1794 after `=>' (bug#16811).
1795 (ruby-smie-rules): Handle the inconsistent second element of the
1796 list returned by `smie-indent--parent'.
1797 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1798 method call.
1799
1800 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1801
1802 * elec-pair.el (electric-pair-text-syntax-table)
1803 (electric-pair-syntax-info, electric-pair--syntax-ppss)
1804 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1805 (electric-pair--looking-at-unterminated-string-p): Doc fix.
1806 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
1807
1808 2014-02-22 Glenn Morris <rgm@gnu.org>
1809
1810 * imenu.el (imenu--generic-function): Doc fix.
1811
1812 * register.el (frame-configuration-to-register): Make obsolete.
1813
1814 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
1815
1816 * desktop.el (desktop-save-buffer-p): Do not fail when
1817 desktop-files-not-to-save is nil. Return t for true result
1818 as the doc says.
1819
1820 2014-02-22 Daniel Colascione <dancol@dancol.org>
1821
1822 * net/secrets.el (secrets-create-item, secrets-search-items):
1823 Check that attribute values are strings, avoiding the construction
1824 of invalid dbus messages.
1825
1826 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1827
1828 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1829 defun-declarations-alist.
1830
1831 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1834 (bug#16829).
1835
1836 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1837
1838 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1839 (whitespace-newline, whitespace-trailing, whitespace-line)
1840 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1841 (whitespace-space-after-tab): Fix typo in docstrings.
1842
1843 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
1844
1845 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1846
1847 * electric.el (electric-indent-functions-without-reindent):
1848 Add `yaml-indent-line'.
1849
1850 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1851
1852 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1853 It has done nothing for years; should be removed after the release.
1854
1855 * simple.el (choose-completion): Fix docstring typo.
1856 (read-quoted-char-radix): Remove unneeded * in docstring.
1857 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1858 Don't escape parentheses unnecessarily in docstrings.
1859
1860 2014-02-21 Martin Rudalics <rudalics@gmx.at>
1861
1862 Fix handling of window-min-height/-width (Bug#16738).
1863 * window.el (window--dump-window, window--dump-frame):
1864 New functions.
1865 (window--min-size-1): Account for window dividers.
1866 When window-resize-pixelwise is nil, delay rounding till after the
1867 sum of the window components has been calculated.
1868 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1869 nil make sure at least one text line and two text columns remain
1870 fully visible.
1871 (window-resize): Signal an error when window-resize-apply fails.
1872 (window--resize-child-windows): Fix calculation of by how many
1873 pixels a window can still be shrunk via window-new-normal.
1874 (adjust-window-trailing-edge): Call window--resizable with
1875 correct TRAIL argument.
1876
1877 (with-temp-buffer-window): Don't evaluate BODY within
1878 with-current-buffer (Bug#16816).
1879
1880 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1881
1882 * net/tramp.el (tramp-check-cached-permissions):
1883 Call `file-attributes' with `suffix' being a symbol but a string.
1884
1885 2014-02-21 Daniel Colascione <dancol@dancol.org>
1886
1887 * net/dbus.el (dbus-init-bus-1): Declare new subr.
1888 (dbus-init-bus): New function: call into dbus-init-bus-1
1889 and installs a handler for the disconnect signal.
1890 (dbus-call-method): Rewrite to look for result in cons.
1891 (dbus-call-method-handler): Store result in cons.
1892 (dbus-check-event): Recognize events with nil sender as valid.
1893 (dbus-handle-bus-disconnect): New function. React to bus
1894 disconnection signal by synthesizing dbus error for each
1895 pending synchronous or asynchronous call.
1896 (dbus-notice-synchronous-call-errors): New function.
1897 (dbus-handle-event): Raise errors directly only when `dbus-debug'
1898 is true, not all the time.
1899
1900 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1901
1902 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1903 Remove obsolescence declarations, these variables do not exist anymore.
1904
1905 * savehist.el (savehist-save-minibuffer-history)
1906 (savehist-additional-variables, savehist-file, savehist-mode-hook)
1907 (savehist-save-hook, savehist-coding-system, savehist-loaded)
1908 (savehist-load, savehist-install, savehist-autosave): Fix typos;
1909 mostly, refer to "Savehist mode" when talking about the mode,
1910 and not the function.
1911
1912 * saveplace.el (save-place): Remove redundant info in docstring.
1913 (save-place-forget-unreadable-files, toggle-save-place)
1914 (save-place-forget-unreadable-files, save-place-dired-hook):
1915 Fix typos and remove unneeded backslashes.
1916
1917 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1918
1919 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1920 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1921
1922 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1923 <insert-directory>: Use `tramp-handle-insert-directory'.
1924 (tramp-gvfs-handle-insert-directory): Remove function.
1925
1926 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1927 Call `tramp-handle-insert-directory'.
1928
1929 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
1930
1931 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1932 before the start of buffer/region (bug#16799).
1933
1934 2014-02-20 Glenn Morris <rgm@gnu.org>
1935
1936 * isearch.el (search-invisible): Doc fix.
1937
1938 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
1939
1940 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1941 (bug#16657).
1942
1943 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1944
1945 * frameset.el (frameset-restore): Delay removing an old frame's
1946 duplicate id until the new frame has been correctly created.
1947
1948 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
1949
1950 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1951 (tramp-check-cached-permissions): Call `file-attributes' if the
1952 cache is empty.
1953
1954 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1955 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1956
1957 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1958 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1959 (tramp-gvfs-maybe-open-connection): Set always connection
1960 properties, even if target is mounted already.
1961
1962 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1963 Set tramp-autoload cookie.
1964 (tramp-get-remote-touch): New defun.
1965 (tramp-sh-handle-set-file-times): Use it.
1966 (tramp-sh-handle-directory-files-and-attributes):
1967 Use `tramp-handle-directory-files-and-attributes' if neither stat
1968 nor perl are available on the remote host.
1969
1970 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1971 "/". Write long listing only when "l" belongs to the switches.
1972
1973 * net/trampver.el: Update release number.
1974
1975 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1978
1979 2014-02-19 Martin Rudalics <rudalics@gmx.at>
1980
1981 * window.el (window-state-put): Allow WINDOW to refer to an
1982 internal window (Bug#16793).
1983
1984 2014-02-19 Glenn Morris <rgm@gnu.org>
1985
1986 * textmodes/remember.el: Move provide statement to end.
1987 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1988 (remember-notes): Doc fixes.
1989
1990 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1991
1992 * delsel.el (delete-char): Restore incorrectly erased property
1993 (bug#16795).
1994
1995 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
1996
1997 * frameset.el (frameset--restore-frame): When a frame is being reused
1998 and its root window is not alive, delete all the frame's windows before
1999 restoring the window state. This works around the issue in bug#16793.
2000
2001 2014-02-18 Glenn Morris <rgm@gnu.org>
2002
2003 * textmodes/remember.el (remember-data-directory)
2004 (remember-directory-file-name-format, remember-store-in-files)
2005 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2006 (remember-notes-save-and-bury-buffer)
2007 (remember-notes--kill-buffer-query): Doc fixes.
2008
2009 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2010
2011 2014-02-17 Alan Mackenzie <acm@muc.de>
2012
2013 Connect electric-indent-mode up with CC Mode. Bug #15478.
2014 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2015 to electric-indent-{,local-}-mode.
2016 (c-basic-common-init): Set electric-indent-inhibit.
2017 Initialise c-electric-flag from electric-indent-mode.
2018 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2019 New hook functions which propagate electric-indent-mode to CC mode.
2020
2021 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2022 hit, toggle electric-indent-local-mode.
2023
2024 * electric.el (electric-indent-mode-has-been-called):
2025 New variable.
2026
2027 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2028
2029 * frameset.el (frameset-cfg-id): New function.
2030 (frameset--reuse-frame, frameset-restore): Use it.
2031 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2032
2033 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * ido.el (ido-file-internal): Remove unused var `d'.
2036 Use \` for to match BoS. Fit within 80n columns.
2037
2038 2014-02-17 Daniel Colascione <dancol@dancol.org>
2039
2040 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2041 dbus-call-method check for completion using a busy-wait loop with
2042 gradual backoff.
2043
2044 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2045
2046 Sync with Tramp 2.2.9.
2047
2048 * net/trampver.el: Update release number.
2049
2050 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2051
2052 * ido.el (ido-file-internal): Don't add the name of an existing
2053 directory twice. (Bug#16747)
2054
2055 2014-02-16 Glenn Morris <rgm@gnu.org>
2056
2057 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2058 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2059
2060 2014-02-15 Michael R. Mauger <michael@mauger.com>
2061
2062 * progmodes/sql.el: Version 3.4
2063 (sql-oracle-options): New default value ("-L").
2064 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2065 (sql-placeholders-filter): Correct placeholder pattern.
2066 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2067 (sql-login-delay): New variable.
2068 (sql-product-interactive): Use it.
2069
2070 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2071
2072 * frameset.el (frameset--jump-to-register): Check that buffer is live
2073 (bug#16749).
2074
2075 2014-02-15 Glenn Morris <rgm@gnu.org>
2076
2077 * info.el (info-initialize): Revert 2014-01-10 change.
2078
2079 2014-02-14 Glenn Morris <rgm@gnu.org>
2080
2081 * replace.el (map-query-replace-regexp)
2082 (read-regexp-defaults-function, read-regexp): Doc fixes.
2083
2084 * dired.el (dired-read-regexp):
2085 * faces.el (list-faces-display):
2086 * misearch.el (multi-isearch-read-matching-buffers)
2087 (multi-isearch-read-matching-files):
2088 * play/cookie1.el (cookie-apropos):
2089 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2090
2091 * textmodes/remember.el (remember): Use frameset-to-register
2092 rather than frame-configuration-to-register.
2093
2094 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2095
2096 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2097 incorrect keybinding.
2098
2099 2014-02-13 Daniel Colascione <dancol@dancol.org>
2100
2101 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2102 when adding overlays so that line numbers from compiler match line
2103 numbers we use.
2104
2105 2014-02-13 Glenn Morris <rgm@gnu.org>
2106
2107 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2108
2109 * jit-lock.el (jit-lock-mode): Doc fix.
2110
2111 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2112
2113 * apropos.el (apropos-read-pattern): When the user passes an empty
2114 string, give a more helpful error message than "Wrong type
2115 argument: stringp, nil".
2116
2117 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2120
2121 2014-02-13 Glenn Morris <rgm@gnu.org>
2122
2123 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2124
2125 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2128 shift-select commands.
2129
2130 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2131
2132 * progmodes/js.el (js-indent-line): Don't widen.
2133 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2134
2135 2014-02-12 Glenn Morris <rgm@gnu.org>
2136
2137 * icomplete.el (icomplete): Add info-link to defgroup.
2138 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2139 (icomplete-minibuffer-map, icomplete-mode)
2140 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2141
2142 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2143 (package-menu-filter): Rename from package-menu-filter-interactive.
2144 Doc fix.
2145
2146 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2147
2148 * frameset.el (frameset--jump-to-register): Select the required
2149 window and buffer before restoring position (bug#16696).
2150
2151 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2152
2153 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2154
2155 2014-02-10 Glenn Morris <rgm@gnu.org>
2156
2157 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2158
2159 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2160
2161 * w32-common-fns.el (x-get-selection): Doc fix.
2162 * select.el (x-get-selection): Doc fix. (Bug#15109)
2163
2164 * face-remap.el (face-remap-add-relative)
2165 (face-remap-remove-relative, face-remap-reset-base)
2166 (face-remap-set-base): Call force-mode-line-update to redisplay
2167 the current buffer due to potential change in faces. (Bug#16709)
2168
2169 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2170
2171 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2172 script more robustly.
2173
2174 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2175
2176 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2177
2178 * simple.el (choose-completion): Doc fix (bug#14160).
2179
2180 * subr.el (event-start): Say what a nil EVENT value means.
2181
2182 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2183 (bug#14197).
2184
2185 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2186
2187 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2188
2189 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2190
2191 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2192 predicate function (bug#15455).
2193
2194 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2195
2196 * ielm.el (inferior-emacs-lisp-mode): Instead of
2197 `comment-use-global-state', set `comment-use-syntax'.
2198
2199 2014-02-10 Glenn Morris <rgm@gnu.org>
2200
2201 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2202
2203 2014-02-09 Alan Mackenzie <acm@muc.de>
2204
2205 Fix c-invalidate-state-cache on narrowed buffers.
2206 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2207 Widen when setting and clearing the CPP delimiter properties.
2208
2209 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2210
2211 * help.el (describe-bindings): Doc fix (bug#9888).
2212
2213 * files.el (save-buffer): Use ARG as the parameter name for
2214 consistency (bug#10346).
2215 (save-buffer): Clarify the 0 argument (bug#10346).
2216
2217 * cus-edit.el (customize-apropos): Fix error string.
2218 (custom-buffer-create): Doc fix (bug#11122).
2219 (custom-sort-items): Doc fix (bug#11121).
2220
2221 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2222
2223 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2224 (icomplete-simple-completing-p): Mention the previous variable.
2225
2226 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2227 meaning of the parameter (bug#12282).
2228
2229 * files.el (find-file-noselect): Clarify prompt when changing
2230 readedness (bug#13261).
2231 (locate-file): Suffixes aren't returned, so don't say that they
2232 are (bug#12674).
2233 (backup-inhibited): Doc clarification (bug#12525).
2234
2235 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2236 before we actually start to delete things (bug#16331).
2237
2238 * subr.el (event-start): Doc fix (bug#14228).
2239 (event-end): Ditto.
2240
2241 2014-02-09 Glenn Morris <rgm@gnu.org>
2242
2243 * emacs-lisp/warnings.el (lwarn):
2244 Empower help-enable-auto-load. (Bug#15940)
2245
2246 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2247
2248 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2249 (Bug#16690)
2250
2251 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
2252
2253 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2254 Insert output at end of buffer. (Bug#16120)
2255
2256 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2257
2258 * simple.el (choose-completion-string-functions): Document new
2259 calling convention (bug#14153).
2260 (execute-extended-command): Clarify doc string (bug#13373).
2261
2262 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2263
2264 * find-dired.el (find-name-dired): Doc fix (bug#14290).
2265 (find-grep-dired): Doc fix (bug#14288).
2266
2267 2014-02-08 Juri Linkov <juri@jurta.org>
2268
2269 * isearch.el (isearch-quote-char): Check character validity
2270 like in `quoted-insert' (bug#16677).
2271
2272 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2273
2274 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2275
2276 * isearch.el (isearch-hide-immediately): Doc clarification
2277 (bug#14723).
2278
2279 * simple.el (line-move): Document utility function used many
2280 places in the Emacs sources (bug#14843).
2281
2282 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2283 (dired-prev-marked-file): Doc fix (bug#14855).
2284 (dired-up-directory): Doc fix (bug#14848).
2285
2286 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2287
2288 * files.el (file-relative-name): Doc fix (bug#15159).
2289
2290 * fringe.el (fringe-styles): Doc fix (bug#15239).
2291
2292 * isearch.el (isearch-filter-predicate): Documentation typo fix
2293 (bug#15474).
2294
2295 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2296
2297 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2298
2299 * replace.el (replace-match-maybe-edit): Doc clarification
2300 (bug#15632).
2301
2302 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2303
2304 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2305
2306 2014-02-08 Glenn Morris <rgm@gnu.org>
2307
2308 * help-fns.el (describe-variable):
2309 Check {file,dir}-local-variables-alist, and buffer-file-name,
2310 in the correct buffer.
2311
2312 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2313
2314 * help-fns.el (describe-variable): Fix the case where
2315 a value is directory-local with no dir-locals file. (Bug#16635)
2316
2317 2014-02-08 Glenn Morris <rgm@gnu.org>
2318
2319 * abbrev.el (edit-abbrevs-mode):
2320 Derive from fundamental-mode. (Bug#16682)
2321
2322 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2323
2324 * simple.el (quoted-insert): Check character validity (bug#16677).
2325
2326 2014-02-07 Juri Linkov <juri@jurta.org>
2327
2328 * desktop.el (desktop-read): Claim the lock when the owner is not
2329 the current process. (Bug#16157)
2330
2331 2014-02-07 Juri Linkov <juri@jurta.org>
2332
2333 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2334 to "\\` ". (Bug#16651)
2335
2336 2014-02-07 Juri Linkov <juri@jurta.org>
2337
2338 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2339 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2340 (desktop-auto-save-cancel-timer): New function with some code from
2341 `desktop-auto-save-set-timer'.
2342 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2343 Instead of setting `desktop-save-mode' to nil, call
2344 `desktop-save-mode' with arg 0. (Bug#16630)
2345
2346 2014-02-07 Glenn Morris <rgm@gnu.org>
2347
2348 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2349 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2350 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2351
2352 * obsolete/iswitchb.el: Move to obsolete/.
2353 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2354 since obsolete/ is not scanned for autoloads.
2355 * emacs-lisp/authors.el (authors-valid-file-names):
2356 Add iswitchb.el.
2357
2358 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2359 Disable now non-functional find-file-hook.
2360
2361 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2362
2363 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2364 instead of ";" in order to avoid additional prompts. Let heredoc
2365 scripts read from tty. (Bug#16582)
2366 (tramp-send-command): No special handling of heredocs, it isn't
2367 necessary anymore.
2368
2369 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2370
2371 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2372 with a space (bug#16664). Limit the symbols considered to the ones
2373 that are bound or fbound (bug#16646).
2374
2375 2014-02-06 Glenn Morris <rgm@gnu.org>
2376
2377 * epa.el (epa-mail-aliases): Doc fix.
2378
2379 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2380
2381 * emacs-lisp/lisp.el (lisp-completion-at-point):
2382 Use `completion-table-merge' instead of `completion-table-in-turn'
2383 (bug#16604).
2384
2385 * minibuffer.el (completion-table-merge): New function.
2386
2387 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2388
2389 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2390 (tramp-sh-handle-set-file-acl)
2391 (tramp-sh-handle-start-file-process)
2392 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2393 (tramp-find-executable, tramp-send-command): Use it.
2394
2395 2014-02-05 Glenn Morris <rgm@gnu.org>
2396
2397 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2398
2399 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2400
2401 * progmodes/python.el (python-shell-send-string)
2402 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2403
2404 2014-02-04 Anders Lindgren <andlind@gmail.com>
2405
2406 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2407 the names (bug#16620).
2408
2409 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2410
2411 * faces.el (window-divider): New default value. Rewrite doc-string.
2412 (window-divider-first-pixel, window-divider-last-pixel): New faces.
2413
2414 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2415
2416 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2417 `protected' and `public' can also be called without arguments.
2418
2419 2014-02-03 Glenn Morris <rgm@gnu.org>
2420
2421 * register.el (window-configuration-to-register)
2422 (frame-configuration-to-register): Unadvertise unused argument.
2423 * frameset.el (frameset-to-register): Remove unused argument.
2424
2425 * frameset.el (frameset-to-register):
2426 * kmacro.el (kmacro-to-register):
2427 * register.el (increment-register):
2428 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2429 (calc-append-to-register, calc-prepend-to-register):
2430 * play/gametree.el (gametree-layout-to-register)
2431 (gametree-apply-register-layout):
2432 * textmodes/picture.el (picture-clear-rectangle-to-register)
2433 (picture-yank-rectangle-from-register):
2434 * vc/emerge.el (emerge-combine-versions-register):
2435 Use register-read-with-preview to read registers.
2436
2437 2014-02-03 João Távora <joaotavora@gmail.com>
2438
2439 * elec-pair.el (electric-pair-backward-delete-char): Don't error
2440 when at beginning of (possibly narrowed) buffer.
2441
2442 2014-02-02 Daniel Colascione <dancol@dancol.org>
2443
2444 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2445 Also try to display local help from just before point.
2446
2447 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
2448
2449 c-parse-state. Don't "append-lower-brace-pair" in certain
2450 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
2451 recognised as a comment.
2452
2453 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2454 as well as normal comment starter.
2455 (c-parse-state-get-strategy): Extra return possibility
2456 'back-and-forward.
2457 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2458 return value list to indicate replacement of a brace-pair cons
2459 with its car.
2460 (c-parse-state-1): With 'back-and-forward, only call
2461 c-append-lower-brace-pair-to state-cache when cons-separated.
2462
2463 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
2464
2465 * term/ns-win.el (ns-suspend-error): New function.
2466 (ns-initialize-window-system): Add ns-suspend-error to
2467 suspend-hook (Bug#16612).
2468
2469 2014-02-02 Daniel Colascione <dancol@dancol.org>
2470
2471 * progmodes/cc-defs.el (c-find-assignment-for-mode):
2472 Make loading cc-mode silent.
2473
2474 2014-02-02 Daniel Colascione <dancol@dancol.org>
2475
2476 * comint.el (comint-prompt-read-only): Change doc to suggest
2477 remap keybinding.
2478
2479 2014-02-02 Glenn Morris <rgm@gnu.org>
2480
2481 * register.el (register-read-with-preview, point-to-register)
2482 (window-configuration-to-register, frame-configuration-to-register)
2483 (jump-to-register, number-to-register, view-register, insert-register)
2484 (copy-to-register, append-to-register, prepend-to-register)
2485 (copy-rectangle-to-register): Doc fixes.
2486
2487 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2490 * emacs-lisp/find-func.el (find-function-C-source): Idem.
2491 * emacs-lisp/nadvice.el (advice--cd*r): New function.
2492 * help-fns.el (describe-function-1): Use it.
2493
2494 2014-02-02 Glenn Morris <rgm@gnu.org>
2495
2496 * register.el (register-preview-default): New function,
2497 split from register-preview.
2498 (register-preview-function): Rename from register-preview-functions,
2499 make it not a hook.
2500 (register-preview): Use register-preview-function.
2501 (register-read-with-preview): Error on non-character event. (Bug#16595)
2502
2503 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
2504
2505 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2506 `:' before binary operators (bug#16609). Don't check for `:'
2507 before `[' and `(', or their syntax status. A percent literal
2508 can't end with either.
2509 (ruby-font-lock-keywords): For built-ins that require arguments,
2510 check that they're followed by something that looks like argument
2511 (bug#16610).
2512
2513 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2514
2515 * subr.el (butlast): Document what an omitted N means (bug#13437).
2516 (nbutlast): Ditto.
2517
2518 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2519
2520 * net/shr.el (shr-generic): Make into a defsubst to make the stack
2521 depth shallower (bug#16587).
2522 (shr-tag-svg): Respect `shr-inhibit-images'.
2523 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2524
2525 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
2526
2527 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2528 (ruby-smie-grammar): Make "." right-associative. Make its priority
2529 lower than the ternary and all binary operators.
2530 (ruby-smie-rules): Indent "(" relative to the first non-"."
2531 parent, or the first "." parent at indentation.
2532 Use `ruby-align-chained-calls' for indentation of "." tokens.
2533 (Bug#16593)
2534
2535 2014-01-31 Juri Linkov <juri@jurta.org>
2536
2537 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2538 from `make-hash-table'.
2539
2540 * textmodes/ispell.el (ispell-init-process): Change message format
2541 to be consistent with other messages.
2542
2543 2014-01-31 Glenn Morris <rgm@gnu.org>
2544
2545 * delsel.el (delete-selection-mode): Doc fix.
2546
2547 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2548 (trace-function-background): Doc fixes.
2549
2550 * ido.el (ido-use-virtual-buffers): Doc fix.
2551 Reset :version, since the default value has not changed.
2552
2553 * register.el (register-preview-delay, register-read-with-preview):
2554 Doc fixes.
2555
2556 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2557 do not mess with mail-buffer position (fixes 2009-11-03 change).
2558 * progmodes/cc-mode.el (c-submit-bug-report):
2559 Check auto-fill-mode is bound. (Bug#16592)
2560
2561 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
2562
2563 * startup.el (fancy-splash-image-file): New function,
2564 split from fancy-splash-head.
2565 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2566 so that we are both using the same image. (Bug#16574)
2567
2568 2014-01-30 Glenn Morris <rgm@gnu.org>
2569
2570 * simple.el (eval-expression): Doc fix.
2571
2572 * hexl.el (hexl-mode-hook):
2573 * ielm.el (ielm-mode-hook):
2574 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2575 (lisp-interaction-mode-hook):
2576 * progmodes/cfengine.el (cfengine3-documentation-function):
2577 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2578
2579 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2582 is a symbol (bug#16584).
2583
2584 2014-01-30 Glenn Morris <rgm@gnu.org>
2585
2586 * help.el (help-for-help-internal): Add "P" to text.
2587
2588 2014-01-29 Glenn Morris <rgm@gnu.org>
2589
2590 * simple.el (just-one-space, cycle-spacing): Doc fixes.
2591
2592 2014-01-28 Martin Rudalics <rudalics@gmx.at>
2593
2594 * window.el (fit-frame-to-buffer): Fix calculations for margins and
2595 height constraints.
2596
2597 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
2598
2599 * progmodes/hideif.el: Extend to full CPP expression syntax.
2600 (hif-token-alist): Add missing tokens.
2601 (hif-token-regexp): Add support for float/octal/hex immediates.
2602 (hif-string-literal-regexp): New const.
2603 (hif-tokenize): Recognize strings and float/octal/hex immediates.
2604 (hif-exprlist): New function.
2605 (hif-parse-if-exp): Use it.
2606 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2607 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2608 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2609 (hif-logxor, hif-comma): New functions.
2610
2611 2014-01-28 Glenn Morris <rgm@gnu.org>
2612
2613 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2614
2615 * indent.el (tab-stop-list): Doc fix. Add :version.
2616
2617 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2618 (cvs-append-to-ignore): Add compatibility alias.
2619
2620 2014-01-27 Glenn Morris <rgm@gnu.org>
2621
2622 * dired.el (dired-hide-details-mode): Don't autoload it,
2623 since it cannot be used outside Dired buffers anyway.
2624
2625 * emulation/cua-base.el (cua-mode): Doc fix.
2626
2627 * dired.el (dired-hide-details-hide-symlink-targets)
2628 (dired-hide-details-hide-information-lines)
2629 (dired-hide-details-mode): Doc fixes.
2630
2631 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2632 * strokes.el (strokes-file): Doc fix. Bump :version.
2633 (strokes-help): Doc fix.
2634 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2635 * emulation/viper.el (viper): Doc fix for custom group.
2636 (top-level): Remove oh-so-no-longer-relevant text about vip.
2637 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2638
2639 * ido.el (ido-save-directory-list-file):
2640 * saveplace.el (save-place-file):
2641 * calendar/timeclock.el (timeclock-file):
2642 * net/quickurl.el (quickurl-url-file):
2643 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2644 * progmodes/idlwave.el (idlwave-config-directory):
2645 * textmodes/remember.el (remember-data-file):
2646 Bump :version.
2647
2648 2014-01-26 Glenn Morris <rgm@gnu.org>
2649
2650 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2651 Doc fix. Make obsolete.
2652 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2653
2654 * sort.el (delete-duplicate-lines): Doc fix.
2655
2656 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2657
2658 * progmodes/ada-mode.el (ada):
2659 * woman.el (woman): Link to info manual and Commentary section.
2660
2661 * progmodes/flymake.el (flymake):
2662 * nxml/nxml-mode.el (nxml):
2663 * net/eww.el (eww):
2664 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2665 * htmlfontify.el (htmlfontify):
2666 * ses.el (ses):
2667 * epa.el (epa):
2668 * ido.el (ido): Link to info manual.
2669
2670 2014-01-25 Leo Liu <sdl.web@gmail.com>
2671
2672 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2673
2674 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
2675
2676 * net/shr.el (shr-tag-img): Prefer the title over the alt text
2677 (bug#16537).
2678
2679 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
2680
2681 * net/eww.el (eww-download-callback):
2682 Fix reference to eww-download-directory.
2683
2684 * emacs-lisp/bytecomp.el (byte-compile-file):
2685 Remove unused local variable `file-name'.
2686
2687 2014-01-24 Glenn Morris <rgm@gnu.org>
2688
2689 * woman.el (woman-default-faces, woman-monochrome-faces):
2690 Fix obsolescence specification.
2691
2692 * subr.el (with-demoted-errors): Doc fix.
2693
2694 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2697 (cl--macroexp-fboundp): New function.
2698 (cl--make-type-test): Use it.
2699
2700 2014-01-23 Glenn Morris <rgm@gnu.org>
2701
2702 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2703 * simple.el (eval-expression): Doc fixes.
2704
2705 2014-01-22 Glenn Morris <rgm@gnu.org>
2706
2707 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2708
2709 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * emacs-lisp/package.el: Write files silently.
2712 (package-autoload-ensure-default-file, package--write-file-no-coding)
2713 (package-generate-description-file, package--download-one-archive)
2714 (package-install-from-archive): Tell `write-region' to stay quiet.
2715 (package-menu-mode, package-menu--print-info): Omit the Archive column
2716 if there's only one archive.
2717 (package-all-keywords, package--has-keyword-p): Remove dead code.
2718
2719 2014-01-22 Glenn Morris <rgm@gnu.org>
2720
2721 * version.el (emacs-bzr-version-bzr): Fix typo.
2722
2723 * version.el (emacs-repository-get-version):
2724 Check either .bzr or .git, but not both.
2725 Make the git case actually use the DIR argument, and return nil
2726 rather than the empty string.
2727 Avoid error if .git exists but the git executable is not found.
2728
2729 2014-01-22 Martin Rudalics <rudalics@gmx.at>
2730
2731 Fixes in window size functions around Bug#16430 and Bug#16470.
2732 * window.el (window-total-size, window-size): New argument ROUND.
2733 (window--min-delta-1, window-min-delta, window--max-delta-1):
2734 Be more conservative when calculating the numbers of lines or
2735 columns a window can shrink (Bug#16430).
2736 (fit-window-to-buffer): Simplify code.
2737 * term.el (term-window-width): Call window-body-width again.
2738
2739 2014-01-22 Glenn Morris <rgm@gnu.org>
2740
2741 * image.el (image-format-suffixes): Doc fix.
2742
2743 * international/quail.el (quail-define-package): Doc fix.
2744
2745 * emacs-lisp/authors.el (authors-valid-file-names)
2746 (authors-renamed-files-alist): Additions.
2747
2748 * vc/vc-git.el (vc-git-print-log): Remove --follow;
2749 reverts 2014-01-09 change. (Bug#16422)
2750
2751 * calc/calc-embed.el (thing-at-point-looking-at):
2752 * emacs-lisp/map-ynp.el (x-popup-dialog):
2753 * obsolete/lmenu.el (x-popup-dialog):
2754 * emacs-lisp/package.el (url-recreate-url):
2755 * mail/mailclient.el (clipboard-kill-ring-save):
2756 * subr.el (x-popup-dialog): Update declaration.
2757 * mail/rmail.el (rmail-mime-message-p):
2758 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2759
2760 2014-01-21 Daniel Colascione <dancol@dancol.org>
2761
2762 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2763 Correctly detect when we're inside an arithmetic expansion form
2764 containing nested parenthesis.
2765 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2766 to detect cases where we shouldn't expand "<<" to a heredoc
2767 skeleton.
2768
2769 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2772 (eldoc--message-command-p): New function.
2773 (eldoc-display-message-p): Use it.
2774 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2775 message is not automatically erased for us.
2776 (eldoc-print-current-symbol-info): Erase previous message, if any.
2777
2778 2014-01-21 Tassilo Horn <tsdh@gnu.org>
2779
2780 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2781 specify it's an interactive function.
2782
2783 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2784 Fix regex used for scanning for citation keys which failed for
2785 citations with optional arguments.
2786
2787 2014-01-21 Leo Liu <sdl.web@gmail.com>
2788
2789 * simple.el (read--expression): Don't enable eldoc-mode.
2790
2791 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * simple.el (move-beginning-of-line): Make sure we don't move forward
2794 (bug#16497).
2795
2796 2014-01-20 Juri Linkov <juri@jurta.org>
2797
2798 * saveplace.el (toggle-save-place, save-place-to-alist)
2799 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2800 'dired-mode) before checking for dired-directory. (Bug#16477)
2801
2802 2014-01-20 Juri Linkov <juri@jurta.org>
2803
2804 * indent.el (indent-line-to): Use backward-to-indentation
2805 instead of back-to-indentation. (Bug#16461)
2806
2807 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2808
2809 Revert some of the CANNOT_DUMP fix (Bug#16494).
2810 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2811 but fixing this can wait until after the next release.
2812 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2813
2814 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
2815
2816 * eshell/esh-mode.el (eshell-password-prompt-regexp):
2817 Use `password-word-equivalents'.
2818 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2819 to t. (Bug#5664, Bug#13124)
2820
2821 2014-01-19 Alan Mackenzie <acm@muc.de>
2822
2823 Bind open-paren-in-column-0-is-defun-start to nil at some entry
2824 points.
2825 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2826 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2827 * progmodes/cc-mode.el (c-before-change, c-after-change)
2828 (c-font-lock-fontify-region): Bind it here.
2829
2830 2014-01-19 Martin Rudalics <rudalics@gmx.at>
2831
2832 * term.el (term-window-width): Call window-text-width instead of
2833 window-width (Bug#16470).
2834
2835 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
2836
2837 * simple.el (password-word-equivalents): Remove duplicates.
2838 Sort, to make this easier next time.
2839 Downcase. Omit ": " after "jelszó".
2840
2841 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
2842
2843 * term/common-win.el (saved-region-selection): Defvar it.
2844 (x-select-text): Set saved-region-selection (Bug#16382).
2845
2846 2014-01-18 Glenn Morris <rgm@gnu.org>
2847
2848 * emacs-lisp/authors.el (authors-aliases)
2849 (authors-renamed-files-alist): Add some entries.
2850
2851 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
2852
2853 * net/tramp.el (tramp-password-prompt-regexp):
2854 Use `password-word-equivalents' if available.
2855 (tramp-action-password, tramp-process-one-action)
2856 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
2857
2858 2014-01-17 Chong Yidong <cyd@gnu.org>
2859
2860 * simple.el (password-word-equivalents): New defcustom.
2861 * comint.el (comint-password-prompt-regexp): Use it. Bump version
2862 to 24.4.
2863 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2864 to t. (Bug#13124)
2865
2866 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2867
2868 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2869 (ruby-align-to-stmt-keywords): Change the default value.
2870 Use `ruby-alignable-keywords' to generate the possible customization
2871 choices.
2872 (ruby-smie-rules): Instead of using a hardcoded list of alignable
2873 keywords, check against the value of `ruby-alignable-keywords'
2874 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2875
2876 2014-01-17 Glenn Morris <rgm@gnu.org>
2877
2878 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2879
2880 Make M-x authors return zero *Authors Errors* from current logs.
2881 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2882 (authors-ignored-files): Add some entries, remove others.
2883 (authors-ambiguous-files, authors-valid-file-names):
2884 Add some entries.
2885 (authors-renamed-files-alist): Add, remove, and adjust entries.
2886 (authors-renamed-files-regexps): Add some entries.
2887 Remove some very broad ones. Make some entries `lax'.
2888 (authors-lax-changelogs): New constant.
2889 (authors-disambiguate-file-name): Treat top-level specially.
2890 (authors-lax-changelog-p): New function.
2891 (authors-canonical-file-name): Check file as written against
2892 authors-valid-file-names. Do not special-case etc/.
2893 Handle `lax' logs and authors-renamed-files-regexps elements.
2894
2895 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
2896
2897 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2898 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
2899 callers.
2900
2901 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2902
2903 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2904 Assume we're already in the proper buffer.
2905 Inspired by Anders Lindgren <andlind@gmail.com>.
2906 (follow-post-command-hook): Call it from the right buffer.
2907 (follow-comint-scroll-to-bottom): Adjust call.
2908 (follow-all-followers): Use get-buffer-window-list.
2909
2910 2014-01-15 Daniel Colascione <dancol@dancol.org>
2911
2912 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2913 `buffer-file-name' in interactive-form so that we don't leave
2914 pathless file names in `file-name-history'.
2915
2916 2014-01-15 Juri Linkov <juri@jurta.org>
2917
2918 * indent.el (indent-rigidly): Set deactivate-mark to nil
2919 in transient indentation mode. (Bug#16438)
2920
2921 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
2922
2923 * emacs-lisp/package.el (package-desc-keywords): New function
2924 (Bug#16222).
2925 (describe-package-1, package-all-keywords)
2926 (package--has-keyword-p): Use it.
2927
2928 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2929
2930 * simple.el (define-alternatives): When creating the
2931 COMMAND-alternatives variable, assign COMMAND as its definition
2932 name so that `describe-variable' can relocate it.
2933
2934 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
2935
2936 * font-lock.el (font-lock-keywords): Fix typo in docstring
2937 (bug#16307).
2938
2939 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2940
2941 * ispell.el (ispell-region): Reset `in-comment' for new line
2942 instead of wrongly reset `add-coment' (bug#13577).
2943
2944 2014-01-14 Daiki Ueno <ueno@gnu.org>
2945
2946 * epa-file.el (epa-file-write-region): Encode the region according
2947 to `buffer-file-format'. Problem reported at:
2948 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2949
2950 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2953 so it applies in the right buffer (bug#16410).
2954
2955 2014-01-13 Daniel Colascione <dancol@dancol.org>
2956
2957 * textmodes/rst.el (rst-define-key): Provide deprecated
2958 keybindings through named functions instead of anonymous ones so
2959 that "??" doesn't appear in describe-mode output.
2960
2961 2014-01-13 Bastien Guerry <bzg@gnu.org>
2962
2963 * simple.el (define-alternatives): Call the selected command
2964 interactively. When setting `COMMAND--implementation' for the
2965 first time, tell the user how to chose another implementation.
2966 Enhance the docstring.
2967
2968 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2971 (log-edit--match-first-line): New function.
2972 (log-edit-font-lock-keywords): Use it.
2973 (log-edit-mode): Make jit-lock-defer-multiline work.
2974
2975 2014-01-13 Bastien Guerry <bzg@gnu.org>
2976
2977 * rect.el (rectangle-mark-mode): When the region is not active,
2978 display a message saying that the mark as been set and that
2979 rectangle mode is in use.
2980 (rectangle--highlight-for-redisplay): Only put an overlay with a
2981 visible vertical bar when (display-graphic-p) is non-nil.
2982 This partially fixes Bug#16403.
2983
2984 2014-01-13 Juri Linkov <juri@jurta.org>
2985
2986 * info.el (Info-find-file): Go to DIR before displaying the error
2987 about a nonexistent file if no previous Info file is visited.
2988 Use `user-error' instead of `error' for "Info file %s does not exist".
2989 (Info-find-node-2): In case of a nonexistent node in unwind forms
2990 go to the Top node if there is no previous node to revert to.
2991 (Bug#16405)
2992
2993 2014-01-13 Martin Rudalics <rudalics@gmx.at>
2994
2995 fit-frame/window-to-buffer code fixes including one for Bug#14096.
2996 * window.el (fit-frame-to-buffer): Fix doc-string.
2997 Respect window-min-height/-width. Fit pixelwise when
2998 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
2999 when avoiding that frame goes partially off-screen.
3000 (fit-window-to-buffer): Respect window-min-height/-width
3001 (Bug#14096).
3002
3003 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3006 after an empty line.
3007
3008 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * net/shr.el (shr-render-region): Autoload.
3011
3012 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3013
3014 * net/eww.el (eww-download-directory): Rename from
3015 `eww-download-path' (Bug#16419).
3016
3017 2014-01-12 Leo Liu <sdl.web@gmail.com>
3018
3019 * dired-x.el (dired-mode-map): Fix last change.
3020
3021 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3022
3023 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3024
3025 Spelling fixes.
3026 * emacs-lisp/generic.el (generic--normalize-comments):
3027 Rename from generic--normalise-comments. All uses changed.
3028 * play/bubbles.el (bubbles--neighborhood-score)
3029 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3030 (bubbles--neighborhood-available)
3031 (bubbles--update-neighborhood-score):
3032 Rename from names with 'neighbourhood'. All uses changed.
3033
3034 2014-01-12 Leo Liu <sdl.web@gmail.com>
3035
3036 Re-implement the feature of showing eldoc info after editing.
3037 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3038 (eldoc-edit-message-commands): New function.
3039 (eldoc-print-after-edit): New variable.
3040 (eldoc-pre-command-refresh-echo-area): Emit message only by
3041 eldoc-message-commands.
3042 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3043 if eldoc-print-after-edit is set. (Bug#16346)
3044 * simple.el (read--expression): Enable eldoc-mode.
3045 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3046
3047 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3048 Eric S. Raymond <esr@thyrsus.com>
3049
3050 * version.el (emacs-repository-get-version): Enhance so the
3051 function works correctly in either a Bazaar or Git repo.
3052
3053 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3054
3055 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3056 Goes with removal of the joke manpages from /etc.
3057
3058 2014-01-10 Kenichi Handa <handa@gnu.org>
3059
3060 * mail/rmail.el (rmail-get-coding-system):
3061 Check rmail-get-coding-function before "funcall"ing it.
3062
3063 2014-01-10 Glenn Morris <rgm@gnu.org>
3064
3065 * emacs-lisp/authors.el (authors-fixed-entries):
3066 Update for files that no longer exist.
3067
3068 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3069
3070 * version.el (emacs-bzr-get-version): Restore compatibilty with
3071 24.3 (Tested).
3072
3073 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3074
3075 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3076 and Podfile.
3077
3078 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3079
3080 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3081
3082 2014-01-10 Chong Yidong <cyd@gnu.org>
3083
3084 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3085
3086 2014-01-10 Anders Lindgren <andlind@gmail.com>
3087
3088 * follow.el (follow-cache-command-list): Include right-char and
3089 left-char.
3090
3091 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3092
3093 Spelling fixes.
3094 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3095 * woman.el (woman-mark-horizontal-position):
3096 Rename from woman-mark-horizonal-position. Use changed.
3097
3098 2014-01-10 Glenn Morris <rgm@gnu.org>
3099
3100 * info.el (info-initialize): If running uninstalled, ensure our
3101 own info files are always found first, even if INFOPATH is set.
3102
3103 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3104
3105 2014-01-09 David Engster <deng@randomsample.de>
3106
3107 * emacs-lisp/eieio-custom.el:
3108 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3109 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3110 * emacs-lisp/eieio.el: Regenerate autoloads.
3111
3112 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3113
3114 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3115 following renames. (Bug#8756)
3116
3117 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3120 (bug#16382).
3121 (activate-mark): Add `no-tmm' argument.
3122 (set-mark, push-mark-command): Use it instead of running
3123 activate-mark-hook by hand.
3124
3125 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3126
3127 In preparation for the move to git, sanitize out some
3128 Bazaar-specific names.
3129
3130 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3131
3132 * version.el (emacs-bzr-version): Name changed to
3133 emacs-repository-version. Obsolete-variable alias made.
3134 * loadup.el: Follow through on this name change.
3135 * mail/emacsbug.el (report-emacs-bug): Factor out any
3136 assumption about the version control system in use.
3137
3138 2014-01-08 David Engster <deng@randomsample.de>
3139
3140 * help-fns.el (help-fns-describe-function-functions):
3141 New variable to call functions for augmenting help buffers.
3142 (describe-function-1): Remove explicit calls to
3143 `help-fns--compiler-macro', `help-fns--parent-mode' and
3144 `help-fns--obsolete'. Put them in above new variable instead, and
3145 call them through `run-hook-with-args'.
3146 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3147 `eieio-describe-class'. Not meant for interactive use anymore,
3148 but to augment existing help buffers. Remove optional second
3149 argument. Create proper button for file location.
3150 Rewrite function to use `insert' instead of `princ' and `prin1' where
3151 possible.
3152 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3153 (eieio-method-def, eieio-class-def): Move further up.
3154 (describe-method, describe-generic, eieio-describe-method):
3155 Remove aliases.
3156 (eieio-help-constructor, eieio-help-generic): Rename from
3157 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3158 Rewrite to use `insert' in the current buffer and use proper help
3159 buttons.
3160 (eieio-help-find-method-definition)
3161 (eieio-help-find-class-definition): Also accept symbols as
3162 arguments.
3163 (eieio-help-mode-augmentation-maybee): Remove.
3164 (eieio-describe-class-sb): Use `describe-function'.
3165 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3166 Add `eieio-help-generic' and `eieio-help-constructor'.
3167
3168 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3169
3170 Spelling fixes.
3171 * language/china-util.el (hz-ascii-designation):
3172 Rename from hz-ascii-designnation.
3173 (hz-ascii-designation): Rename from hz-ascii-designnation.
3174 All uses changed.
3175
3176 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3179 package-alist.
3180
3181 2014-01-08 Bastien Guerry <bzg@gnu.org>
3182
3183 * emacs-lisp/package.el (package-delete):
3184 Correctly delete the package from package-alist.
3185
3186 2014-01-08 Daiki Ueno <ueno@gnu.org>
3187
3188 * emacs-lisp/package.el (url-recreate-url): Declare.
3189 (url-http-target-url): Declare.
3190 (package-handle-response): Include requested URL in the error message.
3191 (package--check-signature): Don't re-signal errors from
3192 package--with-work-buffer. Suggested by Stefan Monnier.
3193
3194 2014-01-07 Bastien Guerry <bzg@gnu.org>
3195
3196 * minibuffer.el (completion--try-word-completion): When both a
3197 hyphen and a space are possible candidates for the character
3198 following a word, display both candidates. (Bug#15980)
3199
3200 2014-01-07 Martin Rudalics <rudalics@gmx.at>
3201
3202 * window.el (balance-windows-2): While rounding don't give a
3203 window more than the remainder. Bug#16351, bug#16383.
3204
3205 2014-01-07 Glenn Morris <rgm@gnu.org>
3206
3207 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3208 (menu-bar-help-menu): Use view-external-packages instead.
3209
3210 2014-01-07 Bastien Guerry <bzg@gnu.org>
3211
3212 * emacs-lisp/package.el (package-delete): Also delete the package
3213 name from `package-alist', not its description only.
3214
3215 2014-01-07 Glenn Morris <rgm@gnu.org>
3216
3217 * help.el (view-external-packages):
3218 * menu-bar.el (menu-bar-help-extra-packages):
3219 Visit efaq.info rather than etc/MORE.STUFF.
3220
3221 2014-01-07 Juri Linkov <juri@jurta.org>
3222
3223 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3224 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3225
3226 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3227 that shadows RET. (Bug#16342)
3228
3229 2014-01-07 Chong Yidong <cyd@gnu.org>
3230
3231 * isearch.el (isearch-yank-char, isearch-yank-word)
3232 (isearch-yank-line): Doc fix.
3233
3234 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3237 * emacs-lisp/elint.el (elint-find-builtins):
3238 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3239 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3240 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3241 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3242 * apropos.el (apropos-safe-documentation):
3243 * subr.el (symbol-file): Remove redundant fboundp.
3244 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3245
3246 2014-01-06 Bastien Guerry <bzg@gnu.org>
3247
3248 * hl-line.el (global-hl-line-overlay): Make a local variable.
3249 (global-hl-line-overlays): New variable to store all overlays.
3250 (global-hl-line-mode): Don't delete overlays from the current
3251 buffer when `global-hl-line-sticky-flag' is non-nil.
3252 (global-hl-line-highlight): Add new overlays to
3253 `global-hl-line-overlays'.
3254 (global-hl-line-unhighlight-all): New function to delete all
3255 overlays when turning off `global-hl-line-mode'.
3256 This fixes Bug#16183.
3257
3258 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3259
3260 * subr.el (set-transient-map): Fix nested case and docstring.
3261
3262 2014-01-06 Tassilo Horn <tsdh@gnu.org>
3263
3264 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3265 `Texinfo' entry.
3266
3267 2014-01-06 Daniel Colascione <dancol@dancol.org>
3268
3269 Fix defun navigation in vc log view.
3270
3271 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3272 like `beginning-of-defun'.
3273 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3274 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3275 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3276 (log-view-extract-comment): Call `log-view-current-entry' directly
3277 instead of relying on broken `log-view-beginning-of-defun' behavior.
3278
3279 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3280
3281 Spelling fixes.
3282 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3283 * emacs-lisp/debug.el (cancel-debug-on-entry):
3284 * epg.el (epg-error-to-string):
3285 * files.el (recover-file):
3286 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3287 * mail/emacsbug.el (report-emacs-bug-hook):
3288 * mail/sendmail.el (mail-recover):
3289 * ses.el (ses-yank-resize):
3290 * term/ns-win.el (ns-print-buffer):
3291 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3292 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3293 All uses changed.
3294 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3295
3296 2014-01-06 Leo Liu <sdl.web@gmail.com>
3297
3298 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3299 to avoid shadowing global key. (Bug#16354)
3300
3301 2014-01-06 Daniel Colascione <dancol@dancol.org>
3302
3303 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3304 rst-mode.
3305
3306 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3307
3308 * window.el (balance-windows): Add mising t to fix Bug#16351.
3309
3310 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3311
3312 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3313 (bug#16285).
3314 (shr-insert): If we have a word that's longer than `shr-width',
3315 break after it anyway. Otherwise we'll do no breaking once we get
3316 such a long word.
3317
3318 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3319
3320 * net/eww.el (eww): Support single/double quote for search.
3321 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3322 (eww-history-quit): Delete and use quit-window.
3323 (eww-history-kill): Delete, because it doesn't work well and
3324 not necessary.
3325 (eww-history-mode-map): Delete some keys and add easy-menu.
3326
3327 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3328
3329 Fix misspelling of 'chinese' in rx (Bug#16237).
3330 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3331 chinese-two-byte.
3332
3333 Change subword regexps back to vars (Bug#16296).
3334 * progmodes/subword.el (subword-forward-regexp)
3335 (subword-backward-regexp): Change these back to variables.
3336
3337 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3340 syntax-begin-function (bug#16247).
3341
3342 2014-01-03 Chong Yidong <cyd@gnu.org>
3343
3344 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3345 (advice--docstring): Delete variable.
3346 (advice--make-1): Leave the docstring empty.
3347 (advice-add): Use function-documentation for advised docstring.
3348
3349 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3350 Ignore function-documentation property when getting documentation.
3351 (ad-activate-advised-definition): Use function-documentation
3352 generate the docstring.
3353 (ad-make-advised-definition): Don't call
3354 ad-make-advised-definition-docstring.
3355 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3356 Delete functions.
3357
3358 * progmodes/sql.el (sql-help): Use function-documentation instead
3359 of dynamic-docstring-function property. No need to autoload now.
3360 (sql--help-docstring): New variable.
3361 (sql--make-help-docstring): Use it.
3362
3363 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 * ielm.el (ielm-tab): Retarget.
3366 (ielm-map): Use ielm-tab for tab.
3367 (ielm-complete-filename): Use comint-filename-completion.
3368 (ielm-complete-symbol): Remove.
3369 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3370 remove ielm-tab from completion-at-point-functions (bug#16224).
3371
3372 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3373 Beware signals raised by predicates (bug#16201).
3374
3375 2014-01-02 Richard Stallman <rms@gnu.org>
3376
3377 * dired-aux.el (dired-do-print): Handle printer-name.
3378
3379 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3380 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3381 (rmail-epa-decrypt): Turn off mime processing.
3382
3383 * mail/rmail.el (rmail-make-in-reply-to-field):
3384 Add parens in message-id.
3385
3386 * mail/rmail.el (rmail-get-coding-function): Variable.
3387 (rmail-get-coding-system): Use it.
3388
3389 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3390
3391 * international/mule-conf.el: Unify the charset indian-is13194.
3392 (indian-is13194): Specify unify-map.
3393
3394 2013-12-31 Leo Liu <sdl.web@gmail.com>
3395
3396 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3397
3398 2013-12-30 Daniel Colascione <dancol@dancol.org>
3399
3400 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3401 of printing a useless when we resume from sleep.
3402
3403 * progmodes/sh-script.el
3404 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3405 in indentation code. (Bug#16233)
3406
3407 2013-12-28 João Távora <joaotavora@gmail.com>
3408
3409 * elec-pair.el (electric-pair-post-self-insert-function):
3410 Don't open extra newlines at beginning of buffer. (Bug#16272)
3411
3412 2013-12-28 Eli Zaretskii <eliz@gnu.org>
3413
3414 * frame.el (window-system-for-display): Don't allow to create a
3415 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3416
3417 2013-12-28 Glenn Morris <rgm@gnu.org>
3418
3419 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3420 Update callers.
3421
3422 * apropos.el (apropos-match-face):
3423 * calculator.el (calculator-displayer):
3424 * dabbrev.el (dabbrev-search-these-buffers-only):
3425 * face-remap.el (buffer-face-mode-face):
3426 * simple.el (yank-handled-properties):
3427 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3428 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3429 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3430 (hashcash-double-spend-database):
3431 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3432 (ruby-deep-indent-paren-style):
3433 * textmodes/flyspell.el (flyspell-auto-correct-binding):
3434 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3435 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3436 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3437 Specify custom types.
3438
3439 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3440 * bookmark.el (bookmark-bmenu-use-header-line):
3441 * doc-view.el (doc-view-scale-internally):
3442 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3443 * register.el (register-preview-delay):
3444 * net/shr.el (shr-bullet):
3445 * progmodes/cfengine.el (cfengine-cf-promises)
3446 (cfengine-parameters-indent):
3447 * progmodes/octave.el (inferior-octave-error-regexp-alist):
3448 * textmodes/reftex-vars.el (reftex-label-regexps):
3449 * vc/log-edit.el (log-edit-setup-add-author): Add version.
3450
3451 * net/tls.el (tls-certtool-program): Fix default value.
3452
3453 * desktop.el (desktop-restore-in-current-display):
3454 * newcomment.el (comment-empty-lines):
3455 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3456 (idlwave-pad-keyword):
3457 * progmodes/tcl.el (tcl-tab-always-indent):
3458 * textmodes/reftex-vars.el (reftex-index-default-tag):
3459 * elec-pair.el (electric-pair-skip-whitespace):
3460 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3461
3462 * emacs-lisp/authors.el (authors-ignored-files)
3463 (authors-valid-file-names, authors-renamed-files-alist): Additions.
3464
3465 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
3466
3467 * shell.el (shell-dynamic-complete-command): Doc fix.
3468 (shell--command-completion-data): Shell completion now matches
3469 executable filenames from the current buffer's directory, on
3470 systems in which this behavior is the default (windows-nt, ms-dos).
3471
3472 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3473
3474 * net/shr.el (shr-insert): Don't infloop if the width is zero.
3475
3476 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3477
3478 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3479 (bug#16251).
3480
3481 * electric.el: Move all electric-pair-* to elec-pair.el.
3482 * elec-pair.el: New file, split from electric.el.
3483
3484 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3485
3486 * net/shr.el (shr-find-fill-point): Don't try to fill if the
3487 indentation level is larger than the width, because that will
3488 infloop.
3489 (shr-insert): Fill repeatedly long texts, so that Japanese is
3490 formatted correctly (bug#16263).
3491 (shr-find-fill-point): Off by one error in comparison with the
3492 indentation.
3493
3494 2013-12-26 João Távora <joaotavora@gmail.com>
3495
3496 * electric.el (electric-pair-mode): More flexible engine for skip-
3497 and inhibit predicates, new options for pairing-related functionality.
3498 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3499 if that keeps or improves their balance in buffers.
3500 (electric-pair-delete-adjacent-pairs): Delete the pair when
3501 backspacing over adjacent matched delimiters.
3502 (electric-pair-open-extra-newline): Open extra newline when
3503 inserting newlines between adjacent matched delimiters.
3504 (electric--sort-post-self-insertion-hook):
3505 Sort post-self-insert-hook according to priority values when
3506 minor-modes are activated.
3507 * simple.el (newline-and-indent): Call newline with interactive
3508 set to t.
3509 (blink-paren-post-self-insert-function): Set priority to 100.
3510 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3511 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3512 comments. Locally set electric-pair-skip-whitespace to 'chomp and
3513 electric-pair-open-newline-between-pairs to nil.
3514
3515 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3516
3517 * progmodes/python.el: Use lexical-binding.
3518 (python-nav-beginning-of-defun): Stop searching ASAP.
3519
3520 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
3521
3522 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3523 Fix interactive spec. Doc fix. (Bug#15754)
3524
3525 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3526
3527 * emacs-lisp/byte-run.el (eval-when-compile):
3528 * progmodes/cc-defs.el (cc-eval-when-compile):
3529 Fix edebug spec (bug#16184).
3530
3531 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3532
3533 * net/shr.el (shr-visit-file): Remove debugging function.
3534 (shr-insert): Don't infloop if we can't find a good place to break
3535 the line (bug#16256).
3536
3537 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
3538
3539 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3540 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
3541 python-nav-lisp-forward-sexp-safe.
3542 (python-nav--forward-sexp): New argument SAFE allows switching
3543 forward sexp movement behavior for parens.
3544 (python-nav-forward-sexp): Throw errors on unterminated parens
3545 (Bug#16191).
3546 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3547 (python-nav-backward-sexp-safe): New functions.
3548 (python-shell-buffer-substring):
3549 Use `python-nav-forward-sexp-safe'.
3550
3551 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3552
3553 * net/shr.el (shr-find-fill-point): Don't break lines before a
3554 quotation mark.
3555 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3556 (shr-find-fill-point): Remove the special checks for the quotation
3557 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3558
3559 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3560
3561 * net/eww.el (eww-form-textarea): Use a different face for
3562 textareas than text input since they have different keymaps
3563 (bug#16142).
3564
3565 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
3566
3567 * progmodes/python.el (python-nav-beginning-of-statement):
3568 Speed up (Bug#15295).
3569
3570 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3571
3572 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3573 the window configuration.
3574
3575 2013-12-24 Eli Zaretskii <eliz@gnu.org>
3576
3577 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3578 we run on MS-Windows or MS-DOS.
3579
3580 2013-12-24 Martin Rudalics <rudalics@gmx.at>
3581
3582 * window.el (balance-windows-area): Call window-size instead of
3583 window-height and window-width. Bug#16241.
3584
3585 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3586
3587 * net/eww.el (eww-bookmark-quit): Remove.
3588 (eww-bookmark-browse): Restore the window configuration when you
3589 choose a bookmark (bug#16144).
3590
3591 2013-12-24 Daniel Colascione <dancol@dancol.org>
3592
3593 * icomplete.el: Remove redundant :group arguments to `defcustom'
3594 throughout.
3595 (icomplete-show-matches-on-no-input): New customizable variable.
3596 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3597 we have something to show.
3598 (icomplete-exhibit): Compute completions even if we have no user input.
3599
3600 2013-12-23 Daniel Colascione <dancol@dancol.org>
3601
3602 * icomplete.el: Move `provide' to end of file.
3603
3604 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
3605
3606 * net/gnutls.el (gnutls-verify-error): Add version tag.
3607
3608 2013-12-23 Chong Yidong <cyd@gnu.org>
3609
3610 * subr.el (set-transient-map): Rename from
3611 set-temporary-overlay-map. Doc fix.
3612
3613 * face-remap.el (text-scale-adjust):
3614 * indent.el (indent-rigidly):
3615 * kmacro.el (kmacro-call-macro):
3616 * minibuffer.el (minibuffer-force-complete):
3617 * repeat.el (repeat):
3618 * simple.el (universal-argument--mode):
3619 * calendar/todo-mode.el (todo-insert-item--next-param):
3620 * progmodes/f90.el (f90-abbrev-start): Callers changed.
3621
3622 * indent.el (indent-rigidly): Use substitute-command-keys.
3623
3624 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3625
3626 * net/eww.el (eww-tag-select): Add text-property to jump to next
3627 select field.
3628 (eww): Add non-supported ftp error.
3629
3630 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3631
3632 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3633 comments. Handle electric indent after typing `?' and `!'.
3634
3635 2013-12-22 Chong Yidong <cyd@gnu.org>
3636
3637 * faces.el (face-spec-recalc): If the theme specs are not
3638 applicable to a frame, fall back on the defface spec.
3639 This prevents themes from obliterating faces on low-color terminals.
3640
3641 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3642
3643 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3644 after `{'. We need it after block openers, and it doesn't seem
3645 to hurt after hash openers.
3646
3647 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3648
3649 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3650 extracted from `ruby-smie-rules'.
3651 (ruby--electric-indent-chars): New variable.
3652 (ruby--electric-indent-p): New function.
3653 (ruby-mode): Use `electric-indent-functions' instead of
3654 `electric-indent-chars'.
3655
3656 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3657
3658 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3659 docstring.
3660 (ruby-smie-rules): Indent plus one level after `=>'.
3661
3662 2013-12-21 Richard Stallman <rms@gnu.org>
3663
3664 * simple.el (newline): Doc fix.
3665
3666 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3667
3668 * net/eww.el (eww-list-histories, eww-list-histories)
3669 (eww-history-browse, eww-history-quit, eww-history-kill)
3670 (eww-history-mode-map, eww-history-mode): New command and
3671 functions to list browser histories.
3672 (eww-form-text): Support text form with disabled
3673 and readonly attributes.
3674 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3675
3676 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3677
3678 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3679 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3680 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3681 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3682 Use `user-error'.
3683 (eww-bookmark-mode-map): Add menu.
3684 (eww-render, eww-mode): Use `setq-local'.
3685 (eww-tool-bar-map): New variable.
3686 (eww-mode): Set `tool-bar-map'.
3687 (eww-view-source): Check for `html-mode' with `fboundp'.
3688
3689 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3690
3691 * net/shr.el (shr--extract-best-source): Don't bug out on audio
3692 elements with text inside. Also remove debugging.
3693
3694 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
3695
3696 * cus-start.el (all): Add ns-use-srgb-colorspace.
3697
3698 2013-12-21 Chong Yidong <cyd@gnu.org>
3699
3700 * custom.el (custom-theme-recalc-face): Do nothing if the face is
3701 undefined. Thus, theme settings for undefined faces do not take
3702 effect until the faces are defined with defface, the same as with
3703 theme variables.
3704
3705 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3706 (face-spec-reset-face): Don't assign extra properties in temacs.
3707 (face-spec-recalc): Apply X resources too.
3708
3709 2013-12-21 Chong Yidong <cyd@gnu.org>
3710
3711 * faces.el (face-spec-set):
3712 * cus-face.el (custom-theme-set-faces, custom-set-faces):
3713 * custom.el (defface): Doc fixes (Bug#16203).
3714
3715 * indent.el (indent-rigidly-map): Add docstring, and move commands
3716 into named functions.
3717 (indent-rigidly-left, indent-rigidly-right)
3718 (indent-rigidly-left-to-tab-stop)
3719 (indent-rigidly-right-to-tab-stop): New functions. Decide on
3720 indentation direction based on bidi direction, and accumulate
3721 sequential commands in a single undo boundary.
3722 (indent-rigidly--pop-undo): New utility function.
3723
3724 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * faces.el (read-face-name): Require crm.el when using crm-separator.
3727
3728 2013-12-20 Daniel Colascione <dancol@dancol.org>
3729
3730 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3731 so that we don't reflow comments into the shebang line.
3732
3733 2013-12-20 Juri Linkov <juri@jurta.org>
3734
3735 * saveplace.el (save-place-to-alist): Add `dired-filename' as
3736 a position when `dired-directory' is non-nil. Check integer
3737 positions with `integerp'.
3738 (toggle-save-place, save-places-to-alist): Add check for
3739 `dired-directory'.
3740 (save-place-find-file-hook): Check integer positions with
3741 `integerp'.
3742 (save-place-dired-hook): Use `dired-goto-file' when
3743 `dired-filename' is found in the assoc list. Check integer
3744 positions with `integerp'.
3745 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3746
3747 * dired.el (dired-initial-position-hook): Rename back from
3748 `dired-initial-point-hook'.
3749 (dired-initial-position): Rename `dired-initial-point-hook' to
3750 `dired-initial-position-hook'.
3751 (dired-file-name-at-point): Doc fix. (Bug#15329)
3752
3753 2013-12-20 Juri Linkov <juri@jurta.org>
3754
3755 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3756 (read-regexp-suggestions): New function.
3757 (read-regexp): Use `read-regexp-defaults-function' to get default values.
3758 Use `read-regexp-suggestions'. Add non-empty default to history
3759 for empty input.
3760 (occur-read-regexp-defaults-function): Remove function.
3761 (occur-read-primary-args): Use `regexp-history-last' instead of
3762 `occur-read-regexp-defaults-function'.
3763
3764 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3765 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3766 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3767 `hi-lock-read-regexp-defaults-function'. Doc fix.
3768 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3769 with `find-tag-default-as-symbol-regexp'. Doc fix.
3770 (hi-lock-read-regexp-defaults): Remove function.
3771 (hi-lock-regexp-okay): Add check for null.
3772
3773 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3774 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
3775
3776 * subr.el (find-tag-default-as-symbol-regexp): New function.
3777 (find-tag-default-as-regexp): Move symbol regexp formatting to
3778 `find-tag-default-as-symbol-regexp'.
3779
3780 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
3781
3782 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3783 (Bug#14179)
3784
3785 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3786
3787 * calendar/todo-mode.el: New implementation of item insertion
3788 commands and key bindings.
3789 (todo-key-prompt): New face.
3790 (todo-insert-item): New command.
3791 (todo-insert-item--parameters): New defconst, replacing defvar
3792 todo-insertion-commands-args-genlist.
3793 (todo-insert-item--param-key-alist): New defconst, replacing
3794 defvar todo-insertion-commands-arg-key-list.
3795 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3796 (todo-insert-item--argsleft, todo-insert-item--apply-args)
3797 (todo-insert-item--next-param): New functions.
3798 (todo-insert-item--args, todo-insert-item--argleft)
3799 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3800 New variables.
3801 (todo-key-bindings-t): Change binding of "i" from
3802 todo-insertion-map to todo-insert-item.
3803 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3804 (todo-insertion-command-name, todo-insertion-commands-names)
3805 (todo-define-insertion-command, todo-insertion-commands)
3806 (todo-insertion-key-bindings, todo-insertion-map): Remove.
3807
3808 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3809
3810 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3811 (todo-toggle-item-highlighting): Use eval-and-compile instead of
3812 eval-when-compile.
3813 (todo-move-category): Allow choosing a non-existing todo file to
3814 move the category to, and create that file.
3815 (todo-default-priority): New user option.
3816 (todo-set-item-priority): Use it.
3817 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3818 (desktop-restore-file-buffer): Declare.
3819 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3820 (todo-modes-set-2): Locally set desktop-save-buffer to
3821 todo-desktop-save-buffer.
3822 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3823 (auto-mode-alist): Add autoload cookie.
3824
3825 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
3826
3827 * emacs-lisp/subr-x.el: Renamed from helpers.el.
3828 helpers.el was a poor choice of name.
3829 (string-remove-prefix): New function.
3830 (string-remove-suffix): New function.
3831
3832 2013-12-20 Martin Rudalics <rudalics@gmx.at>
3833
3834 Fix assignment for new window total sizes.
3835 * window.el (window--pixel-to-size): Remove function.
3836 (window--pixel-to-total-1, window--pixel-to-total):
3837 Fix calculation of new total sizes.
3838
3839 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
3840
3841 * comint.el (comint-output-filter): Fix rear-nonsticky property
3842 placement (Bug#16010).
3843
3844 2013-12-20 Chong Yidong <cyd@gnu.org>
3845
3846 * faces.el (read-color): Minor fix for completion function.
3847
3848 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
3849
3850 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3851 New option. (Bug#16182)
3852 (ruby-smie--indent-to-stmt-p): Use it.
3853 (ruby-smie-rules): Revert the logic in the handling of `when'.
3854 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3855 (ruby-deep-arglist, ruby-deep-indent-paren)
3856 (ruby-deep-indent-paren-style): Update docstrings to note that the
3857 vars don't have any effect with SMIE.
3858
3859 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
3860
3861 * calc/calc.el (calc-enter, calc-pop): Use the variable
3862 `calc-context-sensitive-enter'.
3863
3864 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3865
3866 * net/shr.el (shr-insert): Protect against infloops in degenerate
3867 tables.
3868
3869 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3870
3871 * progmodes/octave.el (octave): Add link to manual and octave
3872 homepage.
3873 (octave-mode-menu): Link to octave-mode manual.
3874
3875 2013-12-20 Leo Liu <sdl.web@gmail.com>
3876
3877 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3878 insertion using skeleton-end-newline. (Bug#16138)
3879
3880 2013-12-20 Juri Linkov <juri@jurta.org>
3881
3882 * replace.el (occur-engine): Use `add-face-text-property'
3883 to add the face property to matches and titles. (Bug#14645)
3884
3885 * hi-lock.el (hi-green): Use lighter color "light green" closer to
3886 the palette of other hi-lock colors.
3887 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3888
3889 2013-12-19 Juri Linkov <juri@jurta.org>
3890
3891 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3892 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
3893 (minibuffer-history-symbol): Move variable declaration closer to
3894 its usage.
3895
3896 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3897 (Bug#14785)
3898
3899 2013-12-19 Juri Linkov <juri@jurta.org>
3900
3901 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3902 New function.
3903 (log-edit-hook): Add it to :options. (Bug#16170)
3904
3905 2013-12-19 Juri Linkov <juri@jurta.org>
3906
3907 * simple.el (eval-expression-print-format): Don't check for
3908 command names and the last command. Always display additional
3909 formats of the integer result in the echo area, and insert them
3910 to the current buffer only with a zero prefix arg.
3911 Display character when char-displayable-p is non-nil.
3912 (eval-expression): With a zero prefix arg, set `print-length' and
3913 `print-level' to nil, and insert the integer values from
3914 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
3915
3916 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3917 `eval-last-sexp-arg-internal'. Doc fix.
3918 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3919 `eval-last-sexp-print-value'. Doc fix.
3920 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3921 Set `print-length' and `print-level' to nil when arg is zero.
3922 (eval-last-sexp): Doc fix.
3923 (eval-defun-2): Print the integer values from
3924 `eval-expression-print-format' at the end.
3925
3926 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3927 values from `eval-expression-print-format' at the end.
3928
3929 * ielm.el (ielm-eval-input): Print the integer
3930 values from `eval-expression-print-format' at the end.
3931
3932 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
3933
3934 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3935 2013-12-11T19:01:44Z!tzz@lifelogs.com.
3936
3937 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
3940 (hl-line-highlight, global-hl-line-highlight): Use it.
3941 (hl-line-overlay): Use defvar-local.
3942
3943 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
3944
3945 * term/ns-win.el: Require dnd.
3946 (global-map): Remove drag items.
3947 (ns-insert-text, ns-set-foreground-at-mouse)
3948 (ns-set-background-at-mouse):
3949 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3950 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3951 New functions.
3952
3953 2013-12-19 Glenn Morris <rgm@gnu.org>
3954
3955 * emacs-lisp/ert.el (ert-select-tests):
3956 Fix string/symbol mixup. (Bug#16121)
3957
3958 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3959
3960 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3961 keywords to their parent.
3962
3963 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3964
3965 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3966 first arg to be a string (fixed dead code), or an operator symbol.
3967 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3968 operator symbols.
3969 (ruby-smie-rules): Remove parent token check in the `.' clause, it
3970 did nothing. Don't respond to `(:after ".")', it will be called
3971 with :before anyway. Remove the ` @ ' rule, it didn't seem to
3972 change anything. Only return indentation for binary operators
3973 when they are hanging. De-dent opening paren when its parent is
3974 `.', otherwise it looks bad when the dot is not at bol or eol
3975 (bug#16182).
3976
3977 2013-12-19 Juri Linkov <juri@jurta.org>
3978
3979 * replace.el (query-replace-read-args): Split a non-negative arg
3980 and a negative arg into separate elements.
3981 (query-replace, query-replace-regexp, replace-string)
3982 (replace-regexp): Add arg `backward'. Doc fix.
3983 (replace-match-maybe-edit): When new arg `backward' is non-nil,
3984 move point to the beginning of the match.
3985 (replace-search, replace-highlight): Use new arg `backward'
3986 to set the value of `isearch-forward'.
3987 (perform-replace): Add arg `backward' and use it to perform
3988 replacement backward. (Bug#14979)
3989
3990 * isearch.el (isearch-query-replace): Use a negative prefix arg
3991 to call `perform-replace' with a non-nil arg `backward'.
3992
3993 2013-12-18 Juri Linkov <juri@jurta.org>
3994
3995 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3996 to the default list. Move `log-edit-show-files' to the end.
3997 Add more available functions to options.
3998 (log-edit): Move default specific settings to
3999 `log-edit-insert-message-template'. Don't move point.
4000 (log-edit-insert-message-template): New function.
4001 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4002 (Bug#16170)
4003
4004 2013-12-18 Juri Linkov <juri@jurta.org>
4005
4006 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4007 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4008
4009 2013-12-18 Leo Liu <sdl.web@gmail.com>
4010
4011 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4012 (Bug#16186)
4013
4014 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4015
4016 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4017 formats for displaying file sizes when the -s switch is given.
4018 Instead, compute a separate format for displaying the size in
4019 blocks, which is displayed in addition to the "regular" size.
4020 When -h is given in addition to -s, produce size in blocks in
4021 human-readable form as well. (Bug#16179)
4022
4023 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4024
4025 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4026 Reference tables with ~\ref{...} instead of only \ref{...}.
4027
4028 2013-12-18 Chong Yidong <cyd@gnu.org>
4029
4030 * cus-edit.el (custom-magic-alist): Fix "themed" description
4031 (Bug#14348).
4032
4033 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4034 is non-nil, do not create a new entry in the symbol's theme-value
4035 or theme-face property; update theme-settings only (Bug#14664).
4036 (custom-available-themes): Doc fix.
4037
4038 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4039 (Bug#15674).
4040
4041 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4042
4043 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4044
4045 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4046 (Bug#13914).
4047
4048 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4049
4050 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4051
4052 2013-12-18 Glenn Morris <rgm@gnu.org>
4053
4054 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4055 * cus-start.el (load-prefer-newer): New option.
4056
4057 2013-12-18 Le Wang <l26wang@gmail.com>
4058
4059 * comint.el (comint-previous-matching-input-from-input):
4060 Retain point (Bug#13404).
4061
4062 2013-12-18 Chong Yidong <cyd@gnu.org>
4063
4064 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4065
4066 2013-12-18 Glenn Morris <rgm@gnu.org>
4067
4068 * mail/emacsbug.el (report-emacs-bug):
4069 Only mention enable-multibyte-characters if non-standard.
4070
4071 2013-12-17 Juri Linkov <juri@jurta.org>
4072
4073 * arc-mode.el (archive-extract-by-file): Check if directory exists
4074 before deletion to not show irrelevant errors if it doesn't exist.
4075
4076 2013-12-17 Juri Linkov <juri@jurta.org>
4077
4078 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4079 (Bug#14751)
4080
4081 * net/eww.el (browse-web): Add alias to `eww'.
4082 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4083 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4084
4085 * net/browse-url.el (browse-url-browser-function): Move `eww'
4086 closer to similar functions.
4087
4088 * startup.el (fancy-startup-screen, fancy-about-screen):
4089 Set browse-url-browser-function to eww-browse-url locally.
4090 (Bug#14751)
4091
4092 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4093
4094 * window.el (window--pixel-to-total): Remove unused `mini' var.
4095 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4096 (split-window): Remove unused `new' var.
4097 (window--display-buffer): Remove unused `frame' and `delta' vars.
4098 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4099 and display-width'.
4100
4101 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4102
4103 * dired.el (dired-mark-pop-up):
4104 * register.el (register-preview): Don't bind
4105 split-height-threshold here since it's now done in
4106 display-buffer-below-selected.
4107
4108 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4109
4110 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4111 xterm-rgb-convert-to-16bit.
4112 (rxvt-register-default-colors): Standardize with
4113 xterm-register-default-colors (Bug#14078).
4114
4115 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4116
4117 * simple.el (kill-region): Pass mark first, then point, so that
4118 kill-append works right (Bug#12819).
4119 (copy-region-as-kill, kill-ring-save): Likewise.
4120
4121 2013-12-17 Leo Liu <sdl.web@gmail.com>
4122
4123 * net/rcirc.el (rcirc-add-face):
4124 * eshell/em-prompt.el (eshell-emit-prompt):
4125 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4126 (Bug#16167)
4127
4128 2013-12-17 Chong Yidong <cyd@gnu.org>
4129
4130 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4131 Suggested by Xue Fuqiao.
4132
4133 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4134
4135 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4136
4137 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * net/shr.el (shr-insert-document): Remove unused var
4140 `shr-preliminary-table-render'.
4141 (shr-rescale-image): Remove unused arg `force'.
4142 (shr-put-image): Update calls accordingly.
4143 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4144
4145 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4146
4147 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4148 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4149 :close-all, to see which indentation method to use (Bug#16116).
4150 (smie-rules-function): Document the method :close-all.
4151
4152 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4153
4154 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4155
4156 * net/eww.el (eww-display-html): If we can't find the anchor we're
4157 looking for, then go to point-min.
4158
4159 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4160
4161 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4162 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4163 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4164 Expand dir too, in case it's relative.
4165
4166 2013-12-16 Juri Linkov <juri@jurta.org>
4167
4168 * desktop.el (desktop-auto-save-timeout): Change default to
4169 `auto-save-timeout'. Doc fix.
4170 (desktop-save): Skip the timestamp in desktop-saved-frameset
4171 when checking for auto-save changes.
4172 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4173 `desktop-auto-save' is called repeatedly by the idle timer.
4174 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4175 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4176 (Bug#15331)
4177
4178 2013-12-16 Juri Linkov <juri@jurta.org>
4179
4180 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4181 (Bug#16035)
4182 (isearch-pre-command-hook): Check `this-command' for symbolp.
4183
4184 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4187
4188 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4189
4190 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4191 (cfengine3--current-function): Bring in the current-function
4192 functionality from `cfengine3--current-word'.
4193 (cfengine3-completion-function): Bring in the
4194 bounds-of-current-word functionality from
4195 `cfengine3--current-word'.
4196
4197 2013-12-16 Martin Rudalics <rudalics@gmx.at>
4198
4199 * window.el (display-buffer-below-selected):
4200 Bind split-height-threshold to 0 as suggested by Juri Linkov.
4201
4202 2013-12-16 Leo Liu <sdl.web@gmail.com>
4203
4204 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4205 Remove NOMSG arg and all uses changed.
4206
4207 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4210 (cua--deactivate-rectangle): Don't deactivate the mark.
4211 (cua-set-rectangle-mark): Don't set mark-active since
4212 cua--activate-rectangle already does it for us.
4213 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4214 non-rectangular region.
4215
4216 * emulation/cua-base.el (cua-repeat-replace-region):
4217 Use with-current-buffer.
4218
4219 * net/gnutls.el: Use cl-lib.
4220 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4221
4222 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4223
4224 * emacs-lisp/package.el (package-built-in-p): Support both
4225 built-in and the package.el converted package descriptions.
4226 (package-show-package-list): Allow keywords.
4227 (package-keyword-button-action): Use it instead of
4228 `finder-list-matches'.
4229 (package-menu-filter-interactive): Interactive filtering (by
4230 keyword) function.
4231 (package-menu--generate): Support keywords and change keymappings
4232 and headers when they are given.
4233 (package--has-keyword-p): Helper function.
4234 (package-menu--refresh): Use it.
4235 (package--mapc): Helper function.
4236 (package-all-keywords): Use it.
4237 (package-menu-mode-map): Set up menu items and keybindings to
4238 provide a filtering UI.
4239
4240 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4241
4242 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4243 the behavior when a certificate fails validation. Defaults to
4244 old behavior: never abort, just warn.
4245 (gnutls-negotiate): Use it.
4246
4247 2013-12-14 Martin Rudalics <rudalics@gmx.at>
4248
4249 * window.el (display-buffer-below-selected): Never split window
4250 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4251
4252 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4253
4254 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4255 (package-buffer-info): Use it (bug#15108).
4256
4257 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4258
4259 * icomplete.el (icomplete-completions): Make sure the prefix is already
4260 displayed elsewhere before hiding it (bug#16219).
4261
4262 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4263
4264 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4265 open-paren tokens when preceded by a open-paren, too.
4266 (ruby-smie-rules): Handle virtual indentation after open-paren
4267 tokens specially. If there is code between it and eol, return the
4268 column where is starts (Bug#16118).
4269
4270 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4271
4272 * progmodes/cfengine.el: Fix `add-hook' doc.
4273 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4274 (cfengine3--current-word): Fix parameters.
4275 (cfengine3-make-syntax-cache): Simplify further.
4276 (cfengine3-completion-function, cfengine3--current-function):
4277 Use `assq' for symbols.
4278 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4279
4280 2013-12-13 Glenn Morris <rgm@gnu.org>
4281
4282 * loadup.el (load-path): Warn if site-load or site-init changes it.
4283 No more need to reset it when bootstrapping.
4284
4285 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4286
4287 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4288 locations for cf-promises.
4289 (cfengine-mode-syntax-functions-regex): New caching variable.
4290 (cfengine3-fallback-syntax): Fallback syntax for cases where
4291 cf-promises doesn't run.
4292 (cfengine3--current-word): Reimplement using
4293 `cfengine-mode-syntax-functions-regex'.
4294 (cfengine3-completion-function, cfengine3--current-function):
4295 Use `cfengine3-make-syntax-cache' directly.
4296 (cfengine3-clear-syntax-cache): New function.
4297 (cfengine3-make-syntax-cache): Simplify and create
4298 `cfengine-mode-syntax-functions-regex' on demand.
4299 (cfengine3-format-function-docstring): Don't call
4300 `cfengine3-make-syntax-cache' explicitly.
4301
4302 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4303
4304 Fix windmove-find-other-window broken after pixelwise resizing
4305 (Bug#16017).
4306 * windmove.el (windmove-other-window-loc): Revert change from
4307 2013-12-04.
4308 (windmove-find-other-window): Call window-in-direction.
4309 * window.el (window-in-direction): New arguments SIGN, WRAP and
4310 MINI to emulate original windmove-find-other-window behavior.
4311
4312 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4313
4314 * simple.el (blink-matching--overlay): New variable.
4315 (blink-matching-open): Instead of moving point, highlight the
4316 matching paren with an overlay
4317 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4318
4319 * faces.el (paren-showing-faces, show-paren-match)
4320 (show-paren-mismatch): Move from paren.el.
4321
4322 2013-12-13 Leo Liu <sdl.web@gmail.com>
4323
4324 * indent.el (indent-region): Disable progress reporter in
4325 minibuffer. (Bug#16108)
4326
4327 * bindings.el (visual-order-cursor-movement): Fix version.
4328
4329 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4330
4331 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4332 Also match after beginning of line.
4333 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4334 files. Thanks to Russell Sim. (Bug#15378)
4335
4336 2013-12-13 Juri Linkov <juri@jurta.org>
4337
4338 * simple.el <Keypad support>: Remove key bindings duplicated
4339 with bindings.el. (Bug#14397)
4340
4341 2013-12-13 Juri Linkov <juri@jurta.org>
4342
4343 * comint.el (comint-mode-map): Replace `delete-char' with
4344 `delete-forward-char'. (Bug#16109)
4345
4346 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4347
4348 * progmodes/python.el (python-indent-calculate-indentation):
4349 Fix de-denters cornercase. (Bug#15731)
4350
4351 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4354 (advice--make): Pay attention to `depth'.
4355 (advice--make-1): Don't autoload commands eagerly.
4356 * emacs-lisp/elp.el (elp-instrument-function):
4357 * emacs-lisp/trace.el (trace-function-internal):
4358 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4359
4360 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4361
4362 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4363
4364 * term/w32-win.el (w32-handle-dropped-file):
4365 * startup.el (normal-top-level):
4366 * net/browse-url.el (browse-url-file-url):
4367 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4368 decode file names using 'utf-8' rather than
4369 file-name-coding-system.
4370
4371 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4372
4373 * progmodes/python.el (python-indent-context)
4374 (python-indent-calculate-indentation): Fix auto-identation
4375 behavior for comment blocks. (Bug#15916)
4376
4377 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4378
4379 * progmodes/python.el (python-indent-calculate-indentation):
4380 When determining indentation, don't treat "return", "pass", etc., as
4381 operators when they are just string constituents. (Bug#15812)
4382
4383 2013-12-12 Juri Linkov <juri@jurta.org>
4384
4385 * uniquify.el (uniquify-buffer-name-style): Change default to
4386 `post-forward-angle-brackets'.
4387
4388 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4389 `uniquify'. Change default to `post-forward-angle-brackets'.
4390
4391 2013-12-11 Glenn Morris <rgm@gnu.org>
4392
4393 * emacs-lisp/package.el (finder-list-matches):
4394 Autoload rather than falsely declaring.
4395
4396 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4397
4398 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4399 (eww-mode-map): Use them.
4400
4401 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4402
4403 * window.el (display-buffer-in-side-window): Fix doc-string
4404 (Bug#16115).
4405
4406 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4407
4408 * vc/vc-git.el: Silence byte-compiler warnings.
4409 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4410 (log-edit-set-header): Declare.
4411
4412 2013-12-11 Eli Zaretskii <eliz@gnu.org>
4413
4414 * Makefile.in (custom-deps, finder-data): Run output file names
4415 through unmsys--file-name. (Bug#16099)
4416
4417 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4418
4419 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4420 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4421
4422 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4423 instead of deleting the selection "by hand" (bug#16098).
4424 Rely on insert-for-yank to yank rectangles.
4425 (cua-highlight-region-shift-only): Mark obsolete.
4426 (cua-mode): Don't enable/disable transient-mark-mode,
4427 shift-select-mode (cua-mode works both with and without them), and
4428 pc-selection-mode (obsolete).
4429 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4430 (cua--deactivate-rectangle): Deactivate it.
4431
4432 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4433 (delete-selection-helper): Make sure yank starts at the top of the
4434 deleted region.
4435 (minibuffer-keyboard-quit): Use region-active-p.
4436
4437 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4438
4439 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4440 to `delete' (bug#16109).
4441
4442 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4443
4444 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4445 info manual and show keybindings and set `:group' keyword.
4446
4447 2013-12-11 Juri Linkov <juri@jurta.org>
4448
4449 * delsel.el (delete-active-region): Let-bind `this-command'
4450 to prevent `kill-region' from changing its original value.
4451 (delete-selection-helper): Handle `overwrite-mode' for the type
4452 `kill' exactly the same way as for the type `t'.
4453 (insert-char, quoted-insert, reindent-then-newline-and-indent):
4454 Support more commands. (Bug#13312)
4455
4456 2013-12-11 Juri Linkov <juri@jurta.org>
4457
4458 * bindings.el: Map kp keys to non-kp keys systematically
4459 with basic modifiers control, meta and shift. (Bug#14397)
4460
4461 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4462
4463 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4464 "Close browser" menu items. Fix wrong function of "List
4465 bookmarks".
4466
4467 2013-12-11 Juri Linkov <juri@jurta.org>
4468
4469 * misearch.el (multi-isearch-buffers): Set the value of
4470 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4471 arg of isearch-forward to t.
4472 (multi-isearch-buffers-regexp): Set the value of
4473 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4474 arg of isearch-forward-regexp to t.
4475 (multi-isearch-files): Set the value of
4476 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4477 arg of isearch-forward to t.
4478 (multi-isearch-files-regexp): Set the value of
4479 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4480 arg of isearch-forward-regexp to t. (Bug#16035)
4481
4482 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4483 arg of isearch-forward to t.
4484 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4485 arg of isearch-forward-regexp to t.
4486 (dired-isearch-filter-filenames): Remove unnecessary check for
4487 `dired-isearch-filenames'.
4488
4489 * comint.el (comint-history-isearch-backward):
4490 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4491 (comint-history-isearch-backward-regexp):
4492 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4493
4494 2013-12-10 Eli Zaretskii <eliz@gnu.org>
4495
4496 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4497 unmsys--file-name. (Bug#16099)
4498
4499 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
4500
4501 * emacs-lisp/package.el (package-keyword-button-action):
4502 Remove finder.el require dependency.
4503
4504 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
4505
4506 * emacs-lisp/package.el: Require finder.el.
4507 (describe-package-1): Add keyword buttons.
4508 (package-make-button): New convenience function.
4509 (package-keyword-button-action): Keyword button action using
4510 `finder-list-matches'.
4511
4512 2013-12-09 Eli Zaretskii <eliz@gnu.org>
4513
4514 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4515 last commit.
4516
4517 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
4518
4519 * autorevert.el (auto-revert-notify-add-watch): Do not handle
4520 symlinked files.
4521
4522 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4523
4524 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4525 after the end of a percent literal.
4526
4527 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
4528
4529 * progmodes/ruby-mode.el (ruby-forward-string): Document.
4530 Handle caret-delimited strings (Bug#16079).
4531
4532 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4533
4534 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4535 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4536 `ruby-parse-partial' (Bug#16078).
4537
4538 2013-12-09 Leo Liu <sdl.web@gmail.com>
4539
4540 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
4541
4542 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
4543
4544 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4545 (js-switch-indent-offset): New option.
4546 (js--proper-indentation): Use it. And handle the case when
4547 "default" is actually a key in an object literal.
4548 (js--same-line): New function.
4549 (js--multi-line-declaration-indentation): Use it.
4550 (js--indent-in-array-comp, js--array-comp-indentation):
4551 New functions.
4552 (js--proper-indentation): Use them, to handle array comprehension
4553 continuations.
4554
4555 2013-12-08 Leo Liu <sdl.web@gmail.com>
4556
4557 * progmodes/flymake.el (flymake-highlight-line): Re-write.
4558 (flymake-make-overlay): Remove arg MOUSE-FACE.
4559 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4560
4561 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4562
4563 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4564 New function.
4565 (redisplay-highlight-region-function): Use it.
4566
4567 * emulation/cua-base.el (cua--explicit-region-start)
4568 (cua--last-region-shifted): Remove.
4569 (cua--deactivate): Use deactivate-mark.
4570 (cua--pre-command-handler-1): Don't handle shift-selection.
4571 (cua--post-command-handler-1): Don't change transient-mark-mode.
4572 (cua--select-keymaps): Use region-active-p rather than
4573 cua--explicit-region-start or cua--last-region-shifted.
4574 (cua-mode): Enable shift-select-mode.
4575
4576 2013-12-08 Leo Liu <sdl.web@gmail.com>
4577
4578 * progmodes/flymake.el (flymake-popup-current-error-menu):
4579 Rename from flymake-display-err-menu-for-current-line. Reimplement.
4580 (flymake-posn-at-point-as-event, flymake-popup-menu)
4581 (flymake-make-emacs-menu): Remove. (Bug#16077)
4582
4583 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * rect.el (rectangle-mark-mode): Activate mark even if
4586 transient-mark-mode is off (bug#16066).
4587 (rectangle--highlight-for-redisplay): Fix boundary condition when point
4588 is > mark and at bolp.
4589
4590 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4591 (region-extract-function): Use it.
4592 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4593 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4594 Delete functions.
4595 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4596 kill-ring-save, kill-region, delete-char, delete-forward-char.
4597 Ignore self-insert-iso.
4598
4599 * emulation/cua-gmrk.el (cua--init-global-mark):
4600 Ignore `self-insert-iso'.
4601
4602 * emulation/cua-base.el (cua--prefix-copy-handler)
4603 (cua--prefix-cut-handler): Rely on region-extract-function rather than
4604 checking cua--rectangle.
4605 (cua-delete-region): Use region-extract-function.
4606 (cua-replace-region): Delete function.
4607 (cua-copy-region, cua-cut-region): Obey region-extract-function.
4608 (cua--pre-command-handler-1): Don't do the delete-selection thing.
4609 (cua--self-insert-char-p): Ignore `self-insert-iso'.
4610 (cua--init-keymaps): Don't remap delete-selection commands.
4611 (cua-mode): Use delete-selection-mode instead of rolling our own
4612 (bug#16085).
4613
4614 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4615 Obey region-extract-function.
4616
4617 Make registers and delete-selection-mode work on rectangles.
4618 * register.el (describe-register-1): Don't modify the register's value.
4619 (copy-to-register): Obey region-extract-function.
4620 * delsel.el (delete-active-region): Obey region-extract-function.
4621
4622 2013-12-08 Leo Liu <sdl.web@gmail.com>
4623
4624 * progmodes/flymake.el (flymake, flymake-error-bitmap)
4625 (flymake-warning-bitmap, flymake-fringe-indicator-position)
4626 (flymake-compilation-prevents-syntax-check)
4627 (flymake-start-syntax-check-on-newline)
4628 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4629 (flymake-start-syntax-check-on-find-file, flymake-log-level)
4630 (flymake-xml-program, flymake-master-file-dirs)
4631 (flymake-master-file-count-limit)
4632 (flymake-allowed-file-name-masks): Relocate.
4633 (flymake-makehash, flymake-float-time)
4634 (flymake-replace-regexp-in-string, flymake-split-string)
4635 (flymake-get-temp-dir): Remove.
4636 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4637 (flymake-current-row, flymake-selected-frame)
4638 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4639 related functions. (Bug#16077)
4640
4641 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
4642
4643 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4644
4645 2013-12-07 Tassilo Horn <tsdh@gnu.org>
4646
4647 * help-fns.el (describe-function-1): Use new advice-* functions
4648 rather than old ad-* functions. Fix function type description and
4649 source links for advised functions and subrs.
4650
4651 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4652
4653 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4654
4655 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
4656
4657 * progmodes/compile.el (compilation-start):
4658 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4659
4660 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4661 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
4662
4663 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4664
4665 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4666 Touch up the last change.
4667
4668 2013-12-06 Leo Liu <sdl.web@gmail.com>
4669
4670 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4671 (inferior-octave-startup): Always use "octave> " for prompt.
4672 (octave-goto-function-definition)
4673 (octave-sync-function-file-names)
4674 (octave-find-definition-default-filename): Remove redundant backquotes.
4675
4676 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4677
4678 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4679 syntax for `?'.
4680 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4681 where appropriate already.
4682 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4683 end of method names (Bug#15874).
4684
4685 2013-12-06 Juri Linkov <juri@jurta.org>
4686
4687 * isearch.el (isearch--saved-overriding-local-map):
4688 New internal variable.
4689 (isearch-mode): Set it to the initial value of
4690 `overriding-terminal-local-map'.
4691 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4692 with `isearch--saved-overriding-local-map'. (Bug#16035)
4693
4694 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4695
4696 * progmodes/octave.el (inferior-octave-completion-table):
4697 Turn back into function, use `completion-table-with-cache'
4698 (Bug#11906). Update all references.
4699
4700 * minibuffer.el (completion-table-with-cache): New function.
4701
4702 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
4703
4704 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4705
4706 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
4707
4708 * net/eww.el (eww-current-source): New variable to store page
4709 source.
4710 (eww-display-html, eww-mode, eww-save-history)
4711 (eww-restore-history): Use it.
4712 (eww-view-source): New command to view page source.
4713 Opportunistically uses `html-mode' to highlight the buffer.
4714 (eww-mode-map): Install it.
4715
4716 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
4717
4718 * net/dbus.el (dbus-unregister-service)
4719 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4720 Fix docstring.
4721 (dbus-unregister-service): Skip :serial entries in
4722 `dbus-registered-objects-table'.
4723 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4724
4725 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
4726
4727 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4728 around keywords with extra `split-string' argument.
4729
4730 2013-12-04 Martin Rudalics <rudalics@gmx.at>
4731
4732 * windmove.el (windmove-other-window-loc): Handle navigation
4733 between windows (excluding the minibuffer window - Bug#16017).
4734
4735 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
4736
4737 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4738 in D-Bus type syntax.
4739 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4740 preserve unibyte strings. (Bug#16048)
4741
4742 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4743
4744 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4745 Call force-mode-line-update is the proper buffer (bug#16042).
4746
4747 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
4748
4749 * vc/log-edit.el (log-edit-add-new-comment): Rename to
4750 `log-edit-remember-comment', make argument optional. Adjust all
4751 callers.
4752 (log-edit-mode): Add `log-edit-remember-comment' to
4753 `kill-buffer-hook' locally.
4754 (log-edit-kill-buffer): Don't remember comment explicitly since
4755 the buffer is killed anyway.
4756
4757 2013-12-04 Juri Linkov <juri@jurta.org>
4758
4759 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4760 add-hook and remove-hook for multi-buffer search. (Bug#16035)
4761
4762 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
4763
4764 * notifications.el (notifications-close-notification): Call the
4765 D-Bus method with ID being a `:uint32'. (Bug#16030)
4766
4767 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4768
4769 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4770
4771 2013-12-03 Juri Linkov <juri@jurta.org>
4772
4773 * progmodes/compile.el (compilation-start): Rename window alist
4774 entry `no-display-ok' to `allow-no-window'.
4775
4776 * simple.el (shell-command): Add window alist entry
4777 `allow-no-window' to `display-buffer'.
4778 (async-shell-command): Doc fix.
4779
4780 * window.el (display-buffer-no-window): New action function.
4781 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
4782
4783 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4784
4785 * vc/log-edit.el (log-edit-set-header): Extract from
4786 `log-edit-toggle-header'.
4787 (log-edit-extract-headers): Separate the summary, when extracted
4788 from header, from the rest of the message with an empty line.
4789
4790 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4791 line, if present, to the Summary header.
4792
4793 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4794
4795 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4796 in current-buffer (bug#16029).
4797
4798 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
4799
4800 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4801 (debugger-mode-map): Bind it.
4802 (debugger--backtrace-base): New function.
4803 (debugger-eval-expression): Use it.
4804 (debugger-frame-number): Skip local vars when present.
4805 (debugger--locals-visible-p, debugger--insert-locals)
4806 (debugger--show-locals, debugger--hide-locals): New functions.
4807
4808 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
4809
4810 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4811 "LC_ALL".
4812 (tramp-get-remote-locale): New defun.
4813 (tramp-open-connection-setup-interactive-shell): Use it.
4814
4815 2013-12-02 Leo Liu <sdl.web@gmail.com>
4816
4817 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
4818
4819 * progmodes/sh-script.el (sh-shell-process):
4820 * progmodes/octave.el (inferior-octave-process-live-p):
4821 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4822 (gdb-inferior-io-sentinel):
4823 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4824
4825 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4826
4827 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4828 `save-selected-window' to `log-edit-hide-buf'. This makes
4829 `log-edit-show-files' idempotent.
4830 (log-edit-show-files): Mark the new window as dedicated.
4831
4832 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4833
4834 * vc/log-edit.el (log-edit-mode-map): Add binding for
4835 `log-edit-kill-biffer'.
4836 (log-edit-hide-buf): Add a FIXME comment.
4837 (log-edit-add-new-comment): New function, extracted from
4838 `log-edit-done'.
4839 (log-edit-done, log-edit-add-to-changelog): Use it.
4840 (log-edit-kill-buffer): New command.
4841
4842 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4843
4844 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4845 instead of killing the buffer.
4846
4847 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4848
4849 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4850
4851 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4852
4853 * net/eww.el (eww-form-checkbox-selected-symbol)
4854 (eww-form-checkbox-symbol): New customizable variable.
4855 (eww-form-checkbox, eww-toggle-checkbox):
4856 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4857
4858 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4859 (shr--get-media-pref, shr--extract-best-source): New function.
4860 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4861 no :src tag was specified.
4862
4863 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4864 (eww-render): Handle `eww-use-external-browser-for-content-type'.
4865 Use \\` to match beginning of string instead of ^.
4866 (eww-browse-with-external-browser): Provide optional URL parameter.
4867 (eww-render): Set `eww-current-title' back to "".
4868
4869 * net/shr.el (shr-tag-video): Display content for video if no
4870 poster is available.
4871 (shr-tag-audio): Add support for <audio> tag.
4872
4873 * net/eww.el (eww-text-input-types): New const.
4874 (eww-process-text-input): Treat input types in
4875 `eww-text-input-types' as text.
4876
4877 * net/shr.el (shr-tag-table): Fix comment typo.
4878
4879 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4880
4881 * net/eww.el (eww-follow-link): New command to avoid reloading
4882 pages when we follow #target links (bug#15243).
4883 (eww-quit): Special mode buffers shouldn't query before exiting.
4884
4885 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4886
4887 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4888 forms.
4889
4890 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4891
4892 * net/eww.el (eww-restore-history): Update the window title after
4893 moving in the history.
4894 (eww-current-dom): New variable used to save the current DOM.
4895
4896 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
4897
4898 * vc/log-edit.el (log-edit-mode-map): Add binding for
4899 `log-edit-beginning-of-line'.
4900 (log-edit-setup-add-author): New user option.
4901 (log-edit-beginning-of-line): New command.
4902 (log-edit): Move major mode call above the contents setup so that
4903 the local variable values are already applied.
4904 (log-edit): Only insert "Author: " when
4905 `log-edit-setup-add-author' is non-nil.
4906 (log-edit): When SETUP is non-nil, position point after ": "
4907 instead of point-min.
4908
4909 2013-12-01 Glenn Morris <rgm@gnu.org>
4910
4911 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4912
4913 2013-11-30 Eli Zaretskii <eliz@gnu.org>
4914
4915 * startup.el (fancy-splash-frame): On MS-Windows, trigger
4916 redisplay to make sure the initial frame gets a chance to become
4917 visible. (Bug#16014)
4918
4919 2013-11-30 Martin Rudalics <rudalics@gmx.at>
4920
4921 Support resizing frames and windows pixelwise.
4922 * cus-start.el (frame-resize-pixelwise)
4923 (window-resize-pixelwise): New entries.
4924 * emacs-lisp/debug.el (debug): Use window-total-height instead
4925 of window-total-size.
4926 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4927 * help.el (describe-bindings-internal): Use help-buffer as
4928 argument for with-help-window.
4929 (temp-buffer-max-width): New option.
4930 (resize-temp-buffer-window, help-window-setup)
4931 (with-help-window): Rewrite.
4932 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
4933 dragging dividers.
4934 * window.el (frame-char-size, window-min-pixel-height)
4935 (window-safe-min-pixel-height, window-safe-min-pixel-width)
4936 (window-min-pixel-width, window-safe-min-pixel-size)
4937 (window-combination-p, window-safe-min-size)
4938 (window-resizable-p, window--size-to-pixel)
4939 (window--pixel-to-size, window--resize-apply-p): New functions.
4940 (window-safe-min-height): Fix doc-string.
4941 (window-size, window-min-size, window--min-size-1)
4942 (window-sizable, window-sizable-p, window--min-delta-1)
4943 (window-min-delta, window--max-delta-1, window-max-delta)
4944 (window--resizable, window--resizable-p, window-resizable)
4945 (window-full-height-p, window-full-width-p, window-at-side-p)
4946 (window--in-direction-2, window-in-direction)
4947 (window--resize-reset-1, window--resize-mini-window)
4948 (window-resize, window-resize-no-error)
4949 (window--resize-child-windows-normal)
4950 (window--resize-child-windows, window--resize-siblings)
4951 (window--resize-this-window, window--resize-root-window)
4952 (window--resize-root-window-vertically)
4953 (adjust-window-trailing-edge, enlarge-window, shrink-window)
4954 (maximize-window, minimize-window, delete-window)
4955 (quit-restore-window, window-split-min-size, split-window)
4956 (balance-windows-2, balance-windows)
4957 (balance-windows-area-adjust, balance-windows-area)
4958 (window--state-get-1, window-state-get, window--state-put-1)
4959 (window--state-put-2, window-state-put)
4960 (display-buffer-record-window, window--display-buffer):
4961 Make functions handle pixelwise sizing of windows.
4962 (display-buffer--action-function-custom-type)
4963 (display-buffer-fallback-action):
4964 Add display-buffer-in-previous-window.
4965 (display-buffer-use-some-window): Resize window to height it had
4966 before.
4967 (fit-window-to-buffer-horizontally): New option.
4968 (fit-frame-to-buffer): Describe new values.
4969 (fit-frame-to-buffer-bottom-margin): Replace with
4970 fit-frame-to-buffer-margins.
4971 (window--sanitize-margin): New function.
4972 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4973 using window-text-pixel-size.
4974
4975 2013-11-30 Glenn Morris <rgm@gnu.org>
4976
4977 * emacs-lisp/bytecomp.el (byte-compile-form):
4978 Make the `interactive-only' warning like the `obsolete' one.
4979 * comint.el (comint-run):
4980 * files.el (insert-file-literally, insert-file):
4981 * replace.el (replace-string, replace-regexp):
4982 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4983 (goto-line, insert-buffer, next-line, previous-line):
4984 Tweak `interactive-only' spec.
4985
4986 Stop keeping (most) generated cedet grammar files in the repository.
4987 * Makefile.in (semantic): New.
4988 (compile-main): Depend on semantic.
4989
4990 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4993 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4994
4995 * uniquify.el (uniquify-buffer-name-style): Change default.
4996
4997 * loadup.el: Preload "uniquify".
4998
4999 * time.el (display-time-update): Update all mode lines (bug#15999).
5000
5001 * electric.el (electric-indent-mode): Enable by default.
5002 * loadup.el: Preload "electric".
5003
5004 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5005
5006 * emacs-lisp/helpers.el (string-empty-p): New function.
5007 (string-blank-p): New function.
5008
5009 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5010
5011 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5012 (Bug#14029).
5013
5014 2013-11-29 Andreas Politz <politza@fh-trier.de>
5015 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5016 allow non-lambda lists as functions.
5017 (imenu--in-alist): Don't recurse into non-subalists.
5018 (imenu): Don't pass function itself as an argument (Bug#14029).
5019
5020 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 * progmodes/python.el (python-mode-map): Remove binding for ":".
5023 (python-indent-electric-colon): Remove command.
5024 (python-indent-post-self-insert-function): Integrate the previous code
5025 of python-indent-electric-colon. Make it conditional on
5026 electric-indent-mode.
5027 (python-mode): Add ?: to electric-indent-chars.
5028 Move python-indent-post-self-insert-function to the end of
5029 post-self-insert-hook.
5030
5031 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * doc-view.el (doc-view-goto-page): Update mode-line.
5034
5035 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5036
5037 2013-11-27 Glenn Morris <rgm@gnu.org>
5038
5039 * international/charprop.el, international/uni-bidi.el:
5040 * international/uni-category.el, international/uni-combining.el:
5041 * international/uni-comment.el, international/uni-decimal.el:
5042 * international/uni-decomposition.el, international/uni-digit.el:
5043 * international/uni-lowercase.el, international/uni-mirrored.el:
5044 * international/uni-name.el, international/uni-numeric.el:
5045 * international/uni-old-name.el, international/uni-titlecase.el:
5046 * international/uni-uppercase.el:
5047 Remove generated files from VCS repository.
5048
5049 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5050
5051 * filenotify.el (file-notify-add-watch): Don't special-case
5052 w32notify when computing the directory to watch.
5053
5054 2013-11-27 Glenn Morris <rgm@gnu.org>
5055
5056 Make bootstrap without generated uni-*.el files possible again.
5057 * loadup.el: Update command-line-args checking for unidata-gen.
5058 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5059 * composite.el, international/characters.el:
5060 Handle unicode tables being undefined.
5061
5062 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5063 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5064 (compile-main): Depend on leim rule.
5065 (leim): New rule.
5066 * loadup.el: Move leim-list.el to leim/ subdirectory.
5067 * startup.el (normal-top-level): No more leim directory.
5068 * international/ja-dic-cnv.el (skkdic-convert):
5069 Disable version-control and autoloads in output files.
5070 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5071 Disable version-control and autoloads in output files.
5072 * leim/quail: Move here from ../leim.
5073 * leim/quail/hangul.el (hangul-input-method-activate):
5074 Add autoload cookie.
5075 (generated-autoload-load-name): Set file-local value.
5076 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5077 (generated-autoload-load-name): Set file-local value.
5078
5079 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5080
5081 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5082 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5083 (eww-quit): Ask confirmation before quitting eww.
5084
5085 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5086
5087 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5088 reading output from Diff on MS-Windows and MS-DOS.
5089
5090 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5091
5092 * emacs-lisp/helpers.el (string-reverse): New function.
5093
5094 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5095
5096 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5097 names on MS Windows, like "/[::1]:".
5098
5099 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5100 SWITCHES.
5101
5102 2013-11-26 Glenn Morris <rgm@gnu.org>
5103
5104 * progmodes/python.el (python-indent-guess-indent-offset):
5105 Avoid corner-case error. (Bug#15975)
5106
5107 Preload leim-list.el. (Bug#4789)
5108 * loadup.el: Load leim-list.el when found.
5109 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5110
5111 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5112
5113 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5114
5115 * emacs-lisp/helpers.el (string-join): New function.
5116
5117 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5118
5119 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5120 Mark as obsolete and replace it with a symbol property.
5121 (byte-compile-form): Use new 'interactive-only property.
5122 * comint.el, files.el, replace.el, simple.el:
5123 Apply new 'interactive-only properly.
5124
5125 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5126
5127 * window.el (display-buffer-at-bottom): Make sure that
5128 split-window-sensibly creates the new window on bottom
5129 (Bug#15961).
5130
5131 2013-11-23 David Kastrup <dak@gnu.org>
5132
5133 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5134 on the conflict markers when available.
5135 (smerge--get-marker): New function.
5136 (smerge-end-re, smerge-base-re): Add subgroup.
5137
5138 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5139
5140 * frame.el (handle-focus-in, handle-focus-out): Add missing
5141 interactive spec.
5142
5143 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5144
5145 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5146 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5147
5148 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5151 (gomoku--last-pos): New var.
5152 (gomoku--intangible-chars): New const.
5153 (gomoku--intangible): New function.
5154 (gomoku-mode): Use it. Derive from special-mode.
5155 (gomoku-move-up): Adjust line count.
5156 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5157 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5158 Simplify accordingly.
5159
5160 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5161 Remove blink-cursor code.
5162 (blink-cursor-timer-function, blink-cursor-suspend):
5163 Don't special-case GUIs.
5164 (blink-cursor-mode): Use focus-in/out-hook.
5165
5166 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5167
5168 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5169 work when annotation is invisible (Bug#13886).
5170
5171 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5172
5173 * json.el (json-alist-p): Only return non-nil if the alist has
5174 simple keys (Bug#13518).
5175
5176 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5177
5178 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5179 when control-statement is the first statement in a buffer (Bug#15956).
5180
5181 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5182
5183 * imenu.el (imenu-generic-skip-comments-and-strings):
5184 New option (Bug#15560).
5185 (imenu--generic-function): Use it.
5186
5187 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5188
5189 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5190 (Bug#13898)
5191
5192 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5193
5194 * emacs-lisp/helpers.el: Add some string helpers.
5195 (string-trim-left): Removes leading whitespace.
5196 (string-trim-right): Removes trailing whitespace.
5197 (string-trim): Removes leading and trailing whitespace.
5198
5199 * subr.el (string-suffix-p): New function.
5200
5201 2013-11-23 Glenn Morris <rgm@gnu.org>
5202
5203 * progmodes/python.el (python-shell-send-file):
5204 Add option to delete file when done. (Bug#15647)
5205 (python-shell-send-string, python-shell-send-region): Use it.
5206
5207 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5208
5209 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5210 to set buffer-read-only to t, never to nil. (Bug#15938)
5211
5212 * textmodes/tex-mode.el (latex-noindent-environments):
5213 Add safe-local-variable property. (Bug#15936)
5214
5215 2013-11-23 Glenn Morris <rgm@gnu.org>
5216
5217 * textmodes/enriched.el (enriched-mode): Doc fix.
5218 * emacs-lisp/authors.el (authors-renamed-files-alist):
5219 Add enriched.doc -> enriched.txt.
5220
5221 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5222
5223 2013-11-22 Leo Liu <sdl.web@gmail.com>
5224
5225 * progmodes/octave.el (inferior-octave-startup): Spit out error
5226 message.
5227
5228 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5229
5230 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5231 Improve docstring.
5232 Add :version.
5233 (ruby-encoding-magic-comment-style): Add :version.
5234
5235 2013-11-22 Leo Liu <sdl.web@gmail.com>
5236
5237 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5238 (Bug#15076)
5239 (octave-help-mode): Adapt to change to help-mode-finish to use
5240 derived-mode-p on 2013-09-17.
5241 (inferior-octave-prompt): Also match octave-gui.
5242 (octave-kill-process): Don't ask twice. (Bug#10564)
5243
5244 2013-11-22 Leo Liu <sdl.web@gmail.com>
5245
5246 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5247 (inferior-octave-startup, inferior-octave-check-process)
5248 (inferior-octave-track-window-width-change)
5249 (octave-completion-at-point, octave-eldoc-function): Use it.
5250 (octave-kill-process): Provide confirmation. (Bug#10564)
5251
5252 2013-11-21 Leo Liu <sdl.web@gmail.com>
5253
5254 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5255 Fix obsolete variable comment-use-global-state.
5256
5257 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5258
5259 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5260 Add `octave-source-file'.
5261 (octave-source-file): New function. (Bug#15935)
5262
5263 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
5264
5265 * net/eww.el (eww-local-regex): New variable.
5266 (eww): Use it to detect localhost and similar.
5267
5268 2013-11-21 Leo Liu <sdl.web@gmail.com>
5269
5270 Add completion for command `ag'.
5271 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5272 (pcomplete/ag): New function.
5273 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
5274
5275 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5278 (bug#14646).
5279 (make-obsolete): Remove interactive spec.
5280
5281 2013-11-21 Glenn Morris <rgm@gnu.org>
5282
5283 * startup.el (command-line-1): Use path-separator with -L.
5284
5285 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5286
5287 * emacs-lisp/package.el (describe-package-1): Add package archive
5288 to shown fields.
5289
5290 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5291
5292 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5293 Change default to "# encoding: %s" to differentiate it from the
5294 default Ruby encoding comment template.
5295
5296 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5297
5298 * ses.el (ses-mode): Doc fix. (Bug#14748)
5299
5300 2013-11-20 Leo Liu <sdl.web@gmail.com>
5301
5302 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5303
5304 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5305
5306 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5307 when rebase or bisect are in progress.
5308
5309 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5310
5311 * filenotify.el (file-notify-add-watch): Doc fix.
5312
5313 2013-11-19 Leo Liu <sdl.web@gmail.com>
5314
5315 * obsolete/rcompile.el: Mark obsolete.
5316
5317 * progmodes/compile.el (compilation-start)
5318 (compilation-goto-locus, compilation-find-file):
5319 Pass no-display-ok and handle nil value from display-buffer.
5320 (Bug#13594)
5321
5322 * window.el (display-buffer-alist, display-buffer): Document the
5323 new parameter no-display-ok. Return either a window or nil
5324 but never a non-window value.
5325
5326 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * electric.el (electric-indent-mode-map): Remove.
5329 (electric-indent-mode): Change the global-map instead (bug#15915).
5330
5331 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5332 Use add-function.
5333
5334 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * emacs-lisp/nadvice.el (remove-function): Align with
5337 add-function's behavior.
5338
5339 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5340 (gdb--string-regexp): New constant.
5341 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5342 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5343 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5344 submatch 1.
5345 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5346 Adjust use accordingly.
5347 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5348
5349 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5350
5351 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5352 interpolation curlies (Bug#15914).
5353
5354 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5355
5356 * calc/calc.el (calc-context-sensitive-enter): New variable.
5357 (calc-enter): Use `calc-context-sensitive-enter'.
5358
5359 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5360
5361 * progmodes/cfengine.el: Version bump.
5362 (cfengine-cf-promises): New defcustom to locate cf-promises.
5363 (cfengine3-vartypes): Add new "data" type.
5364 (cfengine3--current-word): New function to get current name-like
5365 word or its bounds.
5366 (cfengine3--current-function): New function to look up a CFEngine
5367 function's definition.
5368 (cfengine3-format-function-docstring): New function.
5369 (cfengine3-make-syntax-cache): New function.
5370 (cfengine3-documentation-function): New function: ElDoc glue.
5371 (cfengine3-completion-function): New function: completion glue.
5372 (cfengine3-mode): Set `compile-command',
5373 `eldoc-documentation-function', and add to
5374 `completion-at-point-functions'.
5375
5376 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5377
5378 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5379 `tramp-current-connection'.
5380
5381 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5382
5383 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5384 nil/self/true/false with "end of symbol".
5385
5386 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5387
5388 * subr.el (version-regexp-alist): Fix a typo.
5389
5390 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5391
5392 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5393 "en_US.utf8" and "LC_CTYPE" to "".
5394 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5395 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5396
5397 2013-11-15 Leo Liu <sdl.web@gmail.com>
5398
5399 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5400
5401 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5402
5403 * progmodes/gud.el (ctl-x-map):
5404 Remove C-x SPC binding. (Bug#12342)
5405 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5406
5407 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5408
5409 * subr.el (version-regexp-alist):
5410 Recognize hg, svn and darcs versions as snapshot versions.
5411
5412 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5413 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5414 (ruby--encoding-comment-required-p): Extract from
5415 `ruby-mode-set-encoding'.
5416 (ruby-mode-set-encoding): Add the ability to always insert an
5417 utf-8 encoding comment. Fix and simplify coding comment update
5418 logic.
5419
5420 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
5421
5422 * net/tramp-gvfs.el (top): Run init code only when
5423 `tramp-gvfs-enabled' is not nil.
5424 (tramp-gvfs-enabled): Check also :system bus.
5425
5426 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5427
5428 Sync with upstream verilog-mode revision 78e66ba.
5429 * progmodes/verilog-mode.el (verilog-end-of-defun)
5430 (verilog-type-completion, verilog-get-list): Remove unused funcs.
5431 (verilog-get-end-of-defun): Remove unused argument.
5432 (verilog-comment-depth): Remove unused local `e'.
5433 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5434 Don't pass arg to verilog-get-end-of-defun.
5435
5436 2013-11-14 Glenn Morris <rgm@gnu.org>
5437
5438 * obsolete/assoc.el (aget): Prefix dynamic variable.
5439
5440 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5441
5442 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5443
5444 * widget.el, hfy-cmap.el: Remove bogus package version number.
5445
5446 2013-11-13 Glenn Morris <rgm@gnu.org>
5447
5448 * replace.el (replace-eval-replacement):
5449 Try to give more helpful error message. (Bug#15836)
5450
5451 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5452 (archive-7z-update): Avoid custom type mismatches.
5453
5454 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5455
5456 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
5457
5458 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5459 address can be empty.
5460
5461 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5462 Accept nil SWITCHES.
5463 (tramp-gvfs-handle-write-region): Implement APPEND.
5464
5465 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
5466
5467 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5468 binary "|" operator and closing block args delimiter.
5469 Remove FIXME comment referring to Ruby 1.8-only syntax.
5470 (ruby-smie--implicit-semi-p): Not after "|" operator.
5471 (ruby-smie--closing-pipe-p): New function.
5472 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5473 (ruby-smie-rules): Indent after "|".
5474
5475 2013-11-12 Glenn Morris <rgm@gnu.org>
5476
5477 * ps-print.el (ps-face-attribute-list):
5478 Handle anonymous faces. (Bug#15827)
5479
5480 2013-11-12 Martin Rudalics <rudalics@gmx.at>
5481
5482 * window.el (display-buffer-other-frame): Fix doc-string.
5483 (Bug#15868)
5484
5485 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * subr.el (force-mode-line-update): Delete, move to buffer.c.
5488
5489 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
5490
5491 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5492 (tramp-sh-handle-file-local-copy): Don't write a message when
5493 saving temporary files.
5494
5495 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5496 both directories are remote.
5497 (tramp-smb-handle-directory-files): Do not return double entries.
5498 Do not expand full file names.
5499 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5500 (tramp-smb-handle-write-region): Implement APPEND.
5501 (tramp-smb-get-stat-capability): Fix a stupid bug.
5502
5503 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5506
5507 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5508
5509 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5510 throwing error over malformed let/let* (bug#15814).
5511
5512 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * iswitchb.el (iswitchb-mode): Mark obsolete.
5515
5516 2013-11-11 Glenn Morris <rgm@gnu.org>
5517
5518 * international/uni-bidi.el, international/uni-category.el:
5519 * international/uni-name.el, international/uni-numeric.el:
5520 Regenerate for Unicode 6.3.0.
5521
5522 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
5523
5524 * net/tramp.el (tramp-methods):
5525 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5526 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5527
5528 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
5529
5530 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5531 Force highlighting text after Summary keyword in doc face for rpm.
5532
5533 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
5534
5535 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5536 available and the word has no wildcards, append one to the grep pattern.
5537 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5538 (ispell-complete-word): Call `ispell-lookup-words' with the value
5539 independent of `ispell-look-p'.
5540
5541 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5542
5543 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5544 Not after "||".
5545 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5546 their parent.
5547
5548 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
5551 (ruby-font-lock-keywords): Use backquote.
5552
5553 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5554
5555 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5556 (ruby-smie--backward-token): Only consider full-string matches.
5557
5558 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
5559
5560 * faces.el (describe-face): Add distant-foreground.
5561
5562 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
5563
5564 * progmodes/ruby-mode.el: Improve encoding comment handling.
5565 (ruby-encoding-magic-comment-style): New option.
5566 (ruby-custom-encoding-magic-comment-template): New option.
5567 (ruby--insert-coding-comment, ruby--detect-encoding):
5568 New functions extracted from `ruby-mode-set-encoding'.
5569 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5570 to control the style of the auto-inserted encoding comment.
5571
5572 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5573
5574 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5575 Use `smie-backward-sexp' with token argument.
5576
5577 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
5578
5579 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5580 Remove instrumentation code.
5581
5582 2013-11-08 Glenn Morris <rgm@gnu.org>
5583
5584 * progmodes/autoconf.el (autoconf-mode):
5585 Tweak comment-start-skip. (Bug#15822)
5586
5587 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5590 at bobp (bug#15826).
5591 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5592
5593 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
5594
5595 * man.el (Man-start-calling): New macro, extracted from
5596 Man-getpage-in-background.
5597 (Man-getpage-in-background): Use it.
5598 (Man-update-manpage): New command.
5599 (Man-mode-map): Bind it.
5600
5601 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5602
5603 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5604 of "and", "or", "&&" and "||".
5605 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5606 argument. Prohibit opening curly brace because it could only be a
5607 block opener in that position.
5608 (ruby-smie--forward-token, ruby-smie--backward-token):
5609 Separate "|" from "&" or "*" going after it. That can happen in block
5610 arguments.
5611 (ruby-smie--indent-to-stmt): New function, seeks the end of
5612 previous statement or beginning of buffer.
5613 (ruby-smie-rules): Use it.
5614 (ruby-smie-rules): Check if there's a ":" before a curly block
5615 opener candidate; if there is, it's a hash.
5616
5617 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5620 (cl--block-wrapper): Fix last accidental change.
5621
5622 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
5623
5624 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5625 Instrument, in order to hunt failure on hydra.
5626
5627 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5628
5629 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5630 malformed bindings form (bug#15814).
5631
5632 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
5633
5634 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5635 "." compared to " @ ". This incidentally fixes some indentation
5636 examples with "do".
5637 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5638 (ruby-smie-grammar): New tokens: "and" and "or".
5639 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5640 Exclude "and" and "or". Remove "do" in order to work around token
5641 priorities.
5642 (ruby-smie-rules): Add all infix tokens. Handle the case of
5643 beginning-of-buffer.
5644
5645 2013-11-06 Glenn Morris <rgm@gnu.org>
5646
5647 * Makefile.in (setwins_almost, setwins_for_subdirs):
5648 Avoid accidental matches.
5649
5650 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * menu-bar.el (popup-menu): Use key-binding.
5653
5654 2013-11-06 Eli Zaretskii <eliz@gnu.org>
5655
5656 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5657 menus, support also the menus produced by minor modes.
5658 (Bug#15817)
5659
5660 2013-11-06 Leo Liu <sdl.web@gmail.com>
5661
5662 * thingatpt.el (thing-at-point-looking-at): Add optional arg
5663 DISTANCE to bound the search. All uses changed. (Bug#15808)
5664
5665 2013-11-06 Glenn Morris <rgm@gnu.org>
5666
5667 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5668 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5669 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5670
5671 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 * electric.el (electric-indent-just-newline): New command.
5674 (electric-indent-mode-map): New keymap.
5675 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5676 Re-add :group which weren't redundant.
5677
5678 * electric.el (electric-indent-local-mode): New minor mode.
5679 (electric-indent-functions-without-reindent): New var.
5680 (electric-indent-post-self-insert-function): Use it.
5681 * emacs-lisp/gv.el (buffer-local-value): Add setter.
5682
5683 2013-11-05 Eli Zaretskii <eliz@gnu.org>
5684
5685 * international/quail.el (quail-help): Be more explicit about the
5686 meaning of the labels shown on the keys. (Bug#15800)
5687
5688 * startup.el (normal-top-level): Load the subdirs.el files before
5689 setting the locale environment. (Bug#15805)
5690
5691 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5694 via arguments so as to get the right ones (bug#15418).
5695
5696 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5697
5698 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
5699
5700 Fix problems found while writing a test suite.
5701
5702 * net/tramp-compat.el (tramp-compat-load): New defun.
5703 * net/tramp.el (tramp-handle-load): Use it.
5704
5705 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5706 "(numberp ok-if-already-exists)" correctly.
5707
5708 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
5709
5710 * international/characters.el (glyphless-char-display-control):
5711 Add usage note.
5712
5713 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
5714
5715 * progmodes/python.el (python-mode):
5716 * progmodes/scheme.el (scheme-mode):
5717 * progmodes/prolog.el (prolog-mode):
5718 * progmodes/ruby-mode.el (ruby-mode):
5719 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5720 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5721
5722 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * rect.el (rectangle--highlight-for-redisplay):
5725 * emacs-lisp/smie.el (smie--next-indent-change):
5726 Use buffer-chars-modified-tick.
5727
5728 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5729
5730 * electric.el (electric-indent-post-self-insert-function):
5731 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5732
5733 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
5734
5735 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5736
5737 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5738
5739 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5740 (bug#15786).
5741
5742 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5743
5744 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
5745
5746 * progmodes/python.el: Fix up last change.
5747 (python-shell--save-temp-file): New function.
5748 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
5749 `string' comes from the current buffer.
5750 (python-shell-send-string-no-output): Remove `msg' arg.
5751 (python--use-fake-loc): New var.
5752 (python-shell-buffer-substring): Obey it. Try to compensate for the
5753 extra coding line added by python-shell--save-temp-file.
5754 (python-shell-send-region): Use python-shell--save-temp-file and
5755 python-shell-send-file directly. Add `nomain' argument.
5756 (python-shell-send-buffer): Use python-shell-send-region.
5757 (python-electric-pair-string-delimiter): New function.
5758 (python-mode): Use it.
5759
5760 2013-11-04 Eli Zaretskii <eliz@gnu.org>
5761
5762 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5763 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5764 environment and decoding all of the default-directory's to here
5765 from command-line.
5766 (command-line): Decode also argv[0].
5767
5768 * loadup.el: Error out if default-directory is a multibyte string
5769 when we are dumping.
5770
5771 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
5772
5773 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5774
5775 * emacs-lisp/package.el (package-menu-mode)
5776 (package-menu--print-info, package-menu--archive-predicate):
5777 Add Archive column to package list.
5778
5779 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
5780
5781 Fix problems found while writing a test suite.
5782
5783 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5784 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5785 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5786 to nil when running original file name handler. Otherwise,
5787 there are problems with constructs like "$$FOO".
5788
5789 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5790 for `localname'.
5791
5792 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
5793
5794 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5795
5796 * subr.el (version<, version<=, version=):
5797 Update docstrings with information for snapshot versions.
5798
5799 * helpers.el: New library for misc helper functions.
5800 (hash-table-keys): New function returning a list of hash keys.
5801 (hash-table-values): New function returning a list of hash values.
5802
5803 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
5804
5805 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5806 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5807
5808 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
5809
5810 * textmodes/fill.el (fill-single-char-nobreak-p): New function
5811 checking whether point is after a 1-letter word.
5812
5813 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5814
5815 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5816 Don't infloop when expanding region over `multiline' syntax-type that
5817 begins a line (bug#15778).
5818
5819 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5820
5821 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5822 Make it into a proper minor mode.
5823 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
5824 (rectangle-mark-mode-map): New keymap.
5825 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5826
5827 2013-11-04 Glenn Morris <rgm@gnu.org>
5828
5829 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5830
5831 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5832
5833 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5834 (ruby-smie-rules): Use smie-rule-parent instead.
5835
5836 * emacs-lisp/smie.el (smie-rule-parent): Always call
5837 smie-indent-virtual rather than only for hanging tokens.
5838 (smie--next-indent-change): New helper command.
5839
5840 2013-11-03 Glenn Morris <rgm@gnu.org>
5841
5842 * Makefile.in (abs_srcdir): Remove.
5843 (emacs): Unset EMACSLOADPATH.
5844
5845 2013-11-02 Glenn Morris <rgm@gnu.org>
5846
5847 * Makefile.in (EMACS): Use a relative filename.
5848 (abs_top_builddir): Remove.
5849 (custom-deps, finder-data, autoloads): Use --chdir.
5850
5851 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5852
5853 Use relative filenames in TAGS files.
5854 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5855 (lisptagsfiles4, TAGS): Use relative file names.
5856 (TAGS-LISP): Remove.
5857 (maintainer-clean): No more TAGS-LISP file.
5858
5859 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5860 (lisptagsfiles4): Use absolute filenames again.
5861 (TAGS, TAGS-LISP): Not everything needs to run in one line.
5862 Remove all *loaddefs files, not just the first. Remove esh-groups.
5863 (maintainer-clean): Delete TAGS, TAGS-LISP.
5864
5865 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5866
5867 * emacs-lisp/package.el (package-version-join):
5868 Recognize snapshot versions.
5869
5870 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5871
5872 * subr.el (version-regexp-alist): Add support for snapshot versions.
5873
5874 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5875
5876 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5877 New function, replacement for `smie-rule-parent' for when we want to
5878 skip over our direct parent if it's an assignment token..
5879 (ruby-smie-rules): Use it.
5880
5881 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5882
5883 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5884 unconditionally. Remove now unnecessary forward declarations.
5885 Remove XEmacs-specific setup.
5886 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5887 (ruby-font-lock-syntactic-keywords)
5888 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5889 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5890 (ruby-here-doc-end-syntax): Remove.
5891 (ruby-mode): Don't check whether `syntax-propertize-rules' is
5892 defined as function.
5893
5894 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5895
5896 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5897
5898 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5899
5900 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5901 table and abbrev table, `define-derived-mode' does that for us
5902 anyway.
5903
5904 2013-11-01 Glenn Morris <rgm@gnu.org>
5905
5906 * Makefile.in: Remove manual mh-e dependencies (writing .elc
5907 files is atomic for some time, so no parallel compilation issues).
5908
5909 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
5910
5911 * faces.el (face-x-resources): Add :distant-foreground.
5912 (region): Use :distant-foreground for gtk and ns.
5913
5914 2013-11-01 Tassilo Horn <tsdh@gnu.org>
5915
5916 Allow multiple bibliographies when BibLaTeX is used rather than
5917 BibTeX.
5918 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5919 (reftex-locate-bibliography-files): Us it.
5920
5921 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
5922
5923 * image.el (image-type-header-regexps): Fix the 'pbm' part to
5924 allow comments in pbm files.
5925
5926 * term/w32-win.el (dynamic-library-alist): Support newer versions
5927 of libjpeg starting with v7: look only for the DLL from the
5928 version against which Emacs was built.
5929 Support versions of libpng beyond 1.4.x.
5930 Support libtiff v4.x.
5931
5932 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5933
5934 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5935 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5936 Add property :safe.
5937 (ruby-deep-arglist): Add property :type.
5938
5939 2013-10-31 Glenn Morris <rgm@gnu.org>
5940
5941 * Makefile.in (custom-deps, finder-data): No need to setq the target
5942 variables, we are in the right directory and the defaults work fine.
5943
5944 2013-10-30 Glenn Morris <rgm@gnu.org>
5945
5946 * Makefile.in (autoloads): Do not use abs_lisp.
5947
5948 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5949 `newline' does not respect `standard-output', so use `princ'.
5950
5951 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
5952
5953 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
5954 * buff-menu.el (Buffer-menu--unmark): New function.
5955 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5956
5957 2013-10-30 Glenn Morris <rgm@gnu.org>
5958
5959 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5960
5961 * emacs-lisp/package.el (lm-homepage): Declare.
5962
5963 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5964 Fix doc typos.
5965
5966 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5967
5968 * Makefile.in (finder-data, autoloads, update-subdirs)
5969 (compile-main, compile-clean, compile-always, bootstrap-clean):
5970 Check return value of cd.
5971 (compile-calc): Remove.
5972
5973 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5976
5977 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5978 (byte-compile-and-folded): New function.
5979 (=, <, >, <=, >=): Use it.
5980
5981 * dos-w32.el (minibuffer-history-case-insensitive-variables)
5982 (path-separator, null-device, buffer-file-coding-system)
5983 (lpr-headers-switches): Check system-type before modifying them.
5984 (find-buffer-file-type-coding-system): Mark obsolete.
5985 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5986 find-file-not-found-set-buffer-file-coding-system.
5987 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5988 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5989 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5990 (w32-direct-print-region-helper, w32-direct-print-region-function)
5991 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5992 * startup.el (normal-top-level-add-subdirs-to-load-path):
5993 * ps-print.el (ps-print-region-function):
5994 * lpr.el (print-region-function): Use new name.
5995
5996 * subr.el (custom-declare-variable-early): Remove function.
5997 (custom-declare-variable-list): Remove var.
5998 (error, user-error): Remove `while' loop.
5999 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6000 (user-emacs-directory-warning, locate-user-emacs-file):
6001 Move to files.el.
6002 * simple.el (read-quoted-char-radix, read-quoted-char):
6003 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6004 Move from subr.el.
6005 * custom.el (custom-declare-variable-list): Don't process
6006 custom-declare-variable-list.
6007
6008 * progmodes/python.el (python-shell-get-buffer): New function.
6009 (python-shell-get-process): Use it.
6010 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6011 Python which encoding was used. Don't split-string since we only care
6012 about the first line. Return the temp-file, if applicable.
6013 (python-shell-send-region): Tell compile.el how to turn locations in
6014 the temp-file into locations in the source buffer.
6015
6016 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6017
6018 * subr.el (undefined): Add missing behavior from the C code for
6019 unbound keys.
6020
6021 * rect.el: Use lexical-binding. Add new rectangular region support.
6022 (rectangle-mark): New command.
6023 (rectangle--region): New var.
6024 (deactivate-mark-hook): Reset rectangle--region.
6025 (rectangle--extract-region, rectangle--insert-for-yank)
6026 (rectangle--highlight-for-redisplay)
6027 (rectangle--unhighlight-for-redisplay): New functions.
6028 (region-extract-function, redisplay-unhighlight-region-function)
6029 (redisplay-highlight-region-function): Use them to handle
6030 rectangular region.
6031 * simple.el (region-extract-function): New var.
6032 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6033 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6034 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6035 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6036 (redisplay-unhighlight-region-function)
6037 (redisplay-highlight-region-function): New vars.
6038 (redisplay--update-region-highlight): New function.
6039 (pre-redisplay-function): Use it.
6040 (exchange-point-and-mark): Don't deactivate the mark before
6041 reactivate-it anyway.
6042 * comint.el (comint-kill-region): Remove yank-handler argument.
6043 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6044 (delete-char): Remove property, since it's now part of their
6045 default behavior.
6046 (self-insert-iso): Remove property since this command doesn't exist.
6047
6048 * emacs-lisp/package.el (package--download-one-archive)
6049 (describe-package-1): Don't query the user about final newline.
6050
6051 2013-10-29 Daniel Colascione <dancol@dancol.org>
6052
6053 * net/tramp.el (tramp-methods): Document new functionality.
6054 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6055 tramp-hostname-checker if method provides one instead of scanning
6056 argument list for "%h" to decide hostname acceptability.
6057
6058 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6059
6060 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6061 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6062 Handle COPY-CONTENTS. (Bug#15737)
6063
6064 2013-10-28 Daiki Ueno <ueno@gnu.org>
6065
6066 * epa-file.el
6067 (epa-file-cache-passphrase-for-symmetric-encryption):
6068 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6069
6070 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6071
6072 * image.el (defimage, image-load-path): Doc fixes.
6073
6074 2013-10-27 Alan Mackenzie <acm@muc.de>
6075
6076 Indent statements in macros following "##" correctly.
6077 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6078 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6079
6080 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6081
6082 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6083
6084 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6085
6086 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6087 after `=' is probably a new expression.
6088
6089 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6090
6091 * man.el (man-imenu-title): New option.
6092 (Man-mode-map): Add menu. (Bug#15722)
6093 (Man-mode): Add imenu to menu.
6094
6095 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6096
6097 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6098 specific in what the first arg can be: a non-keyword word,
6099 string/regexp/percent literal opener, opening paren, or unary
6100 operator followed directly by word.
6101
6102 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6105 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6106 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6107 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6108 Remove vars, they do not apply any more.
6109 (prolog-mode-abbrev-table): Remove redundant declaration.
6110 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6111 (prolog-use-smie): Remove.
6112 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6113 supported by prolog-electric-if-then-else-flag.
6114 (prolog-mode-variables, prolog-menu): Use setq-local.
6115 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6116 Remove binding to `Backspace' since this key doesn't exist anyway.
6117 Remove bindings for electric self-inserting keys.
6118 (prog-mode): Assume it's defined.
6119 (prolog-post-self-insert): New function.
6120 (prolog-mode): Use it.
6121 (prolog-indent-line, prolog-indent-level)
6122 (prolog-find-indent-of-matching-paren)
6123 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6124 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6125 (prolog-goto-next-paren, prolog-in-string-or-comment)
6126 (prolog-tokenize, prolog-inside-mline-comment)
6127 (prolog-find-start-of-mline-comment): Remove functions.
6128 (prolog-find-unmatched-paren, prolog-clause-end)
6129 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6130 (prolog-electric--if-then-else): Rename from
6131 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6132 (prolog-tokenize-searchkey): Remove const.
6133 (prolog-clause-info): Use forward-sexp.
6134 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6135 (prolog-electric-if-then-else): Remove commands.
6136 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6137 for use in post-self-insert-hook.
6138 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6139 for use in post-self-insert-hook.
6140 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6141 for use in post-self-insert-hook.
6142 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6143 adapt it for use in post-self-insert-hook.
6144
6145 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6146
6147 * emacs-lisp/ert.el (ert-run-tests-interactively):
6148 Use `completing-read'. (Bug#9756)
6149
6150 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6151
6152 * simple.el (line-move): Call line-move-1 instead of
6153 line-move-visual when the current window hscroll is zero, but
6154 temporary-goal-column indicates we will need to hscroll as result
6155 of the movement. (Bug#15712)
6156
6157 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6158
6159 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6160 capitalization. Use :visible instead of :active.
6161 Fix `ruby-indent-exp' reference. Add menu items for the generic
6162 commands that are used with SMIE.
6163 (ruby-do-end-to-brace): Insert space after `{'.
6164
6165 2013-10-25 John Anthony <john@jo.hnanthony.com>
6166
6167 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6168
6169 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6170
6171 2013-10-25 Glenn Morris <rgm@gnu.org>
6172
6173 * vc/vc.el (vc-print-log): Don't use a working revision unless
6174 one was explicitly specified. (Bug#15322)
6175
6176 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6177
6178 * subr.el (add-to-list): Preserve return value in compiler-macro
6179 (bug#15692).
6180
6181 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6182
6183 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6184 result. Ask user to retry using '-all' flag. (Bug#15701)
6185
6186 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * emacs-lisp/smie.el: New smie-config system.
6189 (smie-config): New defcustom.
6190 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6191 (smie-config-guess, smie-config-save): New commands.
6192 (smie-config--mode-local, smie-config--buffer-local)
6193 (smie-config--trace, smie-config--modefuns): New vars.
6194 (smie-config--advice, smie-config--mode-hook)
6195 (smie-config--setter, smie-config-local, smie-config--get-trace)
6196 (smie-config--guess-value, smie-config--guess): New functions.
6197 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6198 text properties. Treat "string fence" syntax like string syntax.
6199
6200 * progmodes/sh-script.el (sh-use-smie): Change default.
6201 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6202 (sh-var-value): Simplify by CSE.
6203 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6204 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6205 is used.
6206 (sh-guess-basic-offset): Use cl-incf.
6207 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6208
6209 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
6210
6211 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6212 (bug#15699).
6213
6214 2013-10-24 Glenn Morris <rgm@gnu.org>
6215
6216 * Makefile.in (abs_top_srcdir): Remove.
6217 (update-subdirs): Use relative path to update-subdirs.
6218
6219 2013-10-24 Eli Zaretskii <eliz@gnu.org>
6220
6221 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6222 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6223 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6224 Call unmsys--file-name before expand-file-name, not after it.
6225
6226 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
6227
6228 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6229 (ert-test-skipped): New error.
6230 (ert-skip, ert-stats-skipped): New defuns.
6231 (ert--skip-unless): New macro.
6232 (ert-test-skipped): New struct.
6233 (ert--run-test-debugger, ert-test-result-type-p)
6234 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6235 (ert--stats-set-test-and-result, ert-char-for-test-result)
6236 (ert-string-for-test-result, ert-run-tests-batch)
6237 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6238 Handle skipped tests. (Bug#9803)
6239
6240 2013-10-24 Glenn Morris <rgm@gnu.org>
6241
6242 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6243
6244 * Makefile.in (abs_top_srcdir): New, set by configure.
6245 (update-subdirs): Correct build-aux location.
6246
6247 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6248
6249 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6250 value, whether we could auto-deduce `backend', or not.
6251
6252 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6253 with parameters" example. Simplify the "is it block or is it
6254 hash" check, but also make it more thorough.
6255
6256 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6257
6258 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6259
6260 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6261
6262 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6263 { if it is hanging.
6264
6265 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6266 :before ";".
6267
6268 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6269
6270 * progmodes/compile.el (compilation-directory-matcher)
6271 (compilation-page-delimiter):
6272 Support GNU Make-4.0 directory quoting. (Bug#15678)
6273
6274 2013-10-23 Leo Liu <sdl.web@gmail.com>
6275
6276 * ido.el (ido-tidy): Handle read-only text.
6277
6278 2013-10-23 Glenn Morris <rgm@gnu.org>
6279
6280 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6281 (emacs, compile, compile-always):
6282 Quote entities that might contain whitespace.
6283 (custom-deps, finder-data, autoloads): Use abs_lisp.
6284 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6285 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6286 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6287
6288 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6289
6290 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6291 Use `following-char'.
6292
6293 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6296 * progmodes/ruby-mode.el (ruby-smie-rules):
6297 Remove corresponding workaround. Fix indentation rule of ";" so it
6298 also applies when ";" is the parent.
6299
6300 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6301
6302 * frame.el (display-screens, display-pixel-height)
6303 (display-pixel-width, display-mm-width, display-backing-store)
6304 (display-save-under, display-planes, display-color-cells)
6305 (display-visual-class, display-monitor-attributes-list):
6306 Mention the optional ‘display’ argument in doc strings.
6307
6308 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6309
6310 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6311 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6312
6313 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6314
6315 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6316 TODO. Add "." after " @ ".
6317 (ruby-smie--at-dot-call): New function. Checks if point at method
6318 call with explicit target.
6319 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6320 to the method name tokens when it precedes them.
6321 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6322 (ruby-smie-rules): Add rule for indentation before and after "."
6323 token.
6324
6325 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * textmodes/remember.el (remember-diary-extract-entries):
6328 Avoid add-to-list.
6329
6330 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6331 an instruction.
6332
6333 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6334
6335 * progmodes/ruby-mode.el (ruby-smie-grammar):
6336 Add (almost) all infix operators.
6337 (ruby-smie--implicit-semi-p): Add new operator chars.
6338
6339 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6340 `smie-down-list'.
6341 (ruby-smie--args-separator-p): Check that there's no newline
6342 between method call and its arguments.
6343
6344 2013-10-20 Alan Mackenzie <acm@muc.de>
6345
6346 Allow comma separated lists after Java "implements".
6347
6348 * progmodes/cc-engine.el (c-backward-over-enum-header):
6349 Parse commas.
6350 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6351 from a "disallowed" list in enum fontification.
6352
6353 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6354
6355 * startup.el (default-frame-background-mode): Remove unused defvar.
6356
6357 * progmodes/verilog-mode.el (verilog-mode): Don't set
6358 comment-indent-function globally.
6359
6360 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6361
6362 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6363 Move Info menu item creation to ns-win.el.
6364
6365 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6366 in menu bar.
6367
6368 * menu-bar.el: Move GNUstep specific menus...
6369
6370 * term/ns-win.el (ns-initialize-window-system): ... to here.
6371
6372 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6373
6374 * simple.el (newline): Only run post-self-insert-hook when
6375 called interactively.
6376
6377 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6378
6379 * icomplete.el (icomplete-with-completion-tables): Add :version.
6380
6381 2013-10-19 Alan Mackenzie <acm@muc.de>
6382
6383 Fix fontification bugs with constructors and const.
6384
6385 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6386 CASE 2) Remove the check for the absence of a suffix construct
6387 after a function declaration with only types (no identifiers) in
6388 the parentheses. Also, accept a function declaration with just a
6389 type inside the parentheses, if this type can be positively
6390 recognised as such, or if a prefix keyword like "explicit" nails
6391 down the construct as a declaration.
6392
6393 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6394
6395 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6396 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6397 the problem whereby selecting a menu item that leads to a
6398 minibuffer prompt moves the cursor out of the minibuffer window,
6399 making it hard to type at the prompt. Suggested by Stefan Monnier
6400 <monnier@iro.umontreal.ca>.
6401
6402 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6403
6404 * menu-bar.el: Don't make Services menu.
6405
6406 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6407
6408 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6409 (ffap-alist): Use ffap-c++-mode for c++-mode.
6410 (ffap-c++-path): New variable.
6411 (ffap-c++-mode): New function.
6412
6413 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6414
6415 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6416
6417 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
6418
6419 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6420 introduced on 2013-09-08, which results in an infinite loop
6421 requesting a password.
6422
6423 2013-10-18 Glenn Morris <rgm@gnu.org>
6424
6425 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6426
6427 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
6428
6429 Sync with upstream verilog-mode revision 1a6ecec7.
6430 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6431 (verilog-mode-release-date): Remove.
6432 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6433 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6434 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6435 (verilog-auto-tieoff-ignore-regexp)
6436 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6437 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6438 (verilog-signals-with, verilog-dir-cache-preserving)
6439 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6440 Doc fixes.
6441 (verilog-case-fold): New option, to control case folding in
6442 regexp searches, bug597.
6443 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6444 (verilog-string-match-fold, verilog-in-paren-count)
6445 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6446 (verilog-at-close-struct-p): New functions.
6447 (verilog-beg-block-re-ordered, verilog-extended-case-re)
6448 (verilog-forward-sexp, verilog-set-auto-endcomments)
6449 (verilog-leap-to-case-head): Handle "unique0" case.
6450 (verilog-in-constraint-re): New constant.
6451 (verilog-keywords, verilog-type-font-keywords):
6452 Add some SystemVerilog 1800-2012 keywords.
6453 (verilog-label-be): Remove unimplemented argument, bug669.
6454 (verilog-batch-execute-func): When batch expanding clear
6455 create-lockfiles to prevent spurious user locks when a file ends
6456 up not changing.
6457 (verilog-calculate-indent, verilog-calc-1)
6458 (verilog-at-close-constraint-p, verilog-at-constraint-p)
6459 (verilog-do-indent): Fix indentation of nested constraints
6460 and structures.
6461 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6462 (verilog-auto-inst-param): Use verilog-string-match-fold.
6463 (verilog-read-inst-module-matcher):
6464 Fix AUTOINST on gate primitives with #1.
6465 (verilog-read-decls): Fix double-declaring user-defined typed signals.
6466 Reads all user-defined typed variables.
6467 (verilog-read-defines): Fix reading definitions inside comments, bug647.
6468 (verilog-signals-matching-regexp)
6469 (verilog-signals-not-matching-regexp, verilog-auto):
6470 Respect verilog-case-fold.
6471 (verilog-diff-report): Fix line count.
6472 (verilog-auto-assign-modport): Remove unused local `modi'.
6473 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6474 better handle multidimensional arrays.
6475 Fix packed array ports misadding bit index in AUTOINST, bug637.
6476 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6477 to not double-declare existing outputs and inputs, respectively.
6478 (verilog-template-map): Bind U to verilog-sk-uvm-component.
6479 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6480 (verilog-sk-uvm-component): New skeleton.
6481 (verilog-submit-bug-report): Add verilog-case-fold,
6482 remove verilog-mode-release-date.
6483
6484 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
6485
6486 * subr.el (sit-for): Call (input-pending-p t) so as to behave
6487 as before.
6488
6489 2013-10-18 Reuben Thomas <rrt@sc3d.org>
6490
6491 * textmodes/remember.el (remember): Set buffer-offer-save in
6492 remember buffers (bug#13566).
6493
6494 2013-10-18 Daniel Colascione <dancol@dancol.org>
6495
6496 When evaluating forms in ielm, direct standard output to ielm
6497 buffer. Add new ielm-return-for-effect command. Remove trailing
6498 whitespace throughout.
6499
6500 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6501 (ielm-return-for-effect): New command.
6502 (ielm-send-input): Accept optional `for-effect' parameter.
6503 (ielm-eval-input): Accept optional `for-effect' parameter.
6504 Bind `standard-output' to stream we create using
6505 `ielm-standard-output-impl'. Suppress printing result when
6506 `for-effect'.
6507 (ielm-standard-output-impl): New function.
6508 (inferior-emacs-lisp-mode): Explain new features in documentation.
6509
6510 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
6511
6512 Code cleanup.
6513
6514 * net/tramp.el (tramp-debug-message): Do not check for connection
6515 buffer.
6516 (tramp-message): Use "vector" connection property.
6517
6518 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6519 (tramp-equal-remote, tramp-eshell-directory-change)
6520 * net/tramp-adb.el (tramp-adb-handle-copy-file)
6521 (tramp-adb-handle-rename-file)
6522 * net/tramp-cmds.el (tramp-list-remote-buffers)
6523 (tramp-cleanup-connection, tramp-cleanup-this-connection)
6524 * net/tramp-compat.el (tramp-compat-process-running-p)
6525 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6526 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6527 (tramp-gvfs-handle-rename-file)
6528 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6529 (tramp-set-file-uid-gid)
6530 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6531 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6532 of `file-remote-p'.
6533
6534 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6535 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6536 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6537 (tramp-gw-open-network-stream): Suppress unrelated traces.
6538
6539 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6540 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6541 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6542 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6543 connection property.
6544
6545 * net/tramp-cache.el (top): Suppress traces when reading
6546 persistency file.
6547
6548 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6549 Refactor common code. Improve debug message.
6550 (tramp-maybe-open-connection)
6551 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6552 connection buffer too early.
6553
6554 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6555 from `tramp-smb-actions-with-acl'.
6556 (tramp-smb-actions-set-acl): New defconst.
6557 (tramp-smb-handle-copy-directory)
6558 (tramp-smb-action-get-acl): New defun, renamed from
6559 `tramp-smb-action-with-acl'.
6560 (tramp-smb-action-set-acl): New defun.
6561 (tramp-smb-handle-set-file-acl): Rewrite.
6562
6563 2013-10-17 Glenn Morris <rgm@gnu.org>
6564
6565 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
6566
6567 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * skeleton.el (skeleton-newline): Remove.
6570 (skeleton-internal-1): Use (insert "\n") instead.
6571
6572 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6573 let-bindings.
6574
6575 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6576 forward-sexp-function while we redo its job (bug#15613).
6577
6578 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
6579
6580 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6581 represented by lists.
6582
6583 2013-10-16 Glenn Morris <rgm@gnu.org>
6584
6585 * tmm.el (tmm--history): New dynamic variable.
6586 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
6587
6588 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
6589
6590 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6591 (tramp-smb-errors): Add error messages.
6592 (tramp-smb-actions-with-acl): New defconst.
6593 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6594 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6595 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6596 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6597 (tramp-smb-get-stat-capability): Fix tests.
6598
6599 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
6600
6601 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6602 (bug#15580).
6603
6604 2013-10-16 Glenn Morris <rgm@gnu.org>
6605
6606 * ansi-color.el (ansi-color-drop-regexp):
6607 Add 1J, 1K, 2K. (Bug#15617)
6608
6609 * files.el (hack-local-variables--warned-lexical): New.
6610 (hack-local-variables):
6611 Warn about misplaced lexical-binding. (Bug#15616)
6612
6613 * net/eww.el (eww-render): Always set eww-current-url,
6614 and update header line. (Bug#15622)
6615 (eww-display-html): ... Rather than just doing it here.
6616
6617 2013-10-15 Eli Zaretskii <eliz@gnu.org>
6618
6619 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6620 menu navigations commands.
6621
6622 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
6623
6624 * progmodes/subword.el (subword-capitalize): Be careful when
6625 the search for [[:alpha:]] fails (bug#15580).
6626
6627 2013-10-14 Eli Zaretskii <eliz@gnu.org>
6628
6629 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6630 to commands that scroll the menu.
6631
6632 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
6633
6634 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6635 Handle methods ending with `?' and `!'.
6636
6637 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
6638
6639 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6640 `japanese-cp932' to `cp932' to fix the problem where saving a
6641 source file written in Shift_JIS twice would end up having
6642 `coding: japanese-cp932' which Ruby could not recognize.
6643 (ruby-mode-set-encoding): Add support for encodings mapped to nil
6644 in `ruby-encoding-map'.
6645 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6646 doesn't need to be explicitly declared in magic comment.
6647 (ruby-encoding-map): Add type declaration for better customize UI.
6648
6649 2013-10-13 Glenn Morris <rgm@gnu.org>
6650
6651 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6652 Occur buffers are read-only. http://bugs.debian.org/720775
6653
6654 * emacs-lisp/authors.el (authors-fixed-entries):
6655 Comment out old alpha stuff.
6656
6657 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
6658
6659 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6660 to `after-save-hook' instead of `before-save-hook'.
6661 (ruby-mode-set-encoding): Use the value of coding system used to
6662 write the file. Call `basic-save-buffer-1' after modifying the
6663 buffer.
6664
6665 2013-10-13 Alan Mackenzie <acm@muc.de>
6666
6667 Fix indentation/fontification of Java enum with
6668 "implements"/generic.
6669
6670 * progmodes/cc-engine.el (c-backward-over-enum-header):
6671 Extracted from the three other places and enhanced to handle generics.
6672 (c-inside-bracelist-p): Uses new function above.
6673 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6674 function above.
6675 (c-font-lock-enum-tail): Uses new function above.
6676
6677 2013-10-13 Kenichi Handa <handa@gnu.org>
6678
6679 * international/mule-cmds.el (select-safe-coding-system): Remove a
6680 superfluous condition in chekcing whether a coding system is safe
6681 or not.
6682
6683 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
6684
6685 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
6686
6687 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
6688
6689 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
6690
6691 2013-10-13 Glenn Morris <rgm@gnu.org>
6692
6693 * menu-bar.el (menu-bar-update-buffers):
6694 Unify Buffers menu prompt string. (Bug#15576)
6695
6696 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
6697
6698 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6699 Add some entries.
6700 (authors-fixed-entries): Use accented form of name.
6701
6702 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6703
6704 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6705 method calls (bug#15594).
6706 (ruby-smie--args-separator-p): New function.
6707 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6708 recognize paren-free method calls.
6709
6710 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6711 internals of universal-argument.
6712
6713 2013-10-11 Eli Zaretskii <eliz@gnu.org>
6714
6715 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6716 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6717 dropped menu on second mouse click on the menu bar.
6718
6719 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6722 (explicit-shell-file-name): Declare.
6723 (sh--vars-before-point, sh--cmd-completion-table): New functions.
6724 (sh-completion-at-point-function): New function.
6725 (sh-mode): Use it.
6726 (sh-smie--keyword-p): Remove unused argument.
6727 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6728 vars.
6729 (sh-set-shell): Always setup SMIE, even if we use the
6730 old indentation code.
6731
6732 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
6733
6734 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6735 cases of ? and =.
6736 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6737 predicate would return nil are almost non-existent.
6738 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6739
6740 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6741 cache also after commands that modify the buffer but don't move
6742 point.
6743
6744 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * env.el (substitute-env-in-file-name): New function.
6747 (substitute-env-vars): Extend the meaning of the optional arg.
6748
6749 2013-10-10 Eli Zaretskii <eliz@gnu.org>
6750
6751 * term/w32-win.el (dynamic-library-alist): Define separate lists
6752 of GIF DLLs for versions before and after 5.0.0 of giflib.
6753 (Bug#15531)
6754
6755 2013-10-10 João Távora <joaotavora@gmail.com>
6756
6757 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6758 not locked, use last revision and current source as
6759 defaults. (Bug#15569)
6760
6761 2013-10-10 Masatake YAMATO <yamato@redhat.com>
6762
6763 * menu-bar.el (menu-bar-open): Don't use popup-menu if
6764 menu-bar is hidden.
6765
6766 2013-10-10 Martin Rudalics <rudalics@gmx.at>
6767
6768 * window.el (pop-to-buffer-same-window): Fix doc-string.
6769 (Bug#15492)
6770
6771 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6772
6773 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6774
6775 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
6776
6777 * calendar/icalendar.el (icalendar-import-file):
6778 Fix interactive spec. (Bug#15482)
6779
6780 2013-10-10 Glenn Morris <rgm@gnu.org>
6781
6782 * desktop.el (desktop-save): Default to saving in .emacs.d,
6783 since PWD is no longer in desktop-path by default. (Bug#15319)
6784
6785 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6786 now that text mode has a menu with the same entry.
6787 (menu-bar-text-mode-auto-fill): Remove now unused func.
6788 * textmodes/text-mode.el (text-mode-map):
6789 Use auto-fill help text from menu-bar.el.
6790
6791 2013-10-10 John Anthony <john@jo.hnanthony.com>
6792
6793 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
6794
6795 2013-10-09 Juri Linkov <juri@jurta.org>
6796
6797 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6798 instead of this-command-keys. Add universal-argument-more and
6799 universal-argument-minus to the list of prefix commands. (Bug#15568)
6800
6801 2013-10-09 Glenn Morris <rgm@gnu.org>
6802
6803 * vc/vc-svn.el (vc-svn-create-repo):
6804 Expand paths in file://... url. (Bug#15446)
6805
6806 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6807 Add some entries.
6808 (authors): Remove unused local variables.
6809
6810 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6811
6812 * profiler.el: Create a more coherent calltree from partial backtraces.
6813 (profiler-format): Hide the tail with `invisible' so that C-s can still
6814 find the hidden elements.
6815 (profiler-calltree-depth): Don't recurse so enthusiastically.
6816 (profiler-function-equal): New hash-table-test.
6817 (profiler-calltree-build-unified): New function.
6818 (profiler-calltree-build): Use it.
6819 (profiler-report-make-name-part): Indent the calltree less.
6820 (profiler-report-mode): Add visibility specs for profiler-format.
6821 (profiler-report-expand-entry, profiler-report-toggle-entry):
6822 Expand the whole subtree when provided with a prefix arg.
6823
6824 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
6825
6826 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6827 iuwu-mod token.
6828 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6829 hanging iuwu-mod token.
6830 (ruby-smie--forward-token): Do not include a dot after a token in
6831 that token.
6832 (ruby-smie--backward-token): Likewise.
6833
6834 2013-10-08 Juri Linkov <juri@jurta.org>
6835
6836 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6837 to isearch-other-control-char.
6838 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6839 and isearch-post-command-hook to post-command-hook.
6840 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6841 and isearch-post-command-hook from post-command-hook.
6842 (isearch-unread-key-sequence)
6843 (isearch-reread-key-sequence-naturally)
6844 (isearch-lookup-scroll-key, isearch-other-control-char)
6845 (isearch-other-meta-char): Remove functions.
6846 (isearch-pre-command-hook, isearch-post-command-hook):
6847 New functions based on isearch-other-meta-char rewritten
6848 relying on the new behavior of overriding-terminal-local-map
6849 that does not replace the local keymaps any more. (Bug#15200)
6850
6851 2013-10-08 Eli Zaretskii <eliz@gnu.org>
6852
6853 Support menus on text-mode terminals.
6854 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6855 functionality.
6856
6857 * tooltip.el (tooltip-mode): Don't error out on TTYs.
6858
6859 * menu-bar.el (popup-menu, popup-menu-normalize-position):
6860 Move here from mouse.el.
6861 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6862 and arrow keys.
6863 (tty-menu-navigation-map): New map for TTY menu navigation.
6864
6865 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6866
6867 * frame.el (display-mouse-p): Report text-mode mouse as available
6868 on w32.
6869 (display-popup-menus-p): Report availability if mouse is
6870 available; don't condition on window-system.
6871
6872 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6873 (tty-menu-selected-face): New faces.
6874
6875 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6878 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6879 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6880 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6881 New constants.
6882 (lisp-mode-variables): New `elisp' argument.
6883 (emacs-lisp-mode): Use it.
6884 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6885 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6886
6887 * indent.el: Use lexical-binding.
6888 (indent-region): Add progress reporter.
6889 (tab-stop-list): Make it implicitly extend to infinity by repeating the
6890 last step.
6891 (indent--next-tab-stop): New function to implement this behavior.
6892 (tab-to-tab-stop, move-to-tab-stop): Use it.
6893
6894 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
6895
6896 * indent.el (indent-rigidly--current-indentation): New function.
6897 (indent-rigidly-map): New var.
6898 (indent-rigidly): Use it to provide interactive mode (bug#8196).
6899
6900 2013-10-08 Bastien Guerry <bzg@gnu.org>
6901
6902 * register.el (insert-register): Fix 2013-10-07 change.
6903
6904 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6905
6906 * progmodes/perl-mode.el: Use lexical-binding.
6907 Remove redundant :group args.
6908 (perl-nochange): Change default to be closer to other major modes's
6909 standard behavior.
6910 (perl-indent-line): Don't consider text on current line as a
6911 valid beginning of function from which to indent.
6912
6913 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6914 with more than one argument (bug#15538).
6915
6916 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6917
6918 * vc/pcvs.el: Use lexical-binding.
6919 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6920 environment of `eval'.
6921 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6922 than a list of expressions. Adjust callers.
6923 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6924
6925 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
6926
6927 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6928 case of the dot in a chained method call being on the following line.
6929
6930 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6931
6932 * electric.el (electric-indent-inhibit): New var.
6933 (electric-indent-post-self-insert-function): Use it.
6934 * progmodes/python.el (python-mode): Set it.
6935
6936 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6937 open braces.
6938
6939 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6940
6941 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6942 (css-mode): Use electric-indent-chars.
6943
6944 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6945 (font-lock-beg, font-lock-end): Move before first use.
6946 (nxml-mode): Use syntax-propertize-function.
6947 (nxml-after-change, nxml-after-change1): Adjust accordingly.
6948 (nxml-extend-after-change-region): Remove.
6949 * nxml/xmltok.el: Use lexical-binding.
6950 (xmltok-save): Use `declare'.
6951 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6952 * nxml/nxml-util.el: Use lexical-binding.
6953 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6954 Use `declare'.
6955 * nxml/nxml-ns.el: Use lexical-binding.
6956 (nxml-ns-save): Use `declare'.
6957 (nxml-ns-prefixes-for): Avoid add-to-list.
6958 * nxml/rng-match.el: Use lexical-binding.
6959 (rng--ipattern): Use cl-defstruct.
6960 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6961 (rng-cons-group-after, rng-subst-group-after)
6962 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6963 Use closures instead of `(lambda...).
6964
6965 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
6966
6967 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6968 of BEG and END.
6969
6970 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6971 Use `tramp-handle-insert-file-contents'.
6972 (tramp-gvfs-handle-insert-file-contents): Remove function.
6973
6974 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6975 Use `save-restriction' in order to keep markers.
6976
6977 * net/trampver.el: Update release number.
6978
6979 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * progmodes/compile.el (compilation-parse-errors):
6982 Use compilation--put-prop.
6983 (compilation--ensure-parse): Check compilation-multiline.
6984
6985 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6986
6987 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6988 lexical-binding.
6989
6990 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6991
6992 * progmodes/ruby-mode.el: Fix recently added tests.
6993 (ruby-smie-grammar): Add - and +.
6994 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6995 (ruby-smie--backward-id): New functions.
6996 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6997 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
6998 any more.
6999
7000 2013-10-07 Leo Liu <sdl.web@gmail.com>
7001
7002 * register.el (register-preview-delay)
7003 (register-preview-functions): New variables.
7004 (register-read-with-preview, register-preview)
7005 (register-describe-oneline): New functions.
7006 (point-to-register, window-configuration-to-register)
7007 (frame-configuration-to-register, jump-to-register)
7008 (number-to-register, view-register, insert-register)
7009 (copy-to-register, append-to-register, prepend-to-register)
7010 (copy-rectangle-to-register): Use register-read-with-preview to
7011 read register. (Bug#15525)
7012
7013 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7014
7015 * net/network-stream.el (network-stream-open-starttls): Don't add
7016 --insecure if it's already present, because that gnutls-cli
7017 rejects getting that parameter twice.
7018
7019 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7020
7021 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7022 keyword, too.
7023
7024 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7025
7026 * newcomment.el (comment-use-global-state): Change default value
7027 to t, mark obsolete (Bug#15251).
7028 (comment-beginning): In addition to `comment-to-syntax', check the
7029 value of `comment-use-global-state'.
7030
7031 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7032
7033 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7034 (ruby-comment-column): Follow the global default, by default.
7035 (ruby-smie-grammar): Add assignment syntax.
7036 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7037 open-paren, a comma, or a \.
7038 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7039 and line continuations.
7040 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7041 followed by implicit semi-colons. Add rule for string concatenation
7042 and for indentation at BOB.
7043 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7044
7045 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7046 calling next-sexp, since next-token may have skipped chars which
7047 next-sexp doesn't know should be skipped!
7048
7049 2013-10-05 Leo Liu <sdl.web@gmail.com>
7050
7051 * progmodes/octave.el (octave-send-region):
7052 Call compilation-forget-errors.
7053
7054 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7055
7056 * vc/vc-svn.el (vc-svn-find-admin-dir):
7057 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7058 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7059 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7060 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7061
7062 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7065
7066 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7067
7068 * subr.el (read-passwd): Hide chars even when called within a context
7069 where after-change-functions is disabled (bug#15501).
7070 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7071 until we removed ourself from overriding-terminal-local-map.
7072
7073 2013-10-04 Leo Liu <sdl.web@gmail.com>
7074
7075 * progmodes/octave.el (inferior-octave-mode):
7076 Call compilation-forget-errors.
7077
7078 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7079
7080 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7081
7082 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7083
7084 * net/secrets.el (secrets-create-collection): Add optional
7085 argument ALIAS. Use proper Label keyword. Append ALIAS as
7086 dbus-call-method argument. (Bug#15516)
7087
7088 2013-10-04 Leo Liu <sdl.web@gmail.com>
7089
7090 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7091 (inferior-octave-compilation-font-lock-keywords): New variables.
7092 (compilation-error-regexp-alist)
7093 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7094 (inferior-octave-mode): Use compilation-shell-minor-mode.
7095
7096 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7097
7098 * minibuffer.el (completion--replace): Be careful that `end' might be
7099 a marker.
7100
7101 2013-10-03 Daiki Ueno <ueno@gnu.org>
7102
7103 Add support for package signature checking.
7104 * emacs-lisp/package.el (url-http-file-exists-p)
7105 (epg-make-context, epg-context-set-home-directory)
7106 (epg-verify-string, epg-context-result-for)
7107 (epg-signature-status, epg-signature-to-string)
7108 (epg-check-configuration, epg-configuration)
7109 (epg-import-keys-from-file): Declare.
7110 (package-check-signature): New user option.
7111 (package-unsigned-archives): New user option.
7112 (package-desc): Add `signed' field.
7113 (package-load-descriptor): Set `signed' field if .signed file exists.
7114 (package--archive-file-exists-p): New function.
7115 (package--check-signature): New function.
7116 (package-install-from-archive): Check package signature.
7117 (package--download-one-archive): Check archive signature.
7118 (package-delete): Remove .signed file.
7119 (package-import-keyring): New command.
7120 (package-refresh-contents): Import default keyring.
7121 (package-desc-status): Add "unsigned" status.
7122 (describe-package-1, package-menu--print-info)
7123 (package-menu-mark-delete, package-menu--find-upgrades)
7124 (package-menu--status-predicate): Support "unsigned" status.
7125
7126 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7129 the new compilation scheme using the new byte-codes.
7130
7131 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7132 (byte-pophandler): New byte codes.
7133 (byte-goto-ops): Adjust accordingly.
7134 (byte-compile--use-old-handlers): New var.
7135 (byte-compile-catch): Use new byte codes depending on
7136 byte-compile--use-old-handlers.
7137 (byte-compile-condition-case--old): Rename from
7138 byte-compile-condition-case.
7139 (byte-compile-condition-case--new): New function.
7140 (byte-compile-condition-case): New function that dispatches depending
7141 on byte-compile--use-old-handlers.
7142 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7143 when we can.
7144
7145 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7146 Optimize under `condition-case' and `catch' if
7147 byte-compile--use-old-handlers is nil.
7148 (disassemble-offset): Handle new bytecodes.
7149
7150 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * subr.el (error): Use `declare'.
7153 (decode-char, encode-char): Use advertised-calling-convention instead
7154 of the docstring to discourage use of the `restriction' arg.
7155
7156 2013-10-03 Daiki Ueno <ueno@gnu.org>
7157
7158 * epg.el (epg-verify-file): Add a comment saying that it does not
7159 notify verification error as a return value nor a signal.
7160 (epg-verify-string): Ditto.
7161
7162 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7163
7164 * progmodes/compile.el (compilation-start): Try globbing the arg to
7165 `cd' (bug#15417).
7166
7167 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7168
7169 Sync with Tramp 2.2.8.
7170
7171 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7172 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7173 * net/trampver.el: Update release number.
7174
7175 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7176
7177 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7178 and default-process-coding-system for darwin only.
7179
7180 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7183
7184 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7185
7186 * vc/vc-git.el (vc-git-grep): Disable pager.
7187
7188 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7189
7190 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7191 Use :url instead of :homepage, as per
7192 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7193
7194 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7195 non-nil, use `syntax-ppss' (Bug#15251).
7196
7197 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7198
7199 * progmodes/octave.el (inferior-octave-startup-file):
7200 Prefer ~/.emacs.d/init_octave.m.
7201
7202 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7203
7204 * emacs-lisp/package.el (package-desc-from-define):
7205 Accept additional arguments as plist, convert them to an alist and store
7206 them in the `extras' slot.
7207 (package-generate-description-file): Convert extras alist back to
7208 plist and append to the `define-package' form arguments.
7209 (package--alist-to-plist): New function.
7210 (package--ac-desc): Add `extras' slot.
7211 (package--add-to-archive-contents): Check if the archive-contents
7212 vector is long enough, and if it is, pass its `extras' slot value
7213 to `package-desc-create'.
7214 (package-buffer-info): Call `lm-homepage', pass the returned value
7215 to `package-desc-from-define'.
7216 (describe-package-1): Render the homepage button (Bug#13291).
7217
7218 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7219 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7220
7221 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7222
7223 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7224 and default-process-coding-system to utf-8-unix (Bug#15402).
7225
7226 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7227
7228 * subr.el (looking-back): Do not recommend using looking-back.
7229
7230 2013-09-28 Alan Mackenzie <acm@muc.de>
7231
7232 Fix indentation/fontification of Java enum with "implements".
7233
7234 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7235 regexp which matches "implements", etc., in Java.
7236 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7237 specifier clauses coming after "enum".
7238 * progmodes/cc-fonts.el (c-font-lock-declarations)
7239 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7240 after "enum".
7241
7242 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7243
7244 * faces.el (region): Change ns_selection_color to
7245 ns_selection_fg_color, add ns_selection_bg_color.
7246
7247 2013-09-28 Leo Liu <sdl.web@gmail.com>
7248
7249 * progmodes/octave.el (inferior-octave-completion-table)
7250 (inferior-octave-completion-at-point): Minor tweaks.
7251
7252 * textmodes/ispell.el (ispell-lookup-words): Rename from
7253 lookup-words. (Bug#15460)
7254 (lookup-words): Obsolete.
7255 (ispell-complete-word, ispell-command-loop): All uses changed.
7256
7257 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7258
7259 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7260 (octave-mode-menu): Add octave-send-buffer.
7261 (octave-send-buffer): New function.
7262
7263 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7264
7265 * progmodes/octave.el (octave-mode-map): Add key binding for
7266 octave-lookfor.
7267 (octave-mode-menu): Add octave-lookfor.
7268 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7269 octave-lookfor.
7270 (octave-lookfor): New function.
7271
7272 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7273
7274 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7275 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7276 its convention.
7277 (cl--loop-set-iterator-function): New function.
7278 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7279 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7280 Bind `it' with `let' instead of substituting it with `cl-subst'.
7281 (cl--unused-var-p): New function.
7282 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7283 Eliminate some unused variable warnings (bug#15326).
7284
7285 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7286
7287 * doc-view.el (doc-view-scale-reset): Rename from
7288 `doc-view-reset-zoom-level'.
7289 (doc-view-scale-adjust): New command.
7290 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7291 `doc-view-scale-adjust'.
7292
7293 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7294
7295 * doc-view.el (doc-view-reset-zoom-level): New command.
7296 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7297 zoom commands (bug#15466).
7298
7299 2013-09-26 Kenichi Handa <handa@gnu.org>
7300
7301 * international/quail.el (quail-help): Make it not a command.
7302
7303 2013-09-26 Leo Liu <sdl.web@gmail.com>
7304
7305 * minibuffer.el (completion-all-sorted-completions): Make args
7306 optional as they are.
7307
7308 2013-09-25 Daniel Colascione <dancol@dancol.org>
7309
7310 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7311 specs are and that they're not evaluated.
7312
7313 2013-09-24 Sam Steingold <sds@gnu.org>
7314
7315 * midnight.el (clean-buffer-list-kill-regexps)
7316 (clean-buffer-list-kill-buffer-names): Update for the new Man
7317 buffer naming which includes the object name.
7318
7319 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7322 (eshell-parse-command, eshell-parse-pipeline): Use it since
7323 eshell-separate-commands requires a dynamic scoped var.
7324 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7325
7326 2013-09-23 Leo Liu <sdl.web@gmail.com>
7327
7328 * autoinsert.el (auto-insert-alist): Make the value of
7329 lexical-binding match its file setting.
7330
7331 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7332
7333 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7334
7335 * autoarg.el (autoarg-kp-digit-argument):
7336 * electric.el (Electric-command-loop):
7337 * kmacro.el (kmacro-step-edit-insert):
7338 Do not set universal-argument-num-events.
7339
7340 2013-09-22 Leo Liu <sdl.web@gmail.com>
7341
7342 * files.el (interpreter-mode-alist): Add octave.
7343
7344 2013-09-21 Alan Mackenzie <acm@muc.de>
7345
7346 C++: fontify identifier in declaration following "public:" correctly.
7347 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7348 to match "public", etc.
7349 (c-decl-prefix-re): Add ":" into the C++ value.
7350 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7351 bit. Add a check for a ":" preceded by "public", etc.
7352
7353 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7354
7355 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7356 recognized by GDB 7.5 and later.
7357
7358 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7359
7360 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7361
7362 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7363
7364 * subr.el (internal--call-interactively): New const.
7365 (called-interactively-p): Use it (bug#3984).
7366
7367 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7368
7369 * vc/pcvs.el (cvs-mode-ignore):
7370 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7371 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7372
7373 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7374
7375 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7376 (eshell-ls-orig-insert-directory): Remove.
7377 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7378 (eshell-ls-use-in-dired): Use advice-add/remove.
7379 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7380 Add `orig-fun' arg for use in :around advice.
7381 Make it check (redundantly) eshell-ls-use-in-dired.
7382
7383 2013-09-19 Glenn Morris <rgm@gnu.org>
7384
7385 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7386
7387 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7388
7389 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7390
7391 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7392
7393 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7394 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7395 (tramp-get-remote-python): New defuns.
7396 (tramp-get-remote-uid-with-perl)
7397 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7398 contributed by yary <not.com@gmail.com> (tiny change).
7399 (tramp-get-remote-uid-with-python)
7400 (tramp-get-remote-gid-with-python): New defuns. Python code
7401 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7402 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7403
7404 2013-09-19 Glenn Morris <rgm@gnu.org>
7405
7406 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7407
7408 * eshell/em-unix.el (eshell-remove-entries):
7409 Rename argument to avoid name-clash with global `top-level'.
7410
7411 * eshell/esh-proc.el (eshell-kill-process-function):
7412 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7413 (eshell-reset-after-proc): Remove unused arg `proc'.
7414
7415 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7416 (directory-files-and-attributes): Mark unused arg.
7417
7418 * eshell/em-unix.el (eshell-remove-entries):
7419 Remove unused arg `path'. Update callers.
7420
7421 * eshell/em-hist.el (eshell-hist-parse-arguments):
7422 Remove unused arg `silent'. Update callers.
7423
7424 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7425 Fix (f)boundp mix-up.
7426
7427 * eshell/em-smart.el (eshell-smart-scroll-window)
7428 (eshell-disable-after-change):
7429 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7430
7431 2013-09-18 Alan Mackenzie <acm@muc.de>
7432
7433 Fix fontification of type when followed by "const".
7434 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7435 "known" types from fontification.
7436
7437 2013-09-18 Glenn Morris <rgm@gnu.org>
7438
7439 * emacs-lisp/chart.el (x-display-color-cells): Declare.
7440 (chart-face-list): Drop Emacsen without display-color-p.
7441
7442 * net/eww.el (libxml-parse-html-region): Declare.
7443 (eww-display-html): Explicit error if no libxml2 support.
7444
7445 * doc-view.el (doc-view-mode): Silence --without-x compilation.
7446
7447 * image.el (image-type-from-buffer, image-multi-frame-p):
7448 Remove --without-x warning/error.
7449
7450 * mouse.el (mouse-yank-primary):
7451 * term.el (term-mouse-paste):
7452 Reorder to silence --without-x compilation.
7453
7454 * mpc.el (doc-view-mode): Silence --without-x compilation.
7455
7456 * mail/rmailmm.el (rmail-mime-set-bulk-data):
7457 Silence --without-x compilation.
7458
7459 * progmodes/gud.el (gud-find-file, gud-mode):
7460 Silence --without-x compilation.
7461 (tooltip-mode): Declare.
7462
7463 * wdired.el (dired-backup-overwrite): Remove declaration.
7464 (wdired-mode-map): Add doc string.
7465
7466 * custom.el (x-get-resource): Declare.
7467
7468 * eshell/em-glob.el (ange-cache):
7469 * eshell/em-unix.el (ange-cache): Declare.
7470
7471 * faces.el (x-display-list, x-open-connection, x-get-resource):
7472 Declare.
7473
7474 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7475 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7476 Declare.
7477
7478 * frame.el (x-display-grayscale-p, x-display-name): Declare.
7479
7480 * net/gnutls.el (gnutls-log-level): Declare.
7481
7482 * net/shr.el (image-size, image-animate): Declare.
7483
7484 * simple.el (font-info): Declare.
7485
7486 * subr.el (x-popup-dialog): Declare.
7487
7488 * term/common-win.el (x-select-enable-primary)
7489 (x-last-selected-text-primary, x-last-selected-text-clipboard):
7490 Declare.
7491
7492 * term/ns-win.el (x-handle-args): Declare.
7493
7494 * term/x-win.el (x-select-enable-clipboard): Declare.
7495
7496 * term/w32-win.el (create-default-fontset): Declare.
7497
7498 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7499 Declare.
7500
7501 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7502 (fit-frame-to-buffer): Explicit error if --without-x.
7503 (mouse-autoselect-window-select): Silence compiler.
7504
7505 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7506
7507 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7508 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7509 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
7510 * eshell/esh-util.el (eshell-sublist):
7511 Remove unused local variables.
7512
7513 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7514
7515 * textmodes/two-column.el: Make 2C-split work for --without-x.
7516 (scroll-bar-columns): Autoload.
7517 (top-level): Require fringe when compiling.
7518
7519 2013-09-18 Leo Liu <sdl.web@gmail.com>
7520
7521 * subr.el (add-hook): Robustify to handle closure as well.
7522
7523 2013-09-17 Glenn Morris <rgm@gnu.org>
7524
7525 * simple.el (messages-buffer-mode-map): Unbind "g".
7526
7527 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * help-mode.el (help-mode-finish): Use derived-mode-p.
7530 Remove obsolete highlighting.
7531
7532 * play/life.el (life-mode): Use define-derived-mode. Derive from
7533 special-mode.
7534 (life): Let-bind inhibit-read-only.
7535 (life-setup): Avoid `setq'. Use `life-mode'.
7536
7537 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7538 which should not be needed any more.
7539 (package-menu-refresh, package-menu-describe-package): Use user-error.
7540
7541 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7542 (eshell-post-rewrite-command-hook): Make obsolete.
7543 (eshell-parse-command): Simplify.
7544 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7545 (eshell--cmd): Declare.
7546 (eshell-parse-pipeline): Remove unused var `final-p'.
7547 Pass a dynvar to eshell-post-rewrite-command-hook.
7548 Implement the new eshell-post-rewrite-command-function.
7549 (eshell-invoke-directly): Remove unused arg `input'.
7550 * eshell/esh-io.el (eshell-io-initialize):
7551 Use eshell-post-rewrite-command-function (bug#15399).
7552 (eshell--apply-redirections): Rename from eshell-apply-redirections;
7553 adjust to new calling convention.
7554 (eshell-create-handles): Rename args to avoid clashing with dynvar
7555 `standard-output'.
7556
7557 2013-09-17 Glenn Morris <rgm@gnu.org>
7558
7559 * simple.el (messages-buffer-mode): New major mode.
7560 (messages-buffer): New function.
7561 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7562 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7563 (ert-run-test): Use `messages-buffer' function.
7564 (ert--force-message-log-buffer-truncation): Ignore read-only.
7565 * help.el (view-echo-area-messages): Use `messages-buffer' function.
7566 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7567
7568 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7569
7570 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7571
7572 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7573
7574 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 * icomplete.el (icomplete-in-buffer): New var.
7577 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7578 vars and replace them with functions.
7579 (icomplete-minibuffer-setup): Adjust accordingly.
7580 (icomplete--completion-table, icomplete--completion-predicate)
7581 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7582 New functions.
7583 (icomplete-forward-completions, icomplete-backward-completions)
7584 (icomplete-simple-completing-p, icomplete-exhibit)
7585 (icomplete-completions): Use them.
7586 (icomplete--in-region-buffer): New var.
7587 (icomplete--in-region-setup): New function.
7588 (icomplete-mode): Use it.
7589
7590 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7591 (bug#15379).
7592 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7593 return args and options.
7594 (eshell-eval-using-options): Use the new return value of
7595 eshell--do-opts to set the options's vars in their scope.
7596 (eshell--set-option): Rename from eshell-set-option.
7597 Add arg `opt-vals'.
7598 (eshell--process-option): Rename from eshell-process-option.
7599 Add arg `opt-vals'.
7600 (eshell--process-args): Use an `opt-vals' alist to store the options's
7601 values during their processing and return them additionally to the
7602 remaining args.
7603
7604 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
7605
7606 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7607 continuation character an operator, as far as indentation is
7608 concerned (Bug#15369).
7609
7610 2013-09-15 Martin Rudalics <rudalics@gmx.at>
7611
7612 * window.el (window--state-put-2): Don't process buffer state
7613 when buffer doesn't exist any more (Bug#15382).
7614
7615 2013-09-15 Glenn Morris <rgm@gnu.org>
7616
7617 * eshell/em-unix.el (eshell/rm):
7618 Make -f ignore missing files. (Bug#15373)
7619
7620 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
7621 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7622 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7623
7624 2013-09-14 Glenn Morris <rgm@gnu.org>
7625
7626 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7627
7628 2013-09-13 Glenn Morris <rgm@gnu.org>
7629
7630 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7631 (dired-guess-default): Make `file' available in the env. (Bug#15363)
7632
7633 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
7634
7635 * frame.el (x-focus-frame): Mark as declared in frame.c.
7636
7637 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7638
7639 * ls-lisp.el: Use advice-add.
7640 (original-insert-directory): Remove.
7641 (ls-lisp--insert-directory): Rename from insert-directory; add
7642 `orig-fun' argument.
7643 (insert-directory): Advise.
7644
7645 2013-09-13 Eli Zaretskii <eliz@gnu.org>
7646
7647 * term.el (term-emulate-terminal): Decode the command string
7648 before passing it to term-command-hook. (Bug#15337)
7649
7650 2013-09-13 Glenn Morris <rgm@gnu.org>
7651
7652 * eshell/esh-util.el (ange-cache): Move declaration earlier.
7653
7654 * eshell/esh-ext.el (eshell-search-path): Declare.
7655
7656 * eshell/em-prompt.el (eshell/pwd): Autoload it.
7657 Otherwise an error occurs if eshell-dirs module not loaded.
7658
7659 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7660
7661 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
7662
7663 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7664 `tramp-check-proper-host'. Check for a valid method name.
7665
7666 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7667 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7668 * net/tramp-sh.el (tramp-maybe-open-connection):
7669 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7670
7671 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7672 also for hash values.
7673
7674 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7675
7676 * term/ns-win.el (parameters): Don't declare as dynamic.
7677 (before-make-frame-hook): Don't add ineffective function.
7678
7679 * eshell/*.el: Use lexical-binding (bug#15231).
7680
7681 2013-09-12 Kenichi Handa <handa@gnu.org>
7682
7683 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7684
7685 2013-09-12 Glenn Morris <rgm@gnu.org>
7686
7687 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7688 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7689
7690 * subr.el (do-after-load-evaluation): Also give compiler warnings
7691 when obsolete files are used (except by obsolete files).
7692
7693 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7694 in the status output, assume `filename' is the first. (Bug#15322)
7695
7696 * vc/vc.el (vc-deduce-fileset): Doc fix.
7697
7698 * calc/calc-help.el (Info-goto-node):
7699 * progmodes/cperl-mode.el (Info-find-node):
7700 * vc/ediff.el (Info-goto-node): Update declarations.
7701
7702 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7703
7704 * vc/vc-bzr.el (vc-compilation-mode): Declare.
7705 (vc-bzr-pull): Require vc-dispatcher.
7706 * vc/vc-git.el (vc-compilation-mode): Declare.
7707 (vc-git-pull): Require vc-dispatcher.
7708
7709 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7710
7711 * progmodes/octave.el (help-button-action): Declare.
7712
7713 * shell.el (shell-directory-tracker): Output error as a message
7714 rather than just returning it as a string.
7715 (shell-process-pushd): Remove useless use of message.
7716
7717 * dframe.el (dframe-timer-fn):
7718 * files.el (dir-locals-read-from-file):
7719 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7720 (mpc-format):
7721 * reveal.el (reveal-post-command):
7722 * saveplace.el (load-save-place-alist-from-file):
7723 * shell.el (shell-resync-dirs):
7724 * w32-common-fns.el (x-get-selection-value):
7725 * emacs-lisp/copyright.el (copyright-find-copyright):
7726 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7727 * emulation/tpu-edt.el (tpu-copy-keyfile):
7728 * play/bubbles.el (bubbles--mark-neighbourhood):
7729 * progmodes/executable.el
7730 (executable-make-buffer-file-executable-if-script-p):
7731 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7732
7733 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 Cleanup Eshell to rely less on dynamic scoping.
7736 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7737 last-value, and ext-command here. Bind `args' closer to `body'.
7738 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7739 (eshell--args): Declare new dynamic var.
7740 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
7741 last-value, and ext-command. Pass `args' to `body'.
7742 (eshell-process-args): Bind eshell--args.
7743 (eshell-set-option): Use eshell--args.
7744 * eshell/eshell.el (eshell): Use derived-mode-p.
7745 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7746 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7747 (eshell-glob-function): Declare.
7748 * eshell/esh-util.el: Require cl-lib.
7749 (eshell-read-hosts-file): Avoid add-to-list.
7750 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7751 `err'.
7752 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7753 Declare.
7754 (eshell/diff): Remove unused var `err'.
7755 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7756 `killflag'.
7757 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7758 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7759 first use.
7760 * eshell/em-glob.el (eshell-glob-matches, message-shown):
7761 Move declaration before first use.
7762 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7763 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7764 rely on cl-return.
7765
7766 2013-09-12 Glenn Morris <rgm@gnu.org>
7767
7768 * term/ns-win.el (global-map): Remove binding for ispell-next,
7769 deleted 1999-05-29. (Bug#15357)
7770
7771 2013-09-11 Glenn Morris <rgm@gnu.org>
7772
7773 * echistory.el (electric-command-history): Remove call to deleted func.
7774
7775 * play/landmark.el (landmark-mode): Fix typos.
7776
7777 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7778 Check cvs-sort-ignore-file is bound.
7779
7780 * savehist.el: No need for cl when compiling on Emacs.
7781
7782 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7785 (bug#15338).
7786 (eshell-self-insert-command, eshell-send-invisible):
7787 Remove unused argument.
7788 (eshell-handle-control-codes): Remove unused var `orig'.
7789 Avoid delete-backward-char.
7790
7791 * files.el (set-auto-mode): Simplify a bit further.
7792
7793 2013-09-11 Glenn Morris <rgm@gnu.org>
7794
7795 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7796 (set-auto-mode): Don't regexp-quote elements.
7797 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7798 * progmodes/cc-mode.el (interpreter-mode-alist):
7799 * progmodes/ruby-mode.el (interpreter-mode-alist):
7800 Revert previous change.
7801
7802 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * play/snake.el (snake-mode):
7805 * play/mpuz.el (mpuz-mode):
7806 * play/landmark.el (lm-mode):
7807 * play/blackbox.el (blackbox-mode):
7808 * play/5x5.el (5x5-mode):
7809 * obsolete/options.el (Edit-options-mode):
7810 * net/quickurl.el (quickurl-list-mode):
7811 * net/newst-treeview.el (newsticker-treeview-mode):
7812 * mail/rmailsum.el (rmail-summary-mode):
7813 * mail/mspools.el (mspools-mode):
7814 * locate.el (locate-mode):
7815 * ibuffer.el (ibuffer-mode):
7816 * emulation/ws-mode.el (wordstar-mode):
7817 * emacs-lisp/debug.el (debugger-mode):
7818 * array.el (array-mode):
7819 * net/eudc.el (eudc-mode): Use define-derived-mode.
7820 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7821 Move initialization into declaration.
7822 (mairix-searches-mode): Use define-derived-mode.
7823 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7824 (eudc-edit-hotlist): Use dolist.
7825 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7826 (Man-mode): Use define-derived-mode.
7827 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7828 (Info-edit-mode): Use define-derived-mode.
7829 (Info-cease-edit): Use Info-mode.
7830 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7831 into declaration.
7832 (eshell-mode): Use define-derived-mode.
7833 * chistory.el (command-history-mode-map): Rename from
7834 command-history-map.
7835 (command-history-mode): Use define-derived-mode.
7836 (Command-history-setup): Remove function.
7837 * calc/calc.el (calc-trail-mode-map): New var.
7838 (calc-trail-mode): Use define-derived-mode.
7839 (calc-trail-buffer): Set calc-main-buffer manually.
7840 * bookmark.el (bookmark-insert-annotation): New function.
7841 (bookmark-edit-annotation): Use it.
7842 (bookmark-edit-annotation-mode): Make it a proper major mode.
7843 (bookmark-send-edited-annotation): Use derived-mode-p.
7844 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7845 closer to its ideal place. Use \' to match EOS.
7846
7847 * profiler.el (profiler-calltree-find): Use function-equal.
7848
7849 2013-09-10 Glenn Morris <rgm@gnu.org>
7850
7851 * files.el (interpreter-mode-alist): Convert to regexps.
7852 (set-auto-mode): Adapt for this. (Bug#15306)
7853 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7854 Comment out unused variable.
7855 * progmodes/cc-mode.el (interpreter-mode-alist):
7856 * progmodes/python.el (interpreter-mode-alist):
7857 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7858 * progmodes/sh-script.el (sh-set-shell):
7859 No longer use interpreter-mode-alist to get list of shells.
7860
7861 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7862
7863 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * simple.el: Use set-temporary-overlay-map for universal-argument.
7866 (universal-argument-map): Don't use default-bindings (bug#15317).
7867 Bind switch-frame explicitly. Replace universal-argument-minus with
7868 a conditional binding.
7869 (universal-argument-num-events, saved-overriding-map): Remove.
7870 (restore-overriding-map): Remove.
7871 (universal-argument--mode): Rename from save&set-overriding-map,
7872 and rewrite.
7873 (universal-argument, universal-argument-more, negative-argument)
7874 (digit-argument): Adjust accordingly.
7875 (universal-argument-minus): Remove.
7876 (universal-argument-other-key): Remove.
7877
7878 * subr.el (with-demoted-errors): Add `format' argument.
7879
7880 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
7881
7882 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
7883 `tramp-cleanup-connection'.
7884
7885 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7886 parameters KEEP-DEBUG and KEEP-PASSWORD.
7887
7888 * net/tramp.el (tramp-file-name-handler):
7889 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7890 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7891 (tramp-maybe-open-connection):
7892 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7893 Use `tramp-cleanup-connection'.
7894
7895 * net/tramp-sh.el (tramp-maybe-open-connection):
7896 Catch 'uname-changed inside the progress reporter.
7897
7898 2013-09-10 Glenn Morris <rgm@gnu.org>
7899
7900 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
7901
7902 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7903 returns "alternate access method" in mode (eg "-rw-r--r--.").
7904
7905 2013-09-08 Glenn Morris <rgm@gnu.org>
7906
7907 * saveplace.el (load-save-place-alist-from-file):
7908 Demote errors. (Bug#15305)
7909
7910 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
7911
7912 Improve compatibility with older Emacsen, and XEmacs.
7913
7914 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7915 only if it is bound. It isn't for XEmacs.
7916 (with-tramp-progress-reporter): Do not let-bind `result'.
7917 This yields to scoping errors in XEmacs.
7918 (tramp-handle-make-auto-save-file-name): New function, moved from
7919 tramp-sh.el.
7920
7921 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7922 for `make-auto-save-file-name'.
7923 (tramp-adb--gnu-switches-to-ash):
7924 Use `tramp-compat-replace-regexp-in-string'.
7925
7926 * net/tramp-cache.el (tramp-cache-print): Call
7927 `substring-no-properties' only if it is bound. It isn't for XEmacs.
7928
7929 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7930 bound. It isn't for XEmacs.
7931
7932 * net/tramp-compat.el (tramp-compat-copy-file):
7933 Catch `wrong-number-of-arguments' error.
7934 (tramp-compat-replace-regexp-in-string): New defun.
7935
7936 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7937 for `make-auto-save-file-name'.
7938 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7939 `copy-file'.
7940 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7941 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7942 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7943
7944 * net/tramp-gw.el (tramp-gw-open-network-stream):
7945 Use `tramp-compat-replace-regexp-in-string'.
7946
7947 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7948 Call `tramp-handle-make-auto-save-file-name'.
7949 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7950 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7951 (tramp-sh-file-inotifywait-process-filter):
7952 Use `tramp-compat-replace-regexp-in-string'.
7953 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7954
7955 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7956 for `make-auto-save-file-name'.
7957 (tramp-smb-handle-copy-directory):
7958 Call `tramp-compat-replace-regexp-in-string'.
7959 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7960 (tramp-smb-handle-copy-file): Improve error message.
7961 (tramp-smb-handle-rename-file): Rename directly only in case
7962 `newname' does not exist yet. This is a restriction of smbclient.
7963 (tramp-smb-maybe-open-connection): Rerun the function only when
7964 `auth-sources' is non-nil.
7965
7966 2013-09-08 Kenichi Handa <handa@gnu.org>
7967
7968 * international/characters.el: Set category "^" (Combining) for
7969 more characters.
7970
7971 2013-09-07 Alan Mackenzie <acm@muc.de>
7972
7973 Correctly fontify Java class constructors.
7974 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7975 in Java Mode.
7976 (c-recognize-typeless-decls): Set the Java value to t.
7977 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7978 While handling a "(", add a check for, effectively, Java, and handle a
7979 "typeless" declaration there.
7980
7981 2013-09-07 Roland Winkler <winkler@gnu.org>
7982
7983 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7984 field subtitle for entry type book.
7985
7986 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7987
7988 * minibuffer.el: Make minibuffer-complete call completion-in-region
7989 rather than other way around.
7990 (completion--some, completion-pcm--find-all-completions):
7991 Don't delay signals when debugging.
7992 (minibuffer-completion-contents): Beware fields within the
7993 minibuffer contents.
7994 (completion-all-sorted-completions): Use defvar-local.
7995 (completion--do-completion, completion--cache-all-sorted-completions)
7996 (completion-all-sorted-completions, minibuffer-force-complete):
7997 Add args `beg' and `end'.
7998 (completion--in-region-1): New fun, extracted from minibuffer-complete.
7999 (minibuffer-complete): Use completion-in-region.
8000 (completion-complete-and-exit): New fun, extracted from
8001 minibuffer-complete-and-exit.
8002 (minibuffer-complete-and-exit): Use it.
8003 (completion--complete-and-exit): Rename from
8004 minibuffer--complete-and-exit.
8005 (completion-in-region--single-word): New function, extracted from
8006 minibuffer-complete-word.
8007 (minibuffer-complete-word): Use it.
8008 (display-completion-list): Make `common-substring' argument obsolete.
8009 (completion--in-region): Call completion--in-region-1 instead of
8010 minibuffer-complete.
8011 (completion-help-at-point): Pass boundaries to
8012 minibuffer-completion-help as args rather than via an overlay.
8013 (completion-pcm--string->pattern): Use `any-delim'.
8014 (completion-pcm--optimize-pattern): New function.
8015 (completion-pcm--pattern->regex): Handle `any-delim'.
8016 * icomplete.el (icomplete-forward-completions)
8017 (icomplete-backward-completions, icomplete-completions):
8018 Adjust calls to completion-all-sorted-completions and
8019 completion--cache-all-sorted-completions.
8020 (icomplete-with-completion-tables): Default to t.
8021 * emacs-lisp/crm.el (crm--current-element): Rename from
8022 crm--select-current-element. Don't put an overlay but return the
8023 boundaries instead.
8024 (crm--completion-command): Take two new args to bind to the boundaries.
8025 (crm-completion-help): Adjust accordingly.
8026 (crm-complete): Use completion-in-region.
8027 (crm-complete-word): Use completion-in-region--single-word.
8028 (crm-complete-and-exit): Use completion-complete-and-exit.
8029
8030 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8033 than dynamically.
8034
8035 2013-09-06 Juri Linkov <juri@jurta.org>
8036
8037 * info.el (Info-display-images-node): When image file doesn't exist
8038 display text version of the image if it's provided in the Info file.
8039 Otherwise, display the location of missing image from SRC attribute.
8040 Add help-echo text property from ALT attribute. (Bug#15279)
8041
8042 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8043
8044 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8045 (edit-abbrevs-mode): Use define-derived-mode.
8046
8047 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8048 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8049 that it's defined.
8050 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8051 Use define-derived-mode.
8052
8053 * epg.el (epg-start-encrypt): Minor CSE simplification.
8054
8055 2013-09-06 William Xu <william.xwl@gmail.com>
8056
8057 * arc-mode.el: Add support for 7za (bug#15264).
8058 (archive-7z-program): New var.
8059 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8060 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8061 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8062
8063 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8064
8065 Remove URL syntax.
8066
8067 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8068 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8069 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8070 (tramp-postfix-host-format, tramp-file-name-regexp)
8071 (tramp-completion-file-name-regexp)
8072 (tramp-completion-dissect-file-name)
8073 (tramp-handle-substitute-in-file-name): Remove 'url case.
8074 (tramp-file-name-regexp-url)
8075 (tramp-completion-file-name-regexp-url): Remove constants.
8076
8077 2013-09-06 Glenn Morris <rgm@gnu.org>
8078
8079 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8080
8081 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8082
8083 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8084 keywords" below "here-doc beginnings" (Bug#15270).
8085
8086 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * subr.el (pop): Use `car-safe'.
8089 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8090 to detect unused `pop' return value.
8091
8092 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8093 var `block-regexp'.
8094 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8095 (python-fill-string): Remove unused var `marker'.
8096 (python-skeleton-add-menu-items): Remove unused var `items'.
8097
8098 * international/mule-cmds.el: Require CL.
8099 (find-coding-systems-for-charsets): Avoid add-to-list.
8100 (sanitize-coding-system-list): New function, extracted from
8101 select-safe-coding-system-interactively.
8102 (select-safe-coding-system-interactively): Use it.
8103 (read-input-method-name): Accept symbols for `default'.
8104
8105 * emacs-lisp/advice.el (defadvice): Add indent rule.
8106
8107 2013-09-05 Daniel Hackney <dan@haxney.org>
8108
8109 * dired-x.el:
8110 * net/ange-ftp.el:
8111 * net/browse-url.el:
8112 * net/dbus.el:
8113 * net/eudc.el:
8114 * net/eudcb-ldap.el:
8115 * net/eww.el:
8116 * net/imap.el:
8117 * printing.el:
8118 * vc/ediff-diff.el:
8119 * vc/ediff-init.el:
8120 * vc/ediff-merg.el:
8121 * vc/ediff-mult.el:
8122 * vc/ediff-util.el:
8123 * vc/ediff-wind.el:
8124 * vc/ediff.el:
8125 * vc/emerge.el:
8126 * vc/pcvs.el:
8127 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8128 byte compiler. Remove some unused let-bound variables.
8129
8130 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8131
8132 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8133 a "ref-cell", since it gets better optimized (bug#14883).
8134
8135 2013-09-05 Glenn Morris <rgm@gnu.org>
8136
8137 * progmodes/cc-awk.el (c-forward-sws): Declare.
8138
8139 2013-09-04 Glenn Morris <rgm@gnu.org>
8140
8141 * generic-x.el [rul-generic-mode]: Require cc-mode.
8142 (c++-mode-syntax-table): Declare.
8143 (rul-generic-mode-syntax-table): Init in the defvar.
8144
8145 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8148 (vc-do-command, vc-set-async-update):
8149 * vc/vc-mtn.el (vc-mtn-dir-status):
8150 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8151 (vc-hg-pull, vc-hg-merge-branch):
8152 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8153 (vc-git-merge-branch):
8154 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8155 (vc-cvs-dir-status-files):
8156 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8157 (vc-bzr-dir-status-files):
8158 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8159 * vc/vc-annotate.el: Use lexical-binding.
8160 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8161 (vc-sentinel-movepoint): Declare.
8162 (vc-annotate): Don't use `goto-line'.
8163 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8164 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8165 (vc-sentinel-movepoint): Declare.
8166 * vc/vc-svn.el: Use lexical-binding.
8167 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8168 * vc/vc-sccs.el:
8169 * vc/vc-rcs.el: Use lexical-binding.
8170
8171 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8172 `deleted'. Don't drop errors silently.
8173
8174 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8175
8176 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8177
8178 * vc/vc.el (vc-ignore): Rewrite.
8179 (vc-default-ignore): New function.
8180 (vc-default-ignore-completion-table): Use find-ignore-file.
8181
8182 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8183 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8184 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8185 Remove. Most code moved to vc.el.
8186
8187 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8188
8189 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8190 * net/tramp-smb.el (tramp-smb-get-file-entries):
8191 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8192 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8193
8194 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8195 Update call to it.
8196 (eww-change-select): Remove unused var `properties'.
8197 (eww-make-unique-file-name): Remove unused var `base'.
8198
8199 * finder.el (finder-compile-keywords): Don't mess with windows.
8200
8201 * calculator.el (calculator-funcall): Fix typo in last change.
8202
8203 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8204
8205 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8206 <pkg>-autoloads.el file stop us.
8207
8208 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8209 warnings, and factor out common code.
8210
8211 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8212
8213 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8214 two-character operators and whether the character preceding them
8215 changes their meaning (Bug#15208).
8216
8217 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8218
8219 Format code sent to Python shell for robustness.
8220 * progmodes/python.el (python-shell-buffer-substring):
8221 New function.
8222 (python-shell-send-region, python-shell-send-buffer): Use it.
8223
8224 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
8225
8226 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8227 * net/tramp.el (tramp-user-error): ... here.
8228 (tramp-find-method, tramp-check-proper-host)
8229 (tramp-dissect-file-name, tramp-debug-message)
8230 (tramp-handle-shell-command):
8231 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8232 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8233
8234 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8235
8236 2013-09-02 Martin Rudalics <rudalics@gmx.at>
8237
8238 * avoid.el (mouse-avoidance-point-position)
8239 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8240 returns nil.
8241
8242 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8243
8244 * progmodes/python.el (python-shell-completion-get-completions):
8245 Drop use of deleted `comint-last-prompt-overlay'.
8246 (python-nav-if-name-main): New command.
8247
8248 2013-09-01 Glenn Morris <rgm@gnu.org>
8249
8250 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8251 Avoid leading space in $wins. Otherwise the sed command used by
8252 eg compile-main ends up containing "/*.el". (Bug#15170)
8253
8254 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8255
8256 2013-08-30 Glenn Morris <rgm@gnu.org>
8257
8258 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8259 Fix is-this-a-directory logic. (Bug#15220)
8260
8261 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * textmodes/css-mode.el: Use SMIE.
8264 (css-smie-grammar): New var.
8265 (css-smie--forward-token, css-smie--backward-token)
8266 (css-smie-rules): New functions.
8267 (css-mode): Use them.
8268 (css-navigation-syntax-table): Remove var.
8269 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8270 (css-indent-calculate, css-indent-line): Remove functions.
8271
8272 Misc changes to reduce use of `(lambda...); and other cleanups.
8273 * cus-edit.el: Use lexical-binding.
8274 (customize-push-and-save, customize-apropos)
8275 (custom-buffer-create-internal): Use closures.
8276 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8277 * progmodes/ada-xref.el: Use setq.
8278 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8279 * dframe.el: Use lexical-binding.
8280 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8281 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8282 * descr-text.el: Use lexical-binding.
8283 (describe-text-widget, describe-text-sexp, describe-property-list):
8284 Use closures.
8285 * comint.el (comint-history-isearch-push-state): Use a closure.
8286 * calculator.el: Use lexical-binding.
8287 (calculator-number-to-string): Make it work with lexical-binding.
8288 (calculator-funcall): Same and use cl-letf.
8289
8290 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8291 (lisp--company-doc-string, lisp--company-location): New functions.
8292 (lisp-completion-at-point): Use them to improve Company support.
8293
8294 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8295 params of lambda expressions.
8296 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8297 (ruby-smie--opening-pipe-p): New function.
8298 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8299 symbols and matched |...| for formal params.
8300 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8301 from being treated as hanging. Handle "rescue".
8302
8303 2013-08-29 Glenn Morris <rgm@gnu.org>
8304
8305 * progmodes/cc-engine.el (c-pull-open-brace):
8306 Move definition before use.
8307
8308 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8311 are immutable. Don't use `unsafe' any more.
8312 (cl--defsubst-expand): Don't substitute at the same time as keeping
8313 a residual unused let-binding. Don't use `unsafe' any more.
8314
8315 2013-08-29 Glenn Morris <rgm@gnu.org>
8316
8317 * calendar/cal-china.el (calendar-chinese-year-cache):
8318 Recenter on 2015.
8319
8320 * nxml/nxml-util.el (nxml-debug-clear-inside):
8321 Use cl-loop rather than loop.
8322
8323 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8324
8325 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8326
8327 2013-08-28 Glenn Morris <rgm@gnu.org>
8328
8329 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8330
8331 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8332
8333 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8334
8335 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * simple.el (repeat-complex-command--called-interactively-skip):
8338 New function.
8339 (repeat-complex-command): Use it (bug#14136).
8340
8341 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8342 (c-define-abbrev-table): Add `doc' argument.
8343 (c-mode-abbrev-table, c++-mode-abbrev-table)
8344 (objc-mode-abbrev-table, java-mode-abbrev-table)
8345 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8346 (awk-mode-abbrev-table): Use it.
8347 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8348 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8349 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8350 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8351 Move initialization into the declaration; and remove any
8352 autoload cookie.
8353
8354 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8355 and dynamic let binding.
8356
8357 * vc/smerge-mode.el: Remove redundant :group args.
8358
8359 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8360 to load-path.
8361
8362 2013-08-28 Juri Linkov <juri@jurta.org>
8363
8364 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8365 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8366 (isearch-other-meta-char): Handle an undefined shifted printing
8367 character by downshifting it. (Bug#15200)
8368
8369 2013-08-28 Juri Linkov <juri@jurta.org>
8370
8371 * isearch.el (isearch-search): Change regexp error message for
8372 non-regexp searches. (Bug#15166)
8373
8374 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8375
8376 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8377 for portability to hosts where /bin/sh has problems.
8378
8379 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8380
8381 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8382
8383 2013-08-27 Juri Linkov <juri@jurta.org>
8384
8385 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8386 in the keyboard macro. (Bug#15126)
8387
8388 2013-08-27 Juri Linkov <juri@jurta.org>
8389
8390 * isearch.el (isearch-quote-char): Comment out converting unibyte
8391 to multibyte, thus syncing with its `quoted-insert' counterpart.
8392 (Bug#15166)
8393
8394 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8395
8396 * window.el (display-buffer-use-some-window): Add missing
8397 argument in call of get-largest-window (Bug#15185).
8398 Reported by Stephen Leake.
8399
8400 2013-08-27 Glenn Morris <rgm@gnu.org>
8401
8402 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8403
8404 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8405
8406 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8407 from a matcher-function unless there's no more matches (bug#15161).
8408
8409 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8410
8411 * minibuffer.el: Revert change from 2013-08-20.
8412
8413 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8414 with text property `tramp-default', if appropriate.
8415 (tramp-check-proper-host): New defun.
8416 (tramp-dissect-file-name): Do not check hostname. Revert change
8417 of 2013-03-18.
8418 (tramp-backtrace): Make VEC-OR-PROC optional.
8419
8420 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8421 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8422 * net/tramp-sh.el (tramp-maybe-open-connection):
8423 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8424 Apply `tramp-check-proper-host'.
8425
8426 2013-08-26 Tassilo Horn <tsdh@gnu.org>
8427
8428 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8429 lambda expression in order to have `describe-variable' display it.
8430
8431 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8432
8433 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8434 BUF can be optional. (Bug#15186)
8435
8436 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
8437
8438 * progmodes/flymake.el (flymake-get-real-file-name-function):
8439 Fix broken customization. (Bug#15184)
8440
8441 2013-08-25 Alan Mackenzie <acm@muc.de>
8442
8443 Improve indentation of bracelists defined by macros (without "=").
8444
8445 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8446 expansion begins with "{", regard it as bracelist when it doesn't
8447 contain a ";".
8448
8449 Parse C++ inher-intro when there's a template split over 2 lines.
8450
8451 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8452 rigorously the search for "class" etc. followed by ":".
8453
8454 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8455 random languages a regexp which never matches rather than nil.
8456
8457 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8458
8459 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8460 (c-awk-regexp-one-line-possibly-open-char-list-re)
8461 (c-awk-one-line-possibly-open-regexp-re)
8462 (c-awk-one-line-non-syn-ws*-re): Remove.
8463 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8464 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8465 (c-awk-space*-unclosed-regexp-/-re): New constants.
8466 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8467 aren't regexp delimiters.
8468
8469 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8470 handling for a rare situation in AWK Mode involving unterminated
8471 strings/regexps.
8472
8473 2013-08-23 Glenn Morris <rgm@gnu.org>
8474
8475 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8476
8477 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8478
8479 * files.el (create-file-buffer): If the result would begin with
8480 spaces, prepend a "|" instead of removing them. (Bug#15162)
8481
8482 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8485 text-properties (bug#15155).
8486
8487 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8488 exist any more.
8489 (calc-keypad-redraw): Remove unused var `pad'.
8490 (calc-keypad-press): Remove unused var `menu'.
8491
8492 2013-08-23 Martin Rudalics <rudalics@gmx.at>
8493
8494 * window.el (display-buffer-pop-up-frame):
8495 Call pop-up-frame-function with BUFFER current so `make-frame' will
8496 use it as the new frame's buffer (Bug#15133).
8497
8498 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * calendar/timeclock.el: Minor cleanups.
8501 (timeclock-ask-before-exiting, timeclock-use-display-time):
8502 Use `symbol'.
8503 (timeclock-modeline-display): Define as alias before the
8504 actual definition.
8505 (timeclock-mode-line-display): Use define-minor-mode.
8506 (timeclock-day-list-template): Make it a function, add an argument.
8507 (timeclock-day-list-required, timeclock-day-list-length)
8508 (timeclock-day-list-debt, timeclock-day-list-span)
8509 (timeclock-day-list-break): Adjust calls accordingly.
8510
8511 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8514 Use read--expression so that completion works again.
8515
8516 2013-08-21 Sam Steingold <sds@gnu.org>
8517
8518 Add rudimentary inferior shell interaction
8519 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8520 (sh-set-shell): Reset it.
8521 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8522 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8523
8524 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8525
8526 * align.el: Use lexical-binding.
8527 (align-region): Simplify accordingly.
8528
8529 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
8530
8531 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8532
8533 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8534 `non-essential' up.
8535
8536 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
8537
8538 * net/tramp.el:
8539 * net/tramp-adb.el:
8540 * net/tramp-cmds.el:
8541 * net/tramp-ftp.el:
8542 * net/tramp-gvfs.el:
8543 * net/tramp-gw.el:
8544 * net/tramp-sh.el: Don't wrap external variable declarations by
8545 `eval-when-compile'.
8546
8547 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8548
8549 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8550 now that Emacs supports ImageMagick animations.
8551
8552 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
8553
8554 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8555 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8556
8557 2013-08-16 Martin Rudalics <rudalics@gmx.at>
8558
8559 * window.el (mouse-autoselect-window-select): Do autoselect when
8560 mouse pointer is on margin.
8561
8562 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
8563
8564 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
8565
8566 2013-08-16 Glenn Morris <rgm@gnu.org>
8567
8568 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8569 Handle "Remote Directory" response of some clients. (Bug#15058)
8570
8571 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8572 Tweak warning. (Bug#14926)
8573
8574 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8575 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
8576
8577 * image-mode.el (image-mode-map): Add menu items to reverse,
8578 increase, decrease, reset animation speed.
8579 (image--set-speed, image-increase-speed, image-decrease-speed)
8580 (image-reverse-speed, image-reset-speed): New functions.
8581 (image-mode-map): Add bindings for speed commands.
8582
8583 * image.el (image-animate-get-speed, image-animate-set-speed):
8584 New functions.
8585 (image-animate-timeout): Respect image :speed property.
8586
8587 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8590 previous line (bug#15101).
8591 (debugger-eval-expression, debugger-record-expression):
8592 Use read--expression (bug#15102).
8593
8594 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
8595
8596 Remove byte compiler warnings, visible when compiling with
8597 `byte-compile-force-lexical-warnings' set to t.
8598
8599 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8600 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8601 (tramp-handle-unhandled-file-name-directory)
8602 (tramp-handle-file-notify-add-watch, tramp-action-login)
8603 (tramp-action-succeed, tramp-action-permission-denied)
8604 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8605 arguments with "_".
8606
8607 * net/tramp-adb.el (tramp-adb-parse-device-names)
8608 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8609 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8610 (tramp-adb-handle-file-truename): Remove unused arguments.
8611
8612 * net/tramp-cache.el (tramp-flush-directory-property)
8613 (tramp-flush-connection-property, tramp-list-connections)
8614 (tramp-parse-connection-properties): Prefix unused arguments with "_".
8615
8616 * net/tramp-compat.el (tramp-compat-make-temp-file):
8617 Rename FILENAME to F.
8618
8619 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8620 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8621 (tramp-zeroconf-parse-workstation-device-names)
8622 (tramp-zeroconf-parse-webdav-device-names)
8623 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8624
8625 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8626 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8627
8628 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8629 arguments.
8630 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8631 (tramp-sh-handle-insert-file-contents-literally)
8632 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8633 with "_".
8634 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8635 Remove unused variables.
8636
8637 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8638 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8639 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8640
8641 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8642 Make them a defconst.
8643 (tramp-uuencode-region): Remove unused variable.
8644
8645 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
8646
8647 * frameset.el (frameset--prop-setter): New function.
8648 (frameset-prop): Add gv-setter declaration.
8649 (frameset-filter-minibuffer): Deal with the case that the minibuffer
8650 parameter was already set in FILTERED. Doc fix.
8651 (frameset--record-minibuffer-relationships): Allow saving a
8652 minibufferless frame without its corresponding minibuffer frame.
8653 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8654 frame, if the frame id matches.
8655 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8656 frames before orphaned ones.
8657 (frameset-restore): Warn about orphaned windows, instead of error out.
8658
8659 2013-08-14 Martin Rudalics <rudalics@gmx.at>
8660
8661 * window.el (window-make-atom): Don't overwrite parameter
8662 already present.
8663 (display-buffer-in-atom-window): Handle special case where we
8664 split an already atomic window.
8665 (window--major-non-side-window, display-buffer-in-side-window)
8666 (window--side-check): Ignore minibuffer window when walking
8667 window tree.
8668 (window-deletable-p): Return 'frame only if no other frame uses
8669 our minibuffer window.
8670 (record-window-buffer): Run buffer-list-update-hook.
8671 (split-window): Make sure window--check-frame won't destroy an
8672 existing atomic window in case the new window gets nested
8673 inside.
8674 (display-buffer-at-bottom): Ignore minibuffer window when
8675 walking window tree. Don't split a side window.
8676 (pop-to-buffer): Don't set-buffer here, the select-window call
8677 should do that.
8678 (mouse-autoselect-window-select): Autoselect only if we are in the
8679 text portion of the window.
8680
8681 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8682
8683 * net/shr.el (shr-parse-image-data): New function to grab both the
8684 data itself and the Content-Type.
8685 (shr-put-image): Use it.
8686
8687 * net/eww.el (eww-display-image): Ditto.
8688
8689 * image.el (image-content-type-suffixes): New variable.
8690
8691 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8692
8693 * progmodes/python.el (python-imenu--build-tree)
8694 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8695
8696 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
8697
8698 * simple.el (backward-word): Mention the optional argument.
8699
8700 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * frameset.el (frameset--make): Rename constructor from make-frameset.
8703 (frameset-p, frameset-valid-p): Don't autoload.
8704 (frameset-valid-p): Use normal accessors.
8705
8706 2013-08-13 Glenn Morris <rgm@gnu.org>
8707
8708 * progmodes/compile.el (compile-command): Tweak example in doc.
8709 * obsolete/scribe.el (scribe-mode):
8710 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
8711
8712 * mail/feedmail.el (feedmail-confirm-outgoing)
8713 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8714
8715 * cus-start.el (truncate-partial-width-windows): Fix type.
8716
8717 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8718
8719 * net/shr.el (shr-table-horizontal-line): Fix custom type.
8720
8721 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8722
8723 * emacs-lisp/timer.el (timer--time-setter): New function.
8724 (timer--time): Use it as gv-setter.
8725
8726 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8727 setter is not a symbol.
8728
8729 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
8730
8731 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8732 if sending fails. This makes debugging easier.
8733
8734 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
8735
8736 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8737 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8738 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8739
8740 2013-08-12 Eli Zaretskii <eliz@gnu.org>
8741
8742 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8743
8744 2013-08-12 Glenn Morris <rgm@gnu.org>
8745
8746 * format.el (format-annotate-function):
8747 Handle read-only text properties in the source. (Bug#14887)
8748
8749 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8750
8751 * net/eww.el (eww-display-html): Ignore coding system errors.
8752 One web site uses "utf-8lias" as the coding system.
8753
8754 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
8755
8756 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8757
8758 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
8759
8760 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8761 (tutorial--detailed-help): Remove unused local variables.
8762 (tutorial--save-tutorial-to): Use ignore-errors.
8763 (help-with-tutorial): Use looking-at-p.
8764
8765 * view.el (view-buffer-other-window, view-buffer-other-frame):
8766 Mark unused arguments.
8767
8768 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8769 (woman-select-symbol-fonts, woman, woman-find-file)
8770 (woman-insert-file-contents, woman-non-underline-faces):
8771 Use string-match-p.
8772 (woman1-unquote): Move declaration.
8773
8774 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8775 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
8776 argument. Remove unused local variable.
8777 (xml-parse-elem-type): Use string-match-p.
8778 (xml-substitute-numeric-entities): Use ignore-errors.
8779
8780 * calculator.el (calculator): Mark unused argument.
8781 (calculator-paste, calculator-quit, calculator-integer-p):
8782 Use ignore-errors.
8783 (calculator-string-to-number, calculator-decimal, calculator-exp)
8784 (calculator-op-or-exp): Use string-match-p.
8785
8786 * dired.el (dired-buffer-more-recently-used-p): Declare.
8787 (dired-insert-set-properties, dired-insert-old-subdirs):
8788 Use ignore-errors.
8789
8790 * dired-aux.el (dired-compress): Use ignore-errors.
8791 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8792 (dired-do-async-shell-command, dired-do-shell-command)
8793 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8794 (dired-insert-subdir-validate): Use string-match-p.
8795 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8796 (dired-add-entry): Use string-match-p, looking-at-p.
8797 (dired-insert-subdir-newpos): Remove unused local variable.
8798
8799 * filenotify.el (file-notify-callback): Remove unused local variable.
8800
8801 * filesets.el (filesets-error): Mark unused argument.
8802 (filesets-which-command-p, filesets-filter-dir-names)
8803 (filesets-directory-files, filesets-get-external-viewer)
8804 (filesets-ingroup-get-data): Use string-match-p.
8805
8806 * find-file.el (ff-other-file-name, ff-other-file-name)
8807 (ff-find-the-other-file, ff-cc-hh-converter):
8808 Remove unused local variables.
8809 (ff-get-file-name): Use string-match-p.
8810 (ff-all-dirs-under): Use ignore-errors.
8811
8812 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8813 (follow-select-if-visible): Remove unused local variable.
8814
8815 * forms.el (read-file-filter): Move declaration.
8816 (forms--make-format, forms--make-parser, forms-insert-record):
8817 Quote function with #'.
8818 (forms--update): Use string-match-p. Quote function with #'.
8819
8820 * help-mode.el (help-dir-local-var-def): Mark unused argument.
8821 (help-make-xrefs): Use looking-at-p.
8822 (help-xref-on-pp): Use looking-at-p, ignore-errors.
8823
8824 * ibuffer.el (ibuffer-ext-visible-p): Declare.
8825 (ibuffer-confirm-operation-on): Use string-match-p.
8826
8827 * msb.el (msb-item-handler, msb-dired-item-handler):
8828 Mark unused arguments.
8829
8830 * ses.el (ses-decode-cell-symbol)
8831 (ses-kill-override): Remove unused local variable.
8832 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8833 (ses-load): Use ignore-errors, looking-at-p.
8834 (ses-jump-safe): Use ignore-errors.
8835 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8836
8837 * tabify.el (untabify, tabify): Mark unused arguments.
8838
8839 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8840 Mark unused argument.
8841 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8842 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8843
8844 * emacs-lisp/timer.el (timer--time): Define setter with
8845 gv-define-setter to avoid deprecation warning.
8846
8847 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8848 (*record-cmpl-statistics-p*): Remove (was commented out).
8849 (cmpl-statistics-block): Remove (body was commented out).
8850 All callers changed.
8851 (add-completions-from-buffer, load-completions-from-file):
8852 Remove unused variables.
8853
8854 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8855
8856 * filecache.el (file-cache-delete-file-list):
8857 Print message only when told so.
8858 (file-cache-files-matching): Use #' in mapconcat argument.
8859
8860 * ffap.el (ffap-url-at-point): Fix reference to variable
8861 thing-at-point-default-mail-uri-scheme.
8862
8863 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * subr.el (define-error): New function.
8866 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8867 error-file-not-found and define with define-error.
8868 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8869 and define with define-error.
8870 * userlock.el (file-locked, file-supersession):
8871 * simple.el (mark-inactive):
8872 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8873 * progmodes/ada-mode.el (ada-mode-errors):
8874 * play/life.el (life-extinct):
8875 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8876 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8877 * nxml/rng-util.el (rng-error):
8878 * nxml/rng-uri.el (rng-uri-error):
8879 * nxml/rng-match.el (rng-compile-error):
8880 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8881 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8882 * nxml/nxml-rap.el (nxml-scan-error):
8883 * nxml/nxml-outln.el (nxml-outline-error):
8884 * net/soap-client.el (soap-error):
8885 * net/gnutls.el (gnutls-error):
8886 * net/ange-ftp.el (ftp-error):
8887 * mpc.el (mpc-proc-error):
8888 * json.el (json-error, json-readtable-error, json-unknown-keyword)
8889 (json-number-format, json-string-escape, json-string-format)
8890 (json-key-format, json-object-format):
8891 * jka-compr.el (compression-error):
8892 * international/quail.el (quail-error):
8893 * international/kkc.el (kkc-error):
8894 * emacs-lisp/ert.el (ert-test-failed):
8895 * calc/calc.el (calc-error, inexact-result, math-overflow)
8896 (math-underflow):
8897 * bookmark.el (bookmark-error-no-filename):
8898 * epg.el (epg-error): Define with define-error.
8899
8900 * time.el (display-time-event-handler)
8901 (display-time-next-load-average): Don't call sit-for since it seems
8902 unnecessary (bug#15045).
8903
8904 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8905 Use #' instead of ' to quote functions.
8906 (checkdoc-output-mode): Use setq-local.
8907 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8908 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8909 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8910 (checkdoc-ispell, checkdoc-ispell-current-buffer)
8911 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8912 (checkdoc-ispell-message-text, checkdoc-ispell-start)
8913 (checkdoc-ispell-continue, checkdoc-ispell-comments)
8914 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8915
8916 * ido.el (ido-completion-help): Fix up compiler warning.
8917
8918 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8919
8920 * frameset.el (frameset-p): Add autoload cookie.
8921 (frameset--jump-to-register): New function, based on code moved from
8922 register.el.
8923 (frameset-to-register): Move from register.el. Adapt to `registerv'.
8924
8925 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8926 (frameset-restore, frameset-save, frameset-session-filter-alist):
8927 Remove declarations.
8928 (register-alist): Doc fix.
8929 (frameset-to-register): Move to frameset.el.
8930 (jump-to-register, describe-register-1): Remove frameset-specific code.
8931
8932 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8933
8934 * allout-widgets.el (allout-widgets-pre-command-business)
8935 (allout-widgets-post-command-business)
8936 (allout-widgets-after-change-handler)
8937 (allout-decorate-item-and-context, allout-set-boundary-marker)
8938 (allout-body-modification-handler)
8939 (allout-graphics-modification-handler): Mark ignored arguments.
8940 (allout-widgets-post-command-business)
8941 (allout-widgets-exposure-change-processor)
8942 (allout-widgets-exposure-undo-processor)
8943 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8944 (allout-parse-item-at-point, allout-decorate-item-guides)
8945 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8946 * allout.el (epa-passphrase-callback-function): Declare.
8947 (allout-overlay-insert-in-front-handler)
8948 (allout-overlay-interior-modification-handler)
8949 (allout-isearch-end-handler, allout-chart-siblings)
8950 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8951 (allout-yank-processing, allout-process-exposed)
8952 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
8953 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
8954 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8955 (lisp-indent-defform): Mark ignored arguments.
8956 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
8957 (calculate-lisp-indent): Remove unused variables.
8958 * international/characters.el (indian-2-column, arabic-2-column)
8959 (tibetan): Mark ignored arguments.
8960 (use-cjk-char-width-table): Mark ignored arguments.
8961 Remove unused variables.
8962 * international/fontset.el (build-default-fontset-data)
8963 (x-compose-font-name, create-fontset-from-fontset-spec):
8964 Mark ignored arguments.
8965 (fontset-plain-name): Remove unused variables.
8966 * international/mule.el (charset-id, charset-bytes, generic-char-p)
8967 (keyboard-coding-system): Mark ignored arguments.
8968 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
8969 * help.el (resize-temp-buffer-window):
8970 * window.el (display-buffer-in-major-side-window)
8971 (display-buffer-in-side-window, display-buffer-in-previous-window):
8972 Remove unused variables.
8973 * isearch.el (isearch-forward-symbol):
8974 * version.el (emacs-bzr-version-bzr):
8975 * international/mule-cmds.el (current-language-environment):
8976 * term/common-win.el (x-handle-iconic, x-handle-geometry)
8977 (x-handle-display):
8978 * term/pc-win.el (x-list-fonts, x-display-planes)
8979 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8980 (x-server-version, x-display-screens, x-display-mm-height)
8981 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8982 (x-selection-owner-p, x-own-selection-internal)
8983 (x-disown-selection-internal, x-get-selection-internal)
8984 (msdos-initialize-window-system):
8985 * term/tty-colors.el (tty-color-alist, tty-color-clear):
8986 * term/x-win.el (x-handle-no-bitmap-icon):
8987 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8988 (vc-default-find-file-hook, vc-default-extra-menu):
8989 Mark ignored arguments.
8990
8991 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8992
8993 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8994 break-condition in the context of the debugged code (bug#12685).
8995
8996 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
8997
8998 * comint.el:
8999 Do not use an overlay to highlight the last prompt. (Bug#14744)
9000 (comint-mode): Make comint-last-prompt buffer local.
9001 (comint-last-prompt): New variable.
9002 (comint-last-prompt-overlay): Remove. Superseded by
9003 comint-last-prompt.
9004 (comint-snapshot-last-prompt, comint-output-filter):
9005 Use comint-last-prompt.
9006
9007 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9008
9009 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9010 (frameset-save): Check validity of the resulting frameset.
9011
9012 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9013
9014 * ido.el (ido-record-command): Add doc string.
9015
9016 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9017
9018 * frameset.el (frameset): Do not disable creation of the default
9019 frameset-p predicate. Doc fix.
9020 (frameset-valid-p): New function, copied from the old predicate-p.
9021 Add additional checks.
9022 (frameset-restore): Check with frameset-valid-p.
9023 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9024 (frameset-name, frameset-description, frameset-properties)
9025 (frameset-states): Add docstring.
9026 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9027 (frameset-filter-alist): Doc fixes.
9028
9029 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9030
9031 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9032
9033 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9034
9035 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9036 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9037 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9038 (byte-compile-normal-call): Remove obsolescence check.
9039
9040 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9041
9042 * frameset.el (frameset-restore): Doc fix.
9043
9044 * register.el (frameset-frame-id, frameset-frame-with-id)
9045 (frameset-p, frameset-restore, frameset-save): Declare.
9046 (register-alist): Document framesets.
9047 (frameset-session-filter-alist): Declare.
9048 (frameset-to-register): New function.
9049 (jump-to-register): Implement jumping to framesets. Doc fix.
9050 (describe-register-1): Describe framesets.
9051
9052 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9053
9054 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9055
9056 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9057 Use lexical-binding.
9058
9059 * frameset.el (frameset): Use type vector, not list (incompatible
9060 change). Do not declare a new constructor, use the default one.
9061 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9062 `name' and `description', respectively, and add read-only slot
9063 `timestamp'. Doc fixes.
9064 (frameset-copy, frameset-persistent-filter-alist)
9065 (frameset-filter-alist, frameset-switch-to-gui-p)
9066 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9067 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9068 (frameset-filter-iconified, frameset-keep-original-display-p):
9069 Doc fixes.
9070 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9071 Rename from frameset-filter-(save|restore)-param. All callers changed.
9072 Doc fix.
9073 (frameset-p): Adapt to change to vector and be more thorough.
9074 Change arg name to OBJECT. Doc fix.
9075 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9076 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9077 All callers changed.
9078 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9079 All callers changed.
9080 (frameset--record-minibuffer-relationships): Rename from
9081 frameset--process-minibuffer-frames. All callers changed.
9082 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9083 Use new default constructor (again). Doc fix.
9084 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9085 All callers changed.
9086 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9087 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9088 Doc fix.
9089 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9090 PARAMETERS and WINDOW-STATE, respectively.
9091 (frameset-restore): Add new keyword argument PREDICATE.
9092 Reset frameset--target-display to nil. Doc fix.
9093
9094 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9095
9096 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9097 (bat-mode): Use it.
9098 (bat-mode-syntax-table): Mark \n as end-of-comment.
9099 (bat-font-lock-keywords): Remove comment rule.
9100
9101 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9102 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9103
9104 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9105 (byte-compile-callargs-warn): Use `push'.
9106 (byte-compile-arglist-warn): Ignore higher-order "calls".
9107 (byte-compile-file-form-autoload): Use `pcase'.
9108 (byte-compile-function-form): If quoting a symbol, check that it exists.
9109
9110 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9111
9112 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9113 and add a few popular commands found in batch files.
9114 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9115 (dos-mode): Doc fixes.
9116
9117 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9118
9119 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9120 (dos-mode): Use setq-local. Add space after "rem".
9121 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9122 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9123
9124 2013-08-07 Arni Magnusson <arnima@hafro.is>
9125
9126 * progmodes/dos.el: New file.
9127 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9128 dos-mode.
9129
9130 2013-08-06 Glenn Morris <rgm@gnu.org>
9131
9132 * calendar/calendar.el: Add new faces, and day-header-array.
9133 (calendar-weekday-header, calendar-weekend-header)
9134 (calendar-month-header): New faces.
9135 (calendar-day-header-construct): New function.
9136 (calendar-day-header-width): Also :set calendar-day-header-array.
9137 (calendar-american-month-header, calendar-european-month-header)
9138 (calendar-iso-month-header): Use calendar- faces.
9139 (calendar-generate-month):
9140 Use calendar-day-header-array for day headers; apply faces to them.
9141 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9142 (calendar-abbrev-construct): Add optional maxlen argument.
9143 (calendar-day-name-array): Doc fix.
9144 (calendar-day-name-array, calendar-abbrev-length)
9145 (calendar-day-abbrev-array):
9146 Also :set calendar-day-header-array, and maybe redraw.
9147 (calendar-day-header-array): New option. (Bug#15007)
9148 (calendar-font-lock-keywords): Set to nil and make obsolete.
9149 (calendar-day-name): Add option to use header array.
9150
9151 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9152
9153 * net/shr.el (shr-render-td): Remove debugging.
9154 (shr-render-td): Make width computation consistent by defaulting
9155 all zero-width columns to 10 characters. This may not be optimal,
9156 but it's at least consistent.
9157 (shr-make-table-1): Redo last change to fix the real problem in
9158 colspan handling.
9159
9160 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9161
9162 * files.el (cache-long-line-scans):
9163 Make obsolete alias to `cache-long-scans'.
9164
9165 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9166
9167 * frameset.el (frameset, frameset-filter-alist)
9168 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9169 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9170 (frameset-compute-pos): Rename from frameset--compute-pos,
9171 and add docstring.
9172 (frameset-move-onscreen): Use frameset-compute-pos.
9173 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9174
9175 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9176 Fix typos in docstrings.
9177
9178 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9179
9180 * frame.el (get-other-frame): Tiny cleanup.
9181
9182 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9183
9184 * vc/vc.el (vc-default-ignore-completion-table):
9185 Silence byte-compiler warning.
9186
9187 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9188 slot, which can indeed be nil.
9189 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9190 Move entry for `left' from persistent to live filter alist.
9191 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9192 Doc fixes.
9193 (frameset-filter-params): When restoring a frame, copy items added to
9194 `filtered', to avoid unwittingly modifying the original parameters.
9195 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9196 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9197
9198 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9199 to use looking-at-p instead of looking-at. (Bug#15028)
9200
9201 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9202
9203 Revert introduction of isearch-filter-predicates (bug#14714).
9204 Rely on add-function instead.
9205 * isearch.el (isearch-filter-predicates): Rename it back to
9206 isearch-filter-predicate.
9207 (isearch-message-prefix): Use advice-function-mapc and advice
9208 properties to get the isearch-message-prefix.
9209 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9210 instead of run-hook-with-args-until-failure.
9211 (isearch-filter-visible): Not obsolete any more.
9212 * loadup.el: Preload nadvice.
9213 * replace.el (perform-replace): Revert to funcall
9214 instead of run-hook-with-args-until-failure.
9215 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9216 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9217 dired-isearch-filenames-toggle; make it into a proper minor mode.
9218 Use add/remove-function.
9219 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9220 Call the minor-mode rather than add/remove-hook.
9221 (dired-isearch-filter-filenames):
9222 Remove isearch-message-prefix property.
9223 * info.el (Info--search-loop): New function, extracted from Info-search.
9224 Funcall isearch-filter-predicate instead of
9225 run-hook-with-args-until-failure isearch-filter-predicates.
9226 (Info-search): Use it.
9227 (Info-mode): Use isearch-filter-predicate instead of
9228 isearch-filter-predicates.
9229
9230 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9231
9232 Do not call to `selected-window' where it is assumed by default.
9233 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9234 `window-hscroll', `window-width', `window-height', `window-buffer',
9235 `window-frame', `window-start', `window-point', `next-window'
9236 and `window-display-table'.
9237 * abbrev.el (abbrev--default-expand):
9238 * bs.el (bs--show-with-configuration):
9239 * buff-menu.el (Buffer-menu-mouse-select):
9240 * calc/calc.el (calc):
9241 * calendar/calendar.el (calendar-generate-window):
9242 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9243 (diary-make-entry):
9244 * comint.el (send-invisible, comint-dynamic-complete-filename)
9245 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9246 * completion.el (complete):
9247 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9248 * disp-table.el (describe-current-display-table):
9249 * doc-view.el (doc-view-insert-image):
9250 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9251 * ehelp.el (with-electric-help):
9252 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9253 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9254 * emacs-lisp/helper.el (Helper-help-scroller):
9255 * emulation/cua-base.el (cua--post-command-handler-1):
9256 * eshell/esh-mode.el (eshell-output-filter):
9257 * ffap.el (ffap-gnus-wrapper):
9258 * help-macro.el (make-help-screen):
9259 * hilit-chg.el (highlight-compare-buffers):
9260 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9261 * hl-line.el (global-hl-line-highlight):
9262 * icomplete.el (icomplete-simple-completing-p):
9263 * isearch.el (isearch-done):
9264 * jit-lock.el (jit-lock-stealth-fontify):
9265 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9266 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9267 * mpc.el (mpc-tagbrowser, mpc):
9268 * net/rcirc.el (rcirc-any-buffer):
9269 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9270 * play/landmark.el (landmark-max-width, landmark-max-height):
9271 * play/zone.el (zone):
9272 * progmodes/compile.el (compilation-goto-locus):
9273 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9274 * progmodes/etags.el (find-tag-other-window):
9275 * progmodes/fortran.el (fortran-column-ruler):
9276 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9277 * progmodes/verilog-mode.el (verilog-point-text):
9278 * reposition.el (reposition-window):
9279 * rot13.el (toggle-rot13-mode):
9280 * server.el (server-switch-buffer):
9281 * shell.el (shell-dynamic-complete-command)
9282 (shell-dynamic-complete-environment-variable):
9283 * simple.el (insert-buffer, set-selective-display)
9284 (delete-completion-window):
9285 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9286 (speedbar-recenter):
9287 * startup.el (fancy-splash-head):
9288 * textmodes/ispell.el (ispell-command-loop):
9289 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9290 * tutorial.el (help-with-tutorial):
9291 * vc/add-log.el (add-change-log-entry):
9292 * vc/compare-w.el (compare-windows):
9293 * vc/ediff-help.el (ediff-indent-help-message):
9294 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9295 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9296 (ediff-setup-control-frame):
9297 * vc/emerge.el (emerge-position-region):
9298 * vc/pcvs-util.el (cvs-bury-buffer):
9299 * window.el (walk-windows, mouse-autoselect-window-select):
9300 * winner.el (winner-set-conf, winner-undo): Related users changed.
9301
9302 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9303
9304 * frameset.el (frameset--set-id): Doc fix.
9305 (frameset-frame-id, frameset-frame-id-equal-p)
9306 (frameset-locate-frame-id): New functions.
9307 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9308 (frameset-restore): Use them.
9309
9310 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9311
9312 Do not call to `selected-frame' where it is assumed by default.
9313 Affected functions are `raise-frame', `redraw-frame',
9314 `frame-first-window', `frame-terminal' and `delete-frame'.
9315 * calendar/appt.el (appt-disp-window):
9316 * epg.el (epg-wait-for-completion):
9317 * follow.el (follow-delete-other-windows-and-split)
9318 (follow-avoid-tail-recenter):
9319 * international/mule.el (set-terminal-coding-system):
9320 * mail/rmail.el (rmail-mail-return):
9321 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9322 * progmodes/f90.el (f90-add-imenu-menu):
9323 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9324 * server.el (server-switch-buffer):
9325 * simple.el (delete-completion-window):
9326 * talk.el (talk):
9327 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9328 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9329 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9330 * vc/ediff.el (ediff-documentation): Related users changed.
9331 * frame.el (selected-terminal): Remove the leftover.
9332
9333 2013-08-05 Glenn Morris <rgm@gnu.org>
9334
9335 * calendar/calendar.el (calendar-generate-month):
9336 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9337 (calendar-generate-month, calendar-font-lock-keywords):
9338 Fix for calendar-day-header-width > length of any day name.
9339
9340 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9341
9342 * desktop.el (desktop-clear): Use new name of sort predicate.
9343
9344 * frameset.el (frameset): Add docstring. Move :version property to its
9345 own `version' slot.
9346 (frameset-copy): Rename from copy-frameset.
9347 (frameset-p): Check more thoroughly.
9348 (frameset-prop): Do not check for :version, which is no longer a prop.
9349 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9350 Use new :never value instead of t.
9351 (frameset-filter-alist): Expand and clarify docstring.
9352 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9353 (frameset-filter-minibuffer, frameset-filter-save-param)
9354 (frameset-filter-restore-param, frameset-filter-iconified):
9355 Add pointer to docstring of frameset-filter-alist.
9356 (frameset-filter-params): Rename filter values to be more meaningful:
9357 :never instead of t, and reverse the meanings of :save and :restore.
9358 (frameset--process-minibuffer-frames): Clarify error message.
9359 (frameset-save): Avoid unnecessary and confusing call to framep.
9360 Use new BOA constructor for framesets.
9361 (frameset--reuse-list): Doc fix.
9362 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9363 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9364 (frameset-minibufferless-first-p): Doc fix.
9365 Rename from frameset-sort-frames-for-deletion.
9366 (frameset-restore): Doc fixes. Use new function names.
9367 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9368
9369 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9370
9371 * desktop.el (desktop-restore-forces-onscreen)
9372 (desktop-restore-reuses-frames): Document :keyword constant values.
9373 (desktop-filter-parameters-alist): Remove, now identical to
9374 frameset-filter-alist.
9375 (desktop--filter-tty*): Remove, moved to frameset.el.
9376 (desktop-save-frameset, desktop-restore-frameset):
9377 Do not pass :filters argument.
9378
9379 * frameset.el (frameset-live-filter-alist)
9380 (frameset-persistent-filter-alist): New variables.
9381 (frameset-filter-alist): Use them. Add autoload cookie.
9382 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9383 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9384 `frameset--id' (it's supposed to be internal to frameset.el).
9385 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9386 (frameset--initial-params): New function.
9387 (frameset--get-frame): Use it. Doc fix.
9388 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9389 Accept :all, not 'all.
9390 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9391 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9392 with fbound symbols. Fix frame id matching, and remove matching ids if
9393 the frame being restored is deleted. Obey :delete.
9394
9395 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * subr.el (macrop): New function.
9398 (text-clone--maintaining): New var.
9399 (text-clone--maintain): Rename from text-clone-maintain. Use it
9400 instead of inhibit-modification-hooks.
9401
9402 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9403 a proxy, so as handle autoloads and redefinitions of the target.
9404 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9405
9406 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9407 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9408 (pcase--mutually-exclusive-p): New function.
9409 (pcase--split-consp): Use it.
9410 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9411 mutually exclusive with the current predicate.
9412
9413 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9414 (edebug-macrop): Remove. Use `macrop' instead.
9415 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9416 (ad-macro-p):
9417 * eshell/esh-cmd.el (eshell-macrop):
9418 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
9419
9420 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9421
9422 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9423 (advice-mapc): New function, using it.
9424 (advice-function-member-p): New function.
9425 (advice--normalize): Store the cdr in advice--saved-rewrite since
9426 that's the part that will be changed.
9427 (advice--symbol-function): New function.
9428 (advice-remove): Handle removal before the function is defined.
9429 Adjust to new advice--saved-rewrite.
9430 (advice-member-p): Use advice-function-member-p and
9431 advice--symbol-function.
9432
9433 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9434
9435 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9436 (frameset-filter-minibuffer): Doc fix.
9437 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
9438 (frameset--set-id, frameset--process-minibuffer-frames)
9439 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9440 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9441
9442 * desktop.el (desktop-clear): Only delete frames when called
9443 interactively and desktop-restore-frames is non-nil. Doc fix.
9444 (desktop-read): Set desktop-saved-frameset to nil.
9445
9446 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
9447
9448 * vc/vc.el (vc-ignore): Rewrite.
9449 (vc-default-ignore-completion-table, vc--read-lines)
9450 (vc--add-line, vc--remove-regexp): New functions.
9451
9452 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9453 (vc-svn-ignore-completion-table): New function.
9454
9455 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9456 (vc-hg-ignore-completion-table)
9457 (vc-hg-find-ignore-file): New functions.
9458
9459 * vc/vc-git.el (vc-git-ignore): Rewrite.
9460 (vc-git-ignore-completion-table)
9461 (vc-git-find-ignore-file): New functions.
9462
9463 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9464
9465 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9466 (vc-bzr-ignore-completion-table)
9467 (vc-bzr-find-ignore-file): New functions.
9468
9469 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
9470
9471 * frameset.el (frameset-prop): New function and setter.
9472 (frameset-save): Do not modify frame list passed by the caller.
9473
9474 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9475
9476 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9477
9478 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9479
9480 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9481 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9482
9483 * custom.el (custom-initialize-default, custom-initialize-set)
9484 (custom-initialize-reset, custom-initialize-changed): Affect the
9485 toplevel-default-value (bug#6275, bug#14586).
9486 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9487 for bug#6275.
9488
9489 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9490
9491 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9492 Add cl-def* expressions.
9493
9494 * frameset.el (frameset-filter-params): Fix order of arguments.
9495
9496 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9497
9498 Move code related to saving frames to frameset.el.
9499 * desktop.el: Require frameset.
9500 (desktop-restore-frames): Doc fix.
9501 (desktop-restore-reuses-frames): Rename from
9502 desktop-restoring-reuses-frames.
9503 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9504 (desktop-clear): Clear frames too.
9505 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9506 (desktop--filter-tty*, desktop-save, desktop-read):
9507 Use frameset functions.
9508 (desktop-before-saving-frames-functions, desktop--filter-*-color)
9509 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9510 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9511 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9512 (desktop--process-minibuffer-frames, desktop-save-frames)
9513 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9514 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9515 (desktop--sort-states, desktop-restoring-frames-p)
9516 (desktop-restore-frames): Remove. Most code moved to frameset.el.
9517 (desktop-restoring-frameset-p, desktop-restore-frameset)
9518 (desktop--check-dont-save, desktop-save-frameset): New functions.
9519 (desktop--app-id): New constant.
9520 (desktop-first-buffer, desktop-buffer-ok-count)
9521 (desktop-buffer-fail-count): Move before first use.
9522 * frameset.el: New file.
9523
9524 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9525
9526 * files.el: Use lexical-binding.
9527 (dir-locals-read-from-file): Remove unused `err' variable.
9528 (hack-dir-local-variables--warned-coding): New var.
9529 (hack-dir-local-variables): Use it to avoid repeated warnings.
9530 (make-backup-file-name--default-function): New function.
9531 (make-backup-file-name-function): Use it as default.
9532 (buffer-stale--default-function): New function.
9533 (buffer-stale-function): Use it as default.
9534 (revert-buffer-insert-file-contents--default-function): New function.
9535 (revert-buffer-insert-file-contents-function): Use it as default.
9536 (insert-directory): Avoid add-to-list.
9537
9538 * autorevert.el (auto-revert-handler): Simplify.
9539 Use buffer-stale--default-function.
9540
9541 2013-08-01 Tassilo Horn <tsdh@gnu.org>
9542
9543 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9544
9545 * whitespace.el (whitespace-ensure-local-variables): New function.
9546 (whitespace-cleanup-region): Call it.
9547 (whitespace-turn-on): Call it.
9548
9549 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
9550
9551 Complete file name handlers.
9552
9553 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9554 (tramp-handle-verify-visited-file-modtime)
9555 (tramp-handle-file-notify-rm-watch): New functions.
9556 (tramp-call-process): Do not bind `default-directory'.
9557
9558 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9559 Order alphabetically.
9560 <access-file, add-name-to-file, dired-call-process>:
9561 <dired-compress-file, file-acl, file-notify-rm-watch>:
9562 <file-ownership-preserved-p, file-selinux-context>:
9563 <make-directory-internal, make-symbolic-link, set-file-acl>:
9564 <set-file-selinux-context, set-visited-file-modtime>:
9565 <verify-visited-file-modtime>: Add handler.
9566 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9567
9568 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9569 <file-notify-add-watch, file-notify-rm-watch>:
9570 <set-file-times, set-visited-file-modtime>:
9571 <verify-visited-file-modtime>: Add handler.
9572 (with-tramp-gvfs-error-message)
9573 (tramp-gvfs-handle-set-visited-file-modtime)
9574 (tramp-gvfs-fuse-file-name): Remove.
9575 (tramp-gvfs-handle-file-notify-add-watch)
9576 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9577 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9578
9579 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9580 Order alphabetically.
9581 <file-notify-rm-watch>: Use default Tramp handler.
9582 <executable-find>: Remove private handler.
9583 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9584 `default-directory'.
9585 (tramp-sh-handle-executable-find)
9586 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9587 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9588 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9589 Do not use `format' in `tramp-message'.
9590
9591 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9592 <file-notify-rm-watch, set-visited-file-modtime>:
9593 <verify-visited-file-modtime>: Add handler.
9594 (tramp-smb-call-winexe): Do not bind `default-directory'.
9595
9596 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
9597
9598 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9599
9600 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
9601
9602 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9603 use it.
9604 (log-view-diff-changeset): Same.
9605 (log-view-diff-common): Call backend command `previous-revision'
9606 to find out the previous revision, in both cases. Swap the
9607 variables `to' and `fr', so that `fr' usually refers to the
9608 earlier revision (Bug#14989).
9609
9610 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
9611
9612 * ibuf-ext.el (ibuffer-filter-by-filename):
9613 Make it work with dired buffers too.
9614
9615 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
9616
9617 * emacs-lisp/re-builder.el (reb-color-display-p):
9618 * files.el (save-buffers-kill-terminal):
9619 * net/browse-url.el (browse-url):
9620 * server.el (server-save-buffers-kill-terminal):
9621 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9622 Prefer nil to selected-frame for the first arg of frame-parameter.
9623
9624 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
9625
9626 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9627
9628 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
9629
9630 * minibuffer.el (completion--twq-all): Try and preserve each
9631 completion's case choice (bug#14907).
9632
9633 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9634
9635 * net/network-stream.el (open-network-stream): Mention the new
9636 :nogreeting parameter.
9637 (network-stream-open-starttls): Use the :nogreeting parameter
9638 (bug#14938).
9639
9640 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9641
9642 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9643 more natural than popping.
9644
9645 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9646 (shr-urlify): Highlight under mouse.
9647
9648 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9649
9650 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9651
9652 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9653
9654 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
9655 buffer for output.
9656
9657 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
9658 point-min==1. Fix search string. Fix parentheses missing.
9659
9660 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
9661 assume point-min==1. Fix search string. Fix parentheses missing.
9662
9663 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9664
9665 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
9666 buffer for output.
9667
9668 2013-07-29 Eli Zaretskii <eliz@gnu.org>
9669
9670 * frame.el (frame-notice-user-settings): Avoid inflooping when the
9671 initial frame is minibuffer-less. (Bug#14841)
9672
9673 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
9674
9675 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9676 option.
9677
9678 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9679 (tramp-maybe-open-connection): Use it.
9680
9681 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9682
9683 * desktop.el (desktop--make-frame): Include `minibuffer' in the
9684 minimal set of parameters passed when creating a frame, because
9685 the minibuffer status of a frame cannot be changed later.
9686
9687 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
9688
9689 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9690 replace-regexp-in-string and inadvertent omissions in previous change.
9691 (todo-filter-items): Ensure only file names are comma-separated in
9692 name of filtered items buffer.
9693
9694 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9695
9696 * desktop.el: Optionally force offscreen frames back onscreen.
9697 (desktop-restoring-reuses-frames): New option.
9698 (desktop--compute-pos, desktop--move-onscreen): New functions.
9699 (desktop--make-frame): Use desktop--move-onscreen.
9700
9701 2013-07-27 Alan Mackenzie <acm@muc.de>
9702
9703 Fontify a Java generic method as a function.
9704 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9705 value to t.
9706
9707 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
9708
9709 * calendar/todo-mode.el: Add command to rename todo files.
9710 (todo-rename-file): New command.
9711 (todo-key-bindings-t): Add key binding for it. Change the
9712 bindings of todo-filter-regexp-items(-multifile) to use `x'
9713 instead of `r', since the latter is better suited to the new
9714 renaming command.
9715
9716 2013-07-27 Alan Mackenzie <acm@muc.de>
9717
9718 Make Java try-with-resources statement parse properly.
9719 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9720 (c-block-stmt-1-2-key): New language constants/variables.
9721 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9722 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9723 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9724 with c-block-stmt-1-2-key.
9725
9726 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
9727
9728 * desktop.el (desktop--make-frame): Apply most frame parameters after
9729 creating the frame to force (partially or totally) offscreen frames to
9730 be restored as such.
9731
9732 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
9733
9734 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9735 (Bug#14948)
9736
9737 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9740 `base' arg of backtrace-frame.
9741
9742 2013-07-26 Eli Zaretskii <eliz@gnu.org>
9743
9744 * simple.el (list-processes): Doc fix.
9745
9746 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9747
9748 * desktop.el (desktop--select-frame):
9749 Try harder to reuse existing frames.
9750
9751 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9754 (edebug-eval): Use backtrace-eval.
9755 (edebug--display, edebug--recursive-edit): Don't let-bind the
9756 edebug-outer-* vars that keep track of variables we locally let-bind.
9757 (edebug-outside-excursion): Don't restore outside values of locally
9758 let-bound vars.
9759 (edebug--display): Use user-error.
9760 (cl-lexical-debug, cl-debug-env): Remove.
9761
9762 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9763
9764 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9765 are restored to be sure that they are visible before deleting any
9766 remaining ones.
9767
9768 2013-07-26 Matthias Meulien <orontee@gmail.com>
9769
9770 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9771 vc-print-root-log. (Bug#14948)
9772
9773 2013-07-26 Richard Stallman <rms@gnu.org>
9774
9775 Add aliases for encrypting mail.
9776 * epa.el (epa-mail-aliases): New option.
9777 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9778 Bind inhibit-read-only so read-only text doesn't ruin everything.
9779 (epa-mail-default-recipients): New subroutine broken out.
9780 Handle epa-mail-aliases.
9781
9782 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 Add support for lexical variables to the debugger's `e' command.
9785 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9786 vars, except for debugger-outer-match-data.
9787 (debugger-frame-number): Move check for "on a function call" from
9788 callers into it. Add `skip-base' argument.
9789 (debugger-frame, debugger-frame-clear): Simplify accordingly.
9790 (debugger-env-macro): Only reset the state stored in non-variables,
9791 i.e. current-buffer and match-data.
9792 (debugger-eval-expression): Rewrite using backtrace-eval.
9793 * subr.el (internal--called-interactively-p--get-frame): Remove.
9794 (called-interactively-p):
9795 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9796 `base' arg of backtrace-frame instead.
9797
9798 2013-07-26 Glenn Morris <rgm@gnu.org>
9799
9800 * align.el (align-regexp): Doc fix. (Bug#14857)
9801 (align-region): Explicit error if subexpression missing/does not match.
9802
9803 * simple.el (global-visual-line-mode):
9804 Do not duplicate the mode lighter. (Bug#14858)
9805
9806 2013-07-25 Martin Rudalics <rudalics@gmx.at>
9807
9808 * window.el (display-buffer): In display-buffer bind
9809 split-window-keep-point to t, bug#14829.
9810
9811 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9812
9813 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9814 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9815 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9816 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9817 Change accordingly.
9818 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9819 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9820
9821 2013-07-25 Glenn Morris <rgm@gnu.org>
9822
9823 * dired-x.el (dired-mark-extension): Convert comment to doc string.
9824
9825 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9826
9827 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9828 parameter to modify-frame-parameters if the value has not changed;
9829 this is a workaround for bug#14949.
9830 (desktop--make-frame): On cl-delete-if call, check parameter name,
9831 not full parameter.
9832
9833 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9834
9835 * vc/vc.el (vc-ignore): New function.
9836
9837 * vc/vc-svn.el (vc-svn-ignore): New function.
9838
9839 * vc/vc-hg.el (vc-hg-ignore): New function.
9840
9841 * vc/vc-git.el (vc-git-ignore): New function.
9842
9843 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9844 (vc-dir-ignore): New function.
9845
9846 * vc/vc-cvs.el (vc-cvs-ignore): New function.
9847 (cvs-append-to-ignore): Move here from pcvs.el.
9848
9849 * vc/vc-bzr.el (vc-bzr-ignore): New function.
9850
9851 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9852
9853 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
9854
9855 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9856 (desktop-restore-frames): Warn when deleting an existing frame failed.
9857
9858 2013-07-24 Glenn Morris <rgm@gnu.org>
9859
9860 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
9861
9862 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
9863
9864 * filenotify.el (file-notify-supported-p):
9865 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9866 Remove functions.
9867
9868 * autorevert.el (auto-revert-use-notify)
9869 (auto-revert-notify-add-watch):
9870 * net/tramp.el (tramp-file-name-for-operation):
9871 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9872 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9873 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9874 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9875 Remove `file-notify-supported-p' entry.
9876
9877 2013-07-24 Glenn Morris <rgm@gnu.org>
9878
9879 * printing.el: Replace all uses of deleted ps-windows-system,
9880 ps-lp-system, ps-flatten-list with lpr- versions.
9881
9882 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9885 checked with memq (bug#14935).
9886
9887 * files.el (revert-buffer-function): Use a non-nil default.
9888 (revert-buffer-preserve-modes): Declare var to
9889 provide access to the `preserve-modes' argument.
9890 (revert-buffer): Let-bind it.
9891 (revert-buffer--default): New function, extracted from revert-buffer.
9892
9893 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * lpr.el: Signal print errors more prominently.
9896 (print-region-function): Don't default to nil.
9897 (lpr-print-region): New function, extracted from print-region-1.
9898 Check lpr's return value and signal an error in case of problem.
9899 (print-region-1): Use it.
9900 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
9901 versions instead.
9902 (ps-printer-name): Default to nil.
9903 (ps-printer-name-option): Default to lpr-printer-switch.
9904 (ps-print-region-function): Don't default to nil.
9905 (ps-postscript-code-directory): Simplify default.
9906 (ps-do-despool): Use lpr-print-region to properly check the outcome.
9907 (ps-string-list, ps-eval-switch, ps-flatten-list)
9908 (ps-flatten-list-1): Remove.
9909 (ps-multibyte-buffer): Avoid setq.
9910 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9911 (print-region-function, ps-print-region-function): Don't set them here.
9912
9913 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
9914
9915 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9916 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9917 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9918 (ido-decorations): Doc fix.
9919
9920 * ansi-color.el: Fix old URL.
9921
9922 2013-07-23 Michael R. Mauger <michael@mauger.com>
9923
9924 * progmodes/sql.el: Version 3.3
9925 (sql-product-alist): Improve oracle :prompt-cont-regexp.
9926 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9927 (sql-interactive-remove-continuation-prompt): Rewrite, use
9928 functions above. Fix continuation prompt and complete output line
9929 handling.
9930 (sql-redirect-one, sql-execute): Use `read-only-mode' on
9931 redirected output buffer.
9932 (sql-mode): Restore deleted code (Bug#13591).
9933
9934 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9935
9936 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9937
9938 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
9939
9940 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9941
9942 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9943 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9944 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9945
9946 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9947
9948 * desktop.el (desktop-clear): Simplify; remove useless checks
9949 against invalid buffer names.
9950 (desktop-list*): Use cl-list*.
9951 (desktop-buffer-info, desktop-create-buffer): Simplify.
9952
9953 2013-07-23 Leo Liu <sdl.web@gmail.com>
9954
9955 * bookmark.el (bookmark-make-record): Restore NAME as a default
9956 value. (Bug#14933)
9957
9958 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9959
9960 * emacs-lisp/autoload.el (autoload--setup-output): New function,
9961 extracted from autoload--insert-text.
9962 (autoload--insert-text): Remove.
9963 (autoload--print-cookie-text): New function, extracted from
9964 autoload--insert-cookie-text.
9965 (autoload--insert-cookie-text): Remove.
9966 (autoload-generate-file-autoloads): Adjust calls accordingly.
9967
9968 * winner.el (winner-hook-installed-p): Remove.
9969 (winner-mode): Simplify accordingly.
9970
9971 * subr.el (add-to-list): Fix compiler-macro when `append' is
9972 not constant. Don't use `cl-member' for the base case.
9973
9974 * progmodes/subword.el: Fix boundary case (bug#13758).
9975 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
9976 own group.
9977 (subword-backward-regexp): Make it a constant.
9978 (subword-forward-internal): Don't treat a trailing capital as the
9979 beginning of a word.
9980
9981 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
9982
9983 * emacs-lisp/package.el (package-menu-mode): Don't modify the
9984 global value of tabulated-list-revert-hook (bug#14930).
9985
9986 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
9987
9988 * desktop.el: Require 'cl-lib.
9989 (desktop-before-saving-frames-functions): New hook.
9990 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9991 for frames being saved. Rename from desktop--save-minibuffer-frames.
9992 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9993 Do not save frames with non-nil `desktop-dont-save' parameter.
9994 Filter out deleted frames.
9995 (desktop--find-frame): Use cl-find-if.
9996 (desktop--select-frame): Use cl-(first|second|third) to access values
9997 of desktop-mini.
9998 (desktop--make-frame): Use cl-delete-if.
9999 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10000 (desktop-restore-frames): Use cl-(first|second|third) to access values
10001 of desktop-mini. Look for visible frame at the end, not while
10002 restoring frames.
10003
10004 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10005 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10006 Use string-match-p, looking-at-p (bug#14927).
10007
10008 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10009
10010 * desktop.el (desktop-saved-frame-states):
10011 Rename from desktop--saved-states; all users changed.
10012 (desktop-save-frames): Rename from desktop--save-frames.
10013 Do not save state to desktop file.
10014 (desktop-save): Save desktop-saved-frame-states to desktop file
10015 and reset to nil.
10016 (desktop-restoring-frames-p): New function.
10017 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10018 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10019 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10020
10021 * desktop.el: Correctly restore iconified frames.
10022 (desktop--filter-iconified-position): New function.
10023 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10024
10025 2013-07-20 Glenn Morris <rgm@gnu.org>
10026
10027 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10028 Let `message' do the formatting.
10029 (def-gdb-preempt-display-buffer): Add explicit format.
10030
10031 * image-dired.el (image-dired-track-original-file):
10032 Use with-current-buffer.
10033 (image-dired-track-thumbnail): Use with-current-buffer.
10034 Avoid changing point of wrong window.
10035
10036 * image-dired.el (image-dired-track-original-file):
10037 Avoid changing point of wrong window. (Bug#14909)
10038
10039 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10040
10041 * progmodes/gdb-mi.el (gdb-done-or-error):
10042 Guard against "%" in gdb output. (Bug#14127)
10043
10044 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10045
10046 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10047 (Bug#14826)
10048
10049 * international/mule.el (coding-system-iso-2022-flags): Fix last
10050 change.
10051
10052 2013-07-20 Kenichi Handa <handa@gnu.org>
10053
10054 * international/mule.el (coding-system-iso-2022-flags):
10055 Add `8-bit-level-4'. (Bug#8522)
10056
10057 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10058
10059 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10060 (bug#14815).
10061
10062 * net/eww.el (eww-process-text-input): Allow inputting when the
10063 point is at the start of the line, as the properties aren't
10064 front-sticky.
10065
10066 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10067 degenerate widths.
10068
10069 2013-07-19 Richard Stallman <rms@gnu.org>
10070
10071 * epa.el (epa-popup-info-window): Doc fix.
10072
10073 * subr.el (split-string): New arg TRIM.
10074
10075 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10076
10077 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10078 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10079
10080 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10081
10082 * filenotify.el (file-notify--library): Rename from
10083 `file-notify-support'. Do not autoload. Adapt all uses.
10084 (file-notify-supported-p): New defun.
10085
10086 * autorevert.el (auto-revert-use-notify):
10087 Use `file-notify-supported-p' instead of `file-notify-support'.
10088 Adapt docstring.
10089 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10090
10091 * net/tramp.el (tramp-file-name-for-operation):
10092 Add `file-notify-supported-p'.
10093
10094 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10095 New defun.
10096 (tramp-sh-file-name-handler-alist): Add it as handler for
10097 `file-notify-supported-p '.
10098
10099 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10100 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10101 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10102 Add `ignore' as handler for `file-notify-*' functions.
10103
10104 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10105
10106 * simple.el (line-move-partial, line-move): Don't start vscroll or
10107 scroll-up if the current line is not taller than the window.
10108 (Bug#14881)
10109
10110 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10111
10112 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10113 highlight question marks in the method names as strings.
10114 (ruby-block-beg-keywords): Inline.
10115 (ruby-font-lock-keyword-beg-re): Extract from
10116 `ruby-font-lock-keywords'.
10117
10118 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10119
10120 * frame.el (blink-cursor-blinks): New defcustom.
10121 (blink-cursor-blinks-done): New defvar.
10122 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10123 (blink-cursor-timer-function): Check if number of blinks has been
10124 done on X and NS.
10125 (blink-cursor-suspend, blink-cursor-check): New defuns.
10126
10127 2013-07-15 Glenn Morris <rgm@gnu.org>
10128
10129 * edmacro.el (edmacro-format-keys): Fix previous change.
10130
10131 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10132
10133 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10134 The hack didn't work outside English locales anyway.
10135
10136 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10137
10138 * simple.el (define-alternatives): Rename from alternatives-define,
10139 per RMS' suggestion.
10140
10141 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10142
10143 * desktop.el (desktop-restore-frames): Change default to t.
10144 (desktop-restore-in-current-display): Now offer more options.
10145 (desktop-restoring-reuses-frames): New customization option.
10146 (desktop--saved-states): Doc fix.
10147 (desktop-filter-parameters-alist): New variable, renamed and expanded
10148 from desktop--excluded-frame-parameters.
10149 (desktop--target-display): New variable.
10150 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10151 (desktop--filter-tty*, desktop--filter-*-color)
10152 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10153 (desktop--filter-save-desktop-parm)
10154 (desktop-restore-in-original-display-p): New functions.
10155 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10156 (desktop--save-minibuffer-frames): New function, inspired by a similar
10157 function from Martin Rudalics.
10158 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10159 (desktop--restore-in-this-display-p): Remove.
10160 (desktop--find-frame): Rename from desktop--find-frame-in-display
10161 and add predicate argument.
10162 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10163 (desktop--reuse-list): New variable.
10164 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10165 New functions.
10166 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10167
10168 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10169
10170 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10171
10172 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10173
10174 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10175 Highlight conversion methods on Kernel.
10176
10177 2013-07-13 Alan Mackenzie <acm@muc.de>
10178
10179 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10180 and comment it out. This out-commenting enables certain C++
10181 declarations to be parsed correctly.
10182
10183 2013-07-13 Eli Zaretskii <eliz@gnu.org>
10184
10185 * international/mule.el (define-coding-system): Doc fix.
10186
10187 * simple.el (default-font-height): Don't call font-info if the
10188 frame's default font didn't change since the frame was created.
10189 (Bug#14838)
10190
10191 2013-07-13 Leo Liu <sdl.web@gmail.com>
10192
10193 * ido.el (ido-read-file-name): Guard against non-symbol value.
10194
10195 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10196
10197 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10198 in nested defuns.
10199
10200 2013-07-13 Leo Liu <sdl.web@gmail.com>
10201
10202 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10203 ido-set-matches call. (Bug#6852)
10204
10205 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10206
10207 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10208 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10209 Ruby 2.0.
10210 (ruby-font-lock-keywords): Distinguish calls to functions with
10211 module-like names from module references. Highlight character
10212 literals.
10213
10214 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10215
10216 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10217 (gdb-send): Handle continued commands. (Bug#14847)
10218
10219 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10220
10221 * desktop.el (desktop--v2s): Remove unused local variable.
10222 (desktop-save-buffer): Make defvar-local; adjust docstring.
10223 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10224 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10225
10226 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10227
10228 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10229
10230 2013-07-12 Eli Zaretskii <eliz@gnu.org>
10231
10232 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10233 (Bug#14842)
10234
10235 2013-07-12 Glenn Morris <rgm@gnu.org>
10236
10237 * doc-view.el: Require cl-lib at runtime too.
10238 (doc-view-remove-if): Remove.
10239 (doc-view-search-next-match, doc-view-search-previous-match):
10240 Use cl-remove-if.
10241
10242 * edmacro.el: Require cl-lib at runtime too.
10243 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10244 (edmacro-mismatch, edmacro-subseq): Remove.
10245
10246 * shadowfile.el: Require cl-lib.
10247 (shadow-remove-if): Remove.
10248 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10249 Use cl-remove-if.
10250
10251 * wid-edit.el: Require cl-lib.
10252 (widget-choose): Use cl-remove-if.
10253 (widget-remove-if): Remove.
10254
10255 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10256 (ebrowse-delete-if-not): Remove.
10257 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10258 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10259 Use cl-delete-if-not.
10260
10261 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10262
10263 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10264 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10265
10266 2013-07-12 Leo Liu <sdl.web@gmail.com>
10267
10268 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10269
10270 2013-07-11 Glenn Morris <rgm@gnu.org>
10271
10272 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10273 (edebug-gensym-index, edebug-gensym):
10274 Remove reimplementation of cl-gensym.
10275 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10276
10277 * thumbs.el: Require cl-lib at run-time too.
10278 (thumbs-gensym-counter, thumbs-gensym):
10279 Remove reimplementation of cl-gensym.
10280 (thumbs-temp-file): Use cl-gensym.
10281
10282 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10283 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10284 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10285 (ert--union, ert--gensym-counter, ert--gensym-counter)
10286 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10287 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10288 (ert-make-test-unbound, ert--expand-should-1)
10289 (ert--expand-should, ert--should-error-handle-error)
10290 (should-error, ert--explain-equal-rec)
10291 (ert--plist-difference-explanation, ert-select-tests)
10292 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10293 Use cl-lib functions rather than reimplementations.
10294
10295 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10296
10297 * net/tramp.el (tramp-methods): Extend docstring.
10298 (tramp-connection-timeout): New defcustom.
10299 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10300 (with-tramp-progress-reporter): Simplify.
10301 (tramp-process-actions): Improve messages.
10302
10303 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10304 * net/tramp-sh.el (tramp-maybe-open-connection):
10305 Use `tramp-connection-timeout'.
10306 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10307 (Bug#14808)
10308
10309 2013-07-11 Leo Liu <sdl.web@gmail.com>
10310
10311 * ido.el (ido-read-file-name): Conform to the requirements of
10312 read-file-name. (Bug#11861)
10313 (ido-read-directory-name): Conform to the requirements of
10314 read-directory-name.
10315
10316 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10317
10318 * subr.el (delay-warning): New function.
10319
10320 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10321
10322 * simple.el (default-line-height): New function.
10323 (line-move-partial, line-move): Use it instead of computing the
10324 line height inline.
10325 (line-move-partial): Always compute ROWH. If the last line is
10326 partially-visible, but its text is completely visible, allow
10327 cursor to enter such a partially-visible line.
10328
10329 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10330
10331 Improve error messages. (Bug#14808)
10332
10333 * net/tramp.el (tramp-current-connection): New defvar, moved from
10334 tramp-sh.el.
10335 (tramp-message-show-progress-reporter-message): Remove, not
10336 needed anymore.
10337 (tramp-error-with-buffer): Show message in minibuffer.
10338 Discard input before waiting. Reset connection timestamp.
10339 (with-tramp-progress-reporter): Improve messages.
10340 (tramp-process-actions): Use progress reporter. Delete process in
10341 case of error. Improve messages.
10342
10343 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10344 Call `tramp-error-with-buffer' with vector and buffer.
10345 (tramp-current-connection): Remove.
10346 (tramp-maybe-open-connection): The car of
10347 `tramp-current-connection' are the first 3 slots of the vector.
10348
10349 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10350
10351 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10352 inside continued strings.
10353
10354 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10355
10356 Timestamp fixes for undo (Bug#14824).
10357 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10358
10359 2013-07-10 Leo Liu <sdl.web@gmail.com>
10360
10361 * files.el (require-final-newline): Allow safe local value.
10362 (Bug#14834)
10363
10364 2013-07-09 Leo Liu <sdl.web@gmail.com>
10365
10366 * ido.el (ido-read-directory-name): Handle fallback.
10367 (ido-read-file-name): Update DIR to ido-current-directory.
10368 (Bug#1516)
10369 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10370
10371 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10372
10373 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10374 "autoload". Remove "warn lower camel case" section, previously
10375 commented out. Highlight negation char. Do not highlight the
10376 target in singleton method definitions.
10377
10378 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10379
10380 * faces.el (tty-setup-hook): Declare the hook.
10381
10382 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10383 and detect when a guard/pred depends on local vars (bug#14773).
10384 (pcase--u1): Adjust caller.
10385
10386 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10387
10388 * simple.el (line-move-partial, line-move): Account for
10389 line-spacing.
10390 (line-move-partial): Avoid setting vscroll when the last
10391 partially-visible line in window is of default height.
10392
10393 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10394
10395 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10396 been used a while.
10397
10398 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10399
10400 * subr.el (read-quoted-char): Remove unused local variable `char'.
10401
10402 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10403
10404 * ediff.el (ediff-version): Version update.
10405 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10406 (ediff-merge-with-ancestor-command, ediff-directories-command)
10407 (ediff-directories3-command, ediff-merge-directories-command)
10408 (ediff-merge-directories-with-ancestor-command): New functions.
10409 All are command-line interfaces to ediff: to facilitate calling
10410 Emacs with the appropriate ediff functions invoked.
10411
10412 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10413 (viper-save-kill-buffer): Check if buffer is modified.
10414
10415 * viper.el (viper-version): Version update.
10416 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10417
10418 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10419
10420 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10421 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10422 (viper-intercept-ESC-key): Simplify.
10423 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10424 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10425 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10426 (viper-setup-ESC-to-escape): New functions.
10427 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10428 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
10429
10430 2013-07-07 Eli Zaretskii <eliz@gnu.org>
10431
10432 * simple.el (default-font-height, window-screen-lines):
10433 New functions.
10434 (line-move, line-move-partial): Use them instead of
10435 frame-char-height and window-text-height. This makes scrolling
10436 text smoother when the buffer's default face uses a font that is
10437 different from the frame's default font.
10438
10439 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
10440
10441 * files.el (write-file): Do not display confirm dialog for NS,
10442 it does its own dialog, which can't be canceled (Bug#14578).
10443
10444 2013-07-06 Eli Zaretskii <eliz@gnu.org>
10445
10446 * simple.el (line-move-partial): Adjust the row returned by
10447 posn-at-point for the current window-vscroll. (Bug#14567)
10448
10449 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
10450
10451 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10452 (tramp-sh-file-inotifywait-process-filter): Handle file names with
10453 spaces.
10454
10455 2013-07-06 Martin Rudalics <rudalics@gmx.at>
10456
10457 * window.el (window-state-put-stale-windows): New variable.
10458 (window--state-put-2): Save list of windows without matching buffer.
10459 (window-state-put): Remove "bufferless" windows if possible.
10460
10461 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10462
10463 * simple.el (alternatives-define): Remove leftover :group keyword.
10464 Tweak docstring.
10465
10466 2013-07-06 Leo Liu <sdl.web@gmail.com>
10467
10468 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10469 (ido-enable-virtual-buffers): New variable.
10470 (ido-buffer-internal, ido-toggle-virtual-buffers)
10471 (ido-make-buffer-list): Use it.
10472 (ido-exhibit): Support turning on and off virtual buffers
10473 automatically.
10474
10475 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10476
10477 * simple.el (alternatives-define): New macro.
10478
10479 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * subr.el (read-quoted-char): Use read-key.
10482 (sit-for): Let read-event decode tty input (bug#14782).
10483
10484 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
10485
10486 * calendar/todo-mode.el: Add handling of file deletion, both by
10487 mode command and externally. Fix various related bugs.
10488 Clarify Commentary and improve some documentation strings and code.
10489 (todo-delete-file): New command.
10490 (todo-check-file): New function.
10491 (todo-show): Handle external deletion of the file we're trying to
10492 show (bug#14688). Replace called-interactively-p by an optional
10493 prefix argument to avoid problematic interaction with catch form
10494 when byte compiled (bug#14702).
10495 (todo-quit): Handle external deletion of the archive's todo file.
10496 Make sure the buffer that was visiting the archive file is still
10497 live before trying to bury it.
10498 (todo-category-completions): Handle external deletion of any
10499 category completion files.
10500 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10501 of todo files, in case of external deletion.
10502 (todo-add-file): Replace unnecessary setq by let-binding.
10503 (todo-find-archive): Check whether there are any archives.
10504 Replace unnecessary setq by let-binding.
10505 (todo-archive-done-item): Use find-file-noselect to get the
10506 archive buffer whether or not the archive already exists.
10507 Remove superfluous code. Use file size instead of buffer-file-name to
10508 check if the archive is new; if it is, update list of archives.
10509 (todo-default-todo-file): Allow nil to be a valid value for when
10510 there are no todo files.
10511 (todo-reevaluate-default-file-defcustom): Use corrected definition
10512 of todo-default-todo-file.
10513 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10514 (todo-delete-category, todo-show-categories-table)
10515 (todo-category-number): Clarify comment.
10516 (todo-filter-items): Clarify documentation string.
10517 (todo-show-current-file, todo-display-as-todo-file)
10518 (todo-reset-and-enable-done-separator): Tweak documentation string.
10519 (todo-done-separator): Make separator length window-width, since
10520 bug#2749 is now fixed.
10521
10522 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
10523
10524 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10525 Support both "gvfs-monitor-dir" and "inotifywait".
10526 (tramp-sh-file-inotifywait-process-filter): Rename from
10527 `tramp-sh-file-notify-process-filter'.
10528 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10529 (tramp-get-remote-gvfs-monitor-dir): New defuns.
10530
10531 2013-07-05 Leo Liu <sdl.web@gmail.com>
10532
10533 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10534
10535 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10536
10537 * frame.el (display-pixel-height, display-pixel-width)
10538 (display-mm-height, display-mm-width): Mention behavior on
10539 multi-monitor setups in docstrings.
10540 (w32-display-monitor-attributes-list): Declare function.
10541 (display-monitor-attributes-list): Use it.
10542
10543 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
10544
10545 * filenotify.el: New package.
10546
10547 * autorevert.el (top): Require filenotify.el.
10548 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
10549 instead.
10550 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10551 (auto-revert-notify-handler): Use `file-notify-*' functions.
10552
10553 * subr.el (file-notify-handle-event): Move function to filenotify.el.
10554
10555 * net/tramp.el (tramp-file-name-for-operation):
10556 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10557
10558 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10559 for `file-notify-add-watch' and `file-notify-rm-watch'.
10560 (tramp-process-sentinel): Improve trace.
10561 (tramp-sh-handle-file-notify-add-watch)
10562 (tramp-sh-file-notify-process-filter)
10563 (tramp-sh-handle-file-notify-rm-watch)
10564 (tramp-get-remote-inotifywait): New defuns.
10565
10566 2013-07-03 Juri Linkov <juri@jurta.org>
10567
10568 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10569 call of `occur-read-primary-args' to interactive spec.
10570
10571 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10572 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
10573
10574 2013-07-03 Matthias Meulien <orontee@gmail.com>
10575
10576 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10577 `Buffer-menu-multi-occur'. Add it to the menu.
10578 (Buffer-menu-mode): Document it in docstring.
10579 (Buffer-menu-multi-occur): New command. (Bug#14673)
10580
10581 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10582
10583 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10584 keywords and built-ins.
10585
10586 2013-07-03 Glenn Morris <rgm@gnu.org>
10587
10588 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
10589
10590 Make info-xref checks case-sensitive by default
10591 * info.el (Info-find-node, Info-find-in-tag-table)
10592 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10593 Add option for exact case matching of nodes.
10594 * info-xref.el (info-xref): New custom group.
10595 (info-xref-case-fold): New option.
10596 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10597
10598 2013-07-03 Leo Liu <sdl.web@gmail.com>
10599
10600 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10601
10602 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10603
10604 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10605 middle of block statement initially, lower the depth. Remove
10606 FIXME comment, not longer valid. Remove middle of block statement
10607 detection, no need to do that anymore since we've been using
10608 `ruby-parse-region' here.
10609
10610 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
10611
10612 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10613
10614 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10615
10616 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10617
10618 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
10619
10620 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10621 (desktop-restore-in-current-display): New customization option.
10622 (desktop--excluded-frame-parameters): Add `font'.
10623 (desktop--save-frames): Rename from desktop--save-windows.
10624 (desktop--restore-in-this-display-p): New function.
10625 (desktop--make-full-frame): Remove unwanted width/height from
10626 full(width|height) frames.
10627 (desktop--restore-frames): Rename from desktop--restore-windows.
10628 Obey desktop-restore-current-display. Do not delete old frames or
10629 select a new frame unless we were able to restore at least one frame.
10630
10631 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
10632
10633 * files.el (find-file-noselect): Simplify conditional expression.
10634
10635 * textmodes/remember.el (remember-append-to-file):
10636 Don't mix `find-buffer-visiting' and `get-file-buffer'.
10637
10638 Add `remember-notes' function to store random notes across Emacs
10639 restarts.
10640 * textmodes/remember.el (remember-data-file): Add :set callback to
10641 affect notes buffer (if any).
10642 (remember-notes): New command.
10643 (remember-notes-buffer-name, bury-remember-notes-on-kill):
10644 New defcustoms for the `remember-notes' function.
10645 (remember-notes-save-and-bury-buffer): New command.
10646 (remember-notes-mode-map): New variable.
10647 (remember-mode): New minor mode.
10648 (remember-notes--kill-buffer-query): New function.
10649 * startup.el (initial-buffer-choice): Add notes to custom type.
10650
10651 2013-06-30 Eli Zaretskii <eliz@gnu.org>
10652
10653 * bindings.el (right-char, left-char): Don't call sit-for, this is
10654 no longer needed. Use arithmetic comparison only for numerical
10655 arguments.
10656
10657 * international/mule-cmds.el (select-safe-coding-system):
10658 Handle the case of FROM being a string correctly. (Bug#14755)
10659
10660 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10661
10662 * net/shr.el (shr-make-table-1): Add a sanity check that allows
10663 progression on degenerate tables.
10664 (shr-rescale-image): ImageMagick animated images currently don't work.
10665
10666 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
10667
10668 Some fixes and improvements for desktop frame restoration.
10669 It is still experimental and disabled by default.
10670 * desktop.el (desktop--save-windows): Put the selected frame at
10671 the head of the list.
10672 (desktop--make-full-frame): New function.
10673 (desktop--restore-windows): Try to re-select the frame that was
10674 selected upon saving. Do not abort if some frames fail to restore,
10675 just show an error message and continue. Set up maximized frames
10676 so they have default non-maximized dimensions.
10677
10678 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
10679
10680 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10681 Don't start heredoc inside a string or comment.
10682
10683 2013-06-29 Eli Zaretskii <eliz@gnu.org>
10684
10685 * bindings.el (visual-order-cursor-movement): New defcustom.
10686 (right-char, left-char): Provide visual-order cursor motion by
10687 calling move-point-visually. Update the doc strings.
10688
10689 2013-06-28 Kenichi Handa <handa@gnu.org>
10690
10691 * international/mule.el (define-coding-system): New coding system
10692 properties :inhibit-null-byte-detection,
10693 :inhibit-iso-escape-detection, and :prefer-utf-8.
10694 (set-buffer-file-coding-system): If :charset-list property of
10695 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10696 appropriate for setting.
10697
10698 * international/mule-cmds.el (select-safe-coding-system):
10699 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10700 multibyte characters, return utf-8 (or one of its siblings).
10701
10702 * international/mule-conf.el (prefer-utf-8): New coding system.
10703 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10704 files.
10705
10706 2013-06-28 Ivan Kanis <ivan@kanis.fr>
10707
10708 * net/shr.el (shr-render-region): New function.
10709
10710 * net/eww.el: Autoload `eww-browse-url'.
10711
10712 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
10713
10714 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10715 Adapt to `package-desc-version' being a list.
10716 Use `package--ac-desc-version' to retrieve version from a package
10717 archive element.
10718
10719 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
10720
10721 New experimental feature to save&restore window and frame setup.
10722 * desktop.el (desktop-save-windows): New defcustom.
10723 (desktop--saved-states): New var.
10724 (desktop--excluded-frame-parameters): New defconst.
10725 (desktop--filter-frame-parms, desktop--find-frame-in-display)
10726 (desktop--restore-windows, desktop--save-windows): New functions.
10727 (desktop-save): Call `desktop--save-windows'.
10728 (desktop-read): Call `desktop--restore-windows'.
10729
10730 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10731
10732 * net/shr.el (add-face-text-property): Remove compat definition.
10733
10734 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10735
10736 * info.el (Info-try-follow-nearest-node): Move search for footnote
10737 above search for node name to prevent missing a footnote (bug#14717).
10738
10739 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10740
10741 * obsolete/otodo-mode.el: Add obsolescence info to file header.
10742
10743 2013-06-27 Leo Liu <sdl.web@gmail.com>
10744
10745 * net/eww.el (eww-read-bookmarks): Check file size.
10746
10747 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10750 advice--pending if newdef is nil or an autoload (bug#13820).
10751 (advice-mapc): New function.
10752
10753 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10754
10755 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10756 probably.
10757 (eww-mode-map): Add a menu bar.
10758 (eww-add-bookmark): New command.
10759 (eww-bookmark-mode): New mode and commands.
10760 (eww-add-bookmark): Remove newlines from the title.
10761 (eww-bookmark-browse): Don't bug out if it's the only window.
10762
10763 2013-06-26 Glenn Morris <rgm@gnu.org>
10764
10765 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10766 (hfy-size): Handle ttys. (Bug#14668)
10767
10768 * info-xref.el: Update for Texinfo 5 change in *note format.
10769 (info-xref-node-re, info-xref-note-re): New constants.
10770 (info-xref-check-buffer): Use info-xref-note-re.
10771
10772 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10775
10776 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10777 nil terminate the loop (bug#14718).
10778
10779 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10780
10781 * net/eww.el: Rework history traversal. When going forward/back,
10782 put these actions into the history, too, so that they can be
10783 replayed.
10784 (eww-render): Move the history reset to the correct buffer.
10785
10786 2013-06-25 Juri Linkov <juri@jurta.org>
10787
10788 * files-x.el (modify-dir-local-variable): Change the header comment
10789 in the file with directory local variables. (Bug#14692)
10790
10791 * files-x.el (read-file-local-variable-value): Add `default'.
10792 (Bug#14710)
10793
10794 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10795
10796 * net/eww.el (eww-make-unique-file-name): Create a unique file
10797 name before saving to entering `y' accidentally asynchronously.
10798
10799 2013-06-25 Ivan Kanis <ivan@kanis.fr>
10800
10801 * net/eww.el (eww-download): New command and keystroke.
10802
10803 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10804
10805 * net/eww.el (eww-copy-page-url): Change name of command.
10806
10807 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10808 be more consistent with Info and dired.
10809
10810 * net/eww.el (eww-mode-map): Ditto.
10811
10812 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
10815 packages from archives.
10816 (package-archive-contents): Change format; include obsolete packages.
10817 (package-desc): Use `dir' to mark builtin packages.
10818 (package--from-builtin): Set the `dir' field to `builtin'.
10819 (generated-autoload-file, version-control): Declare.
10820 (package-compute-transaction): Change first arg and return value to be
10821 lists of package-descs. Adjust to new package-archive-contents format.
10822 (package--add-to-archive-contents): Adjust to new
10823 package-archive-contents format.
10824 (package-download-transaction): Arg is now a list of package-descs.
10825 (package-install): If `pkg' is a package name, pass it as
10826 a requirement, so it is subject to the usual (e.g. disabled) checks.
10827 (describe-package): Accept package-desc as well.
10828 (describe-package-1): Describe a specific package-desc. Add links to
10829 other package-descs for the same package name.
10830 (package-menu-describe-package): Pass the actual package-desc.
10831 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10832 works correctly.
10833 (package-desc-status): New function.
10834 (package-menu--refresh): New function, extracted
10835 from package-menu--generate.
10836 (package-menu--generate): Use it.
10837 (package-delete): Update package-alist.
10838 (package-menu-execute): Don't call package-initialize.
10839
10840 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10841 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10842 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10843 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10844 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10845 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10846
10847 2013-06-25 Martin Rudalics <rudalics@gmx.at>
10848
10849 * window.el (window--state-get-1): Workaround for bug#14527.
10850 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10851
10852 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10853
10854 * net/eww.el (eww-back-url): Implement the history by stashing all
10855 the data into a list.
10856 (eww-forward-url): Allow going forward in the history, too.
10857
10858 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10861 for values and use read--expression for expressions (bug#14710).
10862 (read-file-local-variable): Avoid setq.
10863 (read-file-local-variable-mode): Use minor-mode-list.
10864
10865 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10866
10867 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10868 for DOI URLs.
10869
10870 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10871
10872 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10873 Update imenu-support when dialect changes.
10874
10875 2013-06-25 Leo Liu <sdl.web@gmail.com>
10876
10877 * ido.el (ido-read-internal): Allow forward slash on windows.
10878
10879 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10880
10881 * net/eww.el (eww): Start of strings is \\`, not ^.
10882
10883 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10884
10885 * net/shr.el (shr-browse-url): Fix interactive spec.
10886
10887 * net/eww.el (eww): Add a trailing slash to domain names.
10888
10889 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
10890
10891 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10892
10893 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10894
10895 * net/shr.el (shr-browse-url): Use an external browser if given a
10896 prefix.
10897
10898 * net/eww.el (eww-external-browser): Move to shr.
10899
10900 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10901
10902 * net/eww.el (eww): Work more correctly for file: URLs.
10903 (eww-detect-charset): Allow quoted charsets.
10904 (eww-yank-page-url): New command and keystroke.
10905
10906 2013-06-24 Daiki Ueno <ueno@gnu.org>
10907
10908 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10909 file name of gpg executable.
10910 (epg-context-program): New function.
10911 (epg-context-home-directory): New function.
10912 (epg-context-set-program): New function.
10913 (epg-context-set-home-directory): New function.
10914 (epg--start): Use `epg-context-program' instead of
10915 'epg-gpg-program'.
10916 (epg--list-keys-1): Likewise.
10917
10918 2013-06-24 Leo Liu <sdl.web@gmail.com>
10919
10920 * ido.el (ido-read-internal): Fix bug#14620.
10921
10922 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10923
10924 * faces.el (face-documentation): Simplify.
10925 (read-face-attribute, tty-find-type, x-resolve-font-name):
10926 Use `string-match-p'.
10927 (list-faces-display): Use `string-match-p'. Simplify.
10928 (face-spec-recalc): Check face to avoid face alias loops.
10929 (read-color): Use `string-match-p' and non-capturing parenthesis.
10930
10931 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10932
10933 * net/shr.el (shr-rescale-image): Use the new
10934 :max-width/:max-height functionality.
10935
10936 2013-06-23 Ivan Kanis <ivan@kanis.fr>
10937
10938 * net/eww.el (eww-search-prefix): New variable.
10939 (eww): Use it.
10940 (eww-external-browser): New variable.
10941 (eww-mode-map): New keystroke.
10942 (eww-browse-with-external-browser): New command.
10943
10944 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10945
10946 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10947
10948 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10949 Don't skip aligning the next header field when padding is 0;
10950 otherwise, field width is not respected unless the title is as
10951 wide as the field.
10952
10953 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10954
10955 * emacs-lisp/package.el (package-el-version): Remove.
10956 (package-process-define-package): Fix inf-loop.
10957 (package-install): Allow symbols as arguments again.
10958
10959 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10960
10961 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10962 add some more keyword-like methods.
10963 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10964
10965 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
10966
10967 * bs.el (bs-buffer-show-mark): Make defvar-local.
10968 (bs-mode): Use setq-local.
10969
10970 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10971 (emacs-lock--try-unlocking): Make defvar-local.
10972
10973 2013-06-22 Glenn Morris <rgm@gnu.org>
10974
10975 * play/cookie1.el (cookie-apropos): Minor simplification.
10976
10977 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10978
10979 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10980
10981 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10982 `regexp-opt', it breaks the build during dumping.
10983
10984 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
10985
10986 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10987 Highlight keyword-like methods on Kernel and Module with
10988 font-lock-builtin-face.
10989 (auto-mode-alist): Consolidate different entries into one regexp
10990 and add more *file-s.
10991
10992 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
10993
10994 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10995
10996 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10997 (diary-entry): Use it in the action of this button type instead of
10998 diary-goto-entry.
10999
11000 * calendar/todo-mode.el: New version.
11001 (todo-add-category): Append new category to end of file and give
11002 it the highest number, instead of putting it at the beginning and
11003 giving it 0. Incorporate noninteractive functionality.
11004 (todo-forward-category): Adapt to 1-based category numbering.
11005 Allow skipping over archived categories.
11006 (todo-backward-category): Derive from todo-forward-category.
11007 (todo-backward-item, todo-forward-item): Make noninteractive and
11008 delegate interactive part to new commands. Make sensitive to done items.
11009 (todo-categories): Make value an alist of category names and
11010 vectors of item counts.
11011 (todo-category-beg): Make a defconst.
11012 (todo-category-number): Use 1 instead of 0 as initial value.
11013 (todo-category-select): Make sensitive to overlays, optional item
11014 highlighting and done items.
11015 (todo-delete-item): Make sensitive to overlays and marked and done items.
11016 (todo-edit-item): Make sensitive to overlays and editing of
11017 date/time header optional. Add format checks.
11018 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11019 no-op if point is not on an item. Advertise using todo-edit-quit.
11020 (todo-edit-mode): Make sensitive to new format, font-locking, and
11021 multiple todo files.
11022 (todo-insert-item, todo-insert-item-here): Derive from
11023 todo-basic-insert-item and extend functionality.
11024 (todo-item-end, todo-item-start): Make sensitive to done items.
11025 (todo-item-string): Don't return text properties. Restore point.
11026 (todo-jump-to-category): Make sensitive to multiple todo files and
11027 todo archives. Use extended category completion.
11028 (todo-lower-item, todo-raise-item): Rename to *-priority and
11029 derive from todo-set-item-priority.
11030 (todo-mode): Derive from special-mode. Make sensitive to new
11031 format, font-locking and multiple todo files. Make read-only.
11032 (todo-mode-map): Don't suppress digit keys, so they can supply
11033 prefix arguments. Add many new key bindings.
11034 (todo-prefix): Insert as an overlay instead of file text.
11035 Change semantics from diary date expression to purely visual mark.
11036 (todo-print): Rename to todo-print-buffer. Make buffer display
11037 features printable. Remove option to restrict number of items
11038 printed. Add option to print to file.
11039 (todo-print-function): Rename to todo-print-buffer-function.
11040 (todo-quit): Extend to handle exiting new todo modes.
11041 (todo-remove-item): Make sensitive to overlays.
11042 (todo-save): Extend to buffers of filtered items.
11043 (todo-show): Make sensitive to done items, multiple todo files and
11044 new todo modes. Offer to convert legacy todo file before creating
11045 first new todo file.
11046 (todo-show-priorities): Rename to todo-top-priorities.
11047 Change semantics of value 0.
11048 (todo-top-priorities): Rename to todo-filter-top-priorities,
11049 derive from todo-filter-items and extend functionality.
11050 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11051 and extend functionality to other types of filtered items.
11052 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11053 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11054 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11055 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11056 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11057 (todo-edit-mode-hook, todo-entry-prefix-function)
11058 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11059 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11060 (todo-initials, todo-insert-threshold, todo-item-string-start)
11061 (todo-line-string, todo-menu, todo-mode-hook)
11062 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11063 (todo-print-priorities, todo-remove-separator)
11064 (todo-save-top-priorities-too, todo-string-count-lines)
11065 (todo-string-multiline-p, todo-time-string-format)
11066 (todo-tmp-buffer-name): Remove.
11067 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11068 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11069 (todo-edit-category-diary-inclusion)
11070 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11071 (todo-edit-file, todo-edit-item-date-day)
11072 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11073 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11074 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11075 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11076 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11077 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11078 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11079 (todo-filter-top-priorities-multifile, todo-find-archive)
11080 (todo-find-filtered-items-file, todo-go-to-source-item)
11081 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11082 (todo-jump-to-archive-category, todo-lower-category)
11083 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11084 (todo-move-category, todo-move-item, todo-next-button)
11085 (todo-next-item, todo-padded-string, todo-powerset)
11086 (todo-previous-button, todo-previous-item)
11087 (todo-print-buffer-to-file, todo-raise-category)
11088 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11089 (todo-set-category-number, todo-set-item-priority)
11090 (todo-set-top-priorities-in-category)
11091 (todo-set-top-priorities-in-file, todo-show-categories-table)
11092 (todo-sort-categories-alphabetically-or-numerically)
11093 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11094 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11095 (todo-toggle-item-header, todo-toggle-item-highlighting)
11096 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11097 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11098 (todo-unarchive-items, todo-unmark-category): New commands.
11099 (todo-absolute-file-name, todo-add-to-buffer-list)
11100 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11101 (todo-basic-insert-item, todo-category-completions)
11102 (todo-category-number, todo-category-string-matcher-1)
11103 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11104 (todo-check-format, todo-clear-matches)
11105 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11106 (todo-current-category, todo-date-string-matcher)
11107 (todo-define-insertion-command, todo-diary-expired-matcher)
11108 (todo-diary-goto-entry, todo-diary-item-p)
11109 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11110 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11111 (todo-done-item-section-p, todo-done-separator)
11112 (todo-done-string-matcher, todo-files, todo-filter-items)
11113 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11114 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11115 (todo-insert-category-line, todo-insert-item-from-calendar)
11116 (todo-insert-sort-button, todo-insert-with-overlays)
11117 (todo-insertion-command-name, todo-insertion-key-bindings)
11118 (todo-label-to-key, todo-longest-category-name-length)
11119 (todo-make-categories-list, todo-mode-external-set)
11120 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11121 (todo-modes-set-3, todo-multiple-filter-files)
11122 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11123 (todo-read-category, todo-read-date, todo-read-dayname)
11124 (todo-read-file-name, todo-read-time)
11125 (todo-reevaluate-category-completions-files-defcustom)
11126 (todo-reevaluate-default-file-defcustom)
11127 (todo-reevaluate-filelist-defcustoms)
11128 (todo-reevaluate-filter-files-defcustom)
11129 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11130 (todo-reset-done-separator, todo-reset-done-separator-string)
11131 (todo-reset-done-string, todo-reset-global-current-todo-file)
11132 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11133 (todo-reset-prefix, todo-set-categories)
11134 (todo-set-date-from-calendar, todo-set-show-current-file)
11135 (todo-set-top-priorities, todo-short-file-name)
11136 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11137 (todo-total-item-counts, todo-update-buffer-list)
11138 (todo-update-categories-display, todo-update-categories-sexp)
11139 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11140 New functions.
11141 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11142 New major modes.
11143 (todo-categories, todo-display, todo-edit, todo-faces)
11144 (todo-filtered): New defgroups.
11145 (todo-archived-only, todo-button, todo-category-string, todo-date)
11146 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11147 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11148 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11149 (todo-add-item-if-new-category, todo-always-add-time-string)
11150 (todo-categories-align, todo-categories-archived-label)
11151 (todo-categories-category-label, todo-categories-diary-label)
11152 (todo-categories-done-label, todo-categories-number-separator)
11153 (todo-categories-todo-label, todo-categories-totals-label)
11154 (todo-category-completions-files, todo-completion-ignore-case)
11155 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11156 (todo-done-separator-string, todo-done-string)
11157 (todo-files-function, todo-filter-done-items, todo-filter-files)
11158 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11159 (todo-initial-category, todo-initial-file, todo-item-mark)
11160 (todo-legacy-date-time-regexp, todo-mode-line-function)
11161 (todo-nondiary-marker, todo-number-prefix)
11162 (todo-print-buffer-function, todo-show-current-file)
11163 (todo-show-done-only, todo-show-first, todo-show-with-done)
11164 (todo-skip-archived-categories, todo-top-priorities-overrides)
11165 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11166 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11167 New defcustoms.
11168 (todo-category-done, todo-date-pattern, todo-date-string-start)
11169 (todo-diary-items-buffer, todo-done-string-start)
11170 (todo-filtered-items-buffer, todo-item-start)
11171 (todo-month-abbrev-array, todo-month-name-array)
11172 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11173 (todo-top-priorities-buffer): New defconsts.
11174 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11175 (todo-categories-with-marks, todo-category-string-face)
11176 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11177 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11178 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11179 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11180 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11181 (todo-font-lock-keywords, todo-global-current-todo-file)
11182 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11183 (todo-insertion-commands-args)
11184 (todo-insertion-commands-args-genlist)
11185 (todo-insertion-commands-names, todo-insertion-map)
11186 (todo-key-bindings-t, todo-key-bindings-t+a)
11187 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11188 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11189 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11190 (todo-visited): New variables.
11191
11192 2013-06-21 Glenn Morris <rgm@gnu.org>
11193
11194 * play/cookie1.el (cookie-apropos): Add optional display argument.
11195 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11196 (psychoanalyze-pinhead): Use cookie-doctor.
11197
11198 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11199
11200 * emacs-lisp/package.el (tar-get-file-descriptor)
11201 (tar--extract): Declare.
11202
11203 2013-06-21 Eduard Wiebe <usenet@pusto.de>
11204
11205 Extend flymake's warning predicate to be a function (bug#14217).
11206 * progmodes/flymake.el (flymake-warning-predicate): New.
11207 (flymake-parse-line): Use it.
11208 (flymake-warning-re): Make obsolete alias to
11209 `flymake-warning-predicate'.
11210
11211 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11212
11213 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11214 (package-obsolete-list): Remove.
11215 (package-activate): Remove min-version argument. Add `force' argument.
11216 Adjust to new package-alist format.
11217 (package-mark-obsolete): Remove.
11218 (package-unpack): Force reload of the package's autoloads.
11219 (package-installed-p): Check builtins if the installed package is not
11220 recent enough.
11221 (package-initialize): Don't reset package-obsolete-list.
11222 Don't specify which package version to activate.
11223 (package-process-define-package, describe-package-1)
11224 (package-menu--generate): Adjust to new package-alist format.
11225
11226 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11227
11228 * allout-widgets.el (allout-widgets-mode-off)
11229 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11230 (allout-widgets-post-command-business)
11231 (allout-widgets-after-copy-or-kill-function)
11232 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11233 (allout-decorate-item-and-context)
11234 (allout-graphics-modification-handler): Fix typos in docstrings.
11235 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11236
11237 * cmuscheme.el (scheme-start-file): Doc fix.
11238 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11239 (scheme-input-filter): Use `string-match-p'.
11240
11241 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11242
11243 * dired-x.el: Use Dired consistently in docstrings.
11244
11245 * dired.el: Use Dired consistently in docstrings.
11246 (dired-readin, dired-mode): Use `setq-local'.
11247 (dired-switches-alist): Make defvar-local.
11248 (dired-buffers-for-dir): Use `zerop'.
11249 (dired-safe-switches-p, dired-switches-escape-p)
11250 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11251 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11252 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11253 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11254 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11255 (dired-toggle-marks, dired-mark-files-containing-regexp)
11256 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11257 (dired-flag-auto-save-files, dired-flag-backup-files):
11258 Use `looking-at-p'.
11259 (dired-mark-files-regexp, dired-build-subdir-alist):
11260 Use `string-match-p', `looking-at-p'.
11261
11262 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11263 (direct-print-region-helper): Use `string-match-p'.
11264
11265 2013-06-21 Leo Liu <sdl.web@gmail.com>
11266
11267 * comint.el (comint-redirect-results-list-from-process):
11268 Fix infinite loop.
11269
11270 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11271
11272 * net/eww.el (eww-update-header-line-format): Quote % characters.
11273
11274 2013-06-21 Glenn Morris <rgm@gnu.org>
11275
11276 * play/cookie1.el (cookie): New custom group.
11277 (cookie-file): New option.
11278 (cookie-check-file): New function.
11279 (cookie): Make it interactive. Make start and end messages optional.
11280 Interactively, display the result. Default to cookie-file.
11281 (cookie-insert): Default to cookie-file.
11282 (cookie-snarf): Make start and end messages optional.
11283 Default to cookie-file. Use with-temp-buffer.
11284 (cookie-read): Rename from read-cookie.
11285 Make start and end messages optional. Default to cookie-file.
11286 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11287 Do not autoload it.
11288 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11289 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11290
11291 2013-06-21 Leo Liu <sdl.web@gmail.com>
11292
11293 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11294
11295 2013-06-21 Glenn Morris <rgm@gnu.org>
11296
11297 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11298
11299 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11300 Daniel Hackney <dan@haxney.org>
11301
11302 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11303 Consolidate the single-file vs tarball code.
11304 (package-desc-suffix): New function.
11305 (package-desc-full-name): Don't bother inlining it.
11306 (package-load-descriptor): Return the new package-desc.
11307 (package-mark-obsolete): Remove unused arg `package'.
11308 (package-unpack): Make it work for single files as well.
11309 Make it update package-alist.
11310 (package--make-autoloads-and-stuff): Rename from
11311 package--make-autoloads-and-compile. Don't compile any more.
11312 (package--compile): New function.
11313 (package-generate-description-file): New function, extracted from
11314 package-unpack-single.
11315 (package-unpack-single): Remove.
11316 (package--with-work-buffer): Add indentation and debugging info.
11317 (package-download-single): Remove.
11318 (package-install-from-archive): Rename from package-download-tar, make
11319 it take a pkg-desc, and make it work for single files as well.
11320 (package-download-transaction): Simplify.
11321 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11322 external tar program.
11323 (package-install-from-buffer): Remove `pkg-desc' argument.
11324 Use package-tar-file-info for tar-mode buffers.
11325 (package-install-file): Simplify accordingly.
11326 (package-archive-base): Change to take a pkg-desc.
11327 * tar-mode.el (tar--check-descriptor): New function, extracted from
11328 tar-get-descriptor.
11329 (tar-get-descriptor): Use it.
11330 (tar-get-file-descriptor): New function.
11331 (tar--extract): New function, extracted from tar-extract.
11332 (tar--extract): Use it.
11333 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11334 case the summary uses non-ascii. Adjust to new calling convention of
11335 package-tar-file-info.
11336
11337 2013-06-21 Leo Liu <sdl.web@gmail.com>
11338
11339 * comint.el (comint-redirect-results-list-from-process):
11340 Fix random delay. (Bug#14681)
11341
11342 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11343
11344 * profiler.el (profiler-format-number): Use log, not log10.
11345
11346 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11347
11348 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11349
11350 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11351
11352 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11353 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11354 yet available.
11355 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11356 (AUTOGENEL): ... here.
11357 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11358 (cl--defsubst-expand): Use it.
11359
11360 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11361
11362 * subr.el (log10): Move here from C code, and declare as obsolete.
11363 All uses of (log10 X) replaced with (log X 10).
11364
11365 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11366
11367 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11368 Declare with `defvar-local'.
11369 (tabulated-list-use-header-line, tabulated-list-entries)
11370 (tabulated-list-padding, tabulated-list-printer)
11371 (tabulated-list-sort-key): Declare with `defvar-local'.
11372 (tabulated-list-init-header, tabulated-list-print-fake-header):
11373 Use `setq-local'.
11374
11375 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11376
11377 * arc-mode.el (archive-mode): Add `archive-write-file' to
11378 `write-contents-functions' also for remote files. (Bug#14652)
11379
11380 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11381
11382 * cus-edit.el (custom-commands): Fix typos.
11383 (custom-display): Fix tooltip text.
11384 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11385 Fix typos in docstrings.
11386 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11387 (custom-unlispify-menu-entry, custom-magic-value-create)
11388 (custom-add-see-also, custom-group-value-create): Use ?\s.
11389 (custom-guess-type, customize-apropos, editable-field)
11390 (custom-face-value-create): Use `string-match-p'.
11391 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11392
11393 * custom.el (custom-load-symbol): Use `string-match-p'.
11394
11395 * ansi-color.el: Convert to lexical binding.
11396 (ansi-colors): Fix URL.
11397 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11398 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11399 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11400
11401 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11402
11403 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11404
11405 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11406
11407 2013-06-19 Tom Tromey <tromey@redhat.com>
11408
11409 * net/eww.el (eww-top-url): Remove.
11410 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11411 (eww-render): Set new variables. Don't set eww-top-url.
11412 (eww-handle-link): Handle "prev", "home", and "contents".
11413 Downcase the rel text.
11414 (eww-top-url): Choose best top URL.
11415
11416 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11417
11418 * net/eww.el: Rewrite to implement form elements "by hand" instead of
11419 relying in widget.el. Using widget.el leads to too many
11420 user interface inconsistencies.
11421 (eww-self-insert): Implement entering commands in text fields.
11422 (eww-process-text-input): New function to make text input field editing
11423 work.
11424 (eww-submit): Rewrite to use the new-style form methods.
11425 (eww-select-display): Display the correct selected item.
11426 (eww-change-select): Implement changing the select value.
11427 (eww-toggle-checkbox): Implement radio/checkboxes.
11428 (eww-update-field): Fix compilation error.
11429 (eww-tag-textarea): Implement <textarea>.
11430
11431 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11432 we don't shadow mode-specific bindings.
11433
11434 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11435 nothing to push.
11436
11437 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11438
11439 2013-06-19 Glenn Morris <rgm@gnu.org>
11440
11441 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11442
11443 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11444
11445 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11446 not needed.
11447
11448 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11449
11450 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11451
11452 * net/browse-url.el (browse-url-browser-function):
11453 `eww-browse-url' has the right calling signature, `eww' does not.
11454
11455 2013-06-19 Glenn Morris <rgm@gnu.org>
11456
11457 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11458 Only eval autoloaded macros.
11459 (byte-compile-autoload): Only give the macro warning for macros.
11460
11461 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11462 (ps-underlined-faces): Declare.
11463
11464 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11465 (speedbar-add-supported-extension): Declare.
11466
11467 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11468 Don't include a date stamp in the header of the generated file;
11469 it leads to needless differences between output files.
11470
11471 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11472
11473 * net/secrets.el (secrets-struct-secret-content-type):
11474 Replace check of introspection data by a test call of "CreateItem".
11475 Some servers do not offer introspection.
11476
11477 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * electric.el (electric-pair-mode): Improve interaction with
11480 electric-layout-mode.
11481 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11482 (electric-pair-syntax): Use text-mode-syntax-table in comments
11483 and strings.
11484 (electric-pair--insert): New function.
11485 (electric-pair-post-self-insert-function): Use it and
11486 electric--after-char-pos.
11487
11488 2013-06-19 Leo Liu <sdl.web@gmail.com>
11489
11490 * progmodes/octave.el (octave-help): Fix regexp.
11491
11492 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11493
11494 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11495 (shr-table-horizontal-line): Allow nil as a value, and change the
11496 default.
11497 (shr-insert-table-ruler): Respect the nil value.
11498
11499 2013-06-18 Tom Tromey <tromey@barimba>
11500
11501 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11502 New defvars.
11503 (eww-open-file): New defun.
11504 (eww-render): Initialize new variables.
11505 (eww-display-html): Handle "link" and "a".
11506 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11507 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
11508 (eww-back-url): Rename from eww-previous-url.
11509 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11510 New defuns.
11511
11512 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
11513
11514 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11515 Distinguish ternary operator tokens from slash symbol and slash
11516 char literal.
11517
11518 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11519
11520 Convert symbol prettification into minor mode and global minor mode.
11521
11522 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11523 `prog-prettify-symbols', and make a local defvar instead of defcustom.
11524 (prettify-symbols--keywords): Rename from
11525 `prog-prettify-symbols-alist' and make a local defvar.
11526 (prettify-symbols--compose-symbol): Rename from
11527 `prog--prettify-font-lock-compose-symbol'.
11528 (prettify-symbols--make-keywords): Rename from
11529 `prog-prettify-font-lock-symbols-keywords' and simplify.
11530 (prog-prettify-install): Remove.
11531 (prettify-symbols-mode): New minor mode, based on
11532 `prog-prettify-install'.
11533 (turn-on-prettify-symbols-mode): New function.
11534 (global-prettify-symbols-mode): New globalized minor mode.
11535
11536 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11537 * progmodes/cfengine.el (cfengine3-mode):
11538 * progmodes/perl-mode.el (perl-mode): Don't call
11539 `prog-prettify-install'; set `prettify-symbols-alist' instead.
11540
11541 2013-06-18 Juri Linkov <juri@jurta.org>
11542
11543 * files-x.el (modify-file-local-variable-message): New function.
11544 (modify-file-local-variable)
11545 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11546 and call `modify-file-local-variable-message' when it's non-nil.
11547 (add-file-local-variable, delete-file-local-variable)
11548 (add-file-local-variable-prop-line)
11549 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11550 and use it. (Bug#9820)
11551
11552 2013-06-18 Juri Linkov <juri@jurta.org>
11553
11554 * emulation/vi.el (vi-shell-op):
11555 * emulation/vip.el (vip-execute-com, ex-command):
11556 * emulation/viper-cmd.el (viper-exec-bang):
11557 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11558 the call of `shell-command-on-region'. (Bug#14637)
11559
11560 * simple.el (shell-command-on-region): Doc fix.
11561
11562 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11563
11564 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11565 (bug#14633).
11566
11567 2013-06-18 Glenn Morris <rgm@gnu.org>
11568
11569 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11570
11571 * newcomment.el (comment-search-forward, comment-search-backward):
11572 Doc fix. (Bug#14376)
11573
11574 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11575
11576 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11577 (buffer-face-mode-invoke): Doc fix.
11578
11579 2013-06-18 Matthias Meulien <orontee@gmail.com>
11580
11581 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11582 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11583
11584 2013-06-18 Glenn Morris <rgm@gnu.org>
11585
11586 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11587 Replace obsolete function generic-make-keywords with its expansion.
11588
11589 * progmodes/python.el (ffap-alist): Declare.
11590
11591 * textmodes/reftex.el (bibtex-mode-map): Declare.
11592
11593 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11594
11595 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11596 (package-unpack, package-unpack-single): Return the pkg-dir.
11597 (package-download-transaction): Use it to update package-alist.
11598
11599 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11600
11601 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11602 possible choice.
11603
11604 2013-06-17 Juri Linkov <juri@jurta.org>
11605
11606 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11607
11608 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11609
11610 * emacs-lisp/package.el (package-load-descriptor):
11611 Remove `with-syntax-table' call, `read' doesn't need it.
11612 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11613
11614 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11615
11616 * startup.el (command-line): Expand package name returned by
11617 `package--description-file' (bug#14639).
11618
11619 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11620
11621 * emacs-lisp/package.el (package-load-descriptor): Do not call
11622 `emacs-lisp-mode', just use its syntax table.
11623
11624 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11625
11626 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11627 `font-lock-extra-managed-props' if any prettifying keyword is added.
11628 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11629 (prog-mode): Use `setq-local'.
11630
11631 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11632
11633 * international/characters.el (standard-case-table): Set syntax of ?»
11634 and ?« to punctuation.
11635
11636 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
11637
11638 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11639 Save relevant match data before calling `syntax-ppss' (bug#14595).
11640
11641 2013-06-15 Juri Linkov <juri@jurta.org>
11642
11643 * files-x.el (modify-file-local-variable-prop-line): Add local
11644 variables to the end of the existing comment on the first line.
11645 Use `file-auto-mode-skip' to skip interpreter magic line,
11646 and also skip XML declaration.
11647
11648 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11649
11650 * startup.el (package--builtin-versions): New var.
11651 (package-subdirectory-regexp): Remove.
11652 (package--description-file): Hard code its value instead.
11653
11654 * emacs-lisp/package.el: Don't activate packages older than builtin.
11655 (package-obsolete-list): Rename from package-obsolete-alist, and make
11656 it into a simple list of package-desc.
11657 (package-strip-version): Remove.
11658 (package-built-in-p): Use package--builtin-versions.
11659 (package-mark-obsolete): Simplify.
11660 (package-process-define-package): Mark it obsolete if older than the
11661 builtin version.
11662 (package-handle-response): Use line-end-position.
11663 (package-read-archive-contents, package--download-one-archive):
11664 Simplify.
11665 (package--add-to-archive-contents): Skip if older than the builtin or
11666 installed version.
11667 (package-menu-describe-package): Fix last change.
11668 (package-list-unversioned): New var.
11669 (package-menu--generate): Use it.
11670
11671 * emacs-lisp/autoload.el: Manage package--builtin-versions.
11672 (autoload--insert-text, autoload--insert-cookie-text): New functions.
11673 (autoload-builtin-package-versions): New variable.
11674 (autoload-generate-file-autoloads): Use them.
11675 Remove the list of autoloaded functions/macros from the
11676 (autoload...) comments.
11677
11678 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11679
11680 2013-06-15 Eli Zaretskii <eliz@gnu.org>
11681
11682 * simple.el (line-move-partial): Don't jump to the next screen
11683 line as soon as it becomes visible. Instead, continue enlarging
11684 the vscroll until the portion of a tall screen line that's left on
11685 display is about the height of the frame's default font.
11686 (Bug#14567)
11687
11688 2013-06-15 Glenn Morris <rgm@gnu.org>
11689
11690 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11691 compilation-error-regexp-alist void, or local while let-bound.
11692
11693 * progmodes/make-mode.el (makefile-mode-syntax-table):
11694 Treat "=" as punctuation. (Bug#14614)
11695
11696 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
11697
11698 * help-fns.el (describe-variable):
11699 Add extra line for permanent-local variables.
11700
11701 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
11702
11703 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11704 Add export, import, library. (Bug#9164)
11705 (library): Set indent function.
11706
11707 2013-06-14 Glenn Morris <rgm@gnu.org>
11708
11709 * term/xterm.el (xterm--query):
11710 Stop after first matching handler. (Bug#14615)
11711
11712 2013-06-14 Ivan Kanis <ivan@kanis.fr>
11713
11714 Add support for dired in saveplace.
11715 * dired.el (dired-initial-position-hook): New variable.
11716 (dired-initial-position): Call hook to place cursor position.
11717 * saveplace.el (save-place-to-alist): Add dired position.
11718 (save-place-dired-hook): New function.
11719
11720 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11721
11722 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11723 through a symbol rather than letrec.
11724
11725 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
11726 (package-desc): Add `dir' field.
11727 (package-desc-full-name): New function.
11728 (package-load-descriptor): Combine the two arguments. Don't use `load'.
11729 (package-maybe-load-descriptor): Remove.
11730 (package-load-all-descriptors): Just call package-load-descriptor.
11731 (package--disabled-p): New function.
11732 (package-desc-vers, package-desc-doc): Remove aliases.
11733 (package--dir): Remove function.
11734 (package-activate): Check if a package is disabled.
11735 (package-process-define-package): New function, extracted from
11736 define-package.
11737 (define-package): Turn into a place holder.
11738 (package-unpack-single, package-tar-file-info):
11739 Use package--description-file.
11740 (package-compute-transaction): Use package--disabled-p.
11741 (package-download-transaction): Don't call
11742 package-maybe-load-descriptor since they're all loaded anyway.
11743 (package-install): Change argument to be a pkg-desc.
11744 (package-delete): Use a single pkg-desc argument.
11745 (describe-package-1): Use package-desc-dir instead of package--dir.
11746 Use package-desc property instead of package-symbol.
11747 (package-install-button-action): Adjust accordingly.
11748 (package--push): Rewrite.
11749 (package-menu--print-info): Adjust accordingly. Change the ID format
11750 to be a pkg-desc.
11751 (package-menu-describe-package, package-menu-get-status)
11752 (package-menu--find-upgrades, package-menu-mark-upgrades)
11753 (package-menu-execute, package-menu--name-predicate):
11754 Adjust accordingly.
11755 * startup.el (package--description-file): New function.
11756 (command-line): Use it.
11757 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11758 Use package-desc-version.
11759
11760 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11761 (byte-compile-preprocess): Use it.
11762 (byte-compile-file-form-defalias): Try a bit harder to use macros we
11763 can't quite recognize.
11764 (byte-compile-add-to-list): Remove.
11765 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11766 (cconv-closure-convert): Add assertion.
11767
11768 * emacs-lisp/map-ynp.el: Use lexical-binding.
11769 (map-y-or-n-p): Remove unused vars `tail' and `object'.
11770 Factor out some repeated code.
11771
11772 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11773
11774 * subr.el (with-eval-after-load): New macro.
11775 (eval-after-load): Allow form to be a function.
11776 take advantage of lexical-binding.
11777 (do-after-load-evaluation): Use dolist and adjust to new format.
11778 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11779
11780 2013-06-13 Juri Linkov <juri@jurta.org>
11781
11782 * replace.el (perform-replace): Display "symbol " and other search
11783 modes from `isearch-message-prefix' in the *Help* buffer.
11784
11785 * isearch.el (isearch-query-replace): Add " symbol" and other
11786 possible search modes from `isearch-message-prefix' to the prompt.
11787 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11788 when reading a regexp to collect.
11789
11790 2013-06-13 Juri Linkov <juri@jurta.org>
11791
11792 * isearch.el (word-search-regexp): Match whitespace if the search
11793 string begins or ends in whitespace. The LAX arg is applied to
11794 both ends of the search string. Use `regexp-quote' and explicit
11795 \< and \> instead of \b. Use \` and \' instead of ^ and $.
11796 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11797 boundaries are replaced with symbol boundaries, and characters
11798 between symbols match non-word non-symbol syntax. (Bug#14602)
11799
11800 2013-06-13 Juri Linkov <juri@jurta.org>
11801
11802 * isearch.el (isearch-del-char): Don't exceed the length of
11803 `isearch-string' by the prefix arg. (Bug#14563)
11804
11805 2013-06-13 Juri Linkov <juri@jurta.org>
11806
11807 * isearch.el (isearch-yank-word, isearch-yank-line)
11808 (isearch-char-by-name, isearch-quote-char)
11809 (isearch-printing-char, isearch-process-search-char):
11810 Add optional count prefix arg. (Bug#14563)
11811
11812 * international/isearch-x.el
11813 (isearch-process-search-multibyte-characters):
11814 Add optional count prefix arg.
11815
11816 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11817
11818 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11819 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11820 lexical-binding.
11821
11822 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
11823
11824 * subr.el (set-temporary-overlay-map): Add on-exit argument.
11825
11826 2013-06-13 Glenn Morris <rgm@gnu.org>
11827
11828 * startup.el (tty-handle-args):
11829 Don't just discard "--" and anything after. (Bug#14608)
11830
11831 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11832
11833 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
11834
11835 Implement changes in Secret Service API. Make it backward compatible.
11836 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11837 (secrets-create-item): Use it. Prefix properties with interface.
11838
11839 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
11840
11841 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
11842 (term-emulate-terminal): Respect term-suppress-hard-newline.
11843
11844 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
11845
11846 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11847 Only remove a `thumb-file' overlay. (Bug#14548)
11848
11849 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
11850
11851 * mail/reporter.el (reporter-submit-bug-report):
11852 Handle missing package-name. (Bug#14600)
11853
11854 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11855
11856 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11857 (reftex-citation-prompt, reftex-default-bibliography)
11858 (reftex-bib-or-thebib, reftex-get-bibfile-list)
11859 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11860 (reftex-bib-sort-author, reftex-bib-sort-year)
11861 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11862 (reftex-extract-bib-entries-from-thebibliography)
11863 (reftex-get-bibkey-default, reftex-get-bib-names)
11864 (reftex-parse-bibtex-entry, reftex-get-bib-field)
11865 (reftex-format-bib-entry, reftex-parse-bibitem)
11866 (reftex-format-bibitem, reftex-do-citation)
11867 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11868 (reftex-restrict-bib-matches, reftex-extract-bib-file)
11869 (reftex-insert-bib-matches, reftex-format-citation)
11870 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11871 (reftex-create-bibtex-file): Add docstrings, mostly by converting
11872 existing comments into docstrings.
11873
11874 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11875
11876 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11877
11878 2013-06-12 Andreas Schwab <schwab@suse.de>
11879
11880 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11881 for auto-save files.
11882
11883 2013-06-12 Glenn Morris <rgm@gnu.org>
11884
11885 * ido.el (ido-delete-ignored-files): Remove.
11886 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11887 Go back to calling ido-ignore-item-p directly.
11888
11889 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
11890
11891 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11892
11893 * ido.el (ido-delete-ignored-files): New function,
11894 split from ido-make-file-list-1.
11895 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
11896 (ido-make-file-list-1): Use ido-delete-ignored-files.
11897
11898 2013-06-12 Leo Liu <sdl.web@gmail.com>
11899
11900 * progmodes/octave.el (inferior-octave-startup)
11901 (inferior-octave-completion-table)
11902 (inferior-octave-track-window-width-change)
11903 (octave-eldoc-function-signatures, octave-help)
11904 (octave-find-definition): Use single quoted strings.
11905 (inferior-octave-startup-args): Change default value.
11906 (inferior-octave-startup): Do not hard code "-i" and
11907 "--no-line-editing".
11908 (inferior-octave-resync-dirs): Add optional arg NOERROR.
11909 (inferior-octave-directory-tracker): Use it.
11910 (octave-goto-function-definition): Robustify.
11911 (octave-help): Support highlighting operators in 'See also'.
11912 (octave-find-definition): Find subfunctions only in Octave mode.
11913
11914 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * help-fns.el (help-fns--compiler-macro): If the handler function is
11917 named, then put a link to it.
11918 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11919 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11920 (cl-typep): Use it.
11921 (cl-eval-when): Simplify debug spec.
11922 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
11923 compiler-macro function instead of setting `compiler-macro-file'.
11924
11925 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11926
11927 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11928 * vc/vc-hooks.el (vc-stay-local): Doc fix.
11929
11930 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11931 Daniel Hackney <dan@haxney.org>
11932
11933 First part of Daniel Hackney's patch to package.el.
11934 * emacs-lisp/package.el: Use defstruct.
11935 (package-desc): New, main struct.
11936 (package--bi-desc, package--ac-desc): New structs, used to describe the
11937 format in external files.
11938 (package-desc-vers): Replace with package-desc-version accessor.
11939 (package-desc-doc): Replace with package-desc-summary accessor.
11940 (package-activate-1): Remove `package' arg since the pkg-vec now
11941 includes the name.
11942 (define-package): Use package-desc-from-define.
11943 (package-unpack-single): Change file-name arg to be a symbol.
11944 (package--add-to-archive-contents): Use package-desc-create and new
11945 accessor functions to package--ac-desc.
11946 (package-buffer-info, package-tar-file-info): Return a package-desc.
11947 (package-install-from-buffer): Remove `type' argument. Change pkg-info
11948 arg to be a package-desc.
11949 (package-install-file): Adjust accordingly. Use \' to match EOS.
11950 (package--from-builtin): New function.
11951 (describe-package-1, package-menu--generate): Use it.
11952 (package--make-autoloads-and-compile): Change name arg to be a symbol.
11953 (package-generate-autoloads): Idem and return the name of the file.
11954 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11955 Change pkg-info arg to be a package-desc.
11956 Use package-make-ac-desc.
11957 (package-upload-file): Use \' to match EOS.
11958 * finder.el (finder-compile-keywords): Use package-make-builtin.
11959
11960 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11961
11962 * vc/vc.el (vc-deduce-fileset): Change error message.
11963 (vc-read-backend): New function.
11964 (vc-next-action): Use it.
11965
11966 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11967
11968 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11969 (prolog-font-lock-keywords): Use regexp-opt instead.
11970 Don't manually highlight strings.
11971 (prolog-mode-variables): Simplify comment-start-skip.
11972 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
11973
11974 * emacs-lisp/generic.el (generic--normalise-comments)
11975 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11976 (generic-mode-set-comments): Use them.
11977 (generic-bracket-support): Use setq-local.
11978 (generic-make-keywords-list): Declare obsolete.
11979
11980 2013-06-11 Glenn Morris <rgm@gnu.org>
11981
11982 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11983 Prettify after setting font-lock-defaults. (Bug#14574)
11984
11985 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
11986
11987 * replace.el (query-replace, occur-read-regexp-defaults-function)
11988 (replace-search):
11989 * subr.el (declare-function, number-sequence, local-set-key)
11990 (substitute-key-definition, locate-user-emacs-file)
11991 (with-silent-modifications, split-string, eval-after-load):
11992 Fix typos, remove unneeded backslashes and reflow some docstrings.
11993
11994 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11997 default for Elisp files.
11998
11999 2013-06-11 Glenn Morris <rgm@gnu.org>
12000
12001 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12002 although define-derived-mode was doing this anyway. (Bug#14583)
12003
12004 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12005
12006 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12007 Fix make-variable-buffer-local call to refer to the correct variable.
12008
12009 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12010
12011 * eshell/em-term.el (eshell-visual-commands)
12012 (eshell-visual-subcommands, eshell-visual-options):
12013 Add summary line to docstrings. Add cross-references.
12014
12015 2013-06-10 Glenn Morris <rgm@gnu.org>
12016
12017 * epa.el (epa-read-file-name): New function. (Bug#14510)
12018 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12019
12020 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12021
12022 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12023 output redirection to be ignored with visual commands.
12024
12025 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12026
12027 * eshell/em-term.el (eshell-visual-command-p): New function.
12028 (eshell-term-initialize): Move long lambda to separate function
12029 eshell-visual-command-p.
12030 * eshell/em-dirs.el (eshell-dirs-initialize):
12031 * eshell/em-script.el (eshell-script-initialize):
12032 Add missing #' to lambda.
12033
12034 2013-06-08 Leo Liu <sdl.web@gmail.com>
12035
12036 * progmodes/octave.el (octave-add-log-current-defun): New function.
12037 (octave-mode): Set add-log-current-defun-function.
12038 (octave-goto-function-definition): Do not move point if not found.
12039 (octave-find-definition): Enhance to try subfunctions first.
12040
12041 2013-06-08 Glenn Morris <rgm@gnu.org>
12042
12043 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12044 (byte-compile-backward-char, byte-compile-backward-word):
12045 Improve previous change, to handle non-explicit nil.
12046
12047 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12048
12049 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12050 (smie--opener/closer-at-point): New function.
12051 (smie--matching-block-data): Use it. Don't match from right after an
12052 opener or right before a closer. Obey smie-blink-matching-inners.
12053 Don't signal a mismatch for repeated inners like "switch..case..case".
12054
12055 2013-06-07 Leo Liu <sdl.web@gmail.com>
12056
12057 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12058 to t. (Bug#14303)
12059 (octave-function-header-regexp): Fix. (Bug#14570)
12060 (octave-help-mode-finish-hook, octave-help-mode-finish):
12061 Remove. Just use temp-buffer-show-hook.
12062
12063 * newcomment.el (comment-search-backward): Revert last change.
12064 (Bug#14434)
12065
12066 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12067
12068 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12069
12070 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12071 through xargs, to avoid failure due to MS-Windows limitations on
12072 command-line length.
12073
12074 2013-06-06 Glenn Morris <rgm@gnu.org>
12075
12076 * font-lock.el (lisp-font-lock-keywords-2):
12077 Treat user-error like error.
12078
12079 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12080 (byte-compile-backward-char, byte-compile-backward-word):
12081 Handle explicit nil arguments. (Bug#14565)
12082
12083 2013-06-05 Alan Mackenzie <acm@muc.de>
12084
12085 * isearch.el (isearch-allow-prefix): New user option.
12086 (isearch-other-meta-char): Don't exit isearch when a prefix
12087 argument is typed whilst `isearch-allow-prefix' is non-nil.
12088 (Bug#9706)
12089
12090 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12091
12092 * autorevert.el (auto-revert-notify-handler): Use memq.
12093 Hide assertion failure.
12094
12095 * skeleton.el: Use cl-lib.
12096 (skeleton-further-elements): Use defvar-local.
12097 (skeleton-insert): Use cl-progv.
12098
12099 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12100
12101 * progmodes/prog-mode.el (prog-prettify-symbols)
12102 (prog-prettify-install): Update docstrings.
12103
12104 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12105
12106 * simple.el: Move all the prog-mode code to prog-mode.el.
12107 * progmodes/prog-mode.el: New file.
12108 * loadup.el: Add prog-mode.el.
12109
12110 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12111
12112 * simple.el (prog-prettify-symbols): Add version.
12113 (prog-prettify-install): Add convenience function to prettify symbols.
12114
12115 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12116 (perl--augmented-font-lock-keywords-1)
12117 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12118 variables and use it.
12119
12120 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12121 (cfengine3-mode): Remove unneeded variable and use it.
12122
12123 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12124 (lisp--augmented-font-lock-keywords-1)
12125 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12126 Remove unneeded variables and use it.
12127
12128 2013-06-05 João Távora <joaotavora@gmail.com>
12129
12130 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12131 to point when opening the connection. (Bug#14380)
12132
12133 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * subr.el (load-history-regexp, load-history-filename-element)
12136 (eval-after-load, after-load-functions, do-after-load-evaluation)
12137 (eval-next-after-load, display-delayed-warnings)
12138 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12139 definition of save-match-data.
12140 (overriding-local-map): Remove accidental obsolescence declaration.
12141
12142 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12143
12144 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12145
12146 Generalize symbol prettify support to prog-mode and implement it
12147 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12148 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12149 (prog--prettify-font-lock-compose-symbol)
12150 (prog-prettify-font-lock-symbols-keywords): New variables and
12151 functions to support symbol prettification.
12152 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12153 (lisp--augmented-font-lock-keywords-1)
12154 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12155 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12156 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12157 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12158 Implement prettify of -> => :: strings.
12159 * progmodes/perl-mode.el (perl-prettify-symbols)
12160 (perl--font-lock-compose-symbol)
12161 (perl--font-lock-symbols-keywords): Move to prog-mode.
12162 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12163 (perl-font-lock-keywords-1)
12164 (perl-font-lock-keywords-2): Remove explicit prettify support.
12165 (perl--augmented-font-lock-keywords)
12166 (perl--augmented-font-lock-keywords-1)
12167 (perl--augmented-font-lock-keywords-2, perl-mode):
12168 Implement prettify support.
12169
12170 2013-06-05 Leo Liu <sdl.web@gmail.com>
12171
12172 Re-implement SMIE matching block highlight using
12173 show-paren-data-function. (Bug#14395)
12174 * emacs-lisp/smie.el (smie-matching-block-highlight)
12175 (smie--highlight-matching-block-overlay)
12176 (smie--highlight-matching-block-lastpos)
12177 (smie-highlight-matching-block)
12178 (smie-highlight-matching-block-mode): Remove.
12179 (smie--matching-block-data-cache): New variable.
12180 (smie--matching-block-data): New function.
12181 (smie-setup): Use smie--matching-block-data for
12182 show-paren-data-function.
12183
12184 * progmodes/octave.el (octave-mode-menu): Fix.
12185 (octave-find-definition): Skip garbage lines.
12186
12187 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12188
12189 Fix compilation error with simultaneous dynamic+lexical scoping.
12190 Add warning when a defvar appears after the first let-binding.
12191 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12192 (byte-compile-close-variables): Initialize it.
12193 (byte-compile--declare-var): New function.
12194 (byte-compile-file-form-defvar)
12195 (byte-compile-file-form-define-abbrev-table)
12196 (byte-compile-file-form-custom-declare-variable): Use it.
12197 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12198 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12199 (byte-compile-bind): Handle dynamic bindings that shadow
12200 lexical bindings.
12201 (byte-compile-unbind): Make arg non-optional.
12202 (byte-compile-let): Simplify.
12203 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12204 (cconv--analyse-function, cconv-analyse-form): Populate it.
12205 Protect byte-compile-bound-variables to limit the scope of defvars.
12206 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12207 Remove unneeded rule for `declare'.
12208
12209 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12210 so as to avoid depending on cl-adjoin at run-time.
12211 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12212
12213 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12214 (macroexp--warn-and-return): Use it.
12215
12216 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12217
12218 * subr.el: Convert to lexical binding.
12219 (overriding-local-map): Make obsolete.
12220 (add-to-list): Doc fix. Add compiler macro.
12221 (read-key): Swap values of local maps.
12222
12223 2013-06-05 Leo Liu <sdl.web@gmail.com>
12224
12225 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12226
12227 2013-06-04 Leo Liu <sdl.web@gmail.com>
12228
12229 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12230 (compilation-auto-jump): Suppress the "Mark set" message to give
12231 way to exit message.
12232
12233 2013-06-04 Alan Mackenzie <acm@muc.de>
12234
12235 Remove faulty optimisation from indentation calculation.
12236 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12237 search limit based on 2000 characters back from indent-point.
12238
12239 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12240
12241 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12242
12243 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12244
12245 * emacs-lisp/lisp.el: Use lexical-binding.
12246 (lisp--local-variables-1, lisp--local-variables): New functions.
12247 (lisp--local-variables-completion-table): New var.
12248 (lisp-completion-at-point): Use it complete let-bound vars.
12249
12250 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12251 eagerly (bug#14422).
12252
12253 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12254
12255 * autorevert.el (auto-revert-notify-enabled)
12256 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12257 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12258 (auto-revert-notify-handler): Handle also gfilenotify.
12259
12260 * subr.el (file-notify-handle-event): New defun. Replacing ...
12261 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12262 Remove.
12263
12264 2013-06-03 Juri Linkov <juri@jurta.org>
12265
12266 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12267 `M-s h .'. (Bug#14427)
12268
12269 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12270 command `hi-lock-face-symbol-at-point'.
12271 (hi-lock-face-symbol-at-point): New command.
12272 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12273 (hi-lock-menu): Add `highlight-symbol-at-point'.
12274 (hi-lock-mode): Doc fix.
12275
12276 * isearch.el (isearch-forward-symbol-at-point): New command.
12277 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12278 (isearch-highlight-regexp): Add a regexp which matches
12279 words/symbols for word/symbol mode.
12280
12281 * subr.el (find-tag-default-bounds): New function with the body
12282 mostly moved from `find-tag-default'.
12283 (find-tag-default): Move most code to `find-tag-default-bounds',
12284 call it and apply `buffer-substring-no-properties' afterwards.
12285
12286 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12287
12288 * eshell/em-term.el (eshell-term-initialize):
12289 Use `cl-intersection' rather than `intersection'.
12290
12291 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12292
12293 * vc/log-view.el: Doc fix.
12294 (log-view-mode-map): Copy keymap from `special-mode-map'.
12295
12296 2013-06-02 Eric Ludlam <zappo@gnu.org>
12297
12298 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12299 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12300 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12301 (eieio-unbound, eieio-default-superclass)
12302 (eieio--define-field-accessors, method-static, method-before)
12303 (method-primary, method-after, method-num-lists)
12304 (method-generic-before, method-generic-primary)
12305 (method-generic-after, method-num-slots)
12306 (eieio-specialized-key-to-generic-key)
12307 (eieio--check-type, class-v, class-p)
12308 (eieio-class-name, define-obsolete-function-alias)
12309 (eieio-class-parents-fast, eieio-class-children-fast)
12310 (same-class-fast-p, class-constructor, generic-p)
12311 (generic-primary-only-p, generic-primary-only-one-p)
12312 (class-option-assoc, class-option, eieio-object-p)
12313 (class-abstract-p, class-method-invocation-order)
12314 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12315 (eieio-class-un-autoload, eieio-defclass)
12316 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12317 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12318 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12319 (eieio-defgeneric-reset-generic-form)
12320 (eieio-defgeneric-form-primary-only)
12321 (eieio-defgeneric-reset-generic-form-primary-only)
12322 (eieio-defgeneric-form-primary-only-one)
12323 (eieio-defgeneric-reset-generic-form-primary-only-one)
12324 (eieio-unbind-method-implementations)
12325 (eieio--defmethod, eieio--typep)
12326 (eieio-perform-slot-validation, eieio-validate-slot-value)
12327 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12328 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12329 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12330 (eieio-slot-name-index, eieio-class-slot-name-index)
12331 (eieio-set-defaults, eieio-initarg-to-attribute)
12332 (eieio-attribute-to-initarg, eieio-c3-candidate)
12333 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12334 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12335 (eieio-class-precedence-list, eieio-generic-call-methodname)
12336 (eieio-generic-call-arglst, eieio-generic-call-key)
12337 (eieio-generic-call-next-method-list)
12338 (eieio-pre-method-execution-functions, eieio-generic-call)
12339 (eieio-generic-call-primary-only, eieiomt-method-list)
12340 (eieiomt-optimizing-obarray, eieiomt-install)
12341 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12342 (eieio-generic-form, eieio-defmethod, make-obsolete)
12343 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12344 (defclass): Remove `eval-and-compile' from macro.
12345 (call-next-method, shared-initialize): Instead of using
12346 `scoped-class' variable, use new eieio--scoped-class, and
12347 eieio--with-scoped-class.
12348 (initialize-instance): Rename local variable 'scoped-class' to
12349 'this-class' to remove ambiguitity from old global.
12350
12351 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12352 eieio.el.
12353 (eieio--scoped-class-stack): New variable.
12354 (eieio--scoped-class): New fcn.
12355 (eieio--with-scoped-class): New scoping macro.
12356 (eieio-defclass): Use pushnew instead of add-to-list.
12357 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12358 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12359 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12360 `scoped-class' variable, use new eieio--scoped-class, and
12361 eieio--with-scoped-class.
12362
12363 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12364
12365 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12366
12367 * eshell/esh-ext.el (eshell-external-command): Pass args to
12368 `eshell-find-interpreter'.
12369 (eshell-find-interpreter): Add new second parameter ARGS.
12370
12371 * eshell/em-script.el (eshell-script-initialize): Add second arg
12372 to the function added as MATCH to `eshell-interpreter-alist'.
12373
12374 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12375 the function added as MATCH to `eshell-interpreter-alist'.
12376
12377 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12378 (eshell-visual-options): New defcustom.
12379 (eshell-escape-control-x): Adapt docstring.
12380 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12381 `eshell-visual-options' in addition to `eshell-visual-commands'.
12382 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12383
12384 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12385
12386 * progmodes/python.el (python-indent-block-enders): Add break,
12387 continue and raise keywords.
12388
12389 2013-06-01 Glenn Morris <rgm@gnu.org>
12390
12391 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12392
12393 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12394 * progmodes/cc-cmds.el (delete-forward-p):
12395 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12396 * progmodes/cc-engine.el (buffer-syntactic-context):
12397 * progmodes/cc-fonts.el (face-property-instance):
12398 * progmodes/cc-mode.el (set-keymap-parents):
12399 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12400 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12401 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12402 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12403 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12404
12405 * progmodes/cc-vars.el (other): Emacs has this widget since
12406 at least 21.1, so don't (re)define it.
12407
12408 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12409 Replace the obsolete alias pcomplete-arg-quote-list.
12410
12411 2013-06-01 Leo Liu <sdl.web@gmail.com>
12412
12413 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12414 punctuation syntax.
12415 (inferior-octave-minimal-columns)
12416 (inferior-octave-last-column-width): New variables.
12417 (inferior-octave-track-window-width-change): New function.
12418 (inferior-octave-mode): Adjust column width so that Octave output,
12419 for example from 'ls', can fit into the window nicely.
12420
12421 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12422
12423 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12424 Highlight expansions inside regexp literals.
12425
12426 2013-05-31 Glenn Morris <rgm@gnu.org>
12427
12428 * obsolete/sym-comp.el (symbol-complete):
12429 Replace obsolete completion-annotate-function.
12430
12431 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12432
12433 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12434
12435 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12436 New function, checks if point is inside a literal that allows
12437 expression expansion.
12438 (ruby-syntax-propertize-expansion): Use it.
12439 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12440 around the body.
12441
12442 2013-05-30 Juri Linkov <juri@jurta.org>
12443
12444 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12445 to "\M-si".
12446 (isearch-invisible): New variable.
12447 (isearch-forward): Doc fix.
12448 (isearch-mode): Set `isearch-invisible'
12449 to the value of `search-invisible'.
12450 (isearch-toggle-case-fold): Doc fix.
12451 (isearch-toggle-invisible): New command.
12452 (isearch-query-replace): Let-bind `search-invisible'
12453 to the value of `isearch-invisible'.
12454 (isearch-search): Use `isearch-invisible' instead of
12455 `search-invisible'. Let-bind `search-invisible'
12456 to the value of `isearch-invisible'. (Bug#11378)
12457
12458 2013-05-30 Juri Linkov <juri@jurta.org>
12459
12460 * replace.el (perform-replace): Avoid `isearch-range-invisible'
12461 call when `query-flag' is nil and `search-invisible' is non-nil.
12462 (Bug#11746)
12463
12464 2013-05-30 Glenn Morris <rgm@gnu.org>
12465
12466 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12467
12468 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12469 (cc-require): Suppress spurious "noruntime" warnings.
12470 (cc-require-when-compile): Use fboundp, for sake of compiler.
12471
12472 * progmodes/cc-mode.el: Move load of cc-vars before that of
12473 cc-langs (which in turn loads cc-vars), to quieten compiler.
12474
12475 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12476
12477 * paren.el: Simplify the code.
12478 (show-paren-mode): Always start the timer.
12479 (show-paren--idle-timer): Rename from show-paren-idle-timer.
12480 (show-paren--overlay, show-paren--overlay-1): Rename from
12481 show-paren-overlay and show-paren-overlay-1, and initialize to an
12482 overlay rather than to nil.
12483 (show-paren-function): Misc cleanup and simplifications.
12484
12485 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12486
12487 * paren.el (show-paren-data-function): New hook.
12488 (show-paren--default): New function, extracted from show-paren-function.
12489 (show-paren-function): Use show-paren-data-function.
12490
12491 2013-05-30 Glenn Morris <rgm@gnu.org>
12492
12493 * ielm.el (ielm-map, ielm-complete-symbol):
12494 Use completion-at-point rather than obsolete functions.
12495 (inferior-emacs-lisp-mode): Doc fix.
12496 Set completion-at-point-functions, rather than
12497 comint-dynamic-complete-functions.
12498
12499 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12500 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12501 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12502
12503 * image.el (image-animated-p): Tweak definition.
12504
12505 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12506 (rlogin-process-connection-type): Tweak default. Add set-after.
12507 (rlogin-host): Doc fix.
12508 (rlogin): Tweak prompt.
12509 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12510
12511 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12512 * progmodes/tcl.el (inferior-tcl-mode-map):
12513 Use completion-at-point rather than obsolete alias.
12514
12515 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12516
12517 * minibuffer.el (read-file-name-completion-ignore-case):
12518 Move before completion--in-region, for eager macro expansion.
12519
12520 2013-05-29 Juri Linkov <juri@jurta.org>
12521
12522 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12523 for total count of matching lines. Add `global-matches' for total
12524 count of matches. Rename `matches' to `lines' for count of
12525 matching lines. Add `matches' for count of matches.
12526 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
12527 to `prev-line' for line number of prev match endpt.
12528 Increment `matches' for every match. Print the number of
12529 matching lines in the header.
12530 (occur-context-lines): Rename `lines' to `curr-line'.
12531 Rename `prev-lines' to `prev-line'. (Bug#14017)
12532
12533 2013-05-29 Juri Linkov <juri@jurta.org>
12534
12535 * replace.el (perform-replace): Add `skip-read-only-count',
12536 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12537 Increment them for corresponding conditions and report the number
12538 of skipped occurrences in the final message. (Bug#11746)
12539 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12540 (replace-string, replace-regexp): Doc fix.
12541
12542 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12543
12544 * emacs-lisp/trace.el (trace--read-args): Provide a default.
12545
12546 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12547 prog-mode-map (bug#14504).
12548
12549 2013-05-29 Leo Liu <sdl.web@gmail.com>
12550
12551 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12552 (octave-help): Small simplification.
12553
12554 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12555 off the highlight first.
12556
12557 2013-05-29 Glenn Morris <rgm@gnu.org>
12558
12559 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12560 Handle idlwave-last-system-routine-info-cons-cell being nil.
12561
12562 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12563 (idlwave-write-paths): Simplify via with-temp-buffer.
12564
12565 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12566 * emulation/cua-rect.el: Also load cua-base at run time.
12567
12568 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12569 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12570 (cperl-imenu-on-info): Require imenu.
12571
12572 2013-05-28 Alan Mackenzie <acm@muc.de>
12573
12574 Handle "capitalised keywords" correctly.
12575 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12576
12577 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
12578
12579 * eshell/em-unix.el: Add -r option to cp.
12580
12581 2013-05-28 Glenn Morris <rgm@gnu.org>
12582
12583 * vc/vc-arch.el (vc-exec-after): Declare.
12584 (vc-switches): Autoload.
12585 * vc/vc-bzr.el: No need to require vc when compiling.
12586 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12587 (vc-resynch-buffer, vc-dir-refresh): Declare.
12588 (vc-setup-buffer, vc-switches): Autoload.
12589 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12590 (vc-resynch-buffer): Declare.
12591 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12592 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12593 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12594 (grep-read-regexp, grep-read-files, grep-expand-template)
12595 (vc-dir-refresh): Declare.
12596 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12597 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12598 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12599 * vc/vc-mtn.el (vc-exec-after): Declare.
12600 (vc-switches): Autoload.
12601 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12602 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12603 (vc-file-tree-walk): Declare.
12604 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12605 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12606 (vc-tag-precondition, vc-rename-master): Autoload.
12607 * vc/vc-svn.el (vc-exec-after): Declare.
12608 (vc-switches, vc-setup-buffer): Autoload.
12609 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12610 Autoload.
12611 (vc-resynch-buffer): Declare.
12612
12613 * obsolete/fast-lock.el (byte-compile-warnings):
12614 Don't warn about obsolete features in this obsolete file.
12615
12616 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12617 Move definition before use.
12618
12619 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12620 (dun-unix-verbs): Remove dun-zippy.
12621 (dun-zippy): Remove function.
12622
12623 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12624
12625 2013-05-27 Juri Linkov <juri@jurta.org>
12626
12627 * replace.el (replace-search): New function with code moved out
12628 from `perform-replace'.
12629 (replace-highlight, replace-dehighlight): Move function definitions
12630 up closer to `replace-search'. (Bug#11746)
12631
12632 2013-05-27 Juri Linkov <juri@jurta.org>
12633
12634 * replace.el (perform-replace): Ignore invisible matches.
12635 In addition to checking `query-replace-skip-read-only', also
12636 filter out matches by calling `run-hook-with-args-until-failure'
12637 on `isearch-filter-predicates', and also check `search-invisible'
12638 for t or call `isearch-range-invisible'.
12639 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
12640
12641 2013-05-27 Juri Linkov <juri@jurta.org>
12642
12643 * isearch.el (isearch-filter-predicates): Rename from
12644 `isearch-filter-predicate'. Doc fix. (Bug#11378)
12645 (isearch-message-prefix): Display text from the property
12646 `isearch-message-prefix' of the currently active filters.
12647 (isearch-search): Don't compare `isearch-filter-predicate' with
12648 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
12649 on `isearch-filter-predicates'. Also check `search-invisible' for t
12650 or call `isearch-range-invisible'.
12651 (isearch-filter-visible): Make obsolete.
12652 (isearch-lazy-highlight-search):
12653 Call `run-hook-with-args-until-failure' on
12654 `isearch-filter-predicates' and use `isearch-range-invisible'.
12655
12656 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12657 `isearch-filter-predicates' instead of `funcall'ing
12658 `isearch-filter-predicate'.
12659 (Info-mode): Set `Info-isearch-filter' to
12660 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12661
12662 * dired-aux.el (dired-isearch-filter-predicate-orig):
12663 Remove variable.
12664 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12665 (dired-isearch-filenames-end): Add and remove
12666 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12667 instead of changing the value of `isearch-filter-predicate'.
12668 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12669 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12670 Put property `isearch-message-prefix' to "filename " on
12671 `dired-isearch-filter-filenames'.
12672
12673 * wdired.el (wdired-change-to-wdired-mode):
12674 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12675 locally instead of changing `isearch-filter-predicate'.
12676 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12677
12678 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
12679
12680 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12681 return the commit hash (Bug#14459). Also set the
12682 `vc-git-detached' property.
12683 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12684 (vc-git-mode-line-string): Use the same help-echo format whether
12685 in detached mode or not, because we know the actual revision now.
12686 When in detached mode, shorten the revision to 7 chars.
12687
12688 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12689
12690 * emacs-lisp/easy-mmode.el (define-minor-mode):
12691 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12692 mode hook and provide a docstring.
12693
12694 2013-05-27 Alan Mackenzie <acm@muc.de>
12695
12696 Remove spurious syntax-table text properties inserted by C-y.
12697 * progmodes/cc-mode.el (c-after-change): Also clear hard
12698 syntax-table property with value nil.
12699
12700 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
12701
12702 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12703 when reading the events; the buffer layout shall not be changed.
12704
12705 2013-05-27 Leo Liu <sdl.web@gmail.com>
12706
12707 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12708 New variable.
12709 (inferior-octave-directory-tracker): Automatically re-sync
12710 default-directory.
12711 (octave-help): Improve handling of 'See also'.
12712
12713 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12714
12715 * doc-view.el: Minor naming convention tweaks.
12716 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12717
12718 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12719 even if there's no `display' property yet (bug#14435).
12720
12721 2013-05-25 Eli Zaretskii <eliz@gnu.org>
12722
12723 * subr.el (unmsys--file-name): Rename from reveal-filename.
12724
12725 * Makefile.in (custom-deps, finder-data, autoloads)
12726 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12727 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12728 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12729
12730 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12731
12732 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12733 error-completion on the first 2 args of condition-case (bug#14446).
12734 Don't burp at EOB.
12735
12736 2013-05-25 Leo Liu <sdl.web@gmail.com>
12737
12738 * comint.el (comint-previous-matching-input): Do not flood the
12739 *Messages* buffer with trivial messages.
12740
12741 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12742
12743 * progmodes/flymake.el (flymake-nop): Don't return a string.
12744 (flymake-set-at): Fix typo.
12745
12746 * simple.el (read--expression): New function, extracted from
12747 eval-expression. Set completion-at-point-functions (bug#14465).
12748 (eval-expression, eval-minibuffer): Use it.
12749
12750 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
12751
12752 * progmodes/flymake.el (flymake-save-buffer-in-file)
12753 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12754 (flymake-selected-frame, flymake-log, flymake-ins-after)
12755 (flymake-set-at, flymake-get-buildfile-from-cache)
12756 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12757 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12758 Refine the doc string.
12759 (flymake-get-file-name-mode-and-masks): Reformat.
12760 (flymake-get-real-file-name-function): Fix a minor bug.
12761
12762 2013-05-24 Juri Linkov <juri@jurta.org>
12763
12764 * progmodes/grep.el (grep-mode-font-lock-keywords):
12765 Support =linenumber= format used by git-grep for lines with
12766 function names. (Bug#13549)
12767
12768 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 * progmodes/octave.el (octave-smie-rules): Return nil rather than
12771 0 after a semi-colon; it works better for smie-auto-fill.
12772 (octave--indent-new-comment-line): New function.
12773 (octave-indent-new-comment-line): Use it (indirectly).
12774 (octave-mode): Don't disable smie-auto-fill. Use add-function to
12775 modify comment-line-break-function.
12776
12777 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12778 (smie-setup): Use add-function to set it.
12779
12780 2013-05-24 Sam Steingold <sds@gnu.org>
12781
12782 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12783 argument (before the `interactive' argument).
12784
12785 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12786
12787 * image-mode.el (image-mode-winprops): Add winprops to
12788 image-mode-winprops-alist before running
12789 image-mode-new-window-functions.
12790 * doc-view.el (doc-view-new-window-function): Don't delay
12791 doc-view-goto-page via timers (bug#14435).
12792
12793 2013-05-24 Tassilo Horn <tsdh@gnu.org>
12794
12795 * doc-view.el: Integrate with desktop.el. (Bug#14435)
12796 (doc-view-desktop-save-buffer): New function.
12797 (doc-view-restore-desktop-buffer): New function.
12798 (desktop-buffer-mode-handlers):
12799 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12800 handler.
12801 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12802 `desktop-save-buffer' function.
12803
12804 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
12805
12806 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12807 (tramp-gvfs-file-name-handler): Raise a user error when
12808 `tramp-gvfs-enabled' is nil.
12809 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12810 Do not raise a user error when loading package. (Bug#14447)
12811
12812 * net/xesam.el: Move to obsolete/.
12813
12814 2013-05-24 Glenn Morris <rgm@gnu.org>
12815
12816 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12817
12818 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12819
12820 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12821 (Info-find-node, Man-getpage-in-background): Declare.
12822
12823 * mail/unrmail.el (unrmail):
12824 Replace obsolete detect-coding-with-priority.
12825
12826 * net/socks.el (socks-split-string): Use this rather than split-string.
12827 (socks-nslookup-host): Update for above change.
12828 (dynamic-choice, s5-dynamic-choice-match)
12829 (s5-dynamic-choice-match-inline, s5-widget-value-create):
12830 Comment out unused code.
12831
12832 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12833 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12834 (gud-tooltip-echo-area): Make obsolete.
12835 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12836
12837 * progmodes/js.el (js--optimize-arglist): Declare.
12838
12839 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12840
12841 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12842 (ediff-window-C): Declare.
12843
12844 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12845 Tweak requires to silence compiler.
12846
12847 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12848 (he-search-string, he-tried-table, he-expand-list)
12849 (he-init-string, he-string-member, he-substitute-string)
12850 (he-reset-string): Declare.
12851
12852 * obsolete/options.el (list-options): Use custom-variable-p,
12853 rather than obsolete alias.
12854
12855 2013-05-23 Sam Steingold <sds@gnu.org>
12856
12857 * simple.el (shell-command-on-region): Pass the `replace' argument
12858 down to `call-process-region' to comply with the doc as reported on
12859 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12860
12861 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12862
12863 * emacs-lisp/smie.el (smie-indent-forward-token)
12864 (smie-indent-backward-token): Handle string tokens (bug#14381).
12865
12866 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12867
12868 * ielm.el (ielm-menu): New menu.
12869 (inferior-emacs-lisp-mode): Set comment-start.
12870
12871 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12872
12873 * textmodes/reftex.el (reftex-ref-style-toggle):
12874 Fix deactivate action.
12875
12876 * textmodes/reftex-vars.el (reftex-ref-style-alist):
12877 Add cleveref macros.
12878
12879 * textmodes/reftex-parse.el
12880 (reftex-locate-bibliography-files): Accept options for
12881 bibliography commands.
12882 * textmodes/reftex-vars.el (reftex-bibliography-commands):
12883 Add addbibresource. Basic Biblatex support.
12884
12885 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
12886
12887 * net/tramp-gvfs.el (top):
12888 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12889 when loading package. (Bug#14447)
12890
12891 2013-05-23 Glenn Morris <rgm@gnu.org>
12892
12893 * progmodes/js.el: No need to load comint when compiling.
12894 (ring-insert, comint-send-string, comint-send-input)
12895 (comint-last-input-end, ido-chop): Declare.
12896
12897 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12898 * vc/ediff-mult.el: Adjust requires.
12899 (ediff-directories-internal, ediff-directory-revisions-internal)
12900 (ediff-patch-file-internal): Declare.
12901 * vc/ediff-ptch.el: Adjust requires.
12902 (ediff-use-last-dir, ediff-buffers-internal): Declare.
12903 (ediff-find-file): Autoload.
12904 * vc/ediff-util.el: No need to load ediff when compiling.
12905 (ediff-regions-internal): Declare.
12906 * vc/ediff-wind.el: Adjust requires.
12907 (ediff-compute-toolbar-width): Define when compiling.
12908 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12909 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12910 (dired-get-filename, dired-get-marked-files)
12911 (ediff-last-dir-patch, ediff-patch-default-directory)
12912 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12913 (ediff-patch-buffer-internal): Declare.
12914
12915 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12916 (ispell-process, ispell-buffer-local-words, lm-summary)
12917 (lm-section-start, lm-section-end): Declare.
12918 (checkdoc-ispell-init): Simplify.
12919
12920 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12921 (he-string-member, he-reset-string, he-substitute-string): Declare.
12922
12923 * eshell/em-ls.el: Adjust requires.
12924 (eshell-glob-regexp): Declare.
12925 * eshell/em-tramp.el: Adjust requires.
12926 (eshell-parse-command): Autoload.
12927 * eshell/em-xtra.el: Adjust requires.
12928 (eshell-parse-command): Autoload.
12929 * eshell/esh-ext.el: Adjust requires.
12930 (eshell-parse-command, eshell-close-handles): Autoload.
12931 * eshell/esh-io.el: Adjust requires.
12932 (eshell-output-filter): Autoload.
12933 * eshell/esh-util.el: No need to load tramp when compiling.
12934 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12935 Declare.
12936 (eshell-parse-ange-ls): Require ange-ftp and tramp.
12937 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12938 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12939 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12940 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12941 * eshell/esh-opt.el, eshell/esh-proc.el:
12942 * eshell/esh-var.el: Adjust requires.
12943 * eshell/eshell.el: Do not require esh-util twice.
12944 (eshell-add-input-to-history): Declare.
12945 (eshell-command): Check history module is active before using it.
12946
12947 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12948
12949 2013-05-22 Leo Liu <sdl.web@gmail.com>
12950
12951 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12952
12953 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
12954
12955 * autorevert.el (auto-revert-notify-add-watch)
12956 (auto-revert-notify-handler): Add `attrib' for the inotify case,
12957 it indicates changes in file modification time.
12958
12959 2013-05-22 Glenn Morris <rgm@gnu.org>
12960
12961 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12962 Always delete the autoloaded function from the noruntime and
12963 unresolved functions lists.
12964
12965 * allout.el: No need to load epa, epg, overlay when compiling.
12966 (epg-context-set-passphrase-callback, epg-list-keys)
12967 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12968 (epg-key-user-id-list): Declare.
12969
12970 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12971 (viper-set-parsing-style-toggling-macro)
12972 (viper-set-emacs-state-searchstyle-macros):
12973 Use called-interactively-p on Emacs.
12974 (viper-looking-back): Make it an obsolete alias. Update callers.
12975 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12976 Use looking-back rather than viper-looking-back.
12977 (viper-tmp-insert-at-eob, viper-enlarge-region)
12978 (viper-read-string-with-history, viper-register-to-point)
12979 (viper-append-to-register, viper-change-state-to-vi)
12980 (viper-backward-char-carefully, viper-forward-char-carefully)
12981 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12982 (viper-change-state-to-emacs): Declare.
12983 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12984 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12985 * emulation/viper-mous.el: Do not load viper-cmd.
12986 (viper-backward-char-carefully, viper-forward-char-carefully)
12987 (viper-forward-word, viper-adjust-window): Declare.
12988
12989 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12990
12991 * progmodes/idlw-help.el (idlwave-help-fontify):
12992 Use called-interactively-p.
12993
12994 * term/w32console.el (w32-get-console-codepage)
12995 (w32-get-console-output-codepage): Declare.
12996
12997 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12998 Remove unnecessary declarations.
12999 (dframe-message): Doc fix.
13000
13001 * info.el (dframe-select-attached-frame, dframe-current-frame):
13002 Declare.
13003
13004 * speedbar.el (speedbar-message): Make it an obsolete alias.
13005 Update all callers.
13006 (speedbar-with-attached-buffer)
13007 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13008 (speedbar-with-writable): Use backquote.
13009 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13010 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13011 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13012 rather than speedbar- aliases.
13013 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13014 (speedbar-make-specialized-keymap, speedbar-insert-button)
13015 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13016 (speedbar-do-function-pointer): Declare.
13017 (rmail-speedbar-button, rmail-speedbar-find-file)
13018 (rmail-speedbar-move-message):
13019 Use dframe-with-attached-buffer rather than speedbar- alias.
13020 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13021 (dframe-message, speedbar-make-specialized-keymap)
13022 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13023 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13024 (speedbar-insert-button, dframe-select-attached-frame)
13025 (dframe-maybee-jump-to-attached-frame)
13026 (speedbar-change-initial-expansion-list)
13027 (speedbar-previously-used-expansion-list-name): Declare.
13028 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13029 Use dframe-message, dframe-with-attached-buffer rather than
13030 speedbar- aliases.
13031 (gud-sentinel): Silence compiler.
13032 * progmodes/vhdl-mode.el (speedbar-refresh)
13033 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13034 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13035 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13036 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13037 (speedbar-file-lists, speedbar-make-tag-line)
13038 (speedbar-line-directory, speedbar-goto-this-file)
13039 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13040 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13041 (speedbar-make-button, speedbar-reset-scanners)
13042 (speedbar-files-item-info, speedbar-line-text)
13043 (speedbar-find-file-in-frame, speedbar-set-timer)
13044 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13045 (speedbar-with-writable): Do not (re)define it.
13046 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13047 rather than speedbar- alias.
13048
13049 2013-05-21 Leo Liu <sdl.web@gmail.com>
13050
13051 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13052 menu items.
13053 (octave-mode): Tweak fill-nobreak-predicate.
13054 (inferior-octave-startup): Check process to avoid infinite loop.
13055 (inferior-octave): Pop to buffer first to show abornmal process
13056 exit information.
13057
13058 2013-05-21 Glenn Morris <rgm@gnu.org>
13059
13060 * printing.el (pr-menu-bar): Define when compiling.
13061
13062 2013-05-21 Leo Liu <sdl.web@gmail.com>
13063
13064 * progmodes/octave.el (octave-auto-fill): Remove.
13065 (octave-indent-new-comment-line): Improve.
13066 (octave-mode): Use auto fill mode through
13067 comment-line-break-function and fill-nobreak-predicate.
13068 (octave-goto-function-definition): Support DEFUN_DLD.
13069 (octave-beginning-of-defun): Small tweak.
13070 (octave-help): Show parent directory.
13071
13072 2013-05-21 Glenn Morris <rgm@gnu.org>
13073
13074 * files.el (dired-unmark):
13075 * progmodes/gud.el (gdb-input): Update declarations.
13076
13077 * calculator.el (electric, ehelp): No need to load when compiling.
13078 (Electric-command-loop, electric-describe-mode): Declare.
13079
13080 * doc-view.el (doc-view-current-converter-processes): Move before use.
13081
13082 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13083 Move MODE-set-explicitly definition before use.
13084
13085 * international/mule-diag.el (mule-diag):
13086 Don't use obsolete window-system-version.
13087
13088 * mail/feedmail.el (smtpmail): No need to load when compiling.
13089 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13090
13091 * mail/mail-utils.el (rfc822): No need to load when compiling.
13092 (rfc822-addresses): Autoload it.
13093 (mail-strip-quoted-names): Trivial simplification.
13094
13095 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13096 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13097
13098 * net/snmp-mode.el (tempo): Don't duplicate requires.
13099
13100 * progmodes/prolog.el (info): No need to load when compiling.
13101 (comint): Require before shell requires it.
13102 (Info-goto-node): Autoload it.
13103 (Info-follow-nearest-node): Declare.
13104 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13105
13106 * textmodes/artist.el (picture-mode-exit): Declare.
13107
13108 * textmodes/reftex-parse.el (reftex-parse-from-file):
13109 Trivial rewrite so the compiler can parse it better.
13110
13111 2013-05-20 Leo Liu <sdl.web@gmail.com>
13112
13113 * progmodes/octave.el (octave-help-mode-map)
13114 (octave-help-mode-finish-hook): New variables.
13115 (octave-help-mode, octave-help-mode-finish): New functions.
13116 (octave-help): Use octave-help-mode.
13117
13118 2013-05-20 Glenn Morris <rgm@gnu.org>
13119
13120 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13121
13122 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13123
13124 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13125 start at point, so that expansion starting right after opening
13126 slash in a regexp is recognized.
13127 (ruby-syntax-before-regexp-re): New defvar, extracted from
13128 ruby-syntax-propertize-function. Since the value of this regexp
13129 is looked up at runtime now, we should be able to turn
13130 `ruby-syntax-methods-before-regexp' into a defcustom later.
13131 (ruby-syntax-propertize-function): Split regexp matching into two
13132 parts, for opening and closing slashes. That allows us to skip
13133 over string interpolations and support multiline regexps.
13134 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13135 for them, which calls `ruby-syntax-propertize-expansion'.
13136 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13137 call to `ruby-syntax-propertize-function'.
13138 (ruby-syntax-propertize-expansion): Extracted from
13139 `ruby-syntax-propertize-expansions'. Handles one expansion.
13140 (ruby-syntax-propertize-percent-literal): Leave point right after
13141 the percent symbol, so that the expression expansion rule can
13142 propertize the contents.
13143 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13144 heredoc openers.
13145 (ruby-syntax-propertize-expansions): Remove.
13146
13147 2013-05-18 Juri Linkov <juri@jurta.org>
13148
13149 * man.el (Man-default-man-entry): Remove `-' from the end
13150 of the default value. (Bug#14400)
13151
13152 2013-05-18 Glenn Morris <rgm@gnu.org>
13153
13154 * comint.el (comint-password-prompt-regexp):
13155 Allow "password for XXX" where XXX contains colons (eg https://...).
13156
13157 2013-05-18 Leo Liu <sdl.web@gmail.com>
13158
13159 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13160 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13161 (octave-source-directories): Don't check process.
13162 (octave-source-directories, octave-find-definition): Doc fix.
13163
13164 2013-05-18 Glenn Morris <rgm@gnu.org>
13165
13166 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13167 Remove backspace/delete bindings. (Bug#14392)
13168
13169 * cus-dep.el (custom-make-dependencies): Sort the output.
13170 (custom-versions-load-alist): Convert comment to doc.
13171
13172 2013-05-17 Leo Liu <sdl.web@gmail.com>
13173
13174 * newcomment.el (comment-search-backward): Stricter in finding
13175 comment start. (Bug#14303)
13176
13177 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13178 (octave-comment-start-skip): Properly anchored.
13179
13180 2013-05-17 Leo Liu <sdl.web@gmail.com>
13181
13182 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13183 Clean up when turned off. (Bug#14395)
13184 (smie--highlight-matching-block-overlay): No longer buffer-local.
13185 (smie-highlight-matching-block): Adjust.
13186
13187 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13188
13189 Doc string fix for "nanoseconds" (Bug#14406).
13190 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13191 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13192
13193 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13194
13195 * calc/calc-units.el (math-extract-units): Preserve powers
13196 of units.
13197
13198 2013-05-17 Leo Liu <sdl.web@gmail.com>
13199
13200 * subr.el (delete-consecutive-dups): New function.
13201 * ido.el (ido-set-matches-1): Use it.
13202 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13203 * ido.el (ido-remove-consecutive-dups): Remove.
13204
13205 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13208 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13209 regexp-opt's `words'.
13210
13211 2013-05-16 Leo Liu <sdl.web@gmail.com>
13212
13213 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13214 (smie--highlight-matching-block-overlay)
13215 (smie--highlight-matching-block-lastpos)
13216 (smie--highlight-matching-block-timer): New variables.
13217 (smie-highlight-matching-block): New function.
13218 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13219 (smie-setup): Conditionally enable smie-blink-matching-open.
13220
13221 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13222
13223 Sync with upstream verilog-mode r840.
13224 * progmodes/verilog-mode.el (verilog-mode-version)
13225 (verilog-mode-release-date): Update.
13226 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13227 (verilog-sig-tieoff): Fix string error on
13228 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13229 (verilog-read-decls): Fix parameters confusing
13230 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13231
13232 2013-05-16 Eli Zaretskii <eliz@gnu.org>
13233
13234 * subr.el (reveal-filename): New function.
13235
13236 * loadup.el: Compute Emacs executable versions on MS-Windows,
13237 where executables have the .exe extension. Add a hard link
13238 emacs-XX.YY.ZZ.exe on MS-Windows.
13239
13240 * Makefile.in (XARGS_LIMIT): New variable.
13241 (custom-deps, finder-data, autoloads)
13242 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13243 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13244 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13245 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13246
13247 2013-05-16 Leo Liu <sdl.web@gmail.com>
13248
13249 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13250 (octave-mode-menu, octave-mode-map): Remove its uses.
13251
13252 2013-05-16 Reto Zimmermann <reto@gnu.org>
13253
13254 Sync with upstream vhdl mode v3.34.2.
13255 * progmodes/vhdl-mode.el: Use `push' throughout.
13256 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13257 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13258 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13259 (vhdl-actual-generic-name): New option to derive actual generic name.
13260 (vhdl-port-paste-signals): Replace formal by actual generics.
13261 (vhdl-beautify): New name for old group vhdl-align. Update users.
13262 (vhdl-beautify-options): New option.
13263 (vhdl-last-input-event): New compat alias. Use throughout.
13264 (vhdl-goto-line): Replace user level function `goto-line'.
13265 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13266 vhdl-fix-statement-buffer.
13267 (vhdl-create-mode-menu): Add some entries.
13268 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13269 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13270 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13271 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13272 to force statements on one line.
13273 (vhdl-remove-trailing-spaces-region):
13274 New, split from vhdl-remove-trailing-spaces.
13275 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13276 Respect vhdl-beautify-options.
13277 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13278 (vhdl-update-sensitivity-list): Not add with index if exists without.
13279 Not include array index with signal. Ignore keywords in comments.
13280 (vhdl-get-visible-signals): Regexp tweaks.
13281 (vhdl-template-component-inst): Handle empty library.
13282 (vhdl-template-type): Add template for 'enum' type.
13283 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13284 Use vhdl-replace-string.
13285 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13286 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13287 (vhdl-speedbar-initialize): Update for above name change.
13288 (vhdl-compose-wire-components): Fix in handling of constants.
13289 (vhdl-error-regexp-emacs-alist): New variable.
13290 (vhdl-error-regexp-add-emacs): New function;
13291 adds support for new compile.el (Emacs 22+)
13292 (vhdl-generate-makefile-1): Change target order for single lib. units.
13293 Allow use of absolute file names.
13294
13295 2013-05-16 Leo Liu <sdl.web@gmail.com>
13296
13297 * simple.el (prog-indent-sexp): Indent enclosing defun.
13298
13299 2013-05-15 Glenn Morris <rgm@gnu.org>
13300
13301 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13302 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13303 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13304 (whitespace-highlight): Move to whitespace group.
13305
13306 * comint.el (comint-source):
13307 * pcmpl-linux.el (pcmpl-linux):
13308 * shell.el (shell-faces):
13309 * eshell/esh-opt.el (eshell-opt):
13310 * international/ccl.el (ccl): Remove empty custom groups.
13311
13312 * completion.el (dynamic-completion-mode):
13313 * jit-lock.el (jit-lock-debug-mode):
13314 * minibuffer.el (completion-in-region-mode):
13315 * type-break.el (type-break-mode-line-message-mode)
13316 (type-break-query-mode):
13317 * emulation/tpu-edt.el (tpu-edt-mode):
13318 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13319 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13320 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13321
13322 * term/xterm.el (xterm): Change parent group to terminals.
13323
13324 * master.el (master): Remove empty custom group.
13325 (master-mode): Remove unused :group argument.
13326 * textmodes/refill.el (refill): Remove empty custom group.
13327 (refill-mode): Remove unused :group argument.
13328
13329 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13330
13331 * cus-dep.el: Provide a feature.
13332 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13333 Don't mistakenly ignore files whose basenames match a basename
13334 from preloaded-file-list (eg cedet/ede/simple.el).
13335 Add a fallback method for getting :group.
13336
13337 2013-05-15 Juri Linkov <juri@jurta.org>
13338
13339 * isearch.el (isearch-char-by-name): Rename from
13340 `isearch-insert-char-by-name'. Doc fix.
13341 (isearch-forward): Mention `isearch-char-by-name' in
13342 the docstring. (Bug#13348)
13343
13344 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13345 `exit-minibuffer' instead of
13346 `isearch-nonincremental-exit-minibuffer'.
13347 (isearch-edit-string): Remove mention of
13348 `isearch-nonincremental-exit-minibuffer' from docstring.
13349 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13350 (isearch-forward-exit-minibuffer)
13351 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13352
13353 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13354
13355 * loadup.el: Just use unversioned DOC.
13356
13357 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13358 literals as extending to EOB.
13359 (nxml-last-fontify-end): Remove unused variable.
13360 (nxml-after-change1): Use with-silent-modifications.
13361 (nxml-extend-after-change-region): Simplify.
13362 (nxml-extend-after-change-region1): Remove function.
13363 (nxml-after-change1): Don't adjust for dependent regions.
13364 (nxml-fontify-matcher): Simplify.
13365 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13366 (xmltok-add-dependent): Remove function.
13367 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13368 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13369 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13370 unclosed <[[, <?, comment, and other literals as extending to EOB.
13371 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13372 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13373 Remove functions.
13374 (rng-do-some-validation-1): Don't mark dependent regions.
13375 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13376 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13377 (nxml-clear-dependent-regions): Remove functions.
13378 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13379 (nxml-ensure-scan-up-to-date):
13380 Don't clear&mark dependent regions.
13381
13382 2013-05-15 Leo Liu <sdl.web@gmail.com>
13383
13384 * progmodes/octave.el (octave-goto-function-definition):
13385 Improve and fix callers.
13386
13387 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13388
13389 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13390 the setter (bug#14387).
13391
13392 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13393 surrounding group (bug#14402).
13394
13395 2013-05-14 Juri Linkov <juri@jurta.org>
13396
13397 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13398 (Bug#14390)
13399
13400 2013-05-14 Glenn Morris <rgm@gnu.org>
13401
13402 * progmodes/f90.el (f90-imenu-generic-expression):
13403 Fix typo in 2013-05-08 change. (Bug#14402)
13404
13405 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13406
13407 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13408 Remove signals for which replies are never received.
13409
13410 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13411
13412 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13413 (gdb-handler-alist, gdb-handler-number): Remove variables.
13414 (gdb-handler-list): New variable.
13415 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13416 (gdb-pending-handler-p, gdb-handle-reply)
13417 (gdb-remove-all-pending-triggers): New functions.
13418 (gdb-discard-unordered-replies): New defcustom.
13419 (gdb-handler): New defstruct.
13420 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
13421 instead of gdb-pending-triggers. Update docstring.
13422 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
13423 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13424 (gdb-var-update-handler, def-gdb-auto-update-trigger)
13425 (def-gdb-auto-update-handler, gdb-get-changed-registers)
13426 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13427 (gdb-frame-handler): Pending triggers are now automatically managed.
13428 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13429 Remove argument.
13430 (gdb-input): Automatically handles pending triggers. Update docstring.
13431 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13432 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13433 Update comments.
13434 (gdb-done-or-error): Now use gdb-handle-reply.
13435
13436 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13437
13438 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13439 gdb-debug-log.
13440
13441 2013-05-14 Glenn Morris <rgm@gnu.org>
13442
13443 * subr.el (user-emacs-directory-warning): New option.
13444 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
13445
13446 2013-05-14 Leo Liu <sdl.web@gmail.com>
13447
13448 * progmodes/octave.el (octave-font-lock-keywords): Fix error
13449 during redisplay.
13450 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13451 (octave-font-lock-texinfo-comment): Fix invalid search bound
13452 error: wrong side of point.
13453
13454 2013-05-14 Glenn Morris <rgm@gnu.org>
13455
13456 * progmodes/flymake.el (flymake-xml-program): New option.
13457 (flymake-xml-init): Use it.
13458
13459 * term/xterm.el: Provide a feature.
13460
13461 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
13462
13463 2013-05-13 Glenn Morris <rgm@gnu.org>
13464
13465 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13466 Add compat aliases as a hack workaround. (Bug#14384)
13467
13468 2013-05-13 Leo Liu <sdl.web@gmail.com>
13469
13470 * progmodes/octave.el (octave-indent-comment): Fix indentation for
13471 ###, and %!.
13472 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13473 C-M-q.
13474 (octave-comment-start-skip): Include %!.
13475 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13476
13477 2013-05-12 Leo Liu <sdl.web@gmail.com>
13478
13479 * progmodes/octave.el (inferior-octave-startup): Store the value
13480 of __octave_srcdir__ for octave-source-directories.
13481 (inferior-octave-check-process): New function refactored out of
13482 inferior-octave-send-list-and-digest.
13483 (octave-source-directories)
13484 (octave-find-definition-filename-function): New variables.
13485 (octave-source-directories)
13486 (octave-find-definition-default-filename): New functions.
13487 (octave-find-definition): Improve to find functions implemented in C++.
13488
13489 2013-05-12 Glenn Morris <rgm@gnu.org>
13490
13491 * calendar/diary-lib.el (diary-outlook-format-1):
13492 Don't include dayname in the output. (Bug#14349)
13493
13494 2013-05-11 Glenn Morris <rgm@gnu.org>
13495
13496 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13497
13498 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13499 Treat cc-provide like provide.
13500
13501 2013-05-11 Kevin Ryde <user42@zip.com.au>
13502
13503 * cus-dep.el (custom-make-dependencies):
13504 Use generated-autoload-load-name for the sake of files such
13505 such cedet/semantic/bovine/c.el, where the base file name
13506 is not in load-path. (Bug#5277)
13507
13508 2013-05-11 Glenn Morris <rgm@gnu.org>
13509
13510 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13511 Provide features.
13512
13513 2013-05-11 Leo Liu <sdl.web@gmail.com>
13514
13515 * progmodes/octave.el (octave-indent-comment): Improve.
13516 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
13517 (octave-eldoc-function-signatures, octave-eldoc-function):
13518 New functions.
13519 (octave-mode, inferior-octave-mode): Add eldoc support.
13520
13521 2013-05-11 Richard Stallman <rms@gnu.org>
13522
13523 * epa.el (epa-decrypt-file): Take output file name as argument
13524 and read it using `interactive'.
13525
13526 2013-05-11 Leo Liu <sdl.web@gmail.com>
13527
13528 * progmodes/octave.el (octave-beginning-of-line)
13529 (octave-end-of-line): Check before using up-list because it jumps
13530 out of more syntactic contructs since moving to smie.
13531 (octave-indent-comment): New function.
13532 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
13533 (octave-begin-keywords, octave-end-keywords)
13534 (octave-reserved-words, octave-smie-bnf-table)
13535 (octave-smie-rules): Add new keywords from Octave 3.6.4.
13536
13537 2013-05-11 Glenn Morris <rgm@gnu.org>
13538
13539 * faces.el (internal-face-x-get-resource):
13540 * frame.el (ns-display-monitor-attributes-list):
13541 * calc/calc-aent.el (math-to-radians-2):
13542 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13543 Fix declarations.
13544
13545 * calc/calc-menu.el: Make it loadable in isolation.
13546
13547 * net/eudcb-bbdb.el: Make it loadable without bbdb.
13548 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13549 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13550 (eudc-bbdb-query-internal): Require 'bbdb.
13551
13552 * lpr.el (lpr-headers-switches):
13553 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13554
13555 * progmodes/sql.el (sql-login-params): Fix and improve :type.
13556
13557 * emulation/edt-mapper.el: In batch mode, error rather than hang.
13558
13559 * term.el (term-set-escape-char): Make it idempotent.
13560
13561 2013-05-10 Leo Liu <sdl.web@gmail.com>
13562
13563 * progmodes/octave.el (inferior-octave-completion-table):
13564 No longer a function and all uses changed. Use cache to speed up
13565 completion due to bug#11906.
13566 (octave-beginning-of-defun): Re-write to be more general.
13567
13568 2013-05-10 Glenn Morris <rgm@gnu.org>
13569
13570 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13571
13572 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13573
13574 * comint.el (comint-redirect-send-command-to-process): Use :around
13575 rather than :override for comint-redirect-filter.
13576 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13577 Call it instead of comint-redirect-original-filter-function (which
13578 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
13579
13580 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
13581
13582 * frame.el (display-monitor-attributes-list): Add NS case.
13583 (ns-display-monitor-attributes-list): Declare.
13584
13585 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
13586
13587 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
13588
13589 2013-05-09 Glenn Morris <rgm@gnu.org>
13590
13591 * international/fontset.el (vertical-centering-font-regexp):
13592 Set standard-value.
13593
13594 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13595
13596 * bookmark.el (bookmark-search-delay):
13597 * cus-start.el (vertical-centering-font-regexp):
13598 * ps-mule.el (ps-mule-font-info-database-default):
13599 * ps-print.el (ps-default-fg, ps-default-bg):
13600 * type-break.el (type-break-good-break-interval):
13601 * whitespace.el (whitespace-indentation-regexp)
13602 (whitespace-space-after-tab-regexp):
13603 * emacs-lisp/testcover.el (testcover-1value-functions)
13604 (testcover-noreturn-functions, testcover-progn-functions)
13605 (testcover-prog1-functions):
13606 * emulation/viper-init.el (viper-emacs-state-cursor-color):
13607 * eshell/em-glob.el (eshell-glob-translate-alist):
13608 * play/tetris.el (tetris-tty-colors):
13609 * progmodes/cpp.el (cpp-face-default-list):
13610 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13611 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13612 (idlwave-help-browser-generic-args):
13613 * progmodes/make-mode.el (makefile-special-targets-list):
13614 * progmodes/python.el (python-shell-virtualenv-path):
13615 * progmodes/verilog-mode.el (verilog-active-low-regexp)
13616 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13617 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13618 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13619 * textmodes/reftex-vars.el (reftex-format-label-function):
13620 * textmodes/remember.el (remember-diary-file): Fix custom types.
13621
13622 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13623 Add :version.
13624
13625 2013-05-09 Leo Liu <sdl.web@gmail.com>
13626
13627 * progmodes/octave.el (inferior-octave-completion-at-point):
13628 Restore file completion. (Bug#14300)
13629 (inferior-octave-startup): Fix incorrect highlighting for the
13630 first prompt.
13631
13632 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13633
13634 * progmodes/ruby-mode.el: First cut at SMIE support.
13635 (ruby-use-smie): New var.
13636 (ruby-smie-grammar): New constant.
13637 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13638 (ruby-smie--forward-token, ruby-smie--backward-token)
13639 (ruby-smie-rules): New functions.
13640 (ruby-mode-variables): Setup SMIE if applicable.
13641
13642 2013-05-08 Eli Zaretskii <eliz@gnu.org>
13643
13644 * simple.el (line-move-visual): Signal beginning/end of buffer
13645 only if vertical-motion moved less than it was requested. Avoids
13646 silly incorrect error messages when there are display strings with
13647 multiple newlines at EOL.
13648
13649 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13650
13651 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13652 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13653 (prolog-char-quote-workaround):
13654 * progmodes/cperl-mode.el (cperl-under-as-char):
13655 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13656 Mark as obsolete.
13657 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13658 their declaration.
13659 (vhdl-mode-syntax-table-init): Remove.
13660
13661 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13662 last change.
13663
13664 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13665 syntax for "_".
13666 (ld-script-font-lock-keywords):
13667 Change regexps to use things like \_< and \_>.
13668
13669 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13670 Change all regexps to use things like \_< and \_>.
13671
13672 * progmodes/autoconf.el (autoconf-definition-regexp)
13673 (autoconf-font-lock-keywords, autoconf-current-defun-function):
13674 Handle a _ with symbol syntax.
13675 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13676
13677 * progmodes/ada-mode.el (ada-mode-abbrev-table):
13678 Consolidate declaration.
13679 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13680 the declaration.
13681 (ada-create-syntax-table): Remove.
13682 (ada-capitalize-word): Don't mess with the syntax of "_" since it
13683 already has the right syntax nowadays.
13684 (ada-goto-next-word): Don't change the syntax of "_".
13685
13686 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13687 with-wrapper-hook.
13688
13689 2013-05-08 Sam Steingold <sds@gnu.org>
13690
13691 * thingatpt.el (thing-at-point): Accept optional second argument
13692 NO-PROPERTIES to strip the text properties from the return value.
13693 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13694 to `thing-at-point' instead of stripping the properties ourselves.
13695 Also, when `thing-at-point' fails to find a url, prepend "http://"
13696 to the filename at point on the assumption that the user is
13697 pointing at something like gnu.org/gnu.
13698
13699 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
13700
13701 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13702 * faces.el (crm-separator):
13703 Silence byte-compiler.
13704
13705 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13706 (tool-bar-map): Remove unneeded defvars.
13707
13708 2013-05-08 Leo Liu <sdl.web@gmail.com>
13709
13710 Re-work a fix for bug#10994 based on Le Wang's patch.
13711 * ido.el (ido-remove-consecutive-dups): New helper.
13712 (ido-completing-read): Use it.
13713 (ido-chop): Revert fix for bug#10994.
13714
13715 2013-05-08 Adam Spiers <emacs@adamspiers.org>
13716
13717 * cus-edit.el (custom-save-variables):
13718 Pretty-print long values. (Bug#14187)
13719
13720 2013-05-08 Glenn Morris <rgm@gnu.org>
13721
13722 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13723 (m4-mode-syntax-table): Init in the defvar.
13724 (m4-mode-abbrev-table): Let define-derived-mode define it.
13725
13726 2013-05-08 Tom Tromey <tromey@redhat.com>
13727
13728 * progmodes/m4-mode.el (m4-mode-syntax-table):
13729 Do not treat "_" as word constituent. (Bug#14167)
13730
13731 2013-05-07 Glenn Morris <rgm@gnu.org>
13732
13733 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13734 Remove explicit eshell-isearch-cancel-map.
13735
13736 * progmodes/f90.el (f90-smart-end-names): New option.
13737 (f90-smart-end): Doc fix.
13738 (f90-end-block-optional-name): New constant.
13739 (f90-block-match): Respect f90-smart-end-names.
13740
13741 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13742
13743 * progmodes/octave.el (octave-smie-forward-token): Be more careful
13744 about implicit semi-colons (bug#14218).
13745
13746 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13747
13748 * frame.el (display-monitor-attributes-list)
13749 (frame-monitor-attributes): New functions.
13750
13751 2013-05-06 Leo Liu <sdl.web@gmail.com>
13752
13753 * progmodes/octave.el (octave-syntax-propertize-function): Change
13754 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
13755 (octave-font-lock-keywords): Use octave-operator-regexp.
13756 (octave-completion-at-point): Rename from
13757 octave-completion-at-point-function.
13758 (inferior-octave-directory-tracker): Robustify.
13759 (octave-text-functions): Remove and fix its uses. No such things
13760 any more.
13761
13762 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13763
13764 * emacs-lisp/trace.el (trace--display-buffer): New function.
13765 (trace-make-advice): Use it.
13766
13767 2013-05-06 Juri Linkov <juri@jurta.org>
13768
13769 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
13770 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13771 Doc fix.
13772 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13773 in the help string. (Bug#12985)
13774
13775 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
13776
13777 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
13778
13779 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13780
13781 * progmodes/perl-mode.el: Add support for here documents.
13782 (perl-syntax-propertize-function): Match here-doc markers.
13783 (perl-syntax-propertize-special-constructs): Find their end.
13784 (perl-imenu-generic-expression): Use [:alnum:].
13785
13786 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13787 (advice--add-function): Refresh the advice if already present
13788 (bug#14317).
13789
13790 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
13791
13792 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
13793
13794 2013-05-06 Glenn Morris <rgm@gnu.org>
13795
13796 * w32-fns.el (w32-charset-info-alist): Declare.
13797
13798 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13799 of its defcustom properties.
13800 (eshell-cmpl-initialize): No need to load pcomplete.
13801
13802 * generic-x.el: No need to require comint when compiling.
13803
13804 * net/eudc-export.el: Make it loadable without bbdb.
13805 (top-level): Use require rather than load-library.
13806 (eudc-create-bbdb-record, eudc-bbdbify-phone)
13807 (eudc-batch-export-records-to-bbdb)
13808 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13809 Require bbdb.
13810
13811 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13812
13813 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13814 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13815 some tweaks, instead.
13816
13817 2013-05-05 Leo Liu <sdl.web@gmail.com>
13818
13819 * progmodes/octave.el (octave-font-lock-keywords)
13820 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13821 (inferior-octave-send-list-and-digest): Improve error message.
13822 (octave-mode, inferior-octave-mode): Use setq-local.
13823 (octave-help): Set info-lookup-mode.
13824
13825 2013-05-05 Richard Stallman <rms@gnu.org>
13826
13827 * vc/compare-w.el (compare-windows-whitespace):
13828 Treat no-break space as whitespace.
13829
13830 * mail/rmailsum.el (rmail-summary-rmail-update):
13831 Detect empty summary and don't change selected message.
13832 (rmail-summary-goto-msg): Likewise.
13833
13834 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13835 Doc fixes, rename args.
13836
13837 2013-05-05 Alan Mackenzie <acm@muc.de>
13838
13839 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13840
13841 2013-05-05 Juri Linkov <juri@jurta.org>
13842
13843 * info.el (Info-read-subfile): Use (point-min) instead of (point)
13844 to not add the length of the summary segment to the return value.
13845 (Bug#14125)
13846
13847 2013-05-05 Leo Liu <sdl.web@gmail.com>
13848
13849 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13850 (inferior-octave-output-filter): Remove.
13851 (octave-send-region, inferior-octave-startup): Fix callers.
13852 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13853 (octave-binary-file-extensions): New user variable.
13854 (octave-find-definition): Confirm if opening binary files.
13855 (octave-help-file): Use octave-find-definition to get the binary
13856 confirmation.
13857 (octave-help): Adjust for octave-help-file change.
13858
13859 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13862 Merge the two entries that handle function definitions.
13863 (pascal--syntax-propertize): New const.
13864 (pascal-mode): Use it. Use setq-local.
13865
13866 2013-05-04 Glenn Morris <rgm@gnu.org>
13867
13868 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13869 (diary-from-outlook): Respect diary-from-outlook-function.
13870
13871 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13872
13873 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13874 Move the declaration from C.
13875 (read-minibuffer, eval-minibuffer): Move from C.
13876 (completion-setup-function): Avoid minibuffer-completion-contents.
13877
13878 2013-05-03 Leo Liu <sdl.web@gmail.com>
13879
13880 * progmodes/octave.el (octave-font-lock-keywords): Do not
13881 dehighlight 'end' in comments or strings.
13882 (octave-completing-read, octave-goto-function-definition):
13883 New helpers.
13884 (octave-help-buffer): New user variable.
13885 (octave-help-file, octave-help-function): New button types.
13886 (octave-help): New command and bind it to C-h ;.
13887 (octave-find-definition): New command and bind it to M-.
13888 (user-error): Alias to error if not defined.
13889
13890 2013-05-02 Leo Liu <sdl.web@gmail.com>
13891
13892 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13893 for \. (bug#14332)
13894 (octave-font-lock-keywords): Include [ and {.
13895
13896 2013-05-02 Leo Liu <sdl.web@gmail.com>
13897
13898 * progmodes/octave.el (inferior-octave-startup-file): Change default.
13899 (inferior-octave): Remove calling comint-mode and return the buffer.
13900 (inferior-octave-startup): Cosmetic changes.
13901
13902 2013-05-02 Leo Liu <sdl.web@gmail.com>
13903
13904 * progmodes/octave.el (octave-syntax-propertize-function):
13905 Include the case when ' is at line beginning. (Bug#14336)
13906
13907 2013-05-02 Glenn Morris <rgm@gnu.org>
13908
13909 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13910 * desktop.el (vc-dir-mode): Just autoload it here.
13911
13912 2013-05-02 Alan Mackenzie <acm@muc.de>
13913
13914 Eliminate variable c-standard-font-lock-fontify-region-function.
13915 * progmodes/cc-mode.el
13916 (c-standard-font-lock-fontify-region-function): Remove.
13917 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13918
13919 2013-05-01 Leo Liu <sdl.web@gmail.com>
13920
13921 * progmodes/octave.el: Compatible with older emacs-24 releases.
13922 (inferior-octave-has-built-in-variables): Remove. Built-in
13923 variables were removed from Octave in 2007.
13924 (inferior-octave-startup): Fix uses.
13925 (comint-line-beginning-position): Remove compatibility code for
13926 emacs 21.
13927
13928 2013-05-01 Juri Linkov <juri@jurta.org>
13929
13930 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
13931
13932 2013-05-01 Juri Linkov <juri@jurta.org>
13933
13934 * comint.el (comint-previous-matching-input): Don't print message
13935 "History item: %d" when `isearch-mode' is active.
13936 (comint-history-isearch-message): Print message "History item: %d"
13937 when `comint-input-ring-index' is not empty and this function is
13938 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
13939
13940 2013-05-01 Leo Liu <sdl.web@gmail.com>
13941
13942 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13943 definitions. Use completion-at-point to insert keywords.
13944 (octave-abbrev-start): Remove.
13945 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13946
13947 2013-04-30 Leo Liu <sdl.web@gmail.com>
13948
13949 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13950 change.
13951
13952 2013-04-30 Alan Mackenzie <acm@muc.de>
13953
13954 Handle arbitrarily long C++ member initialisation lists.
13955 * progmodes/cc-engine.el (c-back-over-member-initializers):
13956 new function.
13957 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13958 (most) member init lists.
13959
13960 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13961
13962 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13963 variable.
13964
13965 2013-04-30 Leo Liu <sdl.web@gmail.com>
13966
13967 * progmodes/octave.el (octave-variables): Remove. No builtin
13968 variables any more. All converted to functions.
13969 (octave-font-lock-keywords, octave-completion-at-point-function):
13970 Fix uses.
13971 (octave-font-lock-texinfo-comment): New user variable.
13972 (octave-texinfo-font-lock-keywords): New variable for texinfo
13973 comment block.
13974 (octave-function-comment-block): New face.
13975 (octave-font-lock-texinfo-comment): New function.
13976 (octave-mode): Font lock texinfo comment block.
13977
13978 2013-04-29 Leo Liu <sdl.web@gmail.com>
13979
13980 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13981 indexing expression.
13982 (octave-continuation-string): Do not use \.
13983 (inferior-octave-complete-impossible): Remove.
13984 (inferior-octave-completion-table)
13985 (inferior-octave-completion-at-point): Remove its uses.
13986 (inferior-octave-startup): completion_matches was introduced to
13987 Octave in 1996 so safe to assume it.
13988 (octave-function-file-comment): Improve to follow how Octave does it.
13989 (octave-update-function-file-comment): Tweak.
13990
13991 2013-04-29 Leo Liu <sdl.web@gmail.com>
13992
13993 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13994 (inferior-octave-startup): Remove inferior-octave-startup-hook.
13995 (octave-function-file-comment): Fix typo.
13996 (octave-sync-function-file-names): Use read-char-choice.
13997
13998 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
13999
14000 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14001 to t for the less important warnings.
14002
14003 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14004
14005 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14006
14007 2013-04-27 Glenn Morris <rgm@gnu.org>
14008
14009 * vc/log-view.el (log-view-current-entry):
14010 Treat "---" separator lines as part of the following rev. (Bug#14169)
14011
14012 2013-04-27 Juri Linkov <juri@jurta.org>
14013
14014 * subr.el (read-number): Doc fix about using it by interactive
14015 code letter `n'. (Bug#14254)
14016
14017 2013-04-27 Juri Linkov <juri@jurta.org>
14018
14019 * desktop.el (desktop-auto-save-timeout): New option.
14020 (desktop-file-checksum): New variable.
14021 (desktop-save): Add optional arg `auto-save' and don't auto-save
14022 if nothing changed.
14023 (desktop-auto-save-timer): New variable.
14024 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14025 (after-init-hook): Call `desktop-auto-save-set-timer'.
14026 Suggested by Reuben Thomas <rrt@sc3d.org> in
14027 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14028
14029 2013-04-27 Leo Liu <sdl.web@gmail.com>
14030
14031 * progmodes/octave.el (octave-function-file-p)
14032 (octave-skip-comment-forward, octave-function-file-comment)
14033 (octave-update-function-file-comment): New functions.
14034 (octave-mode-map): Bind C-c ; to
14035 octave-update-function-file-comment.
14036 (octave-mode-menu): Add octave-update-function-file-comment.
14037 (octave-mode, inferior-octave-mode): Fix doc-string.
14038 (octave-insert-defun): Conform to Octave's coding convention.
14039 (Bug#14285)
14040
14041 * files.el (basic-save-buffer): Don't let errors in
14042 before-save-hook prevent saving buffer.
14043
14044 2013-04-20 Roland Winkler <winkler@gnu.org>
14045
14046 * faces.el (read-face-name): Use completing-read if arg multiple
14047 is nil.
14048
14049 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14050
14051 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14052 displayed, move point to after the totals line.
14053 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14054 for the details.
14055
14056 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14059 Add current dir to the load-path.
14060 (package-generate-autoloads): Don't rely on
14061 autoload-ensure-default-file.
14062
14063 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14064
14065 * textmodes/remember.el (remember-store-in-files): Document that
14066 the file name format is passed to `format-time-string'.
14067
14068 2013-04-26 Leo Liu <sdl.web@gmail.com>
14069
14070 * progmodes/octave.el (octave-sync-function-file-names): New function.
14071 (octave-mode): Use it in before-save-hook.
14072
14073 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14074
14075 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14076 (bug#14274).
14077
14078 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14079 \n and comment, even if it's not an implicit ; (bug#14218).
14080
14081 2013-04-26 Glenn Morris <rgm@gnu.org>
14082
14083 * subr.el (read-number): Once more use `read' rather than
14084 `string-to-number', to trap non-numeric input. (Bug#14254)
14085
14086 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14087
14088 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14089 Use `syntax-multiline' text property consistently instead of
14090 `font-lock-multiline'. (Bug#14237)
14091
14092 2013-04-26 Glenn Morris <rgm@gnu.org>
14093
14094 * emacs-lisp/shadow.el (list-load-path-shadows):
14095 No longer necessary to check for duplicate simple.el, since
14096 2012-07-07 change to init_lread to not include installation lisp
14097 directories in load-path when running uninstalled. (Bug#14270)
14098
14099 2013-04-26 Leo Liu <sdl.web@gmail.com>
14100
14101 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14102 (octave-mode, inferior-octave-mode): Use setq-local.
14103 (octave-not-in-string-or-comment-p): Rename to
14104 octave-in-string-or-comment-p.
14105 (octave-in-comment-p, octave-in-string-p)
14106 (octave-in-string-or-comment-p): Replace defsubst with defun.
14107
14108 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14109
14110 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14111
14112 2013-04-25 Bastien Guerry <bzg@gnu.org>
14113
14114 * textmodes/remember.el (remember-data-directory)
14115 (remember-directory-file-name-format): Fix custom types.
14116
14117 2013-04-25 Leo Liu <sdl.web@gmail.com>
14118
14119 * progmodes/octave.el (octave-completion-at-point-function):
14120 Make use of inferior octave process.
14121 (octave-initialize-completions): Remove.
14122 (inferior-octave-completion-table): New function.
14123 (inferior-octave-completion-at-point): Use it.
14124 (octave-completion-alist): Remove.
14125
14126 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14127
14128 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14129 (opascal-mode-syntax-table): New var.
14130 (opascal-literal-kind, opascal-is-literal-end)
14131 (opascal-literal-token-at): Rewrite.
14132 (opascal--literal-start-re, opascal-font-lock-keywords)
14133 (opascal--syntax-propertize): New constants.
14134 (opascal-font-lock-defaults): Adjust.
14135 (opascal-mode): Use them. Set comment-<foo> variables as well.
14136 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14137 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14138 (delphi-other-face, opascal-other-face): Remove face variables.
14139 (opascal-save-state): Remove macro.
14140 (opascal-fontifying-progress-step): Remove constant.
14141 (opascal--ignore-changes): Remove var.
14142 (opascal-set-token-property, opascal-parse-next-literal)
14143 (opascal-is-stable-literal, opascal-complete-literal)
14144 (opascal-is-literal-start, opascal-face-of)
14145 (opascal-parse-region, opascal-parse-region-until-stable)
14146 (opascal-fontify-region, opascal-after-change)
14147 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14148 (opascal-debug-parse-region, opascal-debug-parse-window)
14149 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14150 (opascal-debug-fontify-buffer): Remove.
14151 (opascal-debug-mode-map): Adjust accordingly.
14152
14153 2013-04-25 Leo Liu <sdl.web@gmail.com>
14154
14155 Merge octave-mod.el and octave-inf.el into octave.el with some
14156 cleanups.
14157 * progmodes/octave.el: New file renamed from octave-mod.el.
14158 * progmodes/octave-inf.el: Merged into octave.el.
14159 * progmodes/octave-mod.el: Renamed to octave.el.
14160
14161 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14162
14163 * textmodes/reftex-vars.el
14164 (reftex-label-ignored-macros-and-environments): New defcustom.
14165
14166 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14167
14168 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14169
14170 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14171 (smie-indent-keyword): Improve the check to ensure that the next
14172 comment is really on the same line.
14173 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14174
14175 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14176 semi-colons if the line is not otherwise empty (bug#14218).
14177
14178 2013-04-25 Glenn Morris <rgm@gnu.org>
14179
14180 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14181
14182 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14183
14184 * progmodes/opascal.el (opascal-set-token-property): Rename from
14185 opascal-set-text-properties and only set `token' (bug#14134).
14186 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14187 (opascal-literal-text-properties): Remove.
14188 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14189 Adjust callers.
14190
14191 2013-04-24 Reuben Thomas <rrt@sc3d.org>
14192
14193 * textmodes/remember.el (remember-handler-functions): Add an
14194 option for a new handler `remember-store-in-files'.
14195 (remember-data-directory, remember-directory-file-name-format):
14196 New options.
14197 (remember-store-in-files): New function to store remember notes
14198 as separate files within a directory.
14199
14200 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14201
14202 * progmodes/compile.el (compilation-next-error-function):
14203 Pass "formats" to compilation-find-file (bug#11777).
14204
14205 2013-04-24 Glenn Morris <rgm@gnu.org>
14206
14207 * vc/vc-bzr.el (vc-bzr-print-log):
14208 * vc/vc-hg.el (vc-hg-print-log):
14209 * vc/vc-svn.el (vc-svn-print-log):
14210 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14211
14212 * vc/vc-bzr.el (vc-bzr-print-log):
14213 * vc/vc-cvs.el (vc-cvs-print-log):
14214 * vc/vc-git.el (vc-git-print-log):
14215 * vc/vc-hg.el (vc-hg-print-log):
14216 * vc/vc-mtn.el (vc-mtn-print-log):
14217 * vc/vc-rcs.el (vc-rcs-print-log):
14218 * vc/vc-sccs.el (vc-sccs-print-log):
14219 * vc/vc-svn.el (vc-svn-print-log):
14220 * vc/vc.el (vc-print-log-internal): Doc fixes.
14221
14222 2013-04-23 Glenn Morris <rgm@gnu.org>
14223
14224 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14225 Remove venerable code attempting to avoid substitute-command-keys.
14226
14227 2013-04-23 Tassilo Horn <tsdh@gnu.org>
14228
14229 * textmodes/reftex-vars.el (reftex-label-regexps):
14230 Call `reftex-compile-variables' after changes to this variable.
14231
14232 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14233
14234 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14235 Use lexical-binding.
14236 (jit-lock-force-redisplay): Use markers, check buffer's continued
14237 existence and beware narrowed buffers.
14238 (jit-lock-fontify-now): Adjust call accordingly.
14239
14240 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14241
14242 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14243 to avoid misleading the user.
14244
14245 2013-04-22 Leo Liu <sdl.web@gmail.com>
14246
14247 * info-look.el: Prefer latex2e.info. (Bug#14240)
14248
14249 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
14250
14251 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14252
14253 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14254 * net/tramp.el (tramp-call-process): ... here.
14255 (tramp-set-completion-function, tramp-parse-putty):
14256 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14257 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14258 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14259 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14260 (tramp-call-local-coding-command): Use `tramp-call-process'
14261 instead of `tramp-compat-call-process'.
14262
14263 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14264 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14265 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14266 (tramp-find-inline-compress): Improve traces.
14267 (tramp-maybe-send-script): Check for Perl binary.
14268 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14269
14270 2013-04-22 Daiki Ueno <ueno@gnu.org>
14271
14272 * epg.el (epg-context-pinentry-mode): New function.
14273 (epg-context-set-pinentry-mode): New function.
14274 (epg--start): Pass --pinentry-mode option to gpg command.
14275
14276 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14277
14278 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14279 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14280 `completion-at-point'. (Bug#13774)
14281
14282 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14283 default key binding for `describe-distribution' has been moved to
14284 `C-h C-o'. (Bug#13970)
14285
14286 2013-04-21 Glenn Morris <rgm@gnu.org>
14287
14288 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14289 Add doc strings.
14290 (vc-print-log): Clarify interactive prompt.
14291
14292 2013-04-20 Glenn Morris <rgm@gnu.org>
14293
14294 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14295 No longer include timestamp etc information.
14296
14297 2013-04-20 Roland Winkler <winkler@gnu.org>
14298
14299 * faces.el (read-face-name): Bug fix, return just one face if arg
14300 multiple is nil. (Bug#14209)
14301
14302 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14303
14304 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14305 (remove-function): Autoload.
14306
14307 * comint.el (comint-redirect-original-filter-function): Remove.
14308 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14309 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14310 (vc-cvs-annotate-command):
14311 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14312 * progmodes/prolog.el (prolog-consult-compile):
14313 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14314 Use add/remove-function instead.
14315 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14316 (gud-tooltip-process-output, gud-tooltip-tips):
14317 Use add/remove-function instead.
14318 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14319 (scheme-interaction-mode, exit-scheme-interaction-mode):
14320 Use add/remove-function instead.
14321
14322 * vc/vc-dispatcher.el: Use lexical-binding.
14323 (vc--process-sentinel): Rename from vc-process-sentinel.
14324 Change last arg to be the code to run. Don't use vc-previous-sentinel
14325 and vc-sentinel-commands any more.
14326 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14327 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14328
14329 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14330
14331 * progmodes/sh-script.el (sh-imenu-generic-expression):
14332 Handle function names with a single character. (Bug#14111)
14333
14334 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14335
14336 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14337 for subroutines defined in an eval (bug#14182).
14338
14339 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14340
14341 * bookmark.el (bookmark-completing-read): Improve handling of empty
14342 string (bug#14176).
14343
14344 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14345
14346 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14347
14348 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14349
14350 New faster Imenu implementation (bug#14058).
14351 * progmodes/python.el:
14352 (python-imenu-prev-index-position):
14353 (python-imenu-format-item-label-function)
14354 (python-imenu-format-parent-item-label-function)
14355 (python-imenu-format-parent-item-jump-label-function):
14356 New vars.
14357 (python-imenu-format-item-label)
14358 (python-imenu-format-parent-item-label)
14359 (python-imenu-format-parent-item-jump-label)
14360 (python-imenu--put-parent, python-imenu--build-tree)
14361 (python-imenu-create-index, python-imenu-create-flat-index)
14362 (python-util-popn): New functions.
14363 (python-mode): Set imenu-create-index-function to
14364 python-imenu-create-index.
14365
14366 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14367
14368 * winner.el (winner-active-region): Use region-active-p, activate-mark
14369 and deactivate-mark (bug#14225).
14370
14371 * simple.el (deactivate-mark): Don't inline it.
14372
14373 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14374
14375 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14376
14377 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14378
14379 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14380 file extensions from the archive-mode entry in order to prefer
14381 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14382
14383 2013-04-18 Leo Liu <sdl.web@gmail.com>
14384
14385 * bindings.el (help-event-list): Add ?\?.
14386
14387 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14388
14389 * subr.el (with-wrapper-hook): Declare obsolete.
14390 * simple.el (filter-buffer-substring-function): New hook.
14391 (filter-buffer-substring): Use it.
14392 (filter-buffer-substring-functions): Mark obsolete.
14393 * minibuffer.el (completion-in-region-function): New hook.
14394 (completion-in-region): Use it.
14395 (completion-in-region-functions): Mark obsolete.
14396 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14397 * abbrev.el (abbrev-expand-function): New hook.
14398 (expand-abbrev): Use it.
14399 (abbrev-expand-functions): Mark obsolete.
14400 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14401 and :filter-return.
14402
14403 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14404
14405 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14406 and do not care about match data.
14407
14408 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14409
14410 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14411 completion tables when completing error conditions and
14412 `declare' arguments.
14413 (lisp-complete-symbol, field-complete): Mark as obsolete.
14414 (check-parens): Unmatched parens are user errors.
14415 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14416
14417 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
14418
14419 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14420 command changed buffer (ie. `flyspell-pre-buffer' is not current
14421 buffer), which prevents making decisions based on invalid value of
14422 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
14423 cause an error when `flyspell-pre-point' was nil after switching
14424 buffers.
14425 (flyspell-post-command-hook): No longer needs to change buffers when
14426 checking pre-word. While at it remove unnecessary progn.
14427
14428 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
14429
14430 * textmodes/ispell.el (ispell-add-per-file-word-list):
14431 Fix `flyspell-correct-word-before-point' error when accepting
14432 words and `coment-padding' is an integer by using
14433 `comment-normalize-vars' (Bug #14214).
14434
14435 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14436
14437 New defun movement commands.
14438 * progmodes/python.el (python-nav--syntactically)
14439 (python-nav--forward-defun, python-nav-backward-defun)
14440 (python-nav-forward-defun): New functions.
14441
14442 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14443
14444 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14445 (python-syntax-context): Use named compiler-macro for backwards
14446 compatibility with Emacs 24.x.
14447
14448 2013-04-17 Leo Liu <sdl.web@gmail.com>
14449
14450 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14451 octave-hide-process-buffer.
14452
14453 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14454
14455 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14456 (bug#14216).
14457
14458 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
14459
14460 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14461 Fix adjustment of offset when receiving incomplete responses from GDB
14462 (bug#14129).
14463
14464 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14465
14466 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14467 python-mode-abbrev-table.
14468 (python-skeleton-define): Adjust accordingly.
14469 (python-mode-abbrev-table): New table that inherits from it so that
14470 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14471
14472 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14473 (abbrev-symbol): Use it.
14474 (abbrev--before-point): Use it since we already handle inheritance.
14475
14476 2013-04-16 Leo Liu <sdl.web@gmail.com>
14477
14478 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14479 binding to info-lookup-symbol.
14480
14481 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
14482
14483 * minibuffer.el (completion--twq-all):
14484 * term/ns-win.el (ns-initialize-window-system):
14485 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14486
14487 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14488
14489 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14490 global bindings.
14491
14492 * doc-view.el (doc-view-start-process): Handle url-handler directories.
14493
14494 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
14495
14496 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14497 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14498 to nil.
14499 (ruby-end-of-defun): Remove the unused arg, change the docstring
14500 to reflect that this function is only used as the value of
14501 `end-of-defun-function'.
14502 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14503 to reflect an earlier change that beginning/end-of-defun functions
14504 jump between methods in a class definition, as well as top-level
14505 functions.
14506
14507 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14508
14509 * minibuffer.el (minibuffer-complete): Don't just scroll
14510 a *Completions* that's been iconified.
14511 (minibuffer-force-complete): Make sure repetitions do cycle when going
14512 through completion-in-region -> minibuffer-complete.
14513
14514 2013-04-15 Alan Mackenzie <acm@muc.de>
14515
14516 Correct the placement of c-cpp-delimiters when there're #s not at
14517 col 0.
14518
14519 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14520 place a submatch around the #.
14521 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14522 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
14523 on the #, not BOL.
14524
14525 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14526
14527 * emacs-lisp/nadvice.el: Properly test names when adding advice.
14528 (advice--member-p): New arg `name'.
14529 (advice--add-function, advice-member-p): Use it (bug#14202).
14530
14531 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
14532
14533 Reformulate java imenu-generic-expression.
14534 The old expression contained ill formed regexps.
14535
14536 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14537 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14538 (cc-imenu-java-method-arg-regexp): New defconsts.
14539 (cc-imenu-java-build-type-args-regex): New defun.
14540 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14541 handling of spaces in the regexp.
14542
14543 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14544
14545 * textmodes/ispell.el (ispell-command-loop): Remove
14546 flyspell highlight of a word when ispell accepts it (bug #14178).
14547
14548 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
14549
14550 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14551 uses code from the previous `ange-ftp-run-real-handler'.
14552 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14553 only in case that function exist. This is needed for proper
14554 unloading of Tramp.
14555
14556 2013-04-15 Tassilo Horn <tsdh@gnu.org>
14557
14558 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14559
14560 * textmodes/reftex.el (reftex-compile-variables): Use it.
14561
14562 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14563
14564 * files.el (normal-mode): Only use default major-mode if no other mode
14565 was specified.
14566
14567 * emacs-lisp/trace.el (trace-values): New function.
14568
14569 * files.el: Allow : in local variables (bug#14089).
14570 (hack-local-variable-regexp): New var.
14571 (hack-local-variables-prop-line, hack-local-variables): Use it.
14572
14573 2013-04-13 Roland Winkler <winkler@gnu.org>
14574
14575 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
14576 data before it gets modified by bibtex-beginning-of-entry.
14577
14578 2013-04-13 Roland Winkler <winkler@gnu.org>
14579
14580 * textmodes/bibtex.el (bibtex-url): Doc fix.
14581
14582 2013-04-13 Roland Winkler <winkler@gnu.org>
14583
14584 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14585 does not visit a BibTeX file, exclude it from the list of buffers
14586 returned by bibtex-initialize.
14587
14588 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
14589
14590 * window.el (split-window): Remove interactive form, since as a
14591 command this function is a special case of split-window-below.
14592 Correct doc string.
14593
14594 2013-04-12 Roland Winkler <winkler@gnu.org>
14595
14596 * faces.el (read-face-name): Do not override value of arg default.
14597 Allow single faces and strings as default values. Remove those
14598 elements from return value that are not faces.
14599 (describe-face): Simplify.
14600 (face-at-point): New optional args thing and multiple so that this
14601 function can provide the same functionality previously provided by
14602 read-face-name.
14603 (make-face-bold, make-face-unbold, make-face-italic)
14604 (make-face-unitalic, make-face-bold-italic, invert-face)
14605 (modify-face, read-face-and-attribute): Use face-at-point.
14606
14607 * cus-edit.el (customize-face, customize-face-other-window)
14608 * cus-theme.el (custom-theme-add-face)
14609 * face-remap.el (buffer-face-set)
14610 * facemenu.el (facemenu-set-face): Use face-at-point.
14611
14612 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
14613
14614 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14615
14616 2013-04-10 Tassilo Horn <tsdh@gnu.org>
14617
14618 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14619 off leading { and trailing } from field values.
14620
14621 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14622
14623 * emacs-lisp/timer.el (timer--check): New function.
14624 (timer--time, timer-set-function, timer-event-handler): Use it.
14625 (timer-set-idle-time): Simplify.
14626 (timer--activate): CSE.
14627 (timer-event-handler): Give more info in error message.
14628 (internal-timer-start-idle): New function, moved from C.
14629
14630 * mpc.el (mpc-proc): Add `restart' argument.
14631 (mpc-proc-cmd): Use it.
14632 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14633 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14634 less often.
14635
14636 2013-04-10 Masatake YAMATO <yamato@redhat.com>
14637
14638 * progmodes/sh-script.el: Implement `sh-mode' own
14639 `add-log-current-defun-function' (bug#14112).
14640 (sh-current-defun-name): New function.
14641 (sh-mode): Use the function.
14642
14643 2013-04-09 Bastien Guerry <bzg@gnu.org>
14644
14645 * simple.el (choose-completion-string): Fix docstring (bug#14163).
14646
14647 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14648
14649 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14650
14651 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14652 timer (bug#14156).
14653
14654 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
14655
14656 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14657 declaration.
14658
14659 2013-04-07 Leo Liu <sdl.web@gmail.com>
14660
14661 * pcmpl-x.el: New file.
14662
14663 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
14664
14665 Do not set x-display-name until X connection is established.
14666 This is needed to prevent from weird situation described at
14667 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14668 * frame.el (make-frame): Set x-display-name after call to
14669 window system initialization function, not before.
14670 * term/x-win.el (x-initialize-window-system): Add optional
14671 display argument and use it.
14672 * term/w32-win.el (w32-initialize-window-system):
14673 * term/ns-win.el (ns-initialize-window-system):
14674 * term/pc-win.el (msdos-initialize-window-system):
14675 Add compatible optional display argument.
14676
14677 2013-04-06 Eli Zaretskii <eliz@gnu.org>
14678
14679 * files.el (normal-backup-enable-predicate): On MS-Windows and
14680 MS-DOS compare truenames of temporary-file-directory and of the
14681 file, so that 8+3 aliases (usually found in $TEMP on Windows)
14682 don't fail comparison by compare-strings. Also, compare file
14683 names case-insensitively on MS-Windows and MS-DOS.
14684
14685 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14686
14687 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14688 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14689
14690 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
14691
14692 * whitespace.el (whitespace-color-on, whitespace-color-off):
14693 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14694
14695 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
14696
14697 * ispell.el (ispell-set-spellchecker-params):
14698 Really set `ispell-args' for all equivs.
14699
14700 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14701
14702 * ido.el (ido-completions): Use extra elements of ido-decorations
14703 (bug#14143).
14704 (ido-decorations): Update docstring.
14705
14706 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
14707
14708 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14709 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14710 nil during initialization, in order not to miss changes since the
14711 file was opened. (Bug#14140)
14712
14713 2013-04-05 Leo Liu <sdl.web@gmail.com>
14714
14715 * kmacro.el (kmacro-call-macro): Fix bug#14135.
14716
14717 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
14718
14719 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14720
14721 2013-04-04 Glenn Morris <rgm@gnu.org>
14722
14723 * electric.el (electric-pair-inhibit-predicate): Add :version.
14724
14725 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14726
14727 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14728 when a package is required several times (bug#14082).
14729
14730 2013-04-04 Roland Winkler <winkler@gnu.org>
14731
14732 * faces.el (read-face-name): Behave as promised by the docstring.
14733 Assume that arg default is a list of faces.
14734 (describe-face): Call read-face-name with list of default faces.
14735
14736 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14737
14738 * bookmark.el: Fix deletion of bookmarks (bug#13972).
14739 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14740 (bookmark-bmenu-execute-deletions): Only skip first line if it's
14741 the header.
14742 (bookmark-exit-hook-internal): Save even if list is empty.
14743
14744 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
14745
14746 * emacs-lisp/package.el (package-pinned-packages): New var.
14747 (package--add-to-archive-contents): Obey it (bug#14118).
14748
14749 2013-04-03 Alan Mackenzie <acm@muc.de>
14750
14751 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14752 Also adapt to the new values of element 7 of a parse state.
14753
14754 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14755 parameter `not-in-delimiter'. Handle being inside comment opener.
14756 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14757 character in case we're typing a '*' after a '/'.
14758 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14759 instead by passing the parameter to c-state-pp-to-literal.
14760
14761 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14762 for elt. 7 of a parse state.
14763
14764 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
14765
14766 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14767 * international/latin1-disp.el, international/mule-util.el:
14768 * language/cyril-util.el, language/european.el, language/ind-util.el:
14769 * language/lao-util.el, language/thai.el, language/tibet-util.el:
14770 * language/tibetan.el, language/viet-util.el:
14771 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14772
14773 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14774
14775 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14776 (electric-pair-post-self-insert-function): Use it.
14777 (electric-pair-default-inhibit): New function, extracted from
14778 electric-pair-post-self-insert-function.
14779
14780 2013-03-31 Roland Winkler <winkler@gnu.org>
14781
14782 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14783
14784 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14787
14788 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
14789
14790 Un-indent after "pass" and "return" statements (Bug#13888)
14791 * progmodes/python.el (python-indent-block-enders): New var.
14792 (python-indent-calculate-indentation): Use it.
14793
14794 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
14795
14796 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14797 defun. Defining it as defalias could introduce too eager
14798 byte-compiler optimization. (Bug#14030)
14799
14800 2013-03-30 Chong Yidong <cyd@gnu.org>
14801
14802 * iswitchb.el (iswitchb-read-buffer): Fix typo.
14803
14804 2013-03-30 Leo Liu <sdl.web@gmail.com>
14805
14806 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14807 (kmacro-execute-from-register): Pass the keyboard macro to
14808 kmacro-call-macro or repeating won't work correctly.
14809
14810 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
14811
14812 * progmodes/subword.el: Back to using `forward-symbol'.
14813
14814 * subr.el (forward-whitespace, forward-symbol)
14815 (forward-same-syntax): Move from thingatpt.el.
14816
14817 2013-03-29 Leo Liu <sdl.web@gmail.com>
14818
14819 * kmacro.el (kmacro-to-register): New command.
14820 (kmacro-execute-from-register): New function.
14821 (kmacro-keymap): Bind to 'x'. (Bug#14071)
14822
14823 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14824
14825 * mpc.el: Use defvar-local and setq-local.
14826 (mpc--proc-connect): Connection failures are not bugs.
14827 (mpc-mode-map): `follow-link' only applies to the buffer's content.
14828 (mpc-volume-map): Bind to the up-events.
14829
14830 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
14831
14832 * progmodes/subword.el (superword-mode): Use `forward-sexp'
14833 instead of `forward-symbol'.
14834
14835 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14836
14837 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14838 (edebug--recursive-edit): Use it.
14839 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14840 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14841
14842 2013-03-28 Leo Liu <sdl.web@gmail.com>
14843
14844 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
14845
14846 2013-03-27 Eli Zaretskii <eliz@gnu.org>
14847
14848 * facemenu.el (list-colors-callback): New defvar.
14849 (list-colors-redisplay): New function.
14850 (list-colors-display): Install list-colors-redisplay as the
14851 revert-buffer-function. (Bug#14063)
14852
14853 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14854
14855 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14856 and suffixes don't overlap (bug#14061).
14857
14858 * case-table.el: Use lexical-binding.
14859 (case-table-get-table): New function.
14860 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
14861
14862 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
14863
14864 * progmodes/subword.el: Add `superword-mode' to do word motion
14865 over symbol_words (parallels and leverages `subword-mode' which
14866 does word motion inside MixedCaseWords).
14867
14868 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
14869
14870 * eshell/em-unix.el: Move su and sudo to...
14871 * eshell/em-tramp.el: ...Eshell tramp module.
14872
14873 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14874
14875 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14876 Change return value to be a sexp. Delay `get-buffer' to after
14877 restoring the desktop (bug#13951).
14878
14879 2013-03-26 Leo Liu <sdl.web@gmail.com>
14880
14881 * register.el: Move semantic tag handling back to
14882 cedet/semantic/senator.el. (Bug#14052)
14883
14884 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14885
14886 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14887 into the prompt either (bug#13963).
14888
14889 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14890
14891 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14892 part of "(error-foo)".
14893
14894 2013-03-24 Juri Linkov <juri@jurta.org>
14895
14896 * replace.el (list-matching-lines-prefix-face): New defcustom.
14897 (occur-1): Pass `list-matching-lines-prefix-face' to the function
14898 `occur-engine' if `face-differs-from-default-p' returns t.
14899 (occur-engine): Add `,' inside backquote construct to evaluate
14900 `prefix-face'. Propertize the prefix with the `prefix-face' face.
14901 Pass `prefix-face' to the functions `occur-context-lines' and
14902 `occur-engine-add-prefix'.
14903 (occur-engine-add-prefix, occur-context-lines): Add optional arg
14904 `prefix-face' and propertize the prefix with `prefix-face'.
14905 (Bug#14017)
14906
14907 2013-03-24 Leo Liu <sdl.web@gmail.com>
14908
14909 * nxml/rng-valid.el (rng-validate-while-idle)
14910 (rng-validate-quick-while-idle): Guard against deleted buffer.
14911 (Bug#13999)
14912
14913 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14914 is the last entry in kill-buffer-hook.
14915
14916 * files.el (kill-buffer-hook): Doc fix.
14917
14918 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
14919
14920 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14921 Make it safe-local.
14922
14923 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14924
14925 2013-03-23 Leo Liu <sdl.web@gmail.com>
14926
14927 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14928 Remove.
14929
14930 * nxml/rng-valid.el (rng-validate-mode)
14931 (rng-after-change-function, rng-do-some-validation):
14932 * nxml/rng-maint.el (rng-validate-buffer):
14933 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14934 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14935 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14936 (nxml-extend-after-change-region): Use with-silent-modifications.
14937
14938 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14939 timer-idle-list.
14940
14941 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14942 (rng-next-error-1, rng-previous-error-1): Do not let-bind
14943 timer-idle-list. (Bug#13999)
14944
14945 2013-03-23 Juri Linkov <juri@jurta.org>
14946
14947 * info.el (info-index-match): New face.
14948 (Info-index, Info-apropos-matches): Add a nested subgroup to the
14949 main pattern and add text properties with the new face to matches
14950 in index entries relative to the beginning of the index entry.
14951 (Bug#14015)
14952
14953 2013-03-21 Eric Ludlam <zappo@gnu.org>
14954
14955 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
14956 Inhibit read only while inserting objects.
14957
14958 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
14959
14960 * progmodes/cfengine.el: Update docs to mention
14961 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
14962 symbol motion. Remove "_" from the word syntax.
14963
14964 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
14965
14966 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14967 syntax for both `cfengine2-mode' and `cfengine3-mode'.
14968
14969 2013-03-20 Juri Linkov <juri@jurta.org>
14970
14971 * info.el (Info-next-reference-or-link)
14972 (Info-prev-reference-or-link): New functions.
14973 (Info-next-reference, Info-prev-reference): Use them.
14974 (Info-try-follow-nearest-node): Handle footnote navigation.
14975 (Info-fontify-node): Fontify footnotes. (Bug#13989)
14976
14977 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14978
14979 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14980 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14981
14982 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
14983
14984 Suppress unnecessary non-ASCII chatter during build process.
14985 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14986 (batch-skkdic-convert): Suppress most of the chatter.
14987 It's not needed so much now that machines are faster,
14988 and its non-ASCII component was confusing; see Dmitry Gutov in
14989 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14990
14991 2013-03-20 Leo Liu <sdl.web@gmail.com>
14992
14993 * ido.el (ido-chop): Fix bug#10994.
14994
14995 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14996
14997 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14998 Remove vars.
14999 (whitespace-color-on, whitespace-color-off):
15000 Use `font-lock-fontify-buffer' (Bug#13817).
15001
15002 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15003
15004 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15005 remapping in mode-line.
15006 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15007
15008 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15009
15010 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15011 value for `whitespace-line' face (Bug#13875).
15012 (whitespace-font-lock-keywords): Change description.
15013 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15014 the constructed keywords instead.
15015 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15016
15017 2013-03-19 Leo Liu <sdl.web@gmail.com>
15018
15019 * progmodes/compile.el (compilation-display-error): New command.
15020 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15021 C-o. (Bug#13992)
15022
15023 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15024
15025 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15026
15027 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15028
15029 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15030
15031 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15032
15033 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15034
15035 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15036 * net/tramp-gvfs.el (top):
15037 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15038 (tramp-handle-shell-command): Use it.
15039 (tramp-dissect-file-name): Raise an error when hostname is a
15040 method name, and neither method nor user is specified.
15041
15042 * net/trampver.el: Update release number.
15043
15044 2013-03-18 Leo Liu <sdl.web@gmail.com>
15045
15046 Make sure eldoc can be turned off properly.
15047 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15048 eldoc-mode.
15049 (eldoc-display-message-p): Revert last change.
15050 (eldoc-display-message-no-interference-p)
15051 (eldoc-print-current-symbol-info): Tweak.
15052
15053 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15054
15055 * doc-view.el (doc-view-new-window-function): Check the new window
15056 overlay's display property instead the char property of the
15057 buffer's first char. Use `with-selected-window' instead of
15058 `save-window-excursion' with `select-window'.
15059 (doc-view-document->bitmap): Check the current doc-view overlay's
15060 display property instead the char property of the buffer's first char.
15061
15062 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15063
15064 Automate the build of ja-dic.el (Bug#13984).
15065 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15066 from the input, rather than assume that it's been done for us by the
15067 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15068 the current date into a ja-dic.el comment, as that complicates
15069 regression testing.
15070
15071 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15072
15073 * whitespace.el: Fix double evaluation.
15074 (whitespace-space, whitespace-hspace, whitespace-tab)
15075 (whitespace-newline, whitespace-trailing, whitespace-line)
15076 (whitespace-space-before-tab, whitespace-indentation)
15077 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15078 obsolete defvars.
15079 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15080 (whitespace-color-on): Use a single font-lock-add-keywords call.
15081 Fix double-evaluation of face variables.
15082
15083 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15084
15085 * net/tramp-adb.el (tramp-adb-parse-device-names):
15086 Use `start-process' instead of `call-process'. Otherwise, the
15087 function might be blocked under MS Windows. (Bug#13299)
15088
15089 2013-03-17 Leo Liu <sdl.web@gmail.com>
15090
15091 Extend eldoc to display info in the mode-line. (Bug#13978)
15092 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15093 (eldoc-mode-line-string): New variable.
15094 (eldoc-minibuffer-message): New function.
15095 (eldoc-message-function): New variable.
15096 (eldoc-message): Use it.
15097 (eldoc-display-message-p)
15098 (eldoc-display-message-no-interference-p):
15099 Support eldoc-post-insert-mode.
15100
15101 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15102 (eval-expression): Run it.
15103
15104 2013-03-17 Roland Winkler <winkler@gnu.org>
15105
15106 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15107 strings in the list of return values.
15108
15109 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15110
15111 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15112 radix before checking for HMS forms.
15113
15114 2013-03-16 Leo Liu <sdl.web@gmail.com>
15115
15116 * progmodes/scheme.el: Add indentation and font-locking for λ.
15117 (Bug#13975)
15118
15119 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15120
15121 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15122 token before point (bug#13942).
15123
15124 2013-03-16 Leo Liu <sdl.web@gmail.com>
15125
15126 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15127
15128 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15129
15130 * startup.el (command-line-normalize-file-name): Fix handling of
15131 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15132 <xfq.free@gmail.com> in
15133 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15134
15135 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15136
15137 Sync with Tramp 2.2.7.
15138
15139 * net/trampver.el: Update release number.
15140
15141 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15142
15143 * doc-view.el: Fix bug#13887.
15144 (doc-view-insert-image): Don't modify overlay associated to
15145 non-live windows, and implement horizontal centering of image in
15146 case it's smaller than the window.
15147 (doc-view-new-window-function): Force redisplay of new windows on
15148 doc-view buffers.
15149
15150 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15151
15152 * saveplace.el (save-place-alist-to-file): Don't sort
15153 `save-place-alist', just pretty-print it (bug#13882).
15154
15155 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15156
15157 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15158 Check whether `default-file-name-coding-system' is bound.
15159 It isn't in XEmacs.
15160
15161 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15162
15163 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15164 backquotes for `obsolete' (bug#13929).
15165
15166 * international/mule.el (find-auto-coding): Include file name in
15167 obsolescence warning (bug#13922).
15168
15169 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15170
15171 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15172 for CFEngine 3-specific indentation.
15173 (cfengine3-indent-line): Use it. Fix up category regex.
15174 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15175
15176 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15177
15178 * type-break.el (type-break-file-name):
15179 * textmodes/remember.el (remember-data-file):
15180 * strokes.el (strokes-file):
15181 * shadowfile.el (shadow-initialize):
15182 * saveplace.el (save-place-file):
15183 * ps-bdf.el (bdf-cache-file):
15184 * progmodes/idlwave.el (idlwave-config-directory):
15185 * net/quickurl.el (quickurl-url-file):
15186 * international/kkc.el (kkc-init-file-name):
15187 * ido.el (ido-save-directory-list-file):
15188 * emulation/viper.el (viper-custom-file-name):
15189 * emulation/vip.el (vip-startup-file):
15190 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15191 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15192
15193 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15194
15195 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15196 * language/thai-word.el: Switch to UTF-8.
15197
15198 See ChangeLog.16 for earlier changes.
15199
15200 ;; Local Variables:
15201 ;; coding: utf-8
15202 ;; End:
15203
15204 Copyright (C) 2011-2014 Free Software Foundation, Inc.
15205
15206 This file is part of GNU Emacs.
15207
15208 GNU Emacs is free software: you can redistribute it and/or modify
15209 it under the terms of the GNU General Public License as published by
15210 the Free Software Foundation, either version 3 of the License, or
15211 (at your option) any later version.
15212
15213 GNU Emacs is distributed in the hope that it will be useful,
15214 but WITHOUT ANY WARRANTY; without even the implied warranty of
15215 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15216 GNU General Public License for more details.
15217
15218 You should have received a copy of the GNU General Public License
15219 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.