* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):
[bpt/emacs.git] / lisp / ChangeLog
1 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4 Backtrack one char if the global/char-literal var matcher hits
5 inside a string. The next char could be the beginning of an
6 expression expansion.
7
8 2014-05-05 Glenn Morris <rgm@gnu.org>
9
10 * help-fns.el (describe-function-1): Test for an autoload before a
11 macro, since `macrop' works on autoloads. (Bug#17410)
12
13 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * electric.el (electric-indent-functions-without-reindent): Add yaml.
16
17 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
18 Make sure the new point we return is within the new string (bug#17239).
19
20 2014-05-03 Eli Zaretskii <eliz@gnu.org>
21
22 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
23
24 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
27 Use nil rather than `default' for the "default" appearance (bug#17388).
28 * vc/ediff-util.el (ediff-inferior-compare-regions)
29 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
30 a misleading `default' value when it's really a boolean.
31 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
32 overlay is not visible.
33
34 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
35
36 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
37 (todo-menu): Uncomment and update.
38
39 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
40
41 * calendar/todo-mode.el: Reimplement item editing to have the same
42 basic user interface as item insertion, and make small UI and
43 larger internal improvements to the latter.
44 (todo-insert-item): Add reference to the Todo mode user manual to
45 the documentation string.
46 (todo-insert-item--basic): Rename from todo-basic-insert-item and
47 adjust all callers. Change signature to combine diary and
48 nonmarking arguments. Incorporate functionality of deleted item
49 copying command and add error checking. Remove detailed
50 descriptions of the arguments from the documentation string, since
51 this is treated in the Todo mode user manual.
52 (todo-copy-item, todo-edit-multiline-item)
53 (todo-edit-done-item-comment, todo-edit-item-header)
54 (todo-edit-item-time, todo-edit-item-date-from-calendar)
55 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
56 (todo-edit-item-date-year, todo-edit-item-date-month)
57 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
58 Remove.
59 (todo-edit-item): Reimplement as wrapper command for
60 todo-edit-item--next-key and make it distinguish done and not done
61 todo items.
62 (todo-edit-item--text): New function, replacing old command
63 todo-edit-item and incorporating deleted commands
64 todo-edit-multiline-item and todo-edit-done-item-comment.
65 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
66 Use only numeric value of prefix argument. Remove detailed
67 descriptions of the arguments from the documentation string, since
68 this is treated in the Todo mode user manual.
69 (todo-edit-item--diary-inclusion): New function, replacing old
70 command todo-edit-item-diary-inclusion and incorporating and fixing
71 functionality of deleted command todo-edit-item-diary-nonmarking,
72 making sure to remove todo-nondiary-marker when adding
73 diary-nonmarking-symbol.
74 (todo-edit-category-diary-inclusion): Make sure to delete
75 diary-nonmarking-symbol when adding todo-nondiary-marker.
76 (todo-edit-category-diary-nonmarking): Fix indentation.
77 (todo-insert-item--parameters): Group diary and nonmarking
78 parameters together.
79 (todo-insert-item--apply-args): Adjust to signature of
80 todo-insert-item--basic and incorporate copy parameter.
81 Make small code improvements.
82 (todo-insert-item--next-param): Improve prompt and adjust it to
83 new parameter grouping. Remove obsolete code.
84 (todo-edit-item--param-key-alist)
85 (todo-edit-item--date-param-key-alist)
86 (todo-edit-done-item--param-key-alist): New defconsts.
87 (todo-edit-item--prompt): New variable.
88 (todo-edit-item--next-key): New function.
89 (todo-key-bindings-t): Bind "e" to todo-edit-item. Remove
90 bindings of deleted commands.
91
92 2014-05-02 Leo Liu <sdl.web@gmail.com>
93
94 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
95
96 2014-05-01 Glenn Morris <rgm@gnu.org>
97
98 * allout-widgets.el (allout-widgets-tally)
99 (allout-decorate-item-guides):
100 * menu-bar.el (menu-bar-positive-p):
101 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
102 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
103 * progmodes/js.el (js--inside-param-list-p)
104 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
105 * progmodes/prolog.el (region-exists-p):
106 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
107 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
108 Doc fixes (replace `iff').
109
110 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
113
114 2014-04-30 Eli Zaretskii <eliz@gnu.org>
115
116 * dired.el (dired-initial-position-hook, dired-initial-position):
117 Doc string fixes.
118
119 2014-04-29 Glenn Morris <rgm@gnu.org>
120
121 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
122
123 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
124
125 * faces.el (face-spec-recalc): Apply X resources only after the
126 defface spec has been applied. Thus, X resources are no longer
127 overriden by the defface spec which also fixes issues on win32 where
128 the toolbar coloring was wrong because it is set through X resources
129 and was (wrongfully) overriden. (Bug#16694)
130
131 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
132
133 * textmodes/rst.el (electric-pair-pairs): Declare.
134 (rst-mode): Set it (bug#17131).
135
136 2014-04-27 Juri Linkov <juri@jurta.org>
137
138 * desktop.el (desktop-value-to-string): Let-bind `print-length'
139 and `print-level' to nil. (Bug#17351)
140
141 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
142
143 * battery.el (battery-update): Handle the case where battery
144 status is "N/A" (bug#17319).
145
146 2014-04-24 Eli Zaretskii <eliz@gnu.org>
147
148 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
149 Use equal-including-properties to compare help-echo strings (bug#17331).
150
151 2014-04-24 Leo Liu <sdl.web@gmail.com>
152
153 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
154 Fix syntax for @. (Bug#17325)
155
156 2014-04-24 Daniel Colascione <dancol@dancol.org>
157
158 * emacs-lisp/cl.el (gv): Require gv early to break eager
159 macro-expansion cycles.
160
161 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * simple.el (region-active-p): Check there's a mark (bug#17324).
164
165 * simple.el (completion-list-mode-map): Use choose-completion for the
166 mouse binding as well (bug#17302).
167 (completion-list-mode, completion-setup-function): Adjust docstring and
168 echo area message accordingly.
169 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
170 calling convention of choose-completion.
171 * comint.el (comint-dynamic-list-completions):
172 * term.el (term-dynamic-list-completions): Accept choose-completion.
173
174 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
175 &, |, +, - and * can't be a division (bug#17317).
176
177 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * term/xterm.el (xterm--version-handler): Don't use modern xterm
180 features on gnome-terminal (bug#16988).
181
182 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
183
184 * dired.el (dired-insert-set-properties): Do not consider
185 subdirectory headings and empty lines to be information that
186 `dired-hide-details-mode' should hide. (Bug#17228)
187
188 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
189
190 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
191 Remove test messages.
192 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
193 and `target' twice.
194
195 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
198 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
199
200 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
201
202 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
203
204 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
205 Set "IFS=" when using read builtin, in order to preserve spaces in
206 the file name. Add test messages for hunting a bug on hydra.
207 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
208
209 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
212 Don't prettify a word within a symbol.
213
214 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
215
216 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
217 possible.
218
219 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
220
221 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
222 assignments such as "case=hello" (bug#17297).
223
224 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
225
226 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
227 Do not autoload.
228 (tramp-file-name-handler, tramp-completion-file-name-handler):
229 Revert patch from 2014-04-10, it isn't necessary anymore.
230 (tramp-autoload-file-name-handler)
231 (tramp-register-autoload-file-name-handlers): New defuns.
232 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
233 (tramp-register-file-name-handlers): Remove also
234 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
235 Do not autoload its invocation, but eval it after loading of 'tramp.
236
237 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
238
239 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
240
241 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
244 was done (bug#17264).
245 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
246 comment to EOB.
247
248 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
249 here-documents (bug#17262).
250
251 2014-04-16 Eli Zaretskii <eliz@gnu.org>
252
253 * term/pc-win.el (x-list-fonts, x-get-selection-value):
254 Provide doc strings, as required by snarf-documentation.
255
256 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
259 arg of overlays-at. Use `invisible-p'.
260
261 * obsolete/lucid.el (extent-at):
262 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
263 overlays-at.
264 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
265
266 2014-04-14 João Távora <joaotavora@gmail.com>
267
268 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
269 links. (Bug#17217).
270
271 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
272
273 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
274 Use mapc to loop over a vector. (Bug#17257).
275
276 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
277
278 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
279 patch, there are new problems with file names containing spaces.
280 Get rid of backticks. (Bug#17238)
281
282 2014-04-13 João Távora <joaotavora@gmail.com>
283
284 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
285 possible bug.
286
287 2014-04-13 Eli Zaretskii <eliz@gnu.org>
288
289 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
290 (blink-cursor-mode): Mention customization variables and the
291 effect of 'blink-cursor-blinks'.
292
293 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
294
295 * simple.el (undo): Prevent insertion of identity mapping into
296 undo-equiv-table so as undo-only does not inf loop in the presence
297 of consecutive nils in undo list.
298
299 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
300
301 * faces.el (make-face): Deprecate optional argument as it is no
302 longer needed/used since the conditional X resources handling
303 has been pushed down to make-face-x-resource-internal itself.
304 (make-empty-face): Don't pass optional argument to make-face.
305
306 2014-04-12 Eli Zaretskii <eliz@gnu.org>
307
308 * international/characters.el <standard-case-table>: Add entries
309 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
310 Set category of Coptic characters be 'g' (Greek).
311
312 2014-04-12 Leo Liu <sdl.web@gmail.com>
313
314 * progmodes/octave.el (completion-table-with-cache): Define if not
315 available.
316 (octave-goto-function-definition)
317 (octave-sync-function-file-names)
318 (octave-find-definition-default-filename): Backquote upattern for
319 compatibility.
320
321 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
322
323 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
324 name twice due to backticks. (Bug#17238)
325
326 2014-04-11 Glenn Morris <rgm@gnu.org>
327
328 * term/w32-win.el (x-win-suspend-error):
329 * term/x-win.el (x-win-suspend-error): Sync docs.
330
331 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 Ediff's overlay priorities cause more trouble than they solve.
334 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
335 (ediff-highest-priority): Remove function (bug#17234).
336 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
337 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
338 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
339 overlay priorities.
340
341 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
342
343 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
344 entry; use symbol boundaries to avoid mis-matches.
345
346 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
347
348 * net/tramp.el (tramp-file-name-handler)
349 (tramp-completion-file-name-handler): Avoid recursive loading.
350
351 * net/tramp-sh.el (tramp-make-copy-program-file-name):
352 Quote result also locally.
353
354 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
355
356 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
357 Module methods. (Bug#17216)
358
359 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * help.el (describe-bindings): Fix buffer handling (bug#17210).
362 (describe-bindings-internal): Mark obsolete.
363
364 2014-04-07 João Távora <joaotavora@gmail.com>
365
366 * elec-pair.el:
367 (electric-pair--syntax-ppss): When inside comments parse from
368 comment beginning.
369 (electric-pair--balance-info): Fix typo in comment.
370 (electric-pair--in-unterminated-string-p): Delete.
371 (electric-pair--unbalanced-strings-p): New function.
372 (electric-pair-string-bound-function): New var.
373 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
374 according to `electric-pair--in-unterminated-string-p'
375
376 2014-04-07 João Távora <joaotavora@gmail.com>
377
378 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
379 Inhibit quote pairing if point-max is inside an unterminated string.
380 (electric-pair--looking-at-unterminated-string-p): Delete.
381 (electric-pair--in-unterminated-string-p): New function.
382
383 2014-04-07 Glenn Morris <rgm@gnu.org>
384
385 * shell.el (shell-directory-tracker):
386 Go back to just ignoring failures. (Bug#17159)
387
388 2014-04-06 João Távora <joaotavora@gmail.com>
389
390 Fix `electric-pair-delete-adjacent-pairs' in modes binding
391 backspace. (bug#16981)
392 * elec-pair.el (electric-pair-backward-delete-char): Delete.
393 (electric-pair-backward-delete-char-untabify): Delete.
394 (electric-pair-mode-map): Bind backspace to a menu item filtering
395 a new `electric-pair-delete-pair' command.
396 (electric-pair-delete-pair): New command.
397
398 2014-04-06 João Távora <joaotavora@gmail.com>
399
400 * progmodes/python.el (python-electric-pair-string-delimiter):
401 Fix triple-quoting electricity. (Bug#17192)
402
403 2014-04-06 João Távora <joaotavora@gmail.com>
404
405 * elec-pair.el (electric-pair-post-self-insert-function):
406 Don't skip whitespace when `electric-pair-text-pairs' and
407 `electric-pair-pairs' were used. syntax to
408 electric-pair--skip-whitespace. (Bug#17183)
409
410 2014-04-06 Eli Zaretskii <eliz@gnu.org>
411
412 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
413 "<F>". (Bug#17199)
414
415 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
416
417 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
418 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
419
420 2014-04-05 Glenn Morris <rgm@gnu.org>
421
422 * help.el (view-lossage): Doc tweak.
423
424 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
425
426 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
427 only when inhibit-x-resources is nil, and do that earlier in the
428 function. Doc fix. (Bug#16694)
429 (face-spec-choose): Accept additional optional argument, whose
430 value is returned if no matching attributes are found.
431 (face-spec-recalc): Use the new optional argument when calling
432 face-spec-choose. (Bug#16378)
433 (make-face-x-resource-internal): Do nothing when
434 inhibit-x-resources is non-nil. Don't touch the default face if
435 reversed video is given--as was done in previous versions of Emacs.
436 (face-set-after-frame-default): Don't call
437 make-face-x-resource-internal here. (Bug#16434)
438
439 2014-04-04 Tassilo Horn <tsdh@gnu.org>
440
441 * doc-view.el (doc-view-bookmark-jump):
442 Use `bookmark-after-jump-hook' to jump to the right page after the
443 buffer is shown in a window. (bug#16090)
444
445 2014-04-04 Eli Zaretskii <eliz@gnu.org>
446
447 * international/characters.el (mirroring): Fix last change:
448 instead of loading uni-mirrored.el explicitly, do that implicitly
449 by creating the 'mirroring' uniprop table. This avoids announcing
450 the loading of uni-mirrored.el.
451
452 2014-04-04 Glenn Morris <rgm@gnu.org>
453
454 * files.el (buffer-stale--default-function)
455 (buffer-stale-function, revert-buffer--default):
456 * autorevert.el (auto-revert-buffers): Doc tweaks.
457
458 2014-04-03 Eli Zaretskii <eliz@gnu.org>
459
460 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
461
462 2014-04-03 Glenn Morris <rgm@gnu.org>
463
464 * files.el (make-backup-file-name-function)
465 (make-backup-file-name, make-backup-file-name--default-function)
466 (make-backup-file-name-1, find-backup-file-name)
467 (revert-buffer-function, revert-buffer-insert-file-contents-function)
468 (buffer-stale--default-function, buffer-stale-function)
469 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
470 (revert-buffer, revert-buffer--default)
471 (revert-buffer-insert-file-contents--default-function):
472 Doc fixes related to defaults no longer being nil.
473 (make-backup-file-name-function): Bump :version.
474 Restore nil as a valid but deprecated custom type.
475
476 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
477
478 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
479 used as a variable (bug#17174).
480
481 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * progmodes/perl-mode.el (perl-indent-new-calculate):
484 Handle forward-sexp failure (bug#16985).
485 (perl-syntax-propertize-function): Add "foreach" and "for" statement
486 modifiers introducing expressions (bug#17116).
487
488 2014-04-02 Glenn Morris <rgm@gnu.org>
489
490 * menu-bar.el (menu-bar-file-menu):
491 * vc/ediff.el (ediff-current-file):
492 Update for revert-buffer-function no longer being nil by default.
493
494 * simple.el (command-execute): Respect nil disabled-command-function.
495
496 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
497
498 * simple.el (command-execute): Do not execute the command when it
499 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
500
501 2014-03-29 Juri Linkov <juri@jurta.org>
502
503 * dired-aux.el (dired-compress-file): Don't use string-match-p
504 because its match data is used afterwards.
505
506 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
509 0 like nil.
510
511 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
512
513 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
514 Highlight special globals with font-lock-builtin-face. (Bug#17057)
515
516 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
517 Don't propertize `?' or `!' as symbol constituent when after
518 colon. (Bug#17097)
519
520 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
521
522 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
523 which is no longer needed and causes trouble in GTK builds (bug#17046).
524
525 * emacs-lisp/package-x.el (package--archive-contents-from-url):
526 Use url-insert-file-contents; package-handle-response no longer exists.
527
528 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
529
530 * emacs-lisp/package.el: Fix bug#16733 (again).
531 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
532 (url-http-target-url): Remove unused declarations.
533 (package-handle-response): Remove.
534 (package--with-work-buffer): Use url-insert-file-contents and simplify.
535 (package--download-one-archive): Use current-buffer instead of
536 dynamic binding of `buffer'.
537 (describe-package-1): Do not decode readme-string.
538
539 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
540
541 * simple.el (primitive-undo): Correction to 2014-03-24 change.
542
543 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
544
545 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
546
547 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
548 from 2014-03-07, it decreases performance unnecessarily. Let-bind
549 `remote-file-name-inhibit-cache' to nil in the second pass.
550 (tramp-find-executable): Do not call "which" on SunOS.
551 (tramp-send-command-and-check): Fix docstring.
552 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
553 check whether source directory has set the sticky bit.
554
555 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
556
557 * simple.el (primitive-undo): Only process marker adjustments
558 validated against their corresponding (TEXT . POS). Issue warning
559 for lone marker adjustments in undo history. (Bug#16818)
560 (undo-make-selective-list): Add marker adjustments to selective
561 undo list based on whether their corresponding (TEXT . POS) is in
562 the region. Remove variable adjusted-markers, which was unused
563 and only non nil during undo-make-selective-list.
564 (undo-elt-in-region): Return nil when passed a marker adjustment
565 and explain in function doc.
566
567 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
568
569 * emacs-lisp/package.el (package--add-to-archive-contents):
570 Include already installed and built-in packages in
571 `package-archive-contents'.
572 (package-install): Don't include already installed packages in the
573 options during interactive invocation. (Bug#16762)
574
575 2014-03-24 Daniel Colascione <dancol@dancol.org>
576
577 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
578 instead of cl-loop search function.
579
580 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
581
582 * frameset.el (frameset--initial-params): Fix typo in parameter name.
583
584 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
585
586 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
587
588 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
589
590 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
591 Match special global variables without curlies, too.
592 (ruby-font-lock-keywords): Simplify the matcher for special global
593 variables. Don't require a non-word character after the variable.
594 (Bug#17057)
595
596 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * simple.el (redisplay-highlight-region-function): Increase priority of
599 overlay to make sure boundaries are visible (bug#15899).
600
601 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
602
603 * frameset.el (frameset-restore): Compare display strings with equal.
604
605 * frame.el (make-frame): Don't quote display name in error message,
606 it is already a string.
607
608 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
609
610 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
611 the password.
612
613 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
614
615 * emacs-lisp/package.el (package-show-package-list): If the buffer
616 is already displayed in another window, switch to that window.
617
618 2014-03-21 Daniel Colascione <dancol@dancol.org>
619
620 * mail/emacsbug.el (report-emacs-bug): Include memory usage
621 information in bug reports.
622
623 2014-03-23 Daniel Colascione <dancol@dancol.org>
624
625 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
626 list to look for keyword arguments instead of `memq', fixing
627 (Bug#3647) --- unfortunately, only for freshly-compiled code.
628 Please make bootstrap.
629
630 2014-03-23 Richard Stallman <rms@gnu.org>
631
632 * battery.el (battery-linux-sysfs): Search for each field
633 from the beginning of the buffer.
634
635 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
636
637 * emacs-lisp/package.el (package-desc): Use the contents of the
638 quoted form, not its cdr. (Bug#16873)
639
640 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
641
642 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
643 benefit of doc.c; change parameter profile to match the X function.
644
645 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
646
647 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
648 and `tramp-copy-env'.
649
650 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
651 (tramp-maybe-open-connection): Handle `tramp-login-env'.
652
653 2014-03-21 Glenn Morris <rgm@gnu.org>
654
655 * electric.el (electric-indent-post-self-insert-function): Add doc.
656
657 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
658
659 * emacs-lisp/package.el (package-compute-transaction):
660 Use `version-list-<=' to compare the requirement version against
661 the version of package already to be installed. Update the error
662 message. (Bug#16826)
663
664 * progmodes/ruby-mode.el (ruby-smie-rules):
665 Add indentation rule for ` @ '. (Bug#17050)
666
667 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
668
669 * align.el (align-regexp): Remove superfluous backslash.
670
671 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
672 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
673 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
674 Fix docstring typos.
675 (ffap-next): Use C-u in docstring.
676 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
677 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
678 Remove superfluous backslashes.
679 (ffap-string-at-point): Reflow docstring.
680
681 * server.el (server-host): Reflow docstring.
682 (server-unload-function): Fix docstring typo.
683 (server-eval-at): Remove superfluous backslash.
684
685 * skeleton.el (skeleton-insert): Remove superfluous backslash.
686 (skeleton-insert): Doc fix.
687 (skeleton-insert): Reflow docstring.
688
689 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
690 (tty-color-approximate, tty-color-by-index, tty-color-values)
691 (tty-color-desc): Remove superfluous backslashes.
692
693 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * electric.el (electric-newline-and-maybe-indent): New command.
696 Bind it globally to C-j.
697 (electric-indent-mode): Don't mess with the global map any more.
698 Don't drop the post-self-insert-hook is some buffer is still using it
699 (bug#16770).
700
701 * bindings.el (global-map): Remove C-j binding.
702
703 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
704 the docstring of functions advised before dumping (bug#16993).
705
706 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
707
708 * ps-print.el (ps-generate-postscript-with-faces):
709 Explicitly deactivate the mark (bug#16866).
710 * simple.el (deactivate-mark): Update region highlight.
711
712 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
713
714 * emacs-lisp/package.el (describe-package-1):
715 Decode commentary (bug#16733).
716
717 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
718
719 * custom.el (defcustom): Doc fix: recommend avoiding destructive
720 modification of the value argument of :set (bug#16755).
721
722 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * simple.el (newline-and-indent): Do autofill (bug#17031).
725
726 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
727
728 * newcomment.el (comment-normalize-vars): Only add escaping check
729 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
730 (comment-beginning): Use `narrow-to-region' instead of moving back
731 one character.
732 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
733 (comment-start-skip): Update the docstring.
734
735 2014-03-18 Richard Stallman <rms@gnu.org>
736
737 * dired.el (dired-display-file): Force use of other window.
738
739 2014-03-18 Daniel Colascione <dancol@dancol.org>
740
741 * startup.el (tty-handle-args): Remove debug message from 2007.
742
743 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
746 (advice--make-interactive-form): Use it to avoid (auto)loading function.
747 (advice--make-1, advice-add, advice-remove):
748 Remove braindead :advice-pending hack.
749
750 2014-03-17 Glenn Morris <rgm@gnu.org>
751
752 * calendar/calendar.el (calendar-generate-month): Apply weekend
753 face to the right days; fixes 2013-08-06 change. (Bug#17028)
754
755 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
756
757 * net/tramp.el (tramp-action-out-of-band): Read pending output.
758 (tramp-call-process): Trace also DESTINATION.
759
760 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
761 Quote file names when they are local. Remove superfluous trace.
762
763 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
764
765 * newcomment.el (comment-beginning): If `comment-start-skip'
766 doesn't match, move back one char and try again. (Bug#16971)
767
768 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
769 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
770 Set `comment-start-skip' to a simpler value that doesn't try to
771 check if the semicolon is escaped (this is handled by
772 `syntax-ppss' now). (Bug#16971)
773
774 * progmodes/scheme.el (scheme-mode-variables): Same.
775
776 2014-03-16 Martin Rudalics <rudalics@gmx.at>
777
778 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
779 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
780 current (Bug#16816, Bug#17007).
781 (with-current-buffer-window): New macro doing the same as
782 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
783 * help.el (help-print-return-message): Warn in doc-string to not
784 use this in `with-help-window'.
785 (describe-bindings-internal): Call `describe-buffer-bindings'
786 from within help buffer. See Juanma's scenario in (Bug#16816).
787 (with-help-window): Update doc-string.
788 * dired.el (dired-mark-pop-up):
789 * files.el (save-buffers-kill-emacs):
790 * register.el (register-preview): Use `with-current-buffer-window'
791 instead of `with-temp-buffer-window'.
792
793 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
794
795 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
796 Implement inserting into current buffer, documented in their docstrings.
797 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
798 (rst-section-tree-point, rst-forward-section, rst-indent)
799 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
800 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
801 (rst-font-lock-handle-adornment-pre-match-form)
802 (rst-repeat-last-character): Reflow docstrings.
803 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
804 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
805 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
806 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
807 Fix docstring typos.
808 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
809 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
810 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
811
812 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
813
814 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
815 for compatibility with other ports.
816 (ns-initialize-window-system): Use it. It is set in term/common-win.el
817 from the -xrm command line argument, but in the Nextstep port its value
818 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
819
820 * progmodes/python.el (defconst, python-syntax-count-quotes)
821 (python-indent-region, python-indent-shift-right)
822 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
823 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
824 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
825 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
826 (inferior-python-mode, python-shell-make-comint, run-python-internal)
827 (python-shell-buffer-substring, python-shell-send-buffer)
828 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
829 (python-completion-complete-at-point, python-fill-docstring-style)
830 (python-eldoc-function, python-imenu-format-item-label)
831 (python-imenu-format-parent-item-label)
832 (python-imenu-format-parent-item-jump-label)
833 (python-imenu--build-tree, python-imenu-create-index)
834 (python-imenu-create-flat-index): Fix docstring typos.
835 (python-indent-context, python-shell-prompt-regexp, run-python):
836 Remove superfluous backslashes.
837 (python-indent-line, python-nav-beginning-of-defun)
838 (python-shell-get-buffer, python-shell-get-process)
839 (python-info-current-defun, python-info-current-line-comment-p)
840 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
841 (python-indent-post-self-insert-function, python-shell-send-file)
842 (python-shell-completion-get-completions)
843 (python-shell-completion-complete-or-indent)
844 (python-eldoc--get-doc-at-point): Reflow docstrings.
845
846 2014-03-14 Glenn Morris <rgm@gnu.org>
847
848 * emacs-lisp/package.el (package-menu-mode-map):
849 Replace use of obsolete function alias. Tweak menu item text.
850
851 * info.el (Info-finder-find-node):
852 Ignore the `emacs' metapackage. (Bug#10813)
853
854 * finder.el (finder-list-matches): Include unversioned packages
855 in the result of a keyword search.
856
857 * finder.el (finder--builtins-descriptions): New constant.
858 (finder-compile-keywords): Use finder--builtins-descriptions.
859
860 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
861
862 * simple.el (blink-matching-paren): Describe the new value,
863 `jump', enabling the old behavior.
864 (blink-matching-open): Use that value. (Bug#17008)
865
866 2014-03-14 Glenn Morris <rgm@gnu.org>
867
868 * finder.el (finder-no-scan-regexp): Add leim-list.
869 (finder-compile-keywords):
870 Don't skip files with same basename. (Bug#14010)
871 * Makefile.in (setwins_finder): New, excluding leim.
872 (finder-data): Use setwins_finder.
873
874 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
875 (help-function-arglist, help-make-usage): Move from here...
876 * help.el (help-split-fundoc, help-add-fundoc-usage)
877 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
878 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
879
880 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
881
882 * net/socks.el (socks, socks-override-functions)
883 (socks-find-services-entry):
884 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
885 (hif-find-ifdef-block):
886 * progmodes/modula2.el (m2-indent): Fix docstring typos.
887
888 * net/tls.el (tls-program): Reflow docstring.
889
890 * progmodes/pascal.el (pascal-mode-abbrev-table)
891 (pascal-imenu-generic-expression, pascal-auto-endcomments)
892 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
893 (pascal-outline-mode): Fix docstring typos.
894 (pascal-mode): Let define-derived-mode document mode hook.
895 (pascal-uncomment-area): Reflow.
896 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
897
898 * progmodes/opascal.el (opascal-compound-block-indent)
899 (opascal-case-label-indent): Fix docstring typos.
900 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
901
902 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
903
904 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
905 Fontify multiple adjacent negation chars. (Bug#17004)
906
907 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
908
909 * emacs-lisp/package.el (package--prepare-dependencies):
910 Accept requirements without explicit version (bug#14941).
911
912 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
913
914 * register.el (register-separator, copy-to-register): Doc fixes.
915 (register-preview-default): Remove unnecessary call to concat.
916
917 * frameset.el (frameset-restore): When checking for a visible frame,
918 use the action map instead of calling visible-frame-list.
919
920 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
921
922 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
923
924 2014-03-12 Martin Rudalics <rudalics@gmx.at>
925
926 * window.el (fit-frame-to-buffer): Get maximum width from
927 display's width instead of height.
928
929 2014-03-12 Glenn Morris <rgm@gnu.org>
930
931 * desktop.el (desktop-restore-frames)
932 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
933 (desktop-restore-reuses-frames): Doc tweaks.
934
935 * electric.el (electric-indent-mode): Doc fix.
936
937 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
938
939 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
940 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
941 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
942 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
943 (cvs-dired-use-hook): Fix docstring typos.
944 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
945 Doc fixes.
946
947 * vc/pcvs-defs.el (cvs-auto-remove-handled)
948 (cvs-auto-remove-directories, cvs-default-ignore-marks)
949 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
950 (cvs-execute-single-dir): Fix docstring typos.
951
952 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
953 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
954
955 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
956
957 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
958 Fix docstring typos.
959
960 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
961
962 * frameset.el (frameset--jump-to-register): Add autoload; it could be
963 called from jump-to-register after unloading the frameset package.
964
965 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
968 (bug#16975). Deactivate the mark before setting it to nil.
969 (activate-mark): Do nothing if region is already active.
970
971 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
972
973 * frameset.el (frameset--target-display): Remove definition; declare.
974 (frameset-save, frameset-restore): Let-bind frameset--target-display.
975
976 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
979 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
980 when the advice is pending.
981 (advice-remove): Remove this marker when not needed any more.
982
983 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
984
985 * frameset.el: Separate options for reusing frames and cleaning up.
986 (frameset--reuse-list): Remove definition; declare.
987 (frameset--action-map): Declare.
988 (frameset--find-frame-if): Doc fix.
989 (frameset--restore-frame): Cache frame action.
990 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
991 how to clean up the frame list after restoring. Remove cleaning
992 options from REUSE-FRAMES. Change all keyword values to symbols.
993 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
994
995 * desktop.el (desktop-restore-forces-onscreen)
996 (desktop-restore-reuses-frames): Use non-keyword values.
997 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
998
999 2014-03-10 Glenn Morris <rgm@gnu.org>
1000
1001 * files.el (find-file): Doc fix: update info node name.
1002
1003 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1004 Doc fix: remove references to deleted info nodes.
1005
1006 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1007
1008 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1009 Do not add `nil' to the environment, when there's no remote `locale'.
1010 (tramp-find-inline-encoding): Check, that the remote host has
1011 installed perl, before sending scripts.
1012
1013 2014-03-10 Leo Liu <sdl.web@gmail.com>
1014
1015 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1016 Clear eldoc-last-message. (Bug#16920)
1017
1018 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1021 (bug#14430).
1022
1023 2014-03-09 Juri Linkov <juri@jurta.org>
1024
1025 * ansi-color.el (ansi-color-names-vector): Copy default colors
1026 from `xterm-standard-colors' that look well on the default white
1027 background (and also on the black background) to avoid illegible
1028 color combinations like yellow-on-white and white-on-white.
1029 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1030
1031 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1032
1033 * frameset.el (frameset-restore): When no frame is visible, do not
1034 generate a list of frames, just make visible the selected one.
1035
1036 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1037
1038 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1039 it only contains the repository root. (Bug#16897)
1040
1041 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1042
1043 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1044 only when `remote-file-name-inhibit-cache' is nil.
1045 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1046
1047 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1048
1049 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1050 Fix doc-strings.
1051 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1052 fit-frame-to-buffer variable. Fix doc-string.
1053 (fit-window-to-buffer): Set ONLY argument in call of
1054 fit-frame-to-buffer. Fix doc-string.
1055
1056 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1057
1058 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1059 (tramp-action-password): Clear password cache if needed.
1060 (tramp-read-passwd): Do not clear password cache.
1061
1062 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1063 cache unless it is the first password request.
1064
1065 2014-03-06 Glenn Morris <rgm@gnu.org>
1066
1067 * simple.el (newline): Doc tweak.
1068
1069 * emacs-lisp/shadow.el (load-path-shadows-find):
1070 Ignore dir-locals. (Bug#12357)
1071
1072 2014-03-05 Glenn Morris <rgm@gnu.org>
1073
1074 * files.el (interpreter-mode-alist):
1075 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
1076
1077 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1078
1079 * frameset.el (frameset--initial-params): Filter out null entries.
1080
1081 2014-03-05 Martin Rudalics <rudalics@gmx.at>
1082
1083 * window.el (window-min-height, window-min-width):
1084 Rewrite doc-strings.
1085 (window-body-size): Add PIXELWISE argument to make it consistent
1086 with its callees.
1087
1088 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1089
1090 * finder.el (finder-mode-map, finder-mode-syntax-table):
1091 Revert part of 2014-02-28 change.
1092
1093 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
1094
1095 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1096 (eww-setup-buffer): Clear next/prev/etc more reliably.
1097 (eww-textarea-map): [tab] doesn't work on tty.
1098 Reported by Mario Lang.
1099
1100 * net/shr.el (shr-map): Ditto.
1101
1102 2014-03-04 Glenn Morris <rgm@gnu.org>
1103
1104 * minibuffer.el (completion-hilit-commonality):
1105 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1106
1107 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1108
1109 * hilit-chg.el (hilit-chg-unload-function): New function.
1110 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1111 (hilit-chg-map-changes): Prefer cardinal number to digit.
1112 (hilit-chg-display-changes): Reflow docstring.
1113 (highlight-changes-rotate-faces): Remove superfluous backslash.
1114
1115 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
1116
1117 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1118 `tramp-send-command-and-check'.
1119
1120 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1121
1122 * hexl.el (hexl-address-region, hexl-ascii-region)
1123 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1124 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1125 (hexl-forward-word, hexl-previous-line, hexl-next-line):
1126 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1127 (hexl-mode): Doc fix.
1128 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1129 (hexl-mode-ruler): Fix typos in docstrings.
1130
1131 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1132 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1133 Remove superfluous backslashes.
1134 (strokes-last-stroke, strokes-global-map, strokes-mode):
1135 Reflow docstrings.
1136 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1137 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1138 (strokes-distance-squared, strokes-global-set-stroke)
1139 (strokes-global-set-stroke-string): Doc fixes.
1140 (strokes-help): Fix typos; reflow docstring.
1141
1142 2014-03-04 Martin Rudalics <rudalics@gmx.at>
1143
1144 * window.el (window-in-direction): Fix doc-string.
1145
1146 2014-03-04 Glenn Morris <rgm@gnu.org>
1147
1148 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1149 Explicit error if no grammar.
1150 (smie-config-save): Doc fix. Fix quote typo.
1151
1152 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1155 electric-indent-mode-hook if we obey electric-indent-mode.
1156 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1157 decide whether we obey electric-indent-mode.
1158 (c-change-set-fl-decl-start, c-extend-after-change-region):
1159 Silence warnings.
1160 (c-electric-indent-mode-hook): Assume we do want to obey
1161 electric-indent-mode.
1162
1163 * electric.el (electric-indent-mode-has-been-called): Remove.
1164 (electric-indent-mode): Fix accordingly.
1165
1166 * files.el (hack-local-variables): Mention file name in warning.
1167
1168 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1169
1170 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
1171
1172 * bindings.el: Add comment describing why C-d binds to `delete-char'.
1173 * simple.el (delete-forward-char): Mark as interactive-only.
1174
1175 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
1176
1177 * icomplete.el (icomplete-completions):
1178 Follow-up to 2014-03-01 change.
1179
1180 * icomplete.el: Miscellaneous doc fixes.
1181 Use Icomplete everywhere instead of icomplete for consistency.
1182 (icomplete-max-delay-chars): Fix typo.
1183 (icomplete-mode): Use \[].
1184 (icomplete-tidy, icomplete-exhibit): Reflow.
1185 (icomplete-minibuffer-setup-hook, icomplete-completions):
1186 Remove superfluous backlashes.
1187
1188 * ido.el: Miscellaneous doc fixes.
1189 Use Ido everywhere instead of ido or `ido' for consistency.
1190 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1191 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1192 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1193 (ido-separator): Extract obsolescence info from docstring and declare
1194 with make-obsolete-variable.
1195 (ido-minibuffer-setup-hook): Simplify example.
1196 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1197 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1198 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1199 (ido-everywhere): Reflow docstring.
1200 (ido-toggle-vc): Doc fix.
1201 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1202 of long list of keybindings.
1203
1204 2014-03-03 Glenn Morris <rgm@gnu.org>
1205
1206 * frame.el (display-pixel-height, display-pixel-width)
1207 (display-mm-dimensions-alist, display-mm-height)
1208 (display-mm-width): Doc tweaks.
1209
1210 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1211
1212 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1213 case of undo in region.
1214
1215 2014-03-02 Martin Rudalics <rudalics@gmx.at>
1216
1217 * window.el (fit-window-to-buffer): Fix argument in window-size
1218 call when window is horizontally combined.
1219
1220 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
1221
1222 * icomplete.el (icomplete-completions): Use string-width.
1223 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1224
1225 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
1226
1227 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1228 Highlight regexp options. (Bug#16914)
1229
1230 2014-03-01 Martin Rudalics <rudalics@gmx.at>
1231
1232 * window.el (window--max-delta-1): Round down when calculating
1233 how many lines/columns we can get from a window.
1234
1235 2014-03-01 Glenn Morris <rgm@gnu.org>
1236
1237 * isearch.el (search-invisible): Doc fix.
1238
1239 * minibuffer.el (completion-hilit-commonality):
1240 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
1241 * comint.el (comint-dynamic-list-completions): Doc fix.
1242 * comint.el (comint-dynamic-list-completions):
1243 * filecache.el (file-cache-minibuffer-complete):
1244 * tempo.el (tempo-display-completions):
1245 * eshell/em-hist.el (eshell-list-history):
1246 Replace use of obsolete argument of display-completion-list.
1247
1248 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
1249
1250 * icomplete.el (icomplete-completions):
1251 Revert back to using "..." when ?… cannot be displayed.
1252
1253 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * finder.el (finder-unload-function): New function.
1256
1257 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1258
1259 * dframe.el (dframe-detach):
1260 * find-dired.el (find-dired, find-name-dired):
1261 * finder.el (finder-mode-map, finder-mode-syntax-table)
1262 (finder-headmark, finder-select, finder-mouse-select):
1263 Fix docstring typos.
1264
1265 2014-02-28 Martin Rudalics <rudalics@gmx.at>
1266
1267 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1268 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1269 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1270 Fix doc-string based on a suggestion by Nicolas Richard
1271 <theonewiththeevillook@yahoo.fr>.
1272 * help.el (with-help-window): Fix doc-string.
1273
1274 2014-02-28 Ivan Kanis <ivan@kanis.fr>
1275
1276 * net/shr.el (shr-image-animate): New option.
1277 (shr-put-image): Respect shr-image-animate.
1278
1279 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1280
1281 * net/tramp-adb.el (tramp-adb-parse-device-names):
1282 Use `accept-process-output'.
1283 (tramp-adb-handle-file-truename): Cache the localname only.
1284 (tramp-adb-handle-make-directory)
1285 (tramp-adb-handle-delete-directory): Flush file properties correctly.
1286 (tramp-adb-handle-set-file-modes): Do not raise an error when file
1287 modes cannot be changed.
1288
1289 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1290 file properties of symlinks.
1291
1292 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
1293
1294 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1295 required/optional fields to match development biblatex. (Bug#16781)
1296
1297 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
1298
1299 * saveplace.el (toggle-save-place):
1300 Fix argument handling. (Bug#16673)
1301
1302 2014-02-28 Glenn Morris <rgm@gnu.org>
1303
1304 * minibuffer.el (completions-first-difference)
1305 (completions-common-part, completion-hilit-commonality): Doc fixes.
1306
1307 2014-02-28 Karl Berry <karl@gnu.org>
1308
1309 * info.el (Info-mode-map): Add H for describe-mode,
1310 to synchronize with standalone Info.
1311
1312 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
1313
1314 * progmodes/sql.el (sql-interactive-mode):
1315 Avoid setting global comint-input-ring-separator. (Bug#16814)
1316
1317 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1318
1319 * net/dbus.el (dbus--init-bus): Declare function.
1320 (dbus-path-local, dbus-interface-local): New defconst.
1321 (dbus-init-bus): Use them.
1322 (dbus-return-values-table): Extend doc.
1323 (dbus-handle-bus-disconnect): Extend error message.
1324
1325 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
1326
1327 * subr.el (y-or-n-p): Fix double space issue in message.
1328
1329 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1330
1331 * net/tramp.el (tramp-call-process): Improve trace message.
1332 (tramp-handle-insert-file-contents): Trace error case.
1333
1334 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1335 <insert-directory>: Use `tramp-handle-insert-directory'.
1336 (tramp-adb-handle-insert-directory): Remove function.
1337 (tramp-adb-send-command-and-check): New defun, replacing
1338 `tramp-adb-command-exit-status'. Change all callees.
1339 (tramp-adb-handle-file-attributes)
1340 (tramp-adb-handle-directory-files-and-attributes): Use it.
1341 (tramp-adb-ls-output-name-less-p):
1342 Use `directory-listing-before-filename-regexp'.
1343 (tramp-adb-handle-delete-directory): Flush also file properties of
1344 the truename of directory.
1345 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1346 (tramp-adb-handle-file-local-copy): Make the local copy readable.
1347 (tramp-adb-handle-write-region): Implement APPEND.
1348 (tramp-adb-handle-rename-file): Make it more robust. Flush file
1349 properties correctly.
1350 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1351 variables. Check for connected devices only when needed.
1352
1353 2014-02-27 Glenn Morris <rgm@gnu.org>
1354
1355 * minibuffer.el (completion-table-dynamic)
1356 (completion-table-with-cache): Doc fixes.
1357
1358 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1359 (completing-read-multiple): Doc fixes.
1360
1361 2014-02-27 Daniel Colascione <dancol@dancol.org>
1362
1363 * minibuffer.el (completion--nth-completion): Fix indentation.
1364
1365 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1366 explicit tramp path is empty.
1367
1368 2014-02-27 Glenn Morris <rgm@gnu.org>
1369
1370 * emacs-lisp/crm.el (completing-read-multiple):
1371 Empower help-enable-auto-load.
1372
1373 2014-02-26 Glenn Morris <rgm@gnu.org>
1374
1375 * startup.el (command-line): Don't init the tty in daemon mode.
1376
1377 Avoid calling tty-setup-hook twice, eg if a term file
1378 explicitly calls tty-run-terminal-initialization. (Bug#16859)
1379 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1380 (tty-create-frame-with-faces): Use it.
1381 * startup.el (command-line): Pass run-hook argument
1382 to tty-run-terminal-initialization.
1383
1384 * dired.el (dired-restore-desktop-buffer): Demote errors;
1385 eg in case a glob match fails. (Bug#16884)
1386
1387 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
1388
1389 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1390 error from `read-from-string'. (Bug#16850)
1391
1392 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1393 result of `completing-read' in the interactive form. (Bug#16854)
1394
1395 2014-02-25 Glenn Morris <rgm@gnu.org>
1396
1397 * image.el (image-animate, image-animate-timeout):
1398 Stop animating images in dead buffers. (Bug#16878)
1399
1400 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
1401
1402 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1403 Doc fixes.
1404 * startup.el (term-setup-hook): Doc fix. Make obsolete.
1405 * term/sun.el (sun-raw-prefix-hooks):
1406 Use tty-setup-hook instead of term-setup-hook.
1407 (terminal-init-sun): Construct message from bytecomp plist.
1408 * term/wyse50.el (enable-arrow-keys): Doc fix.
1409
1410 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1411
1412 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1413 Fix docstring typos.
1414
1415 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
1416
1417 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1418
1419 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1420
1421 * minibuffer.el (completion--try-word-completion):
1422 Fix error when completing M-x commands (bug#16808).
1423
1424 2014-02-24 Leo Liu <sdl.web@gmail.com>
1425
1426 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1427
1428 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1429
1430 * apropos.el (apropos-print): Avoid formatting error when
1431 apropos-do-all and apropos-compact-layout are both t.
1432
1433 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1434
1435 * apropos.el (apropos-property, apropos-all-words-regexp)
1436 (apropos-true-hit, apropos-variable, apropos-print):
1437 Fix docstring typos, and remove obsolete comment.
1438
1439 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
1440
1441 * net/tramp-sh.el (tramp-sh-handle-file-truename):
1442 Preserve trailing "/". (Bug#16851)
1443
1444 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
1445
1446 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1447 after `=>' (bug#16811).
1448 (ruby-smie-rules): Handle the inconsistent second element of the
1449 list returned by `smie-indent--parent'.
1450 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1451 method call.
1452
1453 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1454
1455 * elec-pair.el (electric-pair-text-syntax-table)
1456 (electric-pair-syntax-info, electric-pair--syntax-ppss)
1457 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1458 (electric-pair--looking-at-unterminated-string-p): Doc fix.
1459 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
1460
1461 2014-02-22 Glenn Morris <rgm@gnu.org>
1462
1463 * imenu.el (imenu--generic-function): Doc fix.
1464
1465 * register.el (frame-configuration-to-register): Make obsolete.
1466
1467 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
1468
1469 * desktop.el (desktop-save-buffer-p): Do not fail when
1470 desktop-files-not-to-save is nil. Return t for true result
1471 as the doc says.
1472
1473 2014-02-22 Daniel Colascione <dancol@dancol.org>
1474
1475 * net/secrets.el (secrets-create-item, secrets-search-items):
1476 Check that attribute values are strings, avoiding the construction
1477 of invalid dbus messages.
1478
1479 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1480
1481 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1482 defun-declarations-alist.
1483
1484 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1487 (bug#16829).
1488
1489 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1490
1491 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1492 (whitespace-newline, whitespace-trailing, whitespace-line)
1493 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1494 (whitespace-space-after-tab): Fix typo in docstrings.
1495
1496 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
1497
1498 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1499
1500 * electric.el (electric-indent-functions-without-reindent):
1501 Add `yaml-indent-line'.
1502
1503 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1504
1505 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1506 It has done nothing for years; should be removed after the release.
1507
1508 * simple.el (choose-completion): Fix docstring typo.
1509 (read-quoted-char-radix): Remove unneeded * in docstring.
1510 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1511 Don't escape parentheses unnecessarily in docstrings.
1512
1513 2014-02-21 Martin Rudalics <rudalics@gmx.at>
1514
1515 Fix handling of window-min-height/-width (Bug#16738).
1516 * window.el (window--dump-window, window--dump-frame):
1517 New functions.
1518 (window--min-size-1): Account for window dividers.
1519 When window-resize-pixelwise is nil, delay rounding till after the
1520 sum of the window components has been calculated.
1521 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1522 nil make sure at least one text line and two text columns remain
1523 fully visible.
1524 (window-resize): Signal an error when window-resize-apply fails.
1525 (window--resize-child-windows): Fix calculation of by how many
1526 pixels a window can still be shrunk via window-new-normal.
1527 (adjust-window-trailing-edge): Call window--resizable with
1528 correct TRAIL argument.
1529
1530 (with-temp-buffer-window): Don't evaluate BODY within
1531 with-current-buffer (Bug#16816).
1532
1533 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1534
1535 * net/tramp.el (tramp-check-cached-permissions):
1536 Call `file-attributes' with `suffix' being a symbol but a string.
1537
1538 2014-02-21 Daniel Colascione <dancol@dancol.org>
1539
1540 * net/dbus.el (dbus-init-bus-1): Declare new subr.
1541 (dbus-init-bus): New function: call into dbus-init-bus-1
1542 and installs a handler for the disconnect signal.
1543 (dbus-call-method): Rewrite to look for result in cons.
1544 (dbus-call-method-handler): Store result in cons.
1545 (dbus-check-event): Recognize events with nil sender as valid.
1546 (dbus-handle-bus-disconnect): New function. React to bus
1547 disconnection signal by synthesizing dbus error for each
1548 pending synchronous or asynchronous call.
1549 (dbus-notice-synchronous-call-errors): New function.
1550 (dbus-handle-event): Raise errors directly only when `dbus-debug'
1551 is true, not all the time.
1552
1553 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1556 Remove obsolescence declarations, these variables do not exist anymore.
1557
1558 * savehist.el (savehist-save-minibuffer-history)
1559 (savehist-additional-variables, savehist-file, savehist-mode-hook)
1560 (savehist-save-hook, savehist-coding-system, savehist-loaded)
1561 (savehist-load, savehist-install, savehist-autosave): Fix typos;
1562 mostly, refer to "Savehist mode" when talking about the mode,
1563 and not the function.
1564
1565 * saveplace.el (save-place): Remove redundant info in docstring.
1566 (save-place-forget-unreadable-files, toggle-save-place)
1567 (save-place-forget-unreadable-files, save-place-dired-hook):
1568 Fix typos and remove unneeded backslashes.
1569
1570 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1571
1572 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1573 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1574
1575 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1576 <insert-directory>: Use `tramp-handle-insert-directory'.
1577 (tramp-gvfs-handle-insert-directory): Remove function.
1578
1579 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1580 Call `tramp-handle-insert-directory'.
1581
1582 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
1583
1584 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1585 before the start of buffer/region (bug#16799).
1586
1587 2014-02-20 Glenn Morris <rgm@gnu.org>
1588
1589 * isearch.el (search-invisible): Doc fix.
1590
1591 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
1592
1593 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1594 (bug#16657).
1595
1596 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1597
1598 * frameset.el (frameset-restore): Delay removing an old frame's
1599 duplicate id until the new frame has been correctly created.
1600
1601 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
1602
1603 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1604 (tramp-check-cached-permissions): Call `file-attributes' if the
1605 cache is empty.
1606
1607 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1608 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1609
1610 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1611 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1612 (tramp-gvfs-maybe-open-connection): Set always connection
1613 properties, even if target is mounted already.
1614
1615 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1616 Set tramp-autoload cookie.
1617 (tramp-get-remote-touch): New defun.
1618 (tramp-sh-handle-set-file-times): Use it.
1619 (tramp-sh-handle-directory-files-and-attributes):
1620 Use `tramp-handle-directory-files-and-attributes' if neither stat
1621 nor perl are available on the remote host.
1622
1623 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1624 "/". Write long listing only when "l" belongs to the switches.
1625
1626 * net/trampver.el: Update release number.
1627
1628 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1629
1630 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1631
1632 2014-02-19 Martin Rudalics <rudalics@gmx.at>
1633
1634 * window.el (window-state-put): Allow WINDOW to refer to an
1635 internal window (Bug#16793).
1636
1637 2014-02-19 Glenn Morris <rgm@gnu.org>
1638
1639 * textmodes/remember.el: Move provide statement to end.
1640 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1641 (remember-notes): Doc fixes.
1642
1643 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1644
1645 * delsel.el (delete-char): Restore incorrectly erased property
1646 (bug#16795).
1647
1648 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
1649
1650 * frameset.el (frameset--restore-frame): When a frame is being reused
1651 and its root window is not alive, delete all the frame's windows before
1652 restoring the window state. This works around the issue in bug#16793.
1653
1654 2014-02-18 Glenn Morris <rgm@gnu.org>
1655
1656 * textmodes/remember.el (remember-data-directory)
1657 (remember-directory-file-name-format, remember-store-in-files)
1658 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1659 (remember-notes-save-and-bury-buffer)
1660 (remember-notes--kill-buffer-query): Doc fixes.
1661
1662 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1663
1664 2014-02-17 Alan Mackenzie <acm@muc.de>
1665
1666 Connect electric-indent-mode up with CC Mode. Bug #15478.
1667 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
1668 to electric-indent-{,local-}-mode.
1669 (c-basic-common-init): Set electric-indent-inhibit.
1670 Initialise c-electric-flag from electric-indent-mode.
1671 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
1672 New hook functions which propagate electric-indent-mode to CC mode.
1673
1674 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
1675 hit, toggle electric-indent-local-mode.
1676
1677 * electric.el (electric-indent-mode-has-been-called):
1678 New variable.
1679
1680 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
1681
1682 * frameset.el (frameset-cfg-id): New function.
1683 (frameset--reuse-frame, frameset-restore): Use it.
1684 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1685
1686 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * ido.el (ido-file-internal): Remove unused var `d'.
1689 Use \` for to match BoS. Fit within 80n columns.
1690
1691 2014-02-17 Daniel Colascione <dancol@dancol.org>
1692
1693 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1694 dbus-call-method check for completion using a busy-wait loop with
1695 gradual backoff.
1696
1697 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
1698
1699 Sync with Tramp 2.2.9.
1700
1701 * net/trampver.el: Update release number.
1702
1703 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
1704
1705 * ido.el (ido-file-internal): Don't add the name of an existing
1706 directory twice. (Bug#16747)
1707
1708 2014-02-16 Glenn Morris <rgm@gnu.org>
1709
1710 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1711 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
1712
1713 2014-02-15 Michael R. Mauger <michael@mauger.com>
1714
1715 * progmodes/sql.el: Version 3.4
1716 (sql-oracle-options): New default value ("-L").
1717 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
1718 (sql-placeholders-filter): Correct placeholder pattern.
1719 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
1720 (sql-login-delay): New variable.
1721 (sql-product-interactive): Use it.
1722
1723 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
1724
1725 * frameset.el (frameset--jump-to-register): Check that buffer is live
1726 (bug#16749).
1727
1728 2014-02-15 Glenn Morris <rgm@gnu.org>
1729
1730 * info.el (info-initialize): Revert 2014-01-10 change.
1731
1732 2014-02-14 Glenn Morris <rgm@gnu.org>
1733
1734 * replace.el (map-query-replace-regexp)
1735 (read-regexp-defaults-function, read-regexp): Doc fixes.
1736
1737 * dired.el (dired-read-regexp):
1738 * faces.el (list-faces-display):
1739 * misearch.el (multi-isearch-read-matching-buffers)
1740 (multi-isearch-read-matching-files):
1741 * play/cookie1.el (cookie-apropos):
1742 * progmodes/grep.el (grep-read-regexp): Doc fixes.
1743
1744 * textmodes/remember.el (remember): Use frameset-to-register
1745 rather than frame-configuration-to-register.
1746
1747 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
1748
1749 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1750 incorrect keybinding.
1751
1752 2014-02-13 Daniel Colascione <dancol@dancol.org>
1753
1754 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1755 when adding overlays so that line numbers from compiler match line
1756 numbers we use.
1757
1758 2014-02-13 Glenn Morris <rgm@gnu.org>
1759
1760 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
1761
1762 * jit-lock.el (jit-lock-mode): Doc fix.
1763
1764 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
1765
1766 * apropos.el (apropos-read-pattern): When the user passes an empty
1767 string, give a more helpful error message than "Wrong type
1768 argument: stringp, nil".
1769
1770 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1773
1774 2014-02-13 Glenn Morris <rgm@gnu.org>
1775
1776 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1777
1778 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1781 shift-select commands.
1782
1783 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
1784
1785 * progmodes/js.el (js-indent-line): Don't widen.
1786 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1787
1788 2014-02-12 Glenn Morris <rgm@gnu.org>
1789
1790 * icomplete.el (icomplete): Add info-link to defgroup.
1791 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1792 (icomplete-minibuffer-map, icomplete-mode)
1793 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1794
1795 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1796 (package-menu-filter): Rename from package-menu-filter-interactive.
1797 Doc fix.
1798
1799 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
1800
1801 * frameset.el (frameset--jump-to-register): Select the required
1802 window and buffer before restoring position (bug#16696).
1803
1804 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
1805
1806 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1807
1808 2014-02-10 Glenn Morris <rgm@gnu.org>
1809
1810 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
1811
1812 2014-02-10 Eli Zaretskii <eliz@gnu.org>
1813
1814 * w32-common-fns.el (x-get-selection): Doc fix.
1815 * select.el (x-get-selection): Doc fix. (Bug#15109)
1816
1817 * face-remap.el (face-remap-add-relative)
1818 (face-remap-remove-relative, face-remap-reset-base)
1819 (face-remap-set-base): Call force-mode-line-update to redisplay
1820 the current buffer due to potential change in faces. (Bug#16709)
1821
1822 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
1823
1824 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1825 script more robustly.
1826
1827 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1828
1829 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1830
1831 * simple.el (choose-completion): Doc fix (bug#14160).
1832
1833 * subr.el (event-start): Say what a nil EVENT value means.
1834
1835 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
1836 (bug#14197).
1837
1838 * progmodes/grep.el (find-program): Doc fix (bug#14289).
1839
1840 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
1841
1842 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
1843
1844 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
1845 predicate function (bug#15455).
1846
1847 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
1848
1849 * ielm.el (inferior-emacs-lisp-mode): Instead of
1850 `comment-use-global-state', set `comment-use-syntax'.
1851
1852 2014-02-10 Glenn Morris <rgm@gnu.org>
1853
1854 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
1855
1856 2014-02-09 Alan Mackenzie <acm@muc.de>
1857
1858 Fix c-invalidate-state-cache on narrowed buffers.
1859 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1860 Widen when setting and clearing the CPP delimiter properties.
1861
1862 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1863
1864 * help.el (describe-bindings): Doc fix (bug#9888).
1865
1866 * files.el (save-buffer): Use ARG as the parameter name for
1867 consistency (bug#10346).
1868 (save-buffer): Clarify the 0 argument (bug#10346).
1869
1870 * cus-edit.el (customize-apropos): Fix error string.
1871 (custom-buffer-create): Doc fix (bug#11122).
1872 (custom-sort-items): Doc fix (bug#11121).
1873
1874 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1875
1876 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
1877 (icomplete-simple-completing-p): Mention the previous variable.
1878
1879 * font-lock.el (font-lock-value-in-major-mode): Clarify the
1880 meaning of the parameter (bug#12282).
1881
1882 * files.el (find-file-noselect): Clarify prompt when changing
1883 readedness (bug#13261).
1884 (locate-file): Suffixes aren't returned, so don't say that they
1885 are (bug#12674).
1886 (backup-inhibited): Doc clarification (bug#12525).
1887
1888 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1889 before we actually start to delete things (bug#16331).
1890
1891 * subr.el (event-start): Doc fix (bug#14228).
1892 (event-end): Ditto.
1893
1894 2014-02-09 Glenn Morris <rgm@gnu.org>
1895
1896 * emacs-lisp/warnings.el (lwarn):
1897 Empower help-enable-auto-load. (Bug#15940)
1898
1899 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1900
1901 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1902 (Bug#16690)
1903
1904 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
1905
1906 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1907 Insert output at end of buffer. (Bug#16120)
1908
1909 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1910
1911 * simple.el (choose-completion-string-functions): Document new
1912 calling convention (bug#14153).
1913 (execute-extended-command): Clarify doc string (bug#13373).
1914
1915 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1916
1917 * find-dired.el (find-name-dired): Doc fix (bug#14290).
1918 (find-grep-dired): Doc fix (bug#14288).
1919
1920 2014-02-08 Juri Linkov <juri@jurta.org>
1921
1922 * isearch.el (isearch-quote-char): Check character validity
1923 like in `quoted-insert' (bug#16677).
1924
1925 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1926
1927 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1928
1929 * isearch.el (isearch-hide-immediately): Doc clarification
1930 (bug#14723).
1931
1932 * simple.el (line-move): Document utility function used many
1933 places in the Emacs sources (bug#14843).
1934
1935 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1936 (dired-prev-marked-file): Doc fix (bug#14855).
1937 (dired-up-directory): Doc fix (bug#14848).
1938
1939 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1940
1941 * files.el (file-relative-name): Doc fix (bug#15159).
1942
1943 * fringe.el (fringe-styles): Doc fix (bug#15239).
1944
1945 * isearch.el (isearch-filter-predicate): Documentation typo fix
1946 (bug#15474).
1947
1948 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1949
1950 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1951
1952 * replace.el (replace-match-maybe-edit): Doc clarification
1953 (bug#15632).
1954
1955 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1956
1957 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1958
1959 2014-02-08 Glenn Morris <rgm@gnu.org>
1960
1961 * help-fns.el (describe-variable):
1962 Check {file,dir}-local-variables-alist, and buffer-file-name,
1963 in the correct buffer.
1964
1965 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
1966
1967 * help-fns.el (describe-variable): Fix the case where
1968 a value is directory-local with no dir-locals file. (Bug#16635)
1969
1970 2014-02-08 Glenn Morris <rgm@gnu.org>
1971
1972 * abbrev.el (edit-abbrevs-mode):
1973 Derive from fundamental-mode. (Bug#16682)
1974
1975 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * simple.el (quoted-insert): Check character validity (bug#16677).
1978
1979 2014-02-07 Juri Linkov <juri@jurta.org>
1980
1981 * desktop.el (desktop-read): Claim the lock when the owner is not
1982 the current process. (Bug#16157)
1983
1984 2014-02-07 Juri Linkov <juri@jurta.org>
1985
1986 * desktop.el (desktop-buffers-not-to-save): Change default from nil
1987 to "\\` ". (Bug#16651)
1988
1989 2014-02-07 Juri Linkov <juri@jurta.org>
1990
1991 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1992 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1993 (desktop-auto-save-cancel-timer): New function with some code from
1994 `desktop-auto-save-set-timer'.
1995 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1996 Instead of setting `desktop-save-mode' to nil, call
1997 `desktop-save-mode' with arg 0. (Bug#16630)
1998
1999 2014-02-07 Glenn Morris <rgm@gnu.org>
2000
2001 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2002 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2003 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2004
2005 * obsolete/iswitchb.el: Move to obsolete/.
2006 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2007 since obsolete/ is not scanned for autoloads.
2008 * emacs-lisp/authors.el (authors-valid-file-names):
2009 Add iswitchb.el.
2010
2011 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2012 Disable now non-functional find-file-hook.
2013
2014 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2015
2016 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2017 instead of ";" in order to avoid additional prompts. Let heredoc
2018 scripts read from tty. (Bug#16582)
2019 (tramp-send-command): No special handling of heredocs, it isn't
2020 necessary anymore.
2021
2022 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2025 with a space (bug#16664). Limit the symbols considered to the ones
2026 that are bound or fbound (bug#16646).
2027
2028 2014-02-06 Glenn Morris <rgm@gnu.org>
2029
2030 * epa.el (epa-mail-aliases): Doc fix.
2031
2032 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2033
2034 * emacs-lisp/lisp.el (lisp-completion-at-point):
2035 Use `completion-table-merge' instead of `completion-table-in-turn'
2036 (bug#16604).
2037
2038 * minibuffer.el (completion-table-merge): New function.
2039
2040 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2041
2042 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2043 (tramp-sh-handle-set-file-acl)
2044 (tramp-sh-handle-start-file-process)
2045 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2046 (tramp-find-executable, tramp-send-command): Use it.
2047
2048 2014-02-05 Glenn Morris <rgm@gnu.org>
2049
2050 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2051
2052 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2053
2054 * progmodes/python.el (python-shell-send-string)
2055 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2056
2057 2014-02-04 Anders Lindgren <andlind@gmail.com>
2058
2059 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2060 the names (bug#16620).
2061
2062 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2063
2064 * faces.el (window-divider): New default value. Rewrite doc-string.
2065 (window-divider-first-pixel, window-divider-last-pixel): New faces.
2066
2067 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2068
2069 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2070 `protected' and `public' can also be called without arguments.
2071
2072 2014-02-03 Glenn Morris <rgm@gnu.org>
2073
2074 * register.el (window-configuration-to-register)
2075 (frame-configuration-to-register): Unadvertise unused argument.
2076 * frameset.el (frameset-to-register): Remove unused argument.
2077
2078 * frameset.el (frameset-to-register):
2079 * kmacro.el (kmacro-to-register):
2080 * register.el (increment-register):
2081 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2082 (calc-append-to-register, calc-prepend-to-register):
2083 * play/gametree.el (gametree-layout-to-register)
2084 (gametree-apply-register-layout):
2085 * textmodes/picture.el (picture-clear-rectangle-to-register)
2086 (picture-yank-rectangle-from-register):
2087 * vc/emerge.el (emerge-combine-versions-register):
2088 Use register-read-with-preview to read registers.
2089
2090 2014-02-03 João Távora <joaotavora@gmail.com>
2091
2092 * elec-pair.el (electric-pair-backward-delete-char): Don't error
2093 when at beginning of (possibly narrowed) buffer.
2094
2095 2014-02-02 Daniel Colascione <dancol@dancol.org>
2096
2097 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2098 Also try to display local help from just before point.
2099
2100 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
2101
2102 c-parse-state. Don't "append-lower-brace-pair" in certain
2103 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
2104 recognised as a comment.
2105
2106 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2107 as well as normal comment starter.
2108 (c-parse-state-get-strategy): Extra return possibility
2109 'back-and-forward.
2110 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2111 return value list to indicate replacement of a brace-pair cons
2112 with its car.
2113 (c-parse-state-1): With 'back-and-forward, only call
2114 c-append-lower-brace-pair-to state-cache when cons-separated.
2115
2116 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
2117
2118 * term/ns-win.el (ns-suspend-error): New function.
2119 (ns-initialize-window-system): Add ns-suspend-error to
2120 suspend-hook (Bug#16612).
2121
2122 2014-02-02 Daniel Colascione <dancol@dancol.org>
2123
2124 * progmodes/cc-defs.el (c-find-assignment-for-mode):
2125 Make loading cc-mode silent.
2126
2127 2014-02-02 Daniel Colascione <dancol@dancol.org>
2128
2129 * comint.el (comint-prompt-read-only): Change doc to suggest
2130 remap keybinding.
2131
2132 2014-02-02 Glenn Morris <rgm@gnu.org>
2133
2134 * register.el (register-read-with-preview, point-to-register)
2135 (window-configuration-to-register, frame-configuration-to-register)
2136 (jump-to-register, number-to-register, view-register, insert-register)
2137 (copy-to-register, append-to-register, prepend-to-register)
2138 (copy-rectangle-to-register): Doc fixes.
2139
2140 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2141
2142 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2143 * emacs-lisp/find-func.el (find-function-C-source): Idem.
2144 * emacs-lisp/nadvice.el (advice--cd*r): New function.
2145 * help-fns.el (describe-function-1): Use it.
2146
2147 2014-02-02 Glenn Morris <rgm@gnu.org>
2148
2149 * register.el (register-preview-default): New function,
2150 split from register-preview.
2151 (register-preview-function): Rename from register-preview-functions,
2152 make it not a hook.
2153 (register-preview): Use register-preview-function.
2154 (register-read-with-preview): Error on non-character event. (Bug#16595)
2155
2156 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
2157
2158 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2159 `:' before binary operators (bug#16609). Don't check for `:'
2160 before `[' and `(', or their syntax status. A percent literal
2161 can't end with either.
2162 (ruby-font-lock-keywords): For built-ins that require arguments,
2163 check that they're followed by something that looks like argument
2164 (bug#16610).
2165
2166 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2167
2168 * subr.el (butlast): Document what an omitted N means (bug#13437).
2169 (nbutlast): Ditto.
2170
2171 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2172
2173 * net/shr.el (shr-generic): Make into a defsubst to make the stack
2174 depth shallower (bug#16587).
2175 (shr-tag-svg): Respect `shr-inhibit-images'.
2176 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2177
2178 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
2179
2180 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2181 (ruby-smie-grammar): Make "." right-associative. Make its priority
2182 lower than the ternary and all binary operators.
2183 (ruby-smie-rules): Indent "(" relative to the first non-"."
2184 parent, or the first "." parent at indentation.
2185 Use `ruby-align-chained-calls' for indentation of "." tokens.
2186 (Bug#16593)
2187
2188 2014-01-31 Juri Linkov <juri@jurta.org>
2189
2190 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2191 from `make-hash-table'.
2192
2193 * textmodes/ispell.el (ispell-init-process): Change message format
2194 to be consistent with other messages.
2195
2196 2014-01-31 Glenn Morris <rgm@gnu.org>
2197
2198 * delsel.el (delete-selection-mode): Doc fix.
2199
2200 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2201 (trace-function-background): Doc fixes.
2202
2203 * ido.el (ido-use-virtual-buffers): Doc fix.
2204 Reset :version, since the default value has not changed.
2205
2206 * register.el (register-preview-delay, register-read-with-preview):
2207 Doc fixes.
2208
2209 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2210 do not mess with mail-buffer position (fixes 2009-11-03 change).
2211 * progmodes/cc-mode.el (c-submit-bug-report):
2212 Check auto-fill-mode is bound. (Bug#16592)
2213
2214 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
2215
2216 * startup.el (fancy-splash-image-file): New function,
2217 split from fancy-splash-head.
2218 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2219 so that we are both using the same image. (Bug#16574)
2220
2221 2014-01-30 Glenn Morris <rgm@gnu.org>
2222
2223 * simple.el (eval-expression): Doc fix.
2224
2225 * hexl.el (hexl-mode-hook):
2226 * ielm.el (ielm-mode-hook):
2227 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2228 (lisp-interaction-mode-hook):
2229 * progmodes/cfengine.el (cfengine3-documentation-function):
2230 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2231
2232 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2235 is a symbol (bug#16584).
2236
2237 2014-01-30 Glenn Morris <rgm@gnu.org>
2238
2239 * help.el (help-for-help-internal): Add "P" to text.
2240
2241 2014-01-29 Glenn Morris <rgm@gnu.org>
2242
2243 * simple.el (just-one-space, cycle-spacing): Doc fixes.
2244
2245 2014-01-28 Martin Rudalics <rudalics@gmx.at>
2246
2247 * window.el (fit-frame-to-buffer): Fix calculations for margins and
2248 height constraints.
2249
2250 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
2251
2252 * progmodes/hideif.el: Extend to full CPP expression syntax.
2253 (hif-token-alist): Add missing tokens.
2254 (hif-token-regexp): Add support for float/octal/hex immediates.
2255 (hif-string-literal-regexp): New const.
2256 (hif-tokenize): Recognize strings and float/octal/hex immediates.
2257 (hif-exprlist): New function.
2258 (hif-parse-if-exp): Use it.
2259 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2260 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2261 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2262 (hif-logxor, hif-comma): New functions.
2263
2264 2014-01-28 Glenn Morris <rgm@gnu.org>
2265
2266 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2267
2268 * indent.el (tab-stop-list): Doc fix. Add :version.
2269
2270 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2271 (cvs-append-to-ignore): Add compatibility alias.
2272
2273 2014-01-27 Glenn Morris <rgm@gnu.org>
2274
2275 * dired.el (dired-hide-details-mode): Don't autoload it,
2276 since it cannot be used outside Dired buffers anyway.
2277
2278 * emulation/cua-base.el (cua-mode): Doc fix.
2279
2280 * dired.el (dired-hide-details-hide-symlink-targets)
2281 (dired-hide-details-hide-information-lines)
2282 (dired-hide-details-mode): Doc fixes.
2283
2284 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2285 * strokes.el (strokes-file): Doc fix. Bump :version.
2286 (strokes-help): Doc fix.
2287 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2288 * emulation/viper.el (viper): Doc fix for custom group.
2289 (top-level): Remove oh-so-no-longer-relevant text about vip.
2290 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2291
2292 * ido.el (ido-save-directory-list-file):
2293 * saveplace.el (save-place-file):
2294 * calendar/timeclock.el (timeclock-file):
2295 * net/quickurl.el (quickurl-url-file):
2296 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2297 * progmodes/idlwave.el (idlwave-config-directory):
2298 * textmodes/remember.el (remember-data-file):
2299 Bump :version.
2300
2301 2014-01-26 Glenn Morris <rgm@gnu.org>
2302
2303 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2304 Doc fix. Make obsolete.
2305 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2306
2307 * sort.el (delete-duplicate-lines): Doc fix.
2308
2309 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2310
2311 * progmodes/ada-mode.el (ada):
2312 * woman.el (woman): Link to info manual and Commentary section.
2313
2314 * progmodes/flymake.el (flymake):
2315 * nxml/nxml-mode.el (nxml):
2316 * net/eww.el (eww):
2317 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2318 * htmlfontify.el (htmlfontify):
2319 * ses.el (ses):
2320 * epa.el (epa):
2321 * ido.el (ido): Link to info manual.
2322
2323 2014-01-25 Leo Liu <sdl.web@gmail.com>
2324
2325 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2326
2327 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
2328
2329 * net/shr.el (shr-tag-img): Prefer the title over the alt text
2330 (bug#16537).
2331
2332 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
2333
2334 * net/eww.el (eww-download-callback):
2335 Fix reference to eww-download-directory.
2336
2337 * emacs-lisp/bytecomp.el (byte-compile-file):
2338 Remove unused local variable `file-name'.
2339
2340 2014-01-24 Glenn Morris <rgm@gnu.org>
2341
2342 * woman.el (woman-default-faces, woman-monochrome-faces):
2343 Fix obsolescence specification.
2344
2345 * subr.el (with-demoted-errors): Doc fix.
2346
2347 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2348
2349 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2350 (cl--macroexp-fboundp): New function.
2351 (cl--make-type-test): Use it.
2352
2353 2014-01-23 Glenn Morris <rgm@gnu.org>
2354
2355 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2356 * simple.el (eval-expression): Doc fixes.
2357
2358 2014-01-22 Glenn Morris <rgm@gnu.org>
2359
2360 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2361
2362 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * emacs-lisp/package.el: Write files silently.
2365 (package-autoload-ensure-default-file, package--write-file-no-coding)
2366 (package-generate-description-file, package--download-one-archive)
2367 (package-install-from-archive): Tell `write-region' to stay quiet.
2368 (package-menu-mode, package-menu--print-info): Omit the Archive column
2369 if there's only one archive.
2370 (package-all-keywords, package--has-keyword-p): Remove dead code.
2371
2372 2014-01-22 Glenn Morris <rgm@gnu.org>
2373
2374 * version.el (emacs-bzr-version-bzr): Fix typo.
2375
2376 * version.el (emacs-repository-get-version):
2377 Check either .bzr or .git, but not both.
2378 Make the git case actually use the DIR argument, and return nil
2379 rather than the empty string.
2380 Avoid error if .git exists but the git executable is not found.
2381
2382 2014-01-22 Martin Rudalics <rudalics@gmx.at>
2383
2384 Fixes in window size functions around Bug#16430 and Bug#16470.
2385 * window.el (window-total-size, window-size): New argument ROUND.
2386 (window--min-delta-1, window-min-delta, window--max-delta-1):
2387 Be more conservative when calculating the numbers of lines or
2388 columns a window can shrink (Bug#16430).
2389 (fit-window-to-buffer): Simplify code.
2390 * term.el (term-window-width): Call window-body-width again.
2391
2392 2014-01-22 Glenn Morris <rgm@gnu.org>
2393
2394 * image.el (image-format-suffixes): Doc fix.
2395
2396 * international/quail.el (quail-define-package): Doc fix.
2397
2398 * emacs-lisp/authors.el (authors-valid-file-names)
2399 (authors-renamed-files-alist): Additions.
2400
2401 * vc/vc-git.el (vc-git-print-log): Remove --follow;
2402 reverts 2014-01-09 change. (Bug#16422)
2403
2404 * calc/calc-embed.el (thing-at-point-looking-at):
2405 * emacs-lisp/map-ynp.el (x-popup-dialog):
2406 * obsolete/lmenu.el (x-popup-dialog):
2407 * emacs-lisp/package.el (url-recreate-url):
2408 * mail/mailclient.el (clipboard-kill-ring-save):
2409 * subr.el (x-popup-dialog): Update declaration.
2410 * mail/rmail.el (rmail-mime-message-p):
2411 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2412
2413 2014-01-21 Daniel Colascione <dancol@dancol.org>
2414
2415 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2416 Correctly detect when we're inside an arithmetic expansion form
2417 containing nested parenthesis.
2418 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2419 to detect cases where we shouldn't expand "<<" to a heredoc
2420 skeleton.
2421
2422 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2423
2424 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2425 (eldoc--message-command-p): New function.
2426 (eldoc-display-message-p): Use it.
2427 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2428 message is not automatically erased for us.
2429 (eldoc-print-current-symbol-info): Erase previous message, if any.
2430
2431 2014-01-21 Tassilo Horn <tsdh@gnu.org>
2432
2433 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2434 specify it's an interactive function.
2435
2436 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2437 Fix regex used for scanning for citation keys which failed for
2438 citations with optional arguments.
2439
2440 2014-01-21 Leo Liu <sdl.web@gmail.com>
2441
2442 * simple.el (read--expression): Don't enable eldoc-mode.
2443
2444 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * simple.el (move-beginning-of-line): Make sure we don't move forward
2447 (bug#16497).
2448
2449 2014-01-20 Juri Linkov <juri@jurta.org>
2450
2451 * saveplace.el (toggle-save-place, save-place-to-alist)
2452 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2453 'dired-mode) before checking for dired-directory. (Bug#16477)
2454
2455 2014-01-20 Juri Linkov <juri@jurta.org>
2456
2457 * indent.el (indent-line-to): Use backward-to-indentation
2458 instead of back-to-indentation. (Bug#16461)
2459
2460 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2461
2462 Revert some of the CANNOT_DUMP fix (Bug#16494).
2463 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2464 but fixing this can wait until after the next release.
2465 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2466
2467 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
2468
2469 * eshell/esh-mode.el (eshell-password-prompt-regexp):
2470 Use `password-word-equivalents'.
2471 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2472 to t. (Bug#5664, Bug#13124)
2473
2474 2014-01-19 Alan Mackenzie <acm@muc.de>
2475
2476 Bind open-paren-in-column-0-is-defun-start to nil at some entry
2477 points.
2478 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2479 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2480 * progmodes/cc-mode.el (c-before-change, c-after-change)
2481 (c-font-lock-fontify-region): Bind it here.
2482
2483 2014-01-19 Martin Rudalics <rudalics@gmx.at>
2484
2485 * term.el (term-window-width): Call window-text-width instead of
2486 window-width (Bug#16470).
2487
2488 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
2489
2490 * simple.el (password-word-equivalents): Remove duplicates.
2491 Sort, to make this easier next time.
2492 Downcase. Omit ": " after "jelszó".
2493
2494 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
2495
2496 * term/common-win.el (saved-region-selection): Defvar it.
2497 (x-select-text): Set saved-region-selection (Bug#16382).
2498
2499 2014-01-18 Glenn Morris <rgm@gnu.org>
2500
2501 * emacs-lisp/authors.el (authors-aliases)
2502 (authors-renamed-files-alist): Add some entries.
2503
2504 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
2505
2506 * net/tramp.el (tramp-password-prompt-regexp):
2507 Use `password-word-equivalents' if available.
2508 (tramp-action-password, tramp-process-one-action)
2509 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
2510
2511 2014-01-17 Chong Yidong <cyd@gnu.org>
2512
2513 * simple.el (password-word-equivalents): New defcustom.
2514 * comint.el (comint-password-prompt-regexp): Use it. Bump version
2515 to 24.4.
2516 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2517 to t. (Bug#13124)
2518
2519 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2520
2521 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2522 (ruby-align-to-stmt-keywords): Change the default value.
2523 Use `ruby-alignable-keywords' to generate the possible customization
2524 choices.
2525 (ruby-smie-rules): Instead of using a hardcoded list of alignable
2526 keywords, check against the value of `ruby-alignable-keywords'
2527 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2528
2529 2014-01-17 Glenn Morris <rgm@gnu.org>
2530
2531 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2532
2533 Make M-x authors return zero *Authors Errors* from current logs.
2534 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2535 (authors-ignored-files): Add some entries, remove others.
2536 (authors-ambiguous-files, authors-valid-file-names):
2537 Add some entries.
2538 (authors-renamed-files-alist): Add, remove, and adjust entries.
2539 (authors-renamed-files-regexps): Add some entries.
2540 Remove some very broad ones. Make some entries `lax'.
2541 (authors-lax-changelogs): New constant.
2542 (authors-disambiguate-file-name): Treat top-level specially.
2543 (authors-lax-changelog-p): New function.
2544 (authors-canonical-file-name): Check file as written against
2545 authors-valid-file-names. Do not special-case etc/.
2546 Handle `lax' logs and authors-renamed-files-regexps elements.
2547
2548 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
2549
2550 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2551 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
2552 callers.
2553
2554 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2555
2556 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2557 Assume we're already in the proper buffer.
2558 Inspired by Anders Lindgren <andlind@gmail.com>.
2559 (follow-post-command-hook): Call it from the right buffer.
2560 (follow-comint-scroll-to-bottom): Adjust call.
2561 (follow-all-followers): Use get-buffer-window-list.
2562
2563 2014-01-15 Daniel Colascione <dancol@dancol.org>
2564
2565 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2566 `buffer-file-name' in interactive-form so that we don't leave
2567 pathless file names in `file-name-history'.
2568
2569 2014-01-15 Juri Linkov <juri@jurta.org>
2570
2571 * indent.el (indent-rigidly): Set deactivate-mark to nil
2572 in transient indentation mode. (Bug#16438)
2573
2574 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
2575
2576 * emacs-lisp/package.el (package-desc-keywords): New function
2577 (Bug#16222).
2578 (describe-package-1, package-all-keywords)
2579 (package--has-keyword-p): Use it.
2580
2581 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2582
2583 * simple.el (define-alternatives): When creating the
2584 COMMAND-alternatives variable, assign COMMAND as its definition
2585 name so that `describe-variable' can relocate it.
2586
2587 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
2588
2589 * font-lock.el (font-lock-keywords): Fix typo in docstring
2590 (bug#16307).
2591
2592 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2593
2594 * ispell.el (ispell-region): Reset `in-comment' for new line
2595 instead of wrongly reset `add-coment' (bug#13577).
2596
2597 2014-01-14 Daiki Ueno <ueno@gnu.org>
2598
2599 * epa-file.el (epa-file-write-region): Encode the region according
2600 to `buffer-file-format'. Problem reported at:
2601 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2602
2603 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2604
2605 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2606 so it applies in the right buffer (bug#16410).
2607
2608 2014-01-13 Daniel Colascione <dancol@dancol.org>
2609
2610 * textmodes/rst.el (rst-define-key): Provide deprecated
2611 keybindings through named functions instead of anonymous ones so
2612 that "??" doesn't appear in describe-mode output.
2613
2614 2014-01-13 Bastien Guerry <bzg@gnu.org>
2615
2616 * simple.el (define-alternatives): Call the selected command
2617 interactively. When setting `COMMAND--implementation' for the
2618 first time, tell the user how to chose another implementation.
2619 Enhance the docstring.
2620
2621 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2622
2623 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2624 (log-edit--match-first-line): New function.
2625 (log-edit-font-lock-keywords): Use it.
2626 (log-edit-mode): Make jit-lock-defer-multiline work.
2627
2628 2014-01-13 Bastien Guerry <bzg@gnu.org>
2629
2630 * rect.el (rectangle-mark-mode): When the region is not active,
2631 display a message saying that the mark as been set and that
2632 rectangle mode is in use.
2633 (rectangle--highlight-for-redisplay): Only put an overlay with a
2634 visible vertical bar when (display-graphic-p) is non-nil.
2635 This partially fixes Bug#16403.
2636
2637 2014-01-13 Juri Linkov <juri@jurta.org>
2638
2639 * info.el (Info-find-file): Go to DIR before displaying the error
2640 about a nonexistent file if no previous Info file is visited.
2641 Use `user-error' instead of `error' for "Info file %s does not exist".
2642 (Info-find-node-2): In case of a nonexistent node in unwind forms
2643 go to the Top node if there is no previous node to revert to.
2644 (Bug#16405)
2645
2646 2014-01-13 Martin Rudalics <rudalics@gmx.at>
2647
2648 fit-frame/window-to-buffer code fixes including one for Bug#14096.
2649 * window.el (fit-frame-to-buffer): Fix doc-string.
2650 Respect window-min-height/-width. Fit pixelwise when
2651 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
2652 when avoiding that frame goes partially off-screen.
2653 (fit-window-to-buffer): Respect window-min-height/-width
2654 (Bug#14096).
2655
2656 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2657
2658 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2659 after an empty line.
2660
2661 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2662
2663 * net/shr.el (shr-render-region): Autoload.
2664
2665 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
2666
2667 * net/eww.el (eww-download-directory): Rename from
2668 `eww-download-path' (Bug#16419).
2669
2670 2014-01-12 Leo Liu <sdl.web@gmail.com>
2671
2672 * dired-x.el (dired-mode-map): Fix last change.
2673
2674 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2675
2676 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
2677
2678 Spelling fixes.
2679 * emacs-lisp/generic.el (generic--normalize-comments):
2680 Rename from generic--normalise-comments. All uses changed.
2681 * play/bubbles.el (bubbles--neighborhood-score)
2682 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2683 (bubbles--neighborhood-available)
2684 (bubbles--update-neighborhood-score):
2685 Rename from names with 'neighbourhood'. All uses changed.
2686
2687 2014-01-12 Leo Liu <sdl.web@gmail.com>
2688
2689 Re-implement the feature of showing eldoc info after editing.
2690 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2691 (eldoc-edit-message-commands): New function.
2692 (eldoc-print-after-edit): New variable.
2693 (eldoc-pre-command-refresh-echo-area): Emit message only by
2694 eldoc-message-commands.
2695 (eldoc-mode): Restrict eldoc-message-commands to editing commands
2696 if eldoc-print-after-edit is set. (Bug#16346)
2697 * simple.el (read--expression): Enable eldoc-mode.
2698 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2699
2700 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
2701 Eric S. Raymond <esr@thyrsus.com>
2702
2703 * version.el (emacs-repository-get-version): Enhance so the
2704 function works correctly in either a Bazaar or Git repo.
2705
2706 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
2707
2708 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2709 Goes with removal of the joke manpages from /etc.
2710
2711 2014-01-10 Kenichi Handa <handa@gnu.org>
2712
2713 * mail/rmail.el (rmail-get-coding-system):
2714 Check rmail-get-coding-function before "funcall"ing it.
2715
2716 2014-01-10 Glenn Morris <rgm@gnu.org>
2717
2718 * emacs-lisp/authors.el (authors-fixed-entries):
2719 Update for files that no longer exist.
2720
2721 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
2722
2723 * version.el (emacs-bzr-get-version): Restore compatibilty with
2724 24.3 (Tested).
2725
2726 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
2727
2728 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2729 and Podfile.
2730
2731 2014-01-10 Eli Zaretskii <eliz@gnu.org>
2732
2733 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2734
2735 2014-01-10 Chong Yidong <cyd@gnu.org>
2736
2737 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2738
2739 2014-01-10 Anders Lindgren <andlind@gmail.com>
2740
2741 * follow.el (follow-cache-command-list): Include right-char and
2742 left-char.
2743
2744 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
2745
2746 Spelling fixes.
2747 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2748 * woman.el (woman-mark-horizontal-position):
2749 Rename from woman-mark-horizonal-position. Use changed.
2750
2751 2014-01-10 Glenn Morris <rgm@gnu.org>
2752
2753 * info.el (info-initialize): If running uninstalled, ensure our
2754 own info files are always found first, even if INFOPATH is set.
2755
2756 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2757
2758 2014-01-09 David Engster <deng@randomsample.de>
2759
2760 * emacs-lisp/eieio-custom.el:
2761 * emacs-lisp/eieio-opt.el: Set generated autoload file to
2762 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2763 * emacs-lisp/eieio.el: Regenerate autoloads.
2764
2765 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
2766
2767 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
2768 following renames. (Bug#8756)
2769
2770 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2773 (bug#16382).
2774 (activate-mark): Add `no-tmm' argument.
2775 (set-mark, push-mark-command): Use it instead of running
2776 activate-mark-hook by hand.
2777
2778 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
2779
2780 In preparation for the move to git, sanitize out some
2781 Bazaar-specific names.
2782
2783 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2784
2785 * version.el (emacs-bzr-version): Name changed to
2786 emacs-repository-version. Obsolete-variable alias made.
2787 * loadup.el: Follow through on this name change.
2788 * mail/emacsbug.el (report-emacs-bug): Factor out any
2789 assumption about the version control system in use.
2790
2791 2014-01-08 David Engster <deng@randomsample.de>
2792
2793 * help-fns.el (help-fns-describe-function-functions):
2794 New variable to call functions for augmenting help buffers.
2795 (describe-function-1): Remove explicit calls to
2796 `help-fns--compiler-macro', `help-fns--parent-mode' and
2797 `help-fns--obsolete'. Put them in above new variable instead, and
2798 call them through `run-hook-with-args'.
2799 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2800 `eieio-describe-class'. Not meant for interactive use anymore,
2801 but to augment existing help buffers. Remove optional second
2802 argument. Create proper button for file location.
2803 Rewrite function to use `insert' instead of `princ' and `prin1' where
2804 possible.
2805 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2806 (eieio-method-def, eieio-class-def): Move further up.
2807 (describe-method, describe-generic, eieio-describe-method):
2808 Remove aliases.
2809 (eieio-help-constructor, eieio-help-generic): Rename from
2810 `eieio-describe-constructor' and `eieio-describe-generic', resp.
2811 Rewrite to use `insert' in the current buffer and use proper help
2812 buttons.
2813 (eieio-help-find-method-definition)
2814 (eieio-help-find-class-definition): Also accept symbols as
2815 arguments.
2816 (eieio-help-mode-augmentation-maybee): Remove.
2817 (eieio-describe-class-sb): Use `describe-function'.
2818 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2819 Add `eieio-help-generic' and `eieio-help-constructor'.
2820
2821 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
2822
2823 Spelling fixes.
2824 * language/china-util.el (hz-ascii-designation):
2825 Rename from hz-ascii-designnation.
2826 (hz-ascii-designation): Rename from hz-ascii-designnation.
2827 All uses changed.
2828
2829 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
2832 package-alist.
2833
2834 2014-01-08 Bastien Guerry <bzg@gnu.org>
2835
2836 * emacs-lisp/package.el (package-delete):
2837 Correctly delete the package from package-alist.
2838
2839 2014-01-08 Daiki Ueno <ueno@gnu.org>
2840
2841 * emacs-lisp/package.el (url-recreate-url): Declare.
2842 (url-http-target-url): Declare.
2843 (package-handle-response): Include requested URL in the error message.
2844 (package--check-signature): Don't re-signal errors from
2845 package--with-work-buffer. Suggested by Stefan Monnier.
2846
2847 2014-01-07 Bastien Guerry <bzg@gnu.org>
2848
2849 * minibuffer.el (completion--try-word-completion): When both a
2850 hyphen and a space are possible candidates for the character
2851 following a word, display both candidates. (Bug#15980)
2852
2853 2014-01-07 Martin Rudalics <rudalics@gmx.at>
2854
2855 * window.el (balance-windows-2): While rounding don't give a
2856 window more than the remainder. Bug#16351, bug#16383.
2857
2858 2014-01-07 Glenn Morris <rgm@gnu.org>
2859
2860 * menu-bar.el (menu-bar-help-extra-packages): Remove.
2861 (menu-bar-help-menu): Use view-external-packages instead.
2862
2863 2014-01-07 Bastien Guerry <bzg@gnu.org>
2864
2865 * emacs-lisp/package.el (package-delete): Also delete the package
2866 name from `package-alist', not its description only.
2867
2868 2014-01-07 Glenn Morris <rgm@gnu.org>
2869
2870 * help.el (view-external-packages):
2871 * menu-bar.el (menu-bar-help-extra-packages):
2872 Visit efaq.info rather than etc/MORE.STUFF.
2873
2874 2014-01-07 Juri Linkov <juri@jurta.org>
2875
2876 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2877 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
2878
2879 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2880 that shadows RET. (Bug#16342)
2881
2882 2014-01-07 Chong Yidong <cyd@gnu.org>
2883
2884 * isearch.el (isearch-yank-char, isearch-yank-word)
2885 (isearch-yank-line): Doc fix.
2886
2887 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2888
2889 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2890 * emacs-lisp/elint.el (elint-find-builtins):
2891 * emacs-lisp/eldoc.el (eldoc-symbol-function):
2892 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2893 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2894 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2895 * apropos.el (apropos-safe-documentation):
2896 * subr.el (symbol-file): Remove redundant fboundp.
2897 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2898
2899 2014-01-06 Bastien Guerry <bzg@gnu.org>
2900
2901 * hl-line.el (global-hl-line-overlay): Make a local variable.
2902 (global-hl-line-overlays): New variable to store all overlays.
2903 (global-hl-line-mode): Don't delete overlays from the current
2904 buffer when `global-hl-line-sticky-flag' is non-nil.
2905 (global-hl-line-highlight): Add new overlays to
2906 `global-hl-line-overlays'.
2907 (global-hl-line-unhighlight-all): New function to delete all
2908 overlays when turning off `global-hl-line-mode'.
2909 This fixes Bug#16183.
2910
2911 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2912
2913 * subr.el (set-transient-map): Fix nested case and docstring.
2914
2915 2014-01-06 Tassilo Horn <tsdh@gnu.org>
2916
2917 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2918 `Texinfo' entry.
2919
2920 2014-01-06 Daniel Colascione <dancol@dancol.org>
2921
2922 Fix defun navigation in vc log view.
2923
2924 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2925 like `beginning-of-defun'.
2926 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2927 log-view-end-of-defun to log-view-end-of-defun-1. Replace
2928 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2929 (log-view-extract-comment): Call `log-view-current-entry' directly
2930 instead of relying on broken `log-view-beginning-of-defun' behavior.
2931
2932 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
2933
2934 Spelling fixes.
2935 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2936 * emacs-lisp/debug.el (cancel-debug-on-entry):
2937 * epg.el (epg-error-to-string):
2938 * files.el (recover-file):
2939 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2940 * mail/emacsbug.el (report-emacs-bug-hook):
2941 * mail/sendmail.el (mail-recover):
2942 * ses.el (ses-yank-resize):
2943 * term/ns-win.el (ns-print-buffer):
2944 Spelling fixes in diagnostics, mostly for "canceled" with one L.
2945 * epg.el (epg-key-capability-alist): Rename from misspelled version.
2946 All uses changed.
2947 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2948
2949 2014-01-06 Leo Liu <sdl.web@gmail.com>
2950
2951 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2952 to avoid shadowing global key. (Bug#16354)
2953
2954 2014-01-06 Daniel Colascione <dancol@dancol.org>
2955
2956 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2957 rst-mode.
2958
2959 2014-01-05 Martin Rudalics <rudalics@gmx.at>
2960
2961 * window.el (balance-windows): Add mising t to fix Bug#16351.
2962
2963 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2964
2965 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2966 (bug#16285).
2967 (shr-insert): If we have a word that's longer than `shr-width',
2968 break after it anyway. Otherwise we'll do no breaking once we get
2969 such a long word.
2970
2971 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2972
2973 * net/eww.el (eww): Support single/double quote for search.
2974 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2975 (eww-history-quit): Delete and use quit-window.
2976 (eww-history-kill): Delete, because it doesn't work well and
2977 not necessary.
2978 (eww-history-mode-map): Delete some keys and add easy-menu.
2979
2980 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2981
2982 Fix misspelling of 'chinese' in rx (Bug#16237).
2983 * emacs-lisp/rx.el (rx-categories): Correct spelling of
2984 chinese-two-byte.
2985
2986 Change subword regexps back to vars (Bug#16296).
2987 * progmodes/subword.el (subword-forward-regexp)
2988 (subword-backward-regexp): Change these back to variables.
2989
2990 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2991
2992 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2993 syntax-begin-function (bug#16247).
2994
2995 2014-01-03 Chong Yidong <cyd@gnu.org>
2996
2997 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2998 (advice--docstring): Delete variable.
2999 (advice--make-1): Leave the docstring empty.
3000 (advice-add): Use function-documentation for advised docstring.
3001
3002 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3003 Ignore function-documentation property when getting documentation.
3004 (ad-activate-advised-definition): Use function-documentation
3005 generate the docstring.
3006 (ad-make-advised-definition): Don't call
3007 ad-make-advised-definition-docstring.
3008 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3009 Delete functions.
3010
3011 * progmodes/sql.el (sql-help): Use function-documentation instead
3012 of dynamic-docstring-function property. No need to autoload now.
3013 (sql--help-docstring): New variable.
3014 (sql--make-help-docstring): Use it.
3015
3016 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * ielm.el (ielm-tab): Retarget.
3019 (ielm-map): Use ielm-tab for tab.
3020 (ielm-complete-filename): Use comint-filename-completion.
3021 (ielm-complete-symbol): Remove.
3022 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3023 remove ielm-tab from completion-at-point-functions (bug#16224).
3024
3025 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3026 Beware signals raised by predicates (bug#16201).
3027
3028 2014-01-02 Richard Stallman <rms@gnu.org>
3029
3030 * dired-aux.el (dired-do-print): Handle printer-name.
3031
3032 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3033 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3034 (rmail-epa-decrypt): Turn off mime processing.
3035
3036 * mail/rmail.el (rmail-make-in-reply-to-field):
3037 Add parens in message-id.
3038
3039 * mail/rmail.el (rmail-get-coding-function): Variable.
3040 (rmail-get-coding-system): Use it.
3041
3042 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3043
3044 * international/mule-conf.el: Unify the charset indian-is13194.
3045 (indian-is13194): Specify unify-map.
3046
3047 2013-12-31 Leo Liu <sdl.web@gmail.com>
3048
3049 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3050
3051 2013-12-30 Daniel Colascione <dancol@dancol.org>
3052
3053 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3054 of printing a useless when we resume from sleep.
3055
3056 * progmodes/sh-script.el
3057 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3058 in indentation code. (Bug#16233)
3059
3060 2013-12-28 João Távora <joaotavora@gmail.com>
3061
3062 * elec-pair.el (electric-pair-post-self-insert-function):
3063 Don't open extra newlines at beginning of buffer. (Bug#16272)
3064
3065 2013-12-28 Eli Zaretskii <eliz@gnu.org>
3066
3067 * frame.el (window-system-for-display): Don't allow to create a
3068 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3069
3070 2013-12-28 Glenn Morris <rgm@gnu.org>
3071
3072 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3073 Update callers.
3074
3075 * apropos.el (apropos-match-face):
3076 * calculator.el (calculator-displayer):
3077 * dabbrev.el (dabbrev-search-these-buffers-only):
3078 * face-remap.el (buffer-face-mode-face):
3079 * simple.el (yank-handled-properties):
3080 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3081 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3082 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3083 (hashcash-double-spend-database):
3084 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3085 (ruby-deep-indent-paren-style):
3086 * textmodes/flyspell.el (flyspell-auto-correct-binding):
3087 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3088 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3089 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3090 Specify custom types.
3091
3092 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3093 * bookmark.el (bookmark-bmenu-use-header-line):
3094 * doc-view.el (doc-view-scale-internally):
3095 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3096 * register.el (register-preview-delay):
3097 * net/shr.el (shr-bullet):
3098 * progmodes/cfengine.el (cfengine-cf-promises)
3099 (cfengine-parameters-indent):
3100 * progmodes/octave.el (inferior-octave-error-regexp-alist):
3101 * textmodes/reftex-vars.el (reftex-label-regexps):
3102 * vc/log-edit.el (log-edit-setup-add-author): Add version.
3103
3104 * net/tls.el (tls-certtool-program): Fix default value.
3105
3106 * desktop.el (desktop-restore-in-current-display):
3107 * newcomment.el (comment-empty-lines):
3108 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3109 (idlwave-pad-keyword):
3110 * progmodes/tcl.el (tcl-tab-always-indent):
3111 * textmodes/reftex-vars.el (reftex-index-default-tag):
3112 * elec-pair.el (electric-pair-skip-whitespace):
3113 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3114
3115 * emacs-lisp/authors.el (authors-ignored-files)
3116 (authors-valid-file-names, authors-renamed-files-alist): Additions.
3117
3118 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
3119
3120 * shell.el (shell-dynamic-complete-command): Doc fix.
3121 (shell--command-completion-data): Shell completion now matches
3122 executable filenames from the current buffer's directory, on
3123 systems in which this behavior is the default (windows-nt, ms-dos).
3124
3125 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3126
3127 * net/shr.el (shr-insert): Don't infloop if the width is zero.
3128
3129 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3132 (bug#16251).
3133
3134 * electric.el: Move all electric-pair-* to elec-pair.el.
3135 * elec-pair.el: New file, split from electric.el.
3136
3137 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3138
3139 * net/shr.el (shr-find-fill-point): Don't try to fill if the
3140 indentation level is larger than the width, because that will
3141 infloop.
3142 (shr-insert): Fill repeatedly long texts, so that Japanese is
3143 formatted correctly (bug#16263).
3144 (shr-find-fill-point): Off by one error in comparison with the
3145 indentation.
3146
3147 2013-12-26 João Távora <joaotavora@gmail.com>
3148
3149 * electric.el (electric-pair-mode): More flexible engine for skip-
3150 and inhibit predicates, new options for pairing-related functionality.
3151 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3152 if that keeps or improves their balance in buffers.
3153 (electric-pair-delete-adjacent-pairs): Delete the pair when
3154 backspacing over adjacent matched delimiters.
3155 (electric-pair-open-extra-newline): Open extra newline when
3156 inserting newlines between adjacent matched delimiters.
3157 (electric--sort-post-self-insertion-hook):
3158 Sort post-self-insert-hook according to priority values when
3159 minor-modes are activated.
3160 * simple.el (newline-and-indent): Call newline with interactive
3161 set to t.
3162 (blink-paren-post-self-insert-function): Set priority to 100.
3163 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3164 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3165 comments. Locally set electric-pair-skip-whitespace to 'chomp and
3166 electric-pair-open-newline-between-pairs to nil.
3167
3168 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3169
3170 * progmodes/python.el: Use lexical-binding.
3171 (python-nav-beginning-of-defun): Stop searching ASAP.
3172
3173 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
3174
3175 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3176 Fix interactive spec. Doc fix. (Bug#15754)
3177
3178 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3179
3180 * emacs-lisp/byte-run.el (eval-when-compile):
3181 * progmodes/cc-defs.el (cc-eval-when-compile):
3182 Fix edebug spec (bug#16184).
3183
3184 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3185
3186 * net/shr.el (shr-visit-file): Remove debugging function.
3187 (shr-insert): Don't infloop if we can't find a good place to break
3188 the line (bug#16256).
3189
3190 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
3191
3192 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3193 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
3194 python-nav-lisp-forward-sexp-safe.
3195 (python-nav--forward-sexp): New argument SAFE allows switching
3196 forward sexp movement behavior for parens.
3197 (python-nav-forward-sexp): Throw errors on unterminated parens
3198 (Bug#16191).
3199 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3200 (python-nav-backward-sexp-safe): New functions.
3201 (python-shell-buffer-substring):
3202 Use `python-nav-forward-sexp-safe'.
3203
3204 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3205
3206 * net/shr.el (shr-find-fill-point): Don't break lines before a
3207 quotation mark.
3208 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3209 (shr-find-fill-point): Remove the special checks for the quotation
3210 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3211
3212 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3213
3214 * net/eww.el (eww-form-textarea): Use a different face for
3215 textareas than text input since they have different keymaps
3216 (bug#16142).
3217
3218 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
3219
3220 * progmodes/python.el (python-nav-beginning-of-statement):
3221 Speed up (Bug#15295).
3222
3223 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3224
3225 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3226 the window configuration.
3227
3228 2013-12-24 Eli Zaretskii <eliz@gnu.org>
3229
3230 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3231 we run on MS-Windows or MS-DOS.
3232
3233 2013-12-24 Martin Rudalics <rudalics@gmx.at>
3234
3235 * window.el (balance-windows-area): Call window-size instead of
3236 window-height and window-width. Bug#16241.
3237
3238 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3239
3240 * net/eww.el (eww-bookmark-quit): Remove.
3241 (eww-bookmark-browse): Restore the window configuration when you
3242 choose a bookmark (bug#16144).
3243
3244 2013-12-24 Daniel Colascione <dancol@dancol.org>
3245
3246 * icomplete.el: Remove redundant :group arguments to `defcustom'
3247 throughout.
3248 (icomplete-show-matches-on-no-input): New customizable variable.
3249 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3250 we have something to show.
3251 (icomplete-exhibit): Compute completions even if we have no user input.
3252
3253 2013-12-23 Daniel Colascione <dancol@dancol.org>
3254
3255 * icomplete.el: Move `provide' to end of file.
3256
3257 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
3258
3259 * net/gnutls.el (gnutls-verify-error): Add version tag.
3260
3261 2013-12-23 Chong Yidong <cyd@gnu.org>
3262
3263 * subr.el (set-transient-map): Rename from
3264 set-temporary-overlay-map. Doc fix.
3265
3266 * face-remap.el (text-scale-adjust):
3267 * indent.el (indent-rigidly):
3268 * kmacro.el (kmacro-call-macro):
3269 * minibuffer.el (minibuffer-force-complete):
3270 * repeat.el (repeat):
3271 * simple.el (universal-argument--mode):
3272 * calendar/todo-mode.el (todo-insert-item--next-param):
3273 * progmodes/f90.el (f90-abbrev-start): Callers changed.
3274
3275 * indent.el (indent-rigidly): Use substitute-command-keys.
3276
3277 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3278
3279 * net/eww.el (eww-tag-select): Add text-property to jump to next
3280 select field.
3281 (eww): Add non-supported ftp error.
3282
3283 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3284
3285 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3286 comments. Handle electric indent after typing `?' and `!'.
3287
3288 2013-12-22 Chong Yidong <cyd@gnu.org>
3289
3290 * faces.el (face-spec-recalc): If the theme specs are not
3291 applicable to a frame, fall back on the defface spec.
3292 This prevents themes from obliterating faces on low-color terminals.
3293
3294 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3295
3296 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3297 after `{'. We need it after block openers, and it doesn't seem
3298 to hurt after hash openers.
3299
3300 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3301
3302 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3303 extracted from `ruby-smie-rules'.
3304 (ruby--electric-indent-chars): New variable.
3305 (ruby--electric-indent-p): New function.
3306 (ruby-mode): Use `electric-indent-functions' instead of
3307 `electric-indent-chars'.
3308
3309 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3310
3311 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3312 docstring.
3313 (ruby-smie-rules): Indent plus one level after `=>'.
3314
3315 2013-12-21 Richard Stallman <rms@gnu.org>
3316
3317 * simple.el (newline): Doc fix.
3318
3319 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3320
3321 * net/eww.el (eww-list-histories, eww-list-histories)
3322 (eww-history-browse, eww-history-quit, eww-history-kill)
3323 (eww-history-mode-map, eww-history-mode): New command and
3324 functions to list browser histories.
3325 (eww-form-text): Support text form with disabled
3326 and readonly attributes.
3327 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3328
3329 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3330
3331 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3332 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3333 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3334 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3335 Use `user-error'.
3336 (eww-bookmark-mode-map): Add menu.
3337 (eww-render, eww-mode): Use `setq-local'.
3338 (eww-tool-bar-map): New variable.
3339 (eww-mode): Set `tool-bar-map'.
3340 (eww-view-source): Check for `html-mode' with `fboundp'.
3341
3342 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3343
3344 * net/shr.el (shr--extract-best-source): Don't bug out on audio
3345 elements with text inside. Also remove debugging.
3346
3347 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
3348
3349 * cus-start.el (all): Add ns-use-srgb-colorspace.
3350
3351 2013-12-21 Chong Yidong <cyd@gnu.org>
3352
3353 * custom.el (custom-theme-recalc-face): Do nothing if the face is
3354 undefined. Thus, theme settings for undefined faces do not take
3355 effect until the faces are defined with defface, the same as with
3356 theme variables.
3357
3358 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3359 (face-spec-reset-face): Don't assign extra properties in temacs.
3360 (face-spec-recalc): Apply X resources too.
3361
3362 2013-12-21 Chong Yidong <cyd@gnu.org>
3363
3364 * faces.el (face-spec-set):
3365 * cus-face.el (custom-theme-set-faces, custom-set-faces):
3366 * custom.el (defface): Doc fixes (Bug#16203).
3367
3368 * indent.el (indent-rigidly-map): Add docstring, and move commands
3369 into named functions.
3370 (indent-rigidly-left, indent-rigidly-right)
3371 (indent-rigidly-left-to-tab-stop)
3372 (indent-rigidly-right-to-tab-stop): New functions. Decide on
3373 indentation direction based on bidi direction, and accumulate
3374 sequential commands in a single undo boundary.
3375 (indent-rigidly--pop-undo): New utility function.
3376
3377 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
3378
3379 * faces.el (read-face-name): Require crm.el when using crm-separator.
3380
3381 2013-12-20 Daniel Colascione <dancol@dancol.org>
3382
3383 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3384 so that we don't reflow comments into the shebang line.
3385
3386 2013-12-20 Juri Linkov <juri@jurta.org>
3387
3388 * saveplace.el (save-place-to-alist): Add `dired-filename' as
3389 a position when `dired-directory' is non-nil. Check integer
3390 positions with `integerp'.
3391 (toggle-save-place, save-places-to-alist): Add check for
3392 `dired-directory'.
3393 (save-place-find-file-hook): Check integer positions with
3394 `integerp'.
3395 (save-place-dired-hook): Use `dired-goto-file' when
3396 `dired-filename' is found in the assoc list. Check integer
3397 positions with `integerp'.
3398 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3399
3400 * dired.el (dired-initial-position-hook): Rename back from
3401 `dired-initial-point-hook'.
3402 (dired-initial-position): Rename `dired-initial-point-hook' to
3403 `dired-initial-position-hook'.
3404 (dired-file-name-at-point): Doc fix. (Bug#15329)
3405
3406 2013-12-20 Juri Linkov <juri@jurta.org>
3407
3408 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3409 (read-regexp-suggestions): New function.
3410 (read-regexp): Use `read-regexp-defaults-function' to get default values.
3411 Use `read-regexp-suggestions'. Add non-empty default to history
3412 for empty input.
3413 (occur-read-regexp-defaults-function): Remove function.
3414 (occur-read-primary-args): Use `regexp-history-last' instead of
3415 `occur-read-regexp-defaults-function'.
3416
3417 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3418 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3419 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3420 `hi-lock-read-regexp-defaults-function'. Doc fix.
3421 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3422 with `find-tag-default-as-symbol-regexp'. Doc fix.
3423 (hi-lock-read-regexp-defaults): Remove function.
3424 (hi-lock-regexp-okay): Add check for null.
3425
3426 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3427 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
3428
3429 * subr.el (find-tag-default-as-symbol-regexp): New function.
3430 (find-tag-default-as-regexp): Move symbol regexp formatting to
3431 `find-tag-default-as-symbol-regexp'.
3432
3433 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
3434
3435 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3436 (Bug#14179)
3437
3438 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3439
3440 * calendar/todo-mode.el: New implementation of item insertion
3441 commands and key bindings.
3442 (todo-key-prompt): New face.
3443 (todo-insert-item): New command.
3444 (todo-insert-item--parameters): New defconst, replacing defvar
3445 todo-insertion-commands-args-genlist.
3446 (todo-insert-item--param-key-alist): New defconst, replacing
3447 defvar todo-insertion-commands-arg-key-list.
3448 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3449 (todo-insert-item--argsleft, todo-insert-item--apply-args)
3450 (todo-insert-item--next-param): New functions.
3451 (todo-insert-item--args, todo-insert-item--argleft)
3452 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3453 New variables.
3454 (todo-key-bindings-t): Change binding of "i" from
3455 todo-insertion-map to todo-insert-item.
3456 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3457 (todo-insertion-command-name, todo-insertion-commands-names)
3458 (todo-define-insertion-command, todo-insertion-commands)
3459 (todo-insertion-key-bindings, todo-insertion-map): Remove.
3460
3461 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3462
3463 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3464 (todo-toggle-item-highlighting): Use eval-and-compile instead of
3465 eval-when-compile.
3466 (todo-move-category): Allow choosing a non-existing todo file to
3467 move the category to, and create that file.
3468 (todo-default-priority): New user option.
3469 (todo-set-item-priority): Use it.
3470 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3471 (desktop-restore-file-buffer): Declare.
3472 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3473 (todo-modes-set-2): Locally set desktop-save-buffer to
3474 todo-desktop-save-buffer.
3475 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3476 (auto-mode-alist): Add autoload cookie.
3477
3478 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
3479
3480 * emacs-lisp/subr-x.el: Renamed from helpers.el.
3481 helpers.el was a poor choice of name.
3482 (string-remove-prefix): New function.
3483 (string-remove-suffix): New function.
3484
3485 2013-12-20 Martin Rudalics <rudalics@gmx.at>
3486
3487 Fix assignment for new window total sizes.
3488 * window.el (window--pixel-to-size): Remove function.
3489 (window--pixel-to-total-1, window--pixel-to-total):
3490 Fix calculation of new total sizes.
3491
3492 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
3493
3494 * comint.el (comint-output-filter): Fix rear-nonsticky property
3495 placement (Bug#16010).
3496
3497 2013-12-20 Chong Yidong <cyd@gnu.org>
3498
3499 * faces.el (read-color): Minor fix for completion function.
3500
3501 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
3502
3503 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3504 New option. (Bug#16182)
3505 (ruby-smie--indent-to-stmt-p): Use it.
3506 (ruby-smie-rules): Revert the logic in the handling of `when'.
3507 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3508 (ruby-deep-arglist, ruby-deep-indent-paren)
3509 (ruby-deep-indent-paren-style): Update docstrings to note that the
3510 vars don't have any effect with SMIE.
3511
3512 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
3513
3514 * calc/calc.el (calc-enter, calc-pop): Use the variable
3515 `calc-context-sensitive-enter'.
3516
3517 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3518
3519 * net/shr.el (shr-insert): Protect against infloops in degenerate
3520 tables.
3521
3522 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3523
3524 * progmodes/octave.el (octave): Add link to manual and octave
3525 homepage.
3526 (octave-mode-menu): Link to octave-mode manual.
3527
3528 2013-12-20 Leo Liu <sdl.web@gmail.com>
3529
3530 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3531 insertion using skeleton-end-newline. (Bug#16138)
3532
3533 2013-12-20 Juri Linkov <juri@jurta.org>
3534
3535 * replace.el (occur-engine): Use `add-face-text-property'
3536 to add the face property to matches and titles. (Bug#14645)
3537
3538 * hi-lock.el (hi-green): Use lighter color "light green" closer to
3539 the palette of other hi-lock colors.
3540 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3541
3542 2013-12-19 Juri Linkov <juri@jurta.org>
3543
3544 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3545 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
3546 (minibuffer-history-symbol): Move variable declaration closer to
3547 its usage.
3548
3549 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3550 (Bug#14785)
3551
3552 2013-12-19 Juri Linkov <juri@jurta.org>
3553
3554 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3555 New function.
3556 (log-edit-hook): Add it to :options. (Bug#16170)
3557
3558 2013-12-19 Juri Linkov <juri@jurta.org>
3559
3560 * simple.el (eval-expression-print-format): Don't check for
3561 command names and the last command. Always display additional
3562 formats of the integer result in the echo area, and insert them
3563 to the current buffer only with a zero prefix arg.
3564 Display character when char-displayable-p is non-nil.
3565 (eval-expression): With a zero prefix arg, set `print-length' and
3566 `print-level' to nil, and insert the integer values from
3567 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
3568
3569 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3570 `eval-last-sexp-arg-internal'. Doc fix.
3571 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3572 `eval-last-sexp-print-value'. Doc fix.
3573 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3574 Set `print-length' and `print-level' to nil when arg is zero.
3575 (eval-last-sexp): Doc fix.
3576 (eval-defun-2): Print the integer values from
3577 `eval-expression-print-format' at the end.
3578
3579 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3580 values from `eval-expression-print-format' at the end.
3581
3582 * ielm.el (ielm-eval-input): Print the integer
3583 values from `eval-expression-print-format' at the end.
3584
3585 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
3586
3587 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3588 2013-12-11T19:01:44Z!tzz@lifelogs.com.
3589
3590 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
3593 (hl-line-highlight, global-hl-line-highlight): Use it.
3594 (hl-line-overlay): Use defvar-local.
3595
3596 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
3597
3598 * term/ns-win.el: Require dnd.
3599 (global-map): Remove drag items.
3600 (ns-insert-text, ns-set-foreground-at-mouse)
3601 (ns-set-background-at-mouse):
3602 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3603 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3604 New functions.
3605
3606 2013-12-19 Glenn Morris <rgm@gnu.org>
3607
3608 * emacs-lisp/ert.el (ert-select-tests):
3609 Fix string/symbol mixup. (Bug#16121)
3610
3611 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3612
3613 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3614 keywords to their parent.
3615
3616 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3617
3618 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3619 first arg to be a string (fixed dead code), or an operator symbol.
3620 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3621 operator symbols.
3622 (ruby-smie-rules): Remove parent token check in the `.' clause, it
3623 did nothing. Don't respond to `(:after ".")', it will be called
3624 with :before anyway. Remove the ` @ ' rule, it didn't seem to
3625 change anything. Only return indentation for binary operators
3626 when they are hanging. De-dent opening paren when its parent is
3627 `.', otherwise it looks bad when the dot is not at bol or eol
3628 (bug#16182).
3629
3630 2013-12-19 Juri Linkov <juri@jurta.org>
3631
3632 * replace.el (query-replace-read-args): Split a non-negative arg
3633 and a negative arg into separate elements.
3634 (query-replace, query-replace-regexp, replace-string)
3635 (replace-regexp): Add arg `backward'. Doc fix.
3636 (replace-match-maybe-edit): When new arg `backward' is non-nil,
3637 move point to the beginning of the match.
3638 (replace-search, replace-highlight): Use new arg `backward'
3639 to set the value of `isearch-forward'.
3640 (perform-replace): Add arg `backward' and use it to perform
3641 replacement backward. (Bug#14979)
3642
3643 * isearch.el (isearch-query-replace): Use a negative prefix arg
3644 to call `perform-replace' with a non-nil arg `backward'.
3645
3646 2013-12-18 Juri Linkov <juri@jurta.org>
3647
3648 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3649 to the default list. Move `log-edit-show-files' to the end.
3650 Add more available functions to options.
3651 (log-edit): Move default specific settings to
3652 `log-edit-insert-message-template'. Don't move point.
3653 (log-edit-insert-message-template): New function.
3654 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3655 (Bug#16170)
3656
3657 2013-12-18 Juri Linkov <juri@jurta.org>
3658
3659 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3660 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
3661
3662 2013-12-18 Leo Liu <sdl.web@gmail.com>
3663
3664 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3665 (Bug#16186)
3666
3667 2013-12-18 Eli Zaretskii <eliz@gnu.org>
3668
3669 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3670 formats for displaying file sizes when the -s switch is given.
3671 Instead, compute a separate format for displaying the size in
3672 blocks, which is displayed in addition to the "regular" size.
3673 When -h is given in addition to -s, produce size in blocks in
3674 human-readable form as well. (Bug#16179)
3675
3676 2013-12-18 Tassilo Horn <tsdh@gnu.org>
3677
3678 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3679 Reference tables with ~\ref{...} instead of only \ref{...}.
3680
3681 2013-12-18 Chong Yidong <cyd@gnu.org>
3682
3683 * cus-edit.el (custom-magic-alist): Fix "themed" description
3684 (Bug#14348).
3685
3686 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3687 is non-nil, do not create a new entry in the symbol's theme-value
3688 or theme-face property; update theme-settings only (Bug#14664).
3689 (custom-available-themes): Doc fix.
3690
3691 * cus-theme.el (custom-new-theme-mode-map): Add bindings
3692 (Bug#15674).
3693
3694 * replace.el (occur-engine): Avoid infloop (Bug#7593).
3695
3696 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3697
3698 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3699 (Bug#13914).
3700
3701 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3702
3703 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3704
3705 2013-12-18 Glenn Morris <rgm@gnu.org>
3706
3707 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
3708 * cus-start.el (load-prefer-newer): New option.
3709
3710 2013-12-18 Le Wang <l26wang@gmail.com>
3711
3712 * comint.el (comint-previous-matching-input-from-input):
3713 Retain point (Bug#13404).
3714
3715 2013-12-18 Chong Yidong <cyd@gnu.org>
3716
3717 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3718
3719 2013-12-18 Glenn Morris <rgm@gnu.org>
3720
3721 * mail/emacsbug.el (report-emacs-bug):
3722 Only mention enable-multibyte-characters if non-standard.
3723
3724 2013-12-17 Juri Linkov <juri@jurta.org>
3725
3726 * arc-mode.el (archive-extract-by-file): Check if directory exists
3727 before deletion to not show irrelevant errors if it doesn't exist.
3728
3729 2013-12-17 Juri Linkov <juri@jurta.org>
3730
3731 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3732 (Bug#14751)
3733
3734 * net/eww.el (browse-web): Add alias to `eww'.
3735 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3736 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
3737
3738 * net/browse-url.el (browse-url-browser-function): Move `eww'
3739 closer to similar functions.
3740
3741 * startup.el (fancy-startup-screen, fancy-about-screen):
3742 Set browse-url-browser-function to eww-browse-url locally.
3743 (Bug#14751)
3744
3745 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * window.el (window--pixel-to-total): Remove unused `mini' var.
3748 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3749 (split-window): Remove unused `new' var.
3750 (window--display-buffer): Remove unused `frame' and `delta' vars.
3751 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3752 and display-width'.
3753
3754 2013-12-17 Martin Rudalics <rudalics@gmx.at>
3755
3756 * dired.el (dired-mark-pop-up):
3757 * register.el (register-preview): Don't bind
3758 split-height-threshold here since it's now done in
3759 display-buffer-below-selected.
3760
3761 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
3762
3763 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3764 xterm-rgb-convert-to-16bit.
3765 (rxvt-register-default-colors): Standardize with
3766 xterm-register-default-colors (Bug#14078).
3767
3768 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
3769
3770 * simple.el (kill-region): Pass mark first, then point, so that
3771 kill-append works right (Bug#12819).
3772 (copy-region-as-kill, kill-ring-save): Likewise.
3773
3774 2013-12-17 Leo Liu <sdl.web@gmail.com>
3775
3776 * net/rcirc.el (rcirc-add-face):
3777 * eshell/em-prompt.el (eshell-emit-prompt):
3778 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3779 (Bug#16167)
3780
3781 2013-12-17 Chong Yidong <cyd@gnu.org>
3782
3783 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3784 Suggested by Xue Fuqiao.
3785
3786 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3787
3788 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3789
3790 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * net/shr.el (shr-insert-document): Remove unused var
3793 `shr-preliminary-table-render'.
3794 (shr-rescale-image): Remove unused arg `force'.
3795 (shr-put-image): Update calls accordingly.
3796 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3797
3798 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3799
3800 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3801 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3802 :close-all, to see which indentation method to use (Bug#16116).
3803 (smie-rules-function): Document the method :close-all.
3804
3805 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3806
3807 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3808
3809 * net/eww.el (eww-display-html): If we can't find the anchor we're
3810 looking for, then go to point-min.
3811
3812 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
3813
3814 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3815 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3816 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3817 Expand dir too, in case it's relative.
3818
3819 2013-12-16 Juri Linkov <juri@jurta.org>
3820
3821 * desktop.el (desktop-auto-save-timeout): Change default to
3822 `auto-save-timeout'. Doc fix.
3823 (desktop-save): Skip the timestamp in desktop-saved-frameset
3824 when checking for auto-save changes.
3825 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3826 `desktop-auto-save' is called repeatedly by the idle timer.
3827 (desktop-auto-save-set-timer): Replace `run-with-timer' with
3828 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
3829 (Bug#15331)
3830
3831 2013-12-16 Juri Linkov <juri@jurta.org>
3832
3833 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
3834 (Bug#16035)
3835 (isearch-pre-command-hook): Check `this-command' for symbolp.
3836
3837 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
3840
3841 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3842
3843 * progmodes/cfengine.el (cfengine3--current-word): Remove.
3844 (cfengine3--current-function): Bring in the current-function
3845 functionality from `cfengine3--current-word'.
3846 (cfengine3-completion-function): Bring in the
3847 bounds-of-current-word functionality from
3848 `cfengine3--current-word'.
3849
3850 2013-12-16 Martin Rudalics <rudalics@gmx.at>
3851
3852 * window.el (display-buffer-below-selected):
3853 Bind split-height-threshold to 0 as suggested by Juri Linkov.
3854
3855 2013-12-16 Leo Liu <sdl.web@gmail.com>
3856
3857 * progmodes/compile.el (compile-goto-error): Do not push-mark.
3858 Remove NOMSG arg and all uses changed.
3859
3860 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3863 (cua--deactivate-rectangle): Don't deactivate the mark.
3864 (cua-set-rectangle-mark): Don't set mark-active since
3865 cua--activate-rectangle already does it for us.
3866 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3867 non-rectangular region.
3868
3869 * emulation/cua-base.el (cua-repeat-replace-region):
3870 Use with-current-buffer.
3871
3872 * net/gnutls.el: Use cl-lib.
3873 (gnutls-negotiate): `mapcan' -> cl-mapcan.
3874
3875 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3876
3877 * emacs-lisp/package.el (package-built-in-p): Support both
3878 built-in and the package.el converted package descriptions.
3879 (package-show-package-list): Allow keywords.
3880 (package-keyword-button-action): Use it instead of
3881 `finder-list-matches'.
3882 (package-menu-filter-interactive): Interactive filtering (by
3883 keyword) function.
3884 (package-menu--generate): Support keywords and change keymappings
3885 and headers when they are given.
3886 (package--has-keyword-p): Helper function.
3887 (package-menu--refresh): Use it.
3888 (package--mapc): Helper function.
3889 (package-all-keywords): Use it.
3890 (package-menu-mode-map): Set up menu items and keybindings to
3891 provide a filtering UI.
3892
3893 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3894
3895 * net/gnutls.el (gnutls-verify-error): New defcustom to control
3896 the behavior when a certificate fails validation. Defaults to
3897 old behavior: never abort, just warn.
3898 (gnutls-negotiate): Use it.
3899
3900 2013-12-14 Martin Rudalics <rudalics@gmx.at>
3901
3902 * window.el (display-buffer-below-selected): Never split window
3903 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
3904
3905 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
3906
3907 * emacs-lisp/package.el (package--prepare-dependencies): New function.
3908 (package-buffer-info): Use it (bug#15108).
3909
3910 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * icomplete.el (icomplete-completions): Make sure the prefix is already
3913 displayed elsewhere before hiding it (bug#16219).
3914
3915 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
3916
3917 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3918 open-paren tokens when preceded by a open-paren, too.
3919 (ruby-smie-rules): Handle virtual indentation after open-paren
3920 tokens specially. If there is code between it and eol, return the
3921 column where is starts (Bug#16118).
3922
3923 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3924
3925 * progmodes/cfengine.el: Fix `add-hook' doc.
3926 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3927 (cfengine3--current-word): Fix parameters.
3928 (cfengine3-make-syntax-cache): Simplify further.
3929 (cfengine3-completion-function, cfengine3--current-function):
3930 Use `assq' for symbols.
3931 (cfengine3--current-function): Fix `cfengine3--current-word' call.
3932
3933 2013-12-13 Glenn Morris <rgm@gnu.org>
3934
3935 * loadup.el (load-path): Warn if site-load or site-init changes it.
3936 No more need to reset it when bootstrapping.
3937
3938 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3939
3940 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3941 locations for cf-promises.
3942 (cfengine-mode-syntax-functions-regex): New caching variable.
3943 (cfengine3-fallback-syntax): Fallback syntax for cases where
3944 cf-promises doesn't run.
3945 (cfengine3--current-word): Reimplement using
3946 `cfengine-mode-syntax-functions-regex'.
3947 (cfengine3-completion-function, cfengine3--current-function):
3948 Use `cfengine3-make-syntax-cache' directly.
3949 (cfengine3-clear-syntax-cache): New function.
3950 (cfengine3-make-syntax-cache): Simplify and create
3951 `cfengine-mode-syntax-functions-regex' on demand.
3952 (cfengine3-format-function-docstring): Don't call
3953 `cfengine3-make-syntax-cache' explicitly.
3954
3955 2013-12-13 Martin Rudalics <rudalics@gmx.at>
3956
3957 Fix windmove-find-other-window broken after pixelwise resizing
3958 (Bug#16017).
3959 * windmove.el (windmove-other-window-loc): Revert change from
3960 2013-12-04.
3961 (windmove-find-other-window): Call window-in-direction.
3962 * window.el (window-in-direction): New arguments SIGN, WRAP and
3963 MINI to emulate original windmove-find-other-window behavior.
3964
3965 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
3966
3967 * simple.el (blink-matching--overlay): New variable.
3968 (blink-matching-open): Instead of moving point, highlight the
3969 matching paren with an overlay
3970 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3971
3972 * faces.el (paren-showing-faces, show-paren-match)
3973 (show-paren-mismatch): Move from paren.el.
3974
3975 2013-12-13 Leo Liu <sdl.web@gmail.com>
3976
3977 * indent.el (indent-region): Disable progress reporter in
3978 minibuffer. (Bug#16108)
3979
3980 * bindings.el (visual-order-cursor-movement): Fix version.
3981
3982 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3983
3984 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3985 Also match after beginning of line.
3986 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3987 files. Thanks to Russell Sim. (Bug#15378)
3988
3989 2013-12-13 Juri Linkov <juri@jurta.org>
3990
3991 * simple.el <Keypad support>: Remove key bindings duplicated
3992 with bindings.el. (Bug#14397)
3993
3994 2013-12-13 Juri Linkov <juri@jurta.org>
3995
3996 * comint.el (comint-mode-map): Replace `delete-char' with
3997 `delete-forward-char'. (Bug#16109)
3998
3999 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4000
4001 * progmodes/python.el (python-indent-calculate-indentation):
4002 Fix de-denters cornercase. (Bug#15731)
4003
4004 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4007 (advice--make): Pay attention to `depth'.
4008 (advice--make-1): Don't autoload commands eagerly.
4009 * emacs-lisp/elp.el (elp-instrument-function):
4010 * emacs-lisp/trace.el (trace-function-internal):
4011 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4012
4013 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4014
4015 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4016
4017 * term/w32-win.el (w32-handle-dropped-file):
4018 * startup.el (normal-top-level):
4019 * net/browse-url.el (browse-url-file-url):
4020 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4021 decode file names using 'utf-8' rather than
4022 file-name-coding-system.
4023
4024 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4025
4026 * progmodes/python.el (python-indent-context)
4027 (python-indent-calculate-indentation): Fix auto-identation
4028 behavior for comment blocks. (Bug#15916)
4029
4030 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4031
4032 * progmodes/python.el (python-indent-calculate-indentation):
4033 When determining indentation, don't treat "return", "pass", etc., as
4034 operators when they are just string constituents. (Bug#15812)
4035
4036 2013-12-12 Juri Linkov <juri@jurta.org>
4037
4038 * uniquify.el (uniquify-buffer-name-style): Change default to
4039 `post-forward-angle-brackets'.
4040
4041 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4042 `uniquify'. Change default to `post-forward-angle-brackets'.
4043
4044 2013-12-11 Glenn Morris <rgm@gnu.org>
4045
4046 * emacs-lisp/package.el (finder-list-matches):
4047 Autoload rather than falsely declaring.
4048
4049 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4050
4051 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4052 (eww-mode-map): Use them.
4053
4054 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4055
4056 * window.el (display-buffer-in-side-window): Fix doc-string
4057 (Bug#16115).
4058
4059 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4060
4061 * vc/vc-git.el: Silence byte-compiler warnings.
4062 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4063 (log-edit-set-header): Declare.
4064
4065 2013-12-11 Eli Zaretskii <eliz@gnu.org>
4066
4067 * Makefile.in (custom-deps, finder-data): Run output file names
4068 through unmsys--file-name. (Bug#16099)
4069
4070 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4073 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4074
4075 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4076 instead of deleting the selection "by hand" (bug#16098).
4077 Rely on insert-for-yank to yank rectangles.
4078 (cua-highlight-region-shift-only): Mark obsolete.
4079 (cua-mode): Don't enable/disable transient-mark-mode,
4080 shift-select-mode (cua-mode works both with and without them), and
4081 pc-selection-mode (obsolete).
4082 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4083 (cua--deactivate-rectangle): Deactivate it.
4084
4085 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4086 (delete-selection-helper): Make sure yank starts at the top of the
4087 deleted region.
4088 (minibuffer-keyboard-quit): Use region-active-p.
4089
4090 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4091
4092 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4093 to `delete' (bug#16109).
4094
4095 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4096
4097 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4098 info manual and show keybindings and set `:group' keyword.
4099
4100 2013-12-11 Juri Linkov <juri@jurta.org>
4101
4102 * delsel.el (delete-active-region): Let-bind `this-command'
4103 to prevent `kill-region' from changing its original value.
4104 (delete-selection-helper): Handle `overwrite-mode' for the type
4105 `kill' exactly the same way as for the type `t'.
4106 (insert-char, quoted-insert, reindent-then-newline-and-indent):
4107 Support more commands. (Bug#13312)
4108
4109 2013-12-11 Juri Linkov <juri@jurta.org>
4110
4111 * bindings.el: Map kp keys to non-kp keys systematically
4112 with basic modifiers control, meta and shift. (Bug#14397)
4113
4114 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4115
4116 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4117 "Close browser" menu items. Fix wrong function of "List
4118 bookmarks".
4119
4120 2013-12-11 Juri Linkov <juri@jurta.org>
4121
4122 * misearch.el (multi-isearch-buffers): Set the value of
4123 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4124 arg of isearch-forward to t.
4125 (multi-isearch-buffers-regexp): Set the value of
4126 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4127 arg of isearch-forward-regexp to t.
4128 (multi-isearch-files): Set the value of
4129 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4130 arg of isearch-forward to t.
4131 (multi-isearch-files-regexp): Set the value of
4132 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4133 arg of isearch-forward-regexp to t. (Bug#16035)
4134
4135 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4136 arg of isearch-forward to t.
4137 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4138 arg of isearch-forward-regexp to t.
4139 (dired-isearch-filter-filenames): Remove unnecessary check for
4140 `dired-isearch-filenames'.
4141
4142 * comint.el (comint-history-isearch-backward):
4143 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4144 (comint-history-isearch-backward-regexp):
4145 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4146
4147 2013-12-10 Eli Zaretskii <eliz@gnu.org>
4148
4149 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4150 unmsys--file-name. (Bug#16099)
4151
4152 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
4153
4154 * emacs-lisp/package.el (package-keyword-button-action):
4155 Remove finder.el require dependency.
4156
4157 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
4158
4159 * emacs-lisp/package.el: Require finder.el.
4160 (describe-package-1): Add keyword buttons.
4161 (package-make-button): New convenience function.
4162 (package-keyword-button-action): Keyword button action using
4163 `finder-list-matches'.
4164
4165 2013-12-09 Eli Zaretskii <eliz@gnu.org>
4166
4167 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4168 last commit.
4169
4170 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
4171
4172 * autorevert.el (auto-revert-notify-add-watch): Do not handle
4173 symlinked files.
4174
4175 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4176
4177 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4178 after the end of a percent literal.
4179
4180 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
4181
4182 * progmodes/ruby-mode.el (ruby-forward-string): Document.
4183 Handle caret-delimited strings (Bug#16079).
4184
4185 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4186
4187 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4188 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4189 `ruby-parse-partial' (Bug#16078).
4190
4191 2013-12-09 Leo Liu <sdl.web@gmail.com>
4192
4193 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
4194
4195 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
4196
4197 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4198 (js-switch-indent-offset): New option.
4199 (js--proper-indentation): Use it. And handle the case when
4200 "default" is actually a key in an object literal.
4201 (js--same-line): New function.
4202 (js--multi-line-declaration-indentation): Use it.
4203 (js--indent-in-array-comp, js--array-comp-indentation):
4204 New functions.
4205 (js--proper-indentation): Use them, to handle array comprehension
4206 continuations.
4207
4208 2013-12-08 Leo Liu <sdl.web@gmail.com>
4209
4210 * progmodes/flymake.el (flymake-highlight-line): Re-write.
4211 (flymake-make-overlay): Remove arg MOUSE-FACE.
4212 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4213
4214 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4217 New function.
4218 (redisplay-highlight-region-function): Use it.
4219
4220 * emulation/cua-base.el (cua--explicit-region-start)
4221 (cua--last-region-shifted): Remove.
4222 (cua--deactivate): Use deactivate-mark.
4223 (cua--pre-command-handler-1): Don't handle shift-selection.
4224 (cua--post-command-handler-1): Don't change transient-mark-mode.
4225 (cua--select-keymaps): Use region-active-p rather than
4226 cua--explicit-region-start or cua--last-region-shifted.
4227 (cua-mode): Enable shift-select-mode.
4228
4229 2013-12-08 Leo Liu <sdl.web@gmail.com>
4230
4231 * progmodes/flymake.el (flymake-popup-current-error-menu):
4232 Rename from flymake-display-err-menu-for-current-line. Reimplement.
4233 (flymake-posn-at-point-as-event, flymake-popup-menu)
4234 (flymake-make-emacs-menu): Remove. (Bug#16077)
4235
4236 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * rect.el (rectangle-mark-mode): Activate mark even if
4239 transient-mark-mode is off (bug#16066).
4240 (rectangle--highlight-for-redisplay): Fix boundary condition when point
4241 is > mark and at bolp.
4242
4243 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4244 (region-extract-function): Use it.
4245 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4246 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4247 Delete functions.
4248 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4249 kill-ring-save, kill-region, delete-char, delete-forward-char.
4250 Ignore self-insert-iso.
4251
4252 * emulation/cua-gmrk.el (cua--init-global-mark):
4253 Ignore `self-insert-iso'.
4254
4255 * emulation/cua-base.el (cua--prefix-copy-handler)
4256 (cua--prefix-cut-handler): Rely on region-extract-function rather than
4257 checking cua--rectangle.
4258 (cua-delete-region): Use region-extract-function.
4259 (cua-replace-region): Delete function.
4260 (cua-copy-region, cua-cut-region): Obey region-extract-function.
4261 (cua--pre-command-handler-1): Don't do the delete-selection thing.
4262 (cua--self-insert-char-p): Ignore `self-insert-iso'.
4263 (cua--init-keymaps): Don't remap delete-selection commands.
4264 (cua-mode): Use delete-selection-mode instead of rolling our own
4265 (bug#16085).
4266
4267 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4268 Obey region-extract-function.
4269
4270 Make registers and delete-selection-mode work on rectangles.
4271 * register.el (describe-register-1): Don't modify the register's value.
4272 (copy-to-register): Obey region-extract-function.
4273 * delsel.el (delete-active-region): Obey region-extract-function.
4274
4275 2013-12-08 Leo Liu <sdl.web@gmail.com>
4276
4277 * progmodes/flymake.el (flymake, flymake-error-bitmap)
4278 (flymake-warning-bitmap, flymake-fringe-indicator-position)
4279 (flymake-compilation-prevents-syntax-check)
4280 (flymake-start-syntax-check-on-newline)
4281 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4282 (flymake-start-syntax-check-on-find-file, flymake-log-level)
4283 (flymake-xml-program, flymake-master-file-dirs)
4284 (flymake-master-file-count-limit)
4285 (flymake-allowed-file-name-masks): Relocate.
4286 (flymake-makehash, flymake-float-time)
4287 (flymake-replace-regexp-in-string, flymake-split-string)
4288 (flymake-get-temp-dir): Remove.
4289 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4290 (flymake-current-row, flymake-selected-frame)
4291 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4292 related functions. (Bug#16077)
4293
4294 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
4295
4296 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4297
4298 2013-12-07 Tassilo Horn <tsdh@gnu.org>
4299
4300 * help-fns.el (describe-function-1): Use new advice-* functions
4301 rather than old ad-* functions. Fix function type description and
4302 source links for advised functions and subrs.
4303
4304 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4305
4306 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4307
4308 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
4309
4310 * progmodes/compile.el (compilation-start):
4311 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4312
4313 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4314 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
4315
4316 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4317
4318 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4319 Touch up the last change.
4320
4321 2013-12-06 Leo Liu <sdl.web@gmail.com>
4322
4323 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4324 (inferior-octave-startup): Always use "octave> " for prompt.
4325 (octave-goto-function-definition)
4326 (octave-sync-function-file-names)
4327 (octave-find-definition-default-filename): Remove redundant backquotes.
4328
4329 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4330
4331 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4332 syntax for `?'.
4333 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4334 where appropriate already.
4335 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4336 end of method names (Bug#15874).
4337
4338 2013-12-06 Juri Linkov <juri@jurta.org>
4339
4340 * isearch.el (isearch--saved-overriding-local-map):
4341 New internal variable.
4342 (isearch-mode): Set it to the initial value of
4343 `overriding-terminal-local-map'.
4344 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4345 with `isearch--saved-overriding-local-map'. (Bug#16035)
4346
4347 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4348
4349 * progmodes/octave.el (inferior-octave-completion-table):
4350 Turn back into function, use `completion-table-with-cache'
4351 (Bug#11906). Update all references.
4352
4353 * minibuffer.el (completion-table-with-cache): New function.
4354
4355 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
4356
4357 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4358
4359 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
4360
4361 * net/eww.el (eww-current-source): New variable to store page
4362 source.
4363 (eww-display-html, eww-mode, eww-save-history)
4364 (eww-restore-history): Use it.
4365 (eww-view-source): New command to view page source.
4366 Opportunistically uses `html-mode' to highlight the buffer.
4367 (eww-mode-map): Install it.
4368
4369 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
4370
4371 * net/dbus.el (dbus-unregister-service)
4372 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4373 Fix docstring.
4374 (dbus-unregister-service): Skip :serial entries in
4375 `dbus-registered-objects-table'.
4376 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4377
4378 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
4379
4380 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4381 around keywords with extra `split-string' argument.
4382
4383 2013-12-04 Martin Rudalics <rudalics@gmx.at>
4384
4385 * windmove.el (windmove-other-window-loc): Handle navigation
4386 between windows (excluding the minibuffer window - Bug#16017).
4387
4388 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
4389
4390 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4391 in D-Bus type syntax.
4392 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4393 preserve unibyte strings. (Bug#16048)
4394
4395 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4398 Call force-mode-line-update is the proper buffer (bug#16042).
4399
4400 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
4401
4402 * vc/log-edit.el (log-edit-add-new-comment): Rename to
4403 `log-edit-remember-comment', make argument optional. Adjust all
4404 callers.
4405 (log-edit-mode): Add `log-edit-remember-comment' to
4406 `kill-buffer-hook' locally.
4407 (log-edit-kill-buffer): Don't remember comment explicitly since
4408 the buffer is killed anyway.
4409
4410 2013-12-04 Juri Linkov <juri@jurta.org>
4411
4412 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4413 add-hook and remove-hook for multi-buffer search. (Bug#16035)
4414
4415 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
4416
4417 * notifications.el (notifications-close-notification): Call the
4418 D-Bus method with ID being a `:uint32'. (Bug#16030)
4419
4420 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4421
4422 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4423
4424 2013-12-03 Juri Linkov <juri@jurta.org>
4425
4426 * progmodes/compile.el (compilation-start): Rename window alist
4427 entry `no-display-ok' to `allow-no-window'.
4428
4429 * simple.el (shell-command): Add window alist entry
4430 `allow-no-window' to `display-buffer'.
4431 (async-shell-command): Doc fix.
4432
4433 * window.el (display-buffer-no-window): New action function.
4434 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
4435
4436 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4437
4438 * vc/log-edit.el (log-edit-set-header): Extract from
4439 `log-edit-toggle-header'.
4440 (log-edit-extract-headers): Separate the summary, when extracted
4441 from header, from the rest of the message with an empty line.
4442
4443 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4444 line, if present, to the Summary header.
4445
4446 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4449 in current-buffer (bug#16029).
4450
4451 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
4452
4453 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4454 (debugger-mode-map): Bind it.
4455 (debugger--backtrace-base): New function.
4456 (debugger-eval-expression): Use it.
4457 (debugger-frame-number): Skip local vars when present.
4458 (debugger--locals-visible-p, debugger--insert-locals)
4459 (debugger--show-locals, debugger--hide-locals): New functions.
4460
4461 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
4462
4463 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4464 "LC_ALL".
4465 (tramp-get-remote-locale): New defun.
4466 (tramp-open-connection-setup-interactive-shell): Use it.
4467
4468 2013-12-02 Leo Liu <sdl.web@gmail.com>
4469
4470 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
4471
4472 * progmodes/sh-script.el (sh-shell-process):
4473 * progmodes/octave.el (inferior-octave-process-live-p):
4474 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4475 (gdb-inferior-io-sentinel):
4476 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4477
4478 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4479
4480 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4481 `save-selected-window' to `log-edit-hide-buf'. This makes
4482 `log-edit-show-files' idempotent.
4483 (log-edit-show-files): Mark the new window as dedicated.
4484
4485 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4486
4487 * vc/log-edit.el (log-edit-mode-map): Add binding for
4488 `log-edit-kill-biffer'.
4489 (log-edit-hide-buf): Add a FIXME comment.
4490 (log-edit-add-new-comment): New function, extracted from
4491 `log-edit-done'.
4492 (log-edit-done, log-edit-add-to-changelog): Use it.
4493 (log-edit-kill-buffer): New command.
4494
4495 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4496
4497 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4498 instead of killing the buffer.
4499
4500 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4503
4504 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4505
4506 * net/eww.el (eww-form-checkbox-selected-symbol)
4507 (eww-form-checkbox-symbol): New customizable variable.
4508 (eww-form-checkbox, eww-toggle-checkbox):
4509 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4510
4511 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4512 (shr--get-media-pref, shr--extract-best-source): New function.
4513 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4514 no :src tag was specified.
4515
4516 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4517 (eww-render): Handle `eww-use-external-browser-for-content-type'.
4518 Use \\` to match beginning of string instead of ^.
4519 (eww-browse-with-external-browser): Provide optional URL parameter.
4520 (eww-render): Set `eww-current-title' back to "".
4521
4522 * net/shr.el (shr-tag-video): Display content for video if no
4523 poster is available.
4524 (shr-tag-audio): Add support for <audio> tag.
4525
4526 * net/eww.el (eww-text-input-types): New const.
4527 (eww-process-text-input): Treat input types in
4528 `eww-text-input-types' as text.
4529
4530 * net/shr.el (shr-tag-table): Fix comment typo.
4531
4532 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4533
4534 * net/eww.el (eww-follow-link): New command to avoid reloading
4535 pages when we follow #target links (bug#15243).
4536 (eww-quit): Special mode buffers shouldn't query before exiting.
4537
4538 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4539
4540 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4541 forms.
4542
4543 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4544
4545 * net/eww.el (eww-restore-history): Update the window title after
4546 moving in the history.
4547 (eww-current-dom): New variable used to save the current DOM.
4548
4549 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
4550
4551 * vc/log-edit.el (log-edit-mode-map): Add binding for
4552 `log-edit-beginning-of-line'.
4553 (log-edit-setup-add-author): New user option.
4554 (log-edit-beginning-of-line): New command.
4555 (log-edit): Move major mode call above the contents setup so that
4556 the local variable values are already applied.
4557 (log-edit): Only insert "Author: " when
4558 `log-edit-setup-add-author' is non-nil.
4559 (log-edit): When SETUP is non-nil, position point after ": "
4560 instead of point-min.
4561
4562 2013-12-01 Glenn Morris <rgm@gnu.org>
4563
4564 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4565
4566 2013-11-30 Eli Zaretskii <eliz@gnu.org>
4567
4568 * startup.el (fancy-splash-frame): On MS-Windows, trigger
4569 redisplay to make sure the initial frame gets a chance to become
4570 visible. (Bug#16014)
4571
4572 2013-11-30 Martin Rudalics <rudalics@gmx.at>
4573
4574 Support resizing frames and windows pixelwise.
4575 * cus-start.el (frame-resize-pixelwise)
4576 (window-resize-pixelwise): New entries.
4577 * emacs-lisp/debug.el (debug): Use window-total-height instead
4578 of window-total-size.
4579 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4580 * help.el (describe-bindings-internal): Use help-buffer as
4581 argument for with-help-window.
4582 (temp-buffer-max-width): New option.
4583 (resize-temp-buffer-window, help-window-setup)
4584 (with-help-window): Rewrite.
4585 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
4586 dragging dividers.
4587 * window.el (frame-char-size, window-min-pixel-height)
4588 (window-safe-min-pixel-height, window-safe-min-pixel-width)
4589 (window-min-pixel-width, window-safe-min-pixel-size)
4590 (window-combination-p, window-safe-min-size)
4591 (window-resizable-p, window--size-to-pixel)
4592 (window--pixel-to-size, window--resize-apply-p): New functions.
4593 (window-safe-min-height): Fix doc-string.
4594 (window-size, window-min-size, window--min-size-1)
4595 (window-sizable, window-sizable-p, window--min-delta-1)
4596 (window-min-delta, window--max-delta-1, window-max-delta)
4597 (window--resizable, window--resizable-p, window-resizable)
4598 (window-full-height-p, window-full-width-p, window-at-side-p)
4599 (window--in-direction-2, window-in-direction)
4600 (window--resize-reset-1, window--resize-mini-window)
4601 (window-resize, window-resize-no-error)
4602 (window--resize-child-windows-normal)
4603 (window--resize-child-windows, window--resize-siblings)
4604 (window--resize-this-window, window--resize-root-window)
4605 (window--resize-root-window-vertically)
4606 (adjust-window-trailing-edge, enlarge-window, shrink-window)
4607 (maximize-window, minimize-window, delete-window)
4608 (quit-restore-window, window-split-min-size, split-window)
4609 (balance-windows-2, balance-windows)
4610 (balance-windows-area-adjust, balance-windows-area)
4611 (window--state-get-1, window-state-get, window--state-put-1)
4612 (window--state-put-2, window-state-put)
4613 (display-buffer-record-window, window--display-buffer):
4614 Make functions handle pixelwise sizing of windows.
4615 (display-buffer--action-function-custom-type)
4616 (display-buffer-fallback-action):
4617 Add display-buffer-in-previous-window.
4618 (display-buffer-use-some-window): Resize window to height it had
4619 before.
4620 (fit-window-to-buffer-horizontally): New option.
4621 (fit-frame-to-buffer): Describe new values.
4622 (fit-frame-to-buffer-bottom-margin): Replace with
4623 fit-frame-to-buffer-margins.
4624 (window--sanitize-margin): New function.
4625 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4626 using window-text-pixel-size.
4627
4628 2013-11-30 Glenn Morris <rgm@gnu.org>
4629
4630 * emacs-lisp/bytecomp.el (byte-compile-form):
4631 Make the `interactive-only' warning like the `obsolete' one.
4632 * comint.el (comint-run):
4633 * files.el (insert-file-literally, insert-file):
4634 * replace.el (replace-string, replace-regexp):
4635 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4636 (goto-line, insert-buffer, next-line, previous-line):
4637 Tweak `interactive-only' spec.
4638
4639 Stop keeping (most) generated cedet grammar files in the repository.
4640 * Makefile.in (semantic): New.
4641 (compile-main): Depend on semantic.
4642
4643 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4646 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4647
4648 * uniquify.el (uniquify-buffer-name-style): Change default.
4649
4650 * loadup.el: Preload "uniquify".
4651
4652 * time.el (display-time-update): Update all mode lines (bug#15999).
4653
4654 * electric.el (electric-indent-mode): Enable by default.
4655 * loadup.el: Preload "electric".
4656
4657 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
4658
4659 * emacs-lisp/helpers.el (string-empty-p): New function.
4660 (string-blank-p): New function.
4661
4662 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
4663
4664 * imenu.el (imenu--index-alist): Add missing dot to the docstring
4665 (Bug#14029).
4666
4667 2013-11-29 Andreas Politz <politza@fh-trier.de>
4668 * imenu.el (imenu--subalist-p): Don't error on non-conses and
4669 allow non-lambda lists as functions.
4670 (imenu--in-alist): Don't recurse into non-subalists.
4671 (imenu): Don't pass function itself as an argument (Bug#14029).
4672
4673 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4674
4675 * progmodes/python.el (python-mode-map): Remove binding for ":".
4676 (python-indent-electric-colon): Remove command.
4677 (python-indent-post-self-insert-function): Integrate the previous code
4678 of python-indent-electric-colon. Make it conditional on
4679 electric-indent-mode.
4680 (python-mode): Add ?: to electric-indent-chars.
4681 Move python-indent-post-self-insert-function to the end of
4682 post-self-insert-hook.
4683
4684 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4685
4686 * doc-view.el (doc-view-goto-page): Update mode-line.
4687
4688 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4689
4690 2013-11-27 Glenn Morris <rgm@gnu.org>
4691
4692 * international/charprop.el, international/uni-bidi.el:
4693 * international/uni-category.el, international/uni-combining.el:
4694 * international/uni-comment.el, international/uni-decimal.el:
4695 * international/uni-decomposition.el, international/uni-digit.el:
4696 * international/uni-lowercase.el, international/uni-mirrored.el:
4697 * international/uni-name.el, international/uni-numeric.el:
4698 * international/uni-old-name.el, international/uni-titlecase.el:
4699 * international/uni-uppercase.el:
4700 Remove generated files from VCS repository.
4701
4702 2013-11-27 Eli Zaretskii <eliz@gnu.org>
4703
4704 * filenotify.el (file-notify-add-watch): Don't special-case
4705 w32notify when computing the directory to watch.
4706
4707 2013-11-27 Glenn Morris <rgm@gnu.org>
4708
4709 Make bootstrap without generated uni-*.el files possible again.
4710 * loadup.el: Update command-line-args checking for unidata-gen.
4711 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4712 * composite.el, international/characters.el:
4713 Handle unicode tables being undefined.
4714
4715 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4716 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4717 (compile-main): Depend on leim rule.
4718 (leim): New rule.
4719 * loadup.el: Move leim-list.el to leim/ subdirectory.
4720 * startup.el (normal-top-level): No more leim directory.
4721 * international/ja-dic-cnv.el (skkdic-convert):
4722 Disable version-control and autoloads in output files.
4723 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4724 Disable version-control and autoloads in output files.
4725 * leim/quail: Move here from ../leim.
4726 * leim/quail/hangul.el (hangul-input-method-activate):
4727 Add autoload cookie.
4728 (generated-autoload-load-name): Set file-local value.
4729 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4730 (generated-autoload-load-name): Set file-local value.
4731
4732 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
4733
4734 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
4735 (eww-add-bookmark): Ask confirmation when add to bookmarks.
4736 (eww-quit): Ask confirmation before quitting eww.
4737
4738 2013-11-26 Eli Zaretskii <eliz@gnu.org>
4739
4740 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4741 reading output from Diff on MS-Windows and MS-DOS.
4742
4743 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
4744
4745 * emacs-lisp/helpers.el (string-reverse): New function.
4746
4747 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
4748
4749 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4750 names on MS Windows, like "/[::1]:".
4751
4752 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4753 SWITCHES.
4754
4755 2013-11-26 Glenn Morris <rgm@gnu.org>
4756
4757 * progmodes/python.el (python-indent-guess-indent-offset):
4758 Avoid corner-case error. (Bug#15975)
4759
4760 Preload leim-list.el. (Bug#4789)
4761 * loadup.el: Load leim-list.el when found.
4762 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4763
4764 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
4765
4766 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4767
4768 * emacs-lisp/helpers.el (string-join): New function.
4769
4770 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
4771
4772 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4773 Mark as obsolete and replace it with a symbol property.
4774 (byte-compile-form): Use new 'interactive-only property.
4775 * comint.el, files.el, replace.el, simple.el:
4776 Apply new 'interactive-only properly.
4777
4778 2013-11-25 Martin Rudalics <rudalics@gmx.at>
4779
4780 * window.el (display-buffer-at-bottom): Make sure that
4781 split-window-sensibly creates the new window on bottom
4782 (Bug#15961).
4783
4784 2013-11-23 David Kastrup <dak@gnu.org>
4785
4786 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4787 on the conflict markers when available.
4788 (smerge--get-marker): New function.
4789 (smerge-end-re, smerge-base-re): Add subgroup.
4790
4791 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * frame.el (handle-focus-in, handle-focus-out): Add missing
4794 interactive spec.
4795
4796 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
4797
4798 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4799 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4800
4801 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
4804 (gomoku--last-pos): New var.
4805 (gomoku--intangible-chars): New const.
4806 (gomoku--intangible): New function.
4807 (gomoku-mode): Use it. Derive from special-mode.
4808 (gomoku-move-up): Adjust line count.
4809 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4810 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4811 Simplify accordingly.
4812
4813 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4814 Remove blink-cursor code.
4815 (blink-cursor-timer-function, blink-cursor-suspend):
4816 Don't special-case GUIs.
4817 (blink-cursor-mode): Use focus-in/out-hook.
4818
4819 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
4820
4821 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4822 work when annotation is invisible (Bug#13886).
4823
4824 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
4825
4826 * json.el (json-alist-p): Only return non-nil if the alist has
4827 simple keys (Bug#13518).
4828
4829 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
4830
4831 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
4832 when control-statement is the first statement in a buffer (Bug#15956).
4833
4834 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
4835
4836 * imenu.el (imenu-generic-skip-comments-and-strings):
4837 New option (Bug#15560).
4838 (imenu--generic-function): Use it.
4839
4840 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
4841
4842 * minibuffer.el (completion--in-region-1): Scroll the correct window.
4843 (Bug#13898)
4844
4845 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
4846
4847 * emacs-lisp/helpers.el: Add some string helpers.
4848 (string-trim-left): Removes leading whitespace.
4849 (string-trim-right): Removes trailing whitespace.
4850 (string-trim): Removes leading and trailing whitespace.
4851
4852 * subr.el (string-suffix-p): New function.
4853
4854 2013-11-23 Glenn Morris <rgm@gnu.org>
4855
4856 * progmodes/python.el (python-shell-send-file):
4857 Add option to delete file when done. (Bug#15647)
4858 (python-shell-send-string, python-shell-send-region): Use it.
4859
4860 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
4861
4862 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4863 to set buffer-read-only to t, never to nil. (Bug#15938)
4864
4865 * textmodes/tex-mode.el (latex-noindent-environments):
4866 Add safe-local-variable property. (Bug#15936)
4867
4868 2013-11-23 Glenn Morris <rgm@gnu.org>
4869
4870 * textmodes/enriched.el (enriched-mode): Doc fix.
4871 * emacs-lisp/authors.el (authors-renamed-files-alist):
4872 Add enriched.doc -> enriched.txt.
4873
4874 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4875
4876 2013-11-22 Leo Liu <sdl.web@gmail.com>
4877
4878 * progmodes/octave.el (inferior-octave-startup): Spit out error
4879 message.
4880
4881 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
4882
4883 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4884 Improve docstring.
4885 Add :version.
4886 (ruby-encoding-magic-comment-style): Add :version.
4887
4888 2013-11-22 Leo Liu <sdl.web@gmail.com>
4889
4890 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4891 (Bug#15076)
4892 (octave-help-mode): Adapt to change to help-mode-finish to use
4893 derived-mode-p on 2013-09-17.
4894 (inferior-octave-prompt): Also match octave-gui.
4895 (octave-kill-process): Don't ask twice. (Bug#10564)
4896
4897 2013-11-22 Leo Liu <sdl.web@gmail.com>
4898
4899 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4900 (inferior-octave-startup, inferior-octave-check-process)
4901 (inferior-octave-track-window-width-change)
4902 (octave-completion-at-point, octave-eldoc-function): Use it.
4903 (octave-kill-process): Provide confirmation. (Bug#10564)
4904
4905 2013-11-21 Leo Liu <sdl.web@gmail.com>
4906
4907 * progmodes/octave.el (octave-mode, inferior-octave-mode):
4908 Fix obsolete variable comment-use-global-state.
4909
4910 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4911
4912 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4913 Add `octave-source-file'.
4914 (octave-source-file): New function. (Bug#15935)
4915
4916 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4917
4918 * net/eww.el (eww-local-regex): New variable.
4919 (eww): Use it to detect localhost and similar.
4920
4921 2013-11-21 Leo Liu <sdl.web@gmail.com>
4922
4923 Add completion for command `ag'.
4924 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4925 (pcomplete/ag): New function.
4926 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
4927
4928 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4931 (bug#14646).
4932 (make-obsolete): Remove interactive spec.
4933
4934 2013-11-21 Glenn Morris <rgm@gnu.org>
4935
4936 * startup.el (command-line-1): Use path-separator with -L.
4937
4938 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
4939
4940 * emacs-lisp/package.el (describe-package-1): Add package archive
4941 to shown fields.
4942
4943 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
4944
4945 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4946 Change default to "# encoding: %s" to differentiate it from the
4947 default Ruby encoding comment template.
4948
4949 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
4950
4951 * ses.el (ses-mode): Doc fix. (Bug#14748)
4952
4953 2013-11-20 Leo Liu <sdl.web@gmail.com>
4954
4955 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
4956
4957 2013-11-19 Dan Nicolaescu <dann@gnu.org>
4958
4959 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4960 when rebase or bisect are in progress.
4961
4962 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
4963
4964 * filenotify.el (file-notify-add-watch): Doc fix.
4965
4966 2013-11-19 Leo Liu <sdl.web@gmail.com>
4967
4968 * obsolete/rcompile.el: Mark obsolete.
4969
4970 * progmodes/compile.el (compilation-start)
4971 (compilation-goto-locus, compilation-find-file):
4972 Pass no-display-ok and handle nil value from display-buffer.
4973 (Bug#13594)
4974
4975 * window.el (display-buffer-alist, display-buffer): Document the
4976 new parameter no-display-ok. Return either a window or nil
4977 but never a non-window value.
4978
4979 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * electric.el (electric-indent-mode-map): Remove.
4982 (electric-indent-mode): Change the global-map instead (bug#15915).
4983
4984 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4985 Use add-function.
4986
4987 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4988
4989 * emacs-lisp/nadvice.el (remove-function): Align with
4990 add-function's behavior.
4991
4992 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4993 (gdb--string-regexp): New constant.
4994 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4995 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4996 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4997 submatch 1.
4998 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4999 Adjust use accordingly.
5000 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5001
5002 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5003
5004 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5005 interpolation curlies (Bug#15914).
5006
5007 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5008
5009 * calc/calc.el (calc-context-sensitive-enter): New variable.
5010 (calc-enter): Use `calc-context-sensitive-enter'.
5011
5012 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5013
5014 * progmodes/cfengine.el: Version bump.
5015 (cfengine-cf-promises): New defcustom to locate cf-promises.
5016 (cfengine3-vartypes): Add new "data" type.
5017 (cfengine3--current-word): New function to get current name-like
5018 word or its bounds.
5019 (cfengine3--current-function): New function to look up a CFEngine
5020 function's definition.
5021 (cfengine3-format-function-docstring): New function.
5022 (cfengine3-make-syntax-cache): New function.
5023 (cfengine3-documentation-function): New function: ElDoc glue.
5024 (cfengine3-completion-function): New function: completion glue.
5025 (cfengine3-mode): Set `compile-command',
5026 `eldoc-documentation-function', and add to
5027 `completion-at-point-functions'.
5028
5029 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5030
5031 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5032 `tramp-current-connection'.
5033
5034 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5035
5036 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5037 nil/self/true/false with "end of symbol".
5038
5039 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5040
5041 * subr.el (version-regexp-alist): Fix a typo.
5042
5043 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5044
5045 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5046 "en_US.utf8" and "LC_CTYPE" to "".
5047 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5048 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5049
5050 2013-11-15 Leo Liu <sdl.web@gmail.com>
5051
5052 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5053
5054 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5055
5056 * progmodes/gud.el (ctl-x-map):
5057 Remove C-x SPC binding. (Bug#12342)
5058 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5059
5060 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5061
5062 * subr.el (version-regexp-alist):
5063 Recognize hg, svn and darcs versions as snapshot versions.
5064
5065 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5066 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5067 (ruby--encoding-comment-required-p): Extract from
5068 `ruby-mode-set-encoding'.
5069 (ruby-mode-set-encoding): Add the ability to always insert an
5070 utf-8 encoding comment. Fix and simplify coding comment update
5071 logic.
5072
5073 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
5074
5075 * net/tramp-gvfs.el (top): Run init code only when
5076 `tramp-gvfs-enabled' is not nil.
5077 (tramp-gvfs-enabled): Check also :system bus.
5078
5079 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 Sync with upstream verilog-mode revision 78e66ba.
5082 * progmodes/verilog-mode.el (verilog-end-of-defun)
5083 (verilog-type-completion, verilog-get-list): Remove unused funcs.
5084 (verilog-get-end-of-defun): Remove unused argument.
5085 (verilog-comment-depth): Remove unused local `e'.
5086 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5087 Don't pass arg to verilog-get-end-of-defun.
5088
5089 2013-11-14 Glenn Morris <rgm@gnu.org>
5090
5091 * obsolete/assoc.el (aget): Prefix dynamic variable.
5092
5093 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5094
5095 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * widget.el, hfy-cmap.el: Remove bogus package version number.
5098
5099 2013-11-13 Glenn Morris <rgm@gnu.org>
5100
5101 * replace.el (replace-eval-replacement):
5102 Try to give more helpful error message. (Bug#15836)
5103
5104 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5105 (archive-7z-update): Avoid custom type mismatches.
5106
5107 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5108
5109 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
5110
5111 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5112 address can be empty.
5113
5114 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5115 Accept nil SWITCHES.
5116 (tramp-gvfs-handle-write-region): Implement APPEND.
5117
5118 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
5119
5120 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5121 binary "|" operator and closing block args delimiter.
5122 Remove FIXME comment referring to Ruby 1.8-only syntax.
5123 (ruby-smie--implicit-semi-p): Not after "|" operator.
5124 (ruby-smie--closing-pipe-p): New function.
5125 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5126 (ruby-smie-rules): Indent after "|".
5127
5128 2013-11-12 Glenn Morris <rgm@gnu.org>
5129
5130 * ps-print.el (ps-face-attribute-list):
5131 Handle anonymous faces. (Bug#15827)
5132
5133 2013-11-12 Martin Rudalics <rudalics@gmx.at>
5134
5135 * window.el (display-buffer-other-frame): Fix doc-string.
5136 (Bug#15868)
5137
5138 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5139
5140 * subr.el (force-mode-line-update): Delete, move to buffer.c.
5141
5142 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
5143
5144 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5145 (tramp-sh-handle-file-local-copy): Don't write a message when
5146 saving temporary files.
5147
5148 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5149 both directories are remote.
5150 (tramp-smb-handle-directory-files): Do not return double entries.
5151 Do not expand full file names.
5152 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5153 (tramp-smb-handle-write-region): Implement APPEND.
5154 (tramp-smb-get-stat-capability): Fix a stupid bug.
5155
5156 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5159
5160 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5161
5162 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5163 throwing error over malformed let/let* (bug#15814).
5164
5165 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * iswitchb.el (iswitchb-mode): Mark obsolete.
5168
5169 2013-11-11 Glenn Morris <rgm@gnu.org>
5170
5171 * international/uni-bidi.el, international/uni-category.el:
5172 * international/uni-name.el, international/uni-numeric.el:
5173 Regenerate for Unicode 6.3.0.
5174
5175 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
5176
5177 * net/tramp.el (tramp-methods):
5178 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5179 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5180
5181 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
5182
5183 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5184 Force highlighting text after Summary keyword in doc face for rpm.
5185
5186 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
5187
5188 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5189 available and the word has no wildcards, append one to the grep pattern.
5190 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5191 (ispell-complete-word): Call `ispell-lookup-words' with the value
5192 independent of `ispell-look-p'.
5193
5194 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5195
5196 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5197 Not after "||".
5198 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5199 their parent.
5200
5201 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5202
5203 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
5204 (ruby-font-lock-keywords): Use backquote.
5205
5206 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5207
5208 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5209 (ruby-smie--backward-token): Only consider full-string matches.
5210
5211 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
5212
5213 * faces.el (describe-face): Add distant-foreground.
5214
5215 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
5216
5217 * progmodes/ruby-mode.el: Improve encoding comment handling.
5218 (ruby-encoding-magic-comment-style): New option.
5219 (ruby-custom-encoding-magic-comment-template): New option.
5220 (ruby--insert-coding-comment, ruby--detect-encoding):
5221 New functions extracted from `ruby-mode-set-encoding'.
5222 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5223 to control the style of the auto-inserted encoding comment.
5224
5225 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5226
5227 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5228 Use `smie-backward-sexp' with token argument.
5229
5230 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
5231
5232 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5233 Remove instrumentation code.
5234
5235 2013-11-08 Glenn Morris <rgm@gnu.org>
5236
5237 * progmodes/autoconf.el (autoconf-mode):
5238 Tweak comment-start-skip. (Bug#15822)
5239
5240 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5241
5242 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5243 at bobp (bug#15826).
5244 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5245
5246 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
5247
5248 * man.el (Man-start-calling): New macro, extracted from
5249 Man-getpage-in-background.
5250 (Man-getpage-in-background): Use it.
5251 (Man-update-manpage): New command.
5252 (Man-mode-map): Bind it.
5253
5254 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5255
5256 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5257 of "and", "or", "&&" and "||".
5258 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5259 argument. Prohibit opening curly brace because it could only be a
5260 block opener in that position.
5261 (ruby-smie--forward-token, ruby-smie--backward-token):
5262 Separate "|" from "&" or "*" going after it. That can happen in block
5263 arguments.
5264 (ruby-smie--indent-to-stmt): New function, seeks the end of
5265 previous statement or beginning of buffer.
5266 (ruby-smie-rules): Use it.
5267 (ruby-smie-rules): Check if there's a ":" before a curly block
5268 opener candidate; if there is, it's a hash.
5269
5270 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5273 (cl--block-wrapper): Fix last accidental change.
5274
5275 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
5276
5277 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5278 Instrument, in order to hunt failure on hydra.
5279
5280 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5281
5282 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5283 malformed bindings form (bug#15814).
5284
5285 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
5286
5287 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5288 "." compared to " @ ". This incidentally fixes some indentation
5289 examples with "do".
5290 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5291 (ruby-smie-grammar): New tokens: "and" and "or".
5292 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5293 Exclude "and" and "or". Remove "do" in order to work around token
5294 priorities.
5295 (ruby-smie-rules): Add all infix tokens. Handle the case of
5296 beginning-of-buffer.
5297
5298 2013-11-06 Glenn Morris <rgm@gnu.org>
5299
5300 * Makefile.in (setwins_almost, setwins_for_subdirs):
5301 Avoid accidental matches.
5302
5303 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * menu-bar.el (popup-menu): Use key-binding.
5306
5307 2013-11-06 Eli Zaretskii <eliz@gnu.org>
5308
5309 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5310 menus, support also the menus produced by minor modes.
5311 (Bug#15817)
5312
5313 2013-11-06 Leo Liu <sdl.web@gmail.com>
5314
5315 * thingatpt.el (thing-at-point-looking-at): Add optional arg
5316 DISTANCE to bound the search. All uses changed. (Bug#15808)
5317
5318 2013-11-06 Glenn Morris <rgm@gnu.org>
5319
5320 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5321 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5322 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5323
5324 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * electric.el (electric-indent-just-newline): New command.
5327 (electric-indent-mode-map): New keymap.
5328 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5329 Re-add :group which weren't redundant.
5330
5331 * electric.el (electric-indent-local-mode): New minor mode.
5332 (electric-indent-functions-without-reindent): New var.
5333 (electric-indent-post-self-insert-function): Use it.
5334 * emacs-lisp/gv.el (buffer-local-value): Add setter.
5335
5336 2013-11-05 Eli Zaretskii <eliz@gnu.org>
5337
5338 * international/quail.el (quail-help): Be more explicit about the
5339 meaning of the labels shown on the keys. (Bug#15800)
5340
5341 * startup.el (normal-top-level): Load the subdirs.el files before
5342 setting the locale environment. (Bug#15805)
5343
5344 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5347 via arguments so as to get the right ones (bug#15418).
5348
5349 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5350
5351 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
5352
5353 Fix problems found while writing a test suite.
5354
5355 * net/tramp-compat.el (tramp-compat-load): New defun.
5356 * net/tramp.el (tramp-handle-load): Use it.
5357
5358 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5359 "(numberp ok-if-already-exists)" correctly.
5360
5361 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
5362
5363 * international/characters.el (glyphless-char-display-control):
5364 Add usage note.
5365
5366 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
5367
5368 * progmodes/python.el (python-mode):
5369 * progmodes/scheme.el (scheme-mode):
5370 * progmodes/prolog.el (prolog-mode):
5371 * progmodes/ruby-mode.el (ruby-mode):
5372 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5373 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5374
5375 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * rect.el (rectangle--highlight-for-redisplay):
5378 * emacs-lisp/smie.el (smie--next-indent-change):
5379 Use buffer-chars-modified-tick.
5380
5381 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5382
5383 * electric.el (electric-indent-post-self-insert-function):
5384 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5385
5386 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
5387
5388 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5389
5390 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5391
5392 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5393 (bug#15786).
5394
5395 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5396
5397 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
5398
5399 * progmodes/python.el: Fix up last change.
5400 (python-shell--save-temp-file): New function.
5401 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
5402 `string' comes from the current buffer.
5403 (python-shell-send-string-no-output): Remove `msg' arg.
5404 (python--use-fake-loc): New var.
5405 (python-shell-buffer-substring): Obey it. Try to compensate for the
5406 extra coding line added by python-shell--save-temp-file.
5407 (python-shell-send-region): Use python-shell--save-temp-file and
5408 python-shell-send-file directly. Add `nomain' argument.
5409 (python-shell-send-buffer): Use python-shell-send-region.
5410 (python-electric-pair-string-delimiter): New function.
5411 (python-mode): Use it.
5412
5413 2013-11-04 Eli Zaretskii <eliz@gnu.org>
5414
5415 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5416 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5417 environment and decoding all of the default-directory's to here
5418 from command-line.
5419 (command-line): Decode also argv[0].
5420
5421 * loadup.el: Error out if default-directory is a multibyte string
5422 when we are dumping.
5423
5424 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
5425
5426 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5427
5428 * emacs-lisp/package.el (package-menu-mode)
5429 (package-menu--print-info, package-menu--archive-predicate):
5430 Add Archive column to package list.
5431
5432 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
5433
5434 Fix problems found while writing a test suite.
5435
5436 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5437 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5438 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5439 to nil when running original file name handler. Otherwise,
5440 there are problems with constructs like "$$FOO".
5441
5442 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5443 for `localname'.
5444
5445 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
5446
5447 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5448
5449 * subr.el (version<, version<=, version=):
5450 Update docstrings with information for snapshot versions.
5451
5452 * helpers.el: New library for misc helper functions.
5453 (hash-table-keys): New function returning a list of hash keys.
5454 (hash-table-values): New function returning a list of hash values.
5455
5456 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
5457
5458 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5459 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5460
5461 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
5462
5463 * textmodes/fill.el (fill-single-char-nobreak-p): New function
5464 checking whether point is after a 1-letter word.
5465
5466 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5467
5468 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5469 Don't infloop when expanding region over `multiline' syntax-type that
5470 begins a line (bug#15778).
5471
5472 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5475 Make it into a proper minor mode.
5476 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
5477 (rectangle-mark-mode-map): New keymap.
5478 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5479
5480 2013-11-04 Glenn Morris <rgm@gnu.org>
5481
5482 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5483
5484 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5485
5486 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5487 (ruby-smie-rules): Use smie-rule-parent instead.
5488
5489 * emacs-lisp/smie.el (smie-rule-parent): Always call
5490 smie-indent-virtual rather than only for hanging tokens.
5491 (smie--next-indent-change): New helper command.
5492
5493 2013-11-03 Glenn Morris <rgm@gnu.org>
5494
5495 * Makefile.in (abs_srcdir): Remove.
5496 (emacs): Unset EMACSLOADPATH.
5497
5498 2013-11-02 Glenn Morris <rgm@gnu.org>
5499
5500 * Makefile.in (EMACS): Use a relative filename.
5501 (abs_top_builddir): Remove.
5502 (custom-deps, finder-data, autoloads): Use --chdir.
5503
5504 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5505
5506 Use relative filenames in TAGS files.
5507 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5508 (lisptagsfiles4, TAGS): Use relative file names.
5509 (TAGS-LISP): Remove.
5510 (maintainer-clean): No more TAGS-LISP file.
5511
5512 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5513 (lisptagsfiles4): Use absolute filenames again.
5514 (TAGS, TAGS-LISP): Not everything needs to run in one line.
5515 Remove all *loaddefs files, not just the first. Remove esh-groups.
5516 (maintainer-clean): Delete TAGS, TAGS-LISP.
5517
5518 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5519
5520 * emacs-lisp/package.el (package-version-join):
5521 Recognize snapshot versions.
5522
5523 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5524
5525 * subr.el (version-regexp-alist): Add support for snapshot versions.
5526
5527 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5528
5529 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5530 New function, replacement for `smie-rule-parent' for when we want to
5531 skip over our direct parent if it's an assignment token..
5532 (ruby-smie-rules): Use it.
5533
5534 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5535
5536 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5537 unconditionally. Remove now unnecessary forward declarations.
5538 Remove XEmacs-specific setup.
5539 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5540 (ruby-font-lock-syntactic-keywords)
5541 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5542 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5543 (ruby-here-doc-end-syntax): Remove.
5544 (ruby-mode): Don't check whether `syntax-propertize-rules' is
5545 defined as function.
5546
5547 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5548
5549 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5550
5551 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5552
5553 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5554 table and abbrev table, `define-derived-mode' does that for us
5555 anyway.
5556
5557 2013-11-01 Glenn Morris <rgm@gnu.org>
5558
5559 * Makefile.in: Remove manual mh-e dependencies (writing .elc
5560 files is atomic for some time, so no parallel compilation issues).
5561
5562 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
5563
5564 * faces.el (face-x-resources): Add :distant-foreground.
5565 (region): Use :distant-foreground for gtk and ns.
5566
5567 2013-11-01 Tassilo Horn <tsdh@gnu.org>
5568
5569 Allow multiple bibliographies when BibLaTeX is used rather than
5570 BibTeX.
5571 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5572 (reftex-locate-bibliography-files): Us it.
5573
5574 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
5575
5576 * image.el (image-type-header-regexps): Fix the 'pbm' part to
5577 allow comments in pbm files.
5578
5579 * term/w32-win.el (dynamic-library-alist): Support newer versions
5580 of libjpeg starting with v7: look only for the DLL from the
5581 version against which Emacs was built.
5582 Support versions of libpng beyond 1.4.x.
5583 Support libtiff v4.x.
5584
5585 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5586
5587 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5588 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5589 Add property :safe.
5590 (ruby-deep-arglist): Add property :type.
5591
5592 2013-10-31 Glenn Morris <rgm@gnu.org>
5593
5594 * Makefile.in (custom-deps, finder-data): No need to setq the target
5595 variables, we are in the right directory and the defaults work fine.
5596
5597 2013-10-30 Glenn Morris <rgm@gnu.org>
5598
5599 * Makefile.in (autoloads): Do not use abs_lisp.
5600
5601 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5602 `newline' does not respect `standard-output', so use `princ'.
5603
5604 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
5605
5606 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
5607 * buff-menu.el (Buffer-menu--unmark): New function.
5608 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5609
5610 2013-10-30 Glenn Morris <rgm@gnu.org>
5611
5612 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5613
5614 * emacs-lisp/package.el (lm-homepage): Declare.
5615
5616 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5617 Fix doc typos.
5618
5619 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5620
5621 * Makefile.in (finder-data, autoloads, update-subdirs)
5622 (compile-main, compile-clean, compile-always, bootstrap-clean):
5623 Check return value of cd.
5624 (compile-calc): Remove.
5625
5626 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5629
5630 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5631 (byte-compile-and-folded): New function.
5632 (=, <, >, <=, >=): Use it.
5633
5634 * dos-w32.el (minibuffer-history-case-insensitive-variables)
5635 (path-separator, null-device, buffer-file-coding-system)
5636 (lpr-headers-switches): Check system-type before modifying them.
5637 (find-buffer-file-type-coding-system): Mark obsolete.
5638 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5639 find-file-not-found-set-buffer-file-coding-system.
5640 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5641 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5642 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5643 (w32-direct-print-region-helper, w32-direct-print-region-function)
5644 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5645 * startup.el (normal-top-level-add-subdirs-to-load-path):
5646 * ps-print.el (ps-print-region-function):
5647 * lpr.el (print-region-function): Use new name.
5648
5649 * subr.el (custom-declare-variable-early): Remove function.
5650 (custom-declare-variable-list): Remove var.
5651 (error, user-error): Remove `while' loop.
5652 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5653 (user-emacs-directory-warning, locate-user-emacs-file):
5654 Move to files.el.
5655 * simple.el (read-quoted-char-radix, read-quoted-char):
5656 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5657 Move from subr.el.
5658 * custom.el (custom-declare-variable-list): Don't process
5659 custom-declare-variable-list.
5660
5661 * progmodes/python.el (python-shell-get-buffer): New function.
5662 (python-shell-get-process): Use it.
5663 (python-shell-send-string): Always use utf-8 and add a cookie to tell
5664 Python which encoding was used. Don't split-string since we only care
5665 about the first line. Return the temp-file, if applicable.
5666 (python-shell-send-region): Tell compile.el how to turn locations in
5667 the temp-file into locations in the source buffer.
5668
5669 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * subr.el (undefined): Add missing behavior from the C code for
5672 unbound keys.
5673
5674 * rect.el: Use lexical-binding. Add new rectangular region support.
5675 (rectangle-mark): New command.
5676 (rectangle--region): New var.
5677 (deactivate-mark-hook): Reset rectangle--region.
5678 (rectangle--extract-region, rectangle--insert-for-yank)
5679 (rectangle--highlight-for-redisplay)
5680 (rectangle--unhighlight-for-redisplay): New functions.
5681 (region-extract-function, redisplay-unhighlight-region-function)
5682 (redisplay-highlight-region-function): Use them to handle
5683 rectangular region.
5684 * simple.el (region-extract-function): New var.
5685 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5686 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5687 (kill-region): Replace obsolete `yank-handler' arg with `region'.
5688 (copy-region-as-kill, kill-ring-save): Add `region' argument.
5689 (redisplay-unhighlight-region-function)
5690 (redisplay-highlight-region-function): New vars.
5691 (redisplay--update-region-highlight): New function.
5692 (pre-redisplay-function): Use it.
5693 (exchange-point-and-mark): Don't deactivate the mark before
5694 reactivate-it anyway.
5695 * comint.el (comint-kill-region): Remove yank-handler argument.
5696 * delsel.el (delete-backward-char, backward-delete-char-untabify)
5697 (delete-char): Remove property, since it's now part of their
5698 default behavior.
5699 (self-insert-iso): Remove property since this command doesn't exist.
5700
5701 * emacs-lisp/package.el (package--download-one-archive)
5702 (describe-package-1): Don't query the user about final newline.
5703
5704 2013-10-29 Daniel Colascione <dancol@dancol.org>
5705
5706 * net/tramp.el (tramp-methods): Document new functionality.
5707 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5708 tramp-hostname-checker if method provides one instead of scanning
5709 argument list for "%h" to decide hostname acceptability.
5710
5711 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
5712
5713 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5714 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5715 Handle COPY-CONTENTS. (Bug#15737)
5716
5717 2013-10-28 Daiki Ueno <ueno@gnu.org>
5718
5719 * epa-file.el
5720 (epa-file-cache-passphrase-for-symmetric-encryption):
5721 Document that this option has no effect with GnuPG 2.0 (bug#15552).
5722
5723 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
5724
5725 * image.el (defimage, image-load-path): Doc fixes.
5726
5727 2013-10-27 Alan Mackenzie <acm@muc.de>
5728
5729 Indent statements in macros following "##" correctly.
5730 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5731 Modify the "#" arm of a cond form to handle "#" and "##" operators.
5732
5733 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5734
5735 * linum.el (linum-update-window): Fix boundary test (bug#13446).
5736
5737 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
5738
5739 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5740 after `=' is probably a new expression.
5741
5742 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5743
5744 * man.el (man-imenu-title): New option.
5745 (Man-mode-map): Add menu. (Bug#15722)
5746 (Man-mode): Add imenu to menu.
5747
5748 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
5749
5750 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5751 specific in what the first arg can be: a non-keyword word,
5752 string/regexp/percent literal opener, opening paren, or unary
5753 operator followed directly by word.
5754
5755 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5758 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5759 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5760 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5761 Remove vars, they do not apply any more.
5762 (prolog-mode-abbrev-table): Remove redundant declaration.
5763 (prolog-upper-case-string, prolog-lower-case-string): Remove.
5764 (prolog-use-smie): Remove.
5765 (prolog-smie-rules): Add indentation rule for the if-then-else layout
5766 supported by prolog-electric-if-then-else-flag.
5767 (prolog-mode-variables, prolog-menu): Use setq-local.
5768 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5769 Remove binding to `Backspace' since this key doesn't exist anyway.
5770 Remove bindings for electric self-inserting keys.
5771 (prog-mode): Assume it's defined.
5772 (prolog-post-self-insert): New function.
5773 (prolog-mode): Use it.
5774 (prolog-indent-line, prolog-indent-level)
5775 (prolog-find-indent-of-matching-paren)
5776 (prolog-indentation-level-of-line, prolog-goto-comment-column)
5777 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5778 (prolog-goto-next-paren, prolog-in-string-or-comment)
5779 (prolog-tokenize, prolog-inside-mline-comment)
5780 (prolog-find-start-of-mline-comment): Remove functions.
5781 (prolog-find-unmatched-paren, prolog-clause-end)
5782 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5783 (prolog-electric--if-then-else): Rename from
5784 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5785 (prolog-tokenize-searchkey): Remove const.
5786 (prolog-clause-info): Use forward-sexp.
5787 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5788 (prolog-electric-if-then-else): Remove commands.
5789 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5790 for use in post-self-insert-hook.
5791 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5792 for use in post-self-insert-hook.
5793 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5794 for use in post-self-insert-hook.
5795 (prolog-electric--underscore): Rename from prolog-electric--underscore;
5796 adapt it for use in post-self-insert-hook.
5797
5798 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
5799
5800 * emacs-lisp/ert.el (ert-run-tests-interactively):
5801 Use `completing-read'. (Bug#9756)
5802
5803 2013-10-25 Eli Zaretskii <eliz@gnu.org>
5804
5805 * simple.el (line-move): Call line-move-1 instead of
5806 line-move-visual when the current window hscroll is zero, but
5807 temporary-goal-column indicates we will need to hscroll as result
5808 of the movement. (Bug#15712)
5809
5810 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
5811
5812 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
5813 capitalization. Use :visible instead of :active.
5814 Fix `ruby-indent-exp' reference. Add menu items for the generic
5815 commands that are used with SMIE.
5816 (ruby-do-end-to-brace): Insert space after `{'.
5817
5818 2013-10-25 John Anthony <john@jo.hnanthony.com>
5819
5820 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
5821
5822 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
5823
5824 2013-10-25 Glenn Morris <rgm@gnu.org>
5825
5826 * vc/vc.el (vc-print-log): Don't use a working revision unless
5827 one was explicitly specified. (Bug#15322)
5828
5829 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * subr.el (add-to-list): Preserve return value in compiler-macro
5832 (bug#15692).
5833
5834 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5835
5836 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
5837 result. Ask user to retry using '-all' flag. (Bug#15701)
5838
5839 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * emacs-lisp/smie.el: New smie-config system.
5842 (smie-config): New defcustom.
5843 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
5844 (smie-config-guess, smie-config-save): New commands.
5845 (smie-config--mode-local, smie-config--buffer-local)
5846 (smie-config--trace, smie-config--modefuns): New vars.
5847 (smie-config--advice, smie-config--mode-hook)
5848 (smie-config--setter, smie-config-local, smie-config--get-trace)
5849 (smie-config--guess-value, smie-config--guess): New functions.
5850 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
5851 text properties. Treat "string fence" syntax like string syntax.
5852
5853 * progmodes/sh-script.el (sh-use-smie): Change default.
5854 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
5855 (sh-var-value): Simplify by CSE.
5856 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
5857 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
5858 is used.
5859 (sh-guess-basic-offset): Use cl-incf.
5860 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5861
5862 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
5863
5864 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5865 (bug#15699).
5866
5867 2013-10-24 Glenn Morris <rgm@gnu.org>
5868
5869 * Makefile.in (abs_top_srcdir): Remove.
5870 (update-subdirs): Use relative path to update-subdirs.
5871
5872 2013-10-24 Eli Zaretskii <eliz@gnu.org>
5873
5874 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5875 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5876 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5877 Call unmsys--file-name before expand-file-name, not after it.
5878
5879 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
5880
5881 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5882 (ert-test-skipped): New error.
5883 (ert-skip, ert-stats-skipped): New defuns.
5884 (ert--skip-unless): New macro.
5885 (ert-test-skipped): New struct.
5886 (ert--run-test-debugger, ert-test-result-type-p)
5887 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5888 (ert--stats-set-test-and-result, ert-char-for-test-result)
5889 (ert-string-for-test-result, ert-run-tests-batch)
5890 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
5891 Handle skipped tests. (Bug#9803)
5892
5893 2013-10-24 Glenn Morris <rgm@gnu.org>
5894
5895 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5896
5897 * Makefile.in (abs_top_srcdir): New, set by configure.
5898 (update-subdirs): Correct build-aux location.
5899
5900 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
5901
5902 * vc/vc.el (vc-print-root-log): Always set `default-directory'
5903 value, whether we could auto-deduce `backend', or not.
5904
5905 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5906 with parameters" example. Simplify the "is it block or is it
5907 hash" check, but also make it more thorough.
5908
5909 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
5910
5911 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
5912
5913 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5916 { if it is hanging.
5917
5918 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5919 :before ";".
5920
5921 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
5922
5923 * progmodes/compile.el (compilation-directory-matcher)
5924 (compilation-page-delimiter):
5925 Support GNU Make-4.0 directory quoting. (Bug#15678)
5926
5927 2013-10-23 Leo Liu <sdl.web@gmail.com>
5928
5929 * ido.el (ido-tidy): Handle read-only text.
5930
5931 2013-10-23 Glenn Morris <rgm@gnu.org>
5932
5933 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5934 (emacs, compile, compile-always):
5935 Quote entities that might contain whitespace.
5936 (custom-deps, finder-data, autoloads): Use abs_lisp.
5937 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5938 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5939 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5940
5941 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
5942
5943 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5944 Use `following-char'.
5945
5946 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5949 * progmodes/ruby-mode.el (ruby-smie-rules):
5950 Remove corresponding workaround. Fix indentation rule of ";" so it
5951 also applies when ";" is the parent.
5952
5953 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
5954
5955 * frame.el (display-screens, display-pixel-height)
5956 (display-pixel-width, display-mm-width, display-backing-store)
5957 (display-save-under, display-planes, display-color-cells)
5958 (display-visual-class, display-monitor-attributes-list):
5959 Mention the optional ‘display’ argument in doc strings.
5960
5961 2013-10-22 Michael Gauland <mikelygee@amuri.net>
5962
5963 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5964 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
5965
5966 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5967
5968 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5969 TODO. Add "." after " @ ".
5970 (ruby-smie--at-dot-call): New function. Checks if point at method
5971 call with explicit target.
5972 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5973 to the method name tokens when it precedes them.
5974 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5975 (ruby-smie-rules): Add rule for indentation before and after "."
5976 token.
5977
5978 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * textmodes/remember.el (remember-diary-extract-entries):
5981 Avoid add-to-list.
5982
5983 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5984 an instruction.
5985
5986 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5987
5988 * progmodes/ruby-mode.el (ruby-smie-grammar):
5989 Add (almost) all infix operators.
5990 (ruby-smie--implicit-semi-p): Add new operator chars.
5991
5992 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5993 `smie-down-list'.
5994 (ruby-smie--args-separator-p): Check that there's no newline
5995 between method call and its arguments.
5996
5997 2013-10-20 Alan Mackenzie <acm@muc.de>
5998
5999 Allow comma separated lists after Java "implements".
6000
6001 * progmodes/cc-engine.el (c-backward-over-enum-header):
6002 Parse commas.
6003 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6004 from a "disallowed" list in enum fontification.
6005
6006 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6007
6008 * startup.el (default-frame-background-mode): Remove unused defvar.
6009
6010 * progmodes/verilog-mode.el (verilog-mode): Don't set
6011 comment-indent-function globally.
6012
6013 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6014
6015 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6016 Move Info menu item creation to ns-win.el.
6017
6018 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6019 in menu bar.
6020
6021 * menu-bar.el: Move GNUstep specific menus...
6022
6023 * term/ns-win.el (ns-initialize-window-system): ... to here.
6024
6025 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * simple.el (newline): Only run post-self-insert-hook when
6028 called interactively.
6029
6030 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6031
6032 * icomplete.el (icomplete-with-completion-tables): Add :version.
6033
6034 2013-10-19 Alan Mackenzie <acm@muc.de>
6035
6036 Fix fontification bugs with constructors and const.
6037
6038 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6039 CASE 2) Remove the check for the absence of a suffix construct
6040 after a function declaration with only types (no identifiers) in
6041 the parentheses. Also, accept a function declaration with just a
6042 type inside the parentheses, if this type can be positively
6043 recognised as such, or if a prefix keyword like "explicit" nails
6044 down the construct as a declaration.
6045
6046 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6047
6048 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6049 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6050 the problem whereby selecting a menu item that leads to a
6051 minibuffer prompt moves the cursor out of the minibuffer window,
6052 making it hard to type at the prompt. Suggested by Stefan Monnier
6053 <monnier@iro.umontreal.ca>.
6054
6055 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6056
6057 * menu-bar.el: Don't make Services menu.
6058
6059 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6060
6061 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6062 (ffap-alist): Use ffap-c++-mode for c++-mode.
6063 (ffap-c++-path): New variable.
6064 (ffap-c++-mode): New function.
6065
6066 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6067
6068 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6069
6070 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
6071
6072 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6073 introduced on 2013-09-08, which results in an infinite loop
6074 requesting a password.
6075
6076 2013-10-18 Glenn Morris <rgm@gnu.org>
6077
6078 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6079
6080 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
6081
6082 Sync with upstream verilog-mode revision 1a6ecec7.
6083 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6084 (verilog-mode-release-date): Remove.
6085 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6086 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6087 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6088 (verilog-auto-tieoff-ignore-regexp)
6089 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6090 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6091 (verilog-signals-with, verilog-dir-cache-preserving)
6092 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6093 Doc fixes.
6094 (verilog-case-fold): New option, to control case folding in
6095 regexp searches, bug597.
6096 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6097 (verilog-string-match-fold, verilog-in-paren-count)
6098 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6099 (verilog-at-close-struct-p): New functions.
6100 (verilog-beg-block-re-ordered, verilog-extended-case-re)
6101 (verilog-forward-sexp, verilog-set-auto-endcomments)
6102 (verilog-leap-to-case-head): Handle "unique0" case.
6103 (verilog-in-constraint-re): New constant.
6104 (verilog-keywords, verilog-type-font-keywords):
6105 Add some SystemVerilog 1800-2012 keywords.
6106 (verilog-label-be): Remove unimplemented argument, bug669.
6107 (verilog-batch-execute-func): When batch expanding clear
6108 create-lockfiles to prevent spurious user locks when a file ends
6109 up not changing.
6110 (verilog-calculate-indent, verilog-calc-1)
6111 (verilog-at-close-constraint-p, verilog-at-constraint-p)
6112 (verilog-do-indent): Fix indentation of nested constraints
6113 and structures.
6114 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6115 (verilog-auto-inst-param): Use verilog-string-match-fold.
6116 (verilog-read-inst-module-matcher):
6117 Fix AUTOINST on gate primitives with #1.
6118 (verilog-read-decls): Fix double-declaring user-defined typed signals.
6119 Reads all user-defined typed variables.
6120 (verilog-read-defines): Fix reading definitions inside comments, bug647.
6121 (verilog-signals-matching-regexp)
6122 (verilog-signals-not-matching-regexp, verilog-auto):
6123 Respect verilog-case-fold.
6124 (verilog-diff-report): Fix line count.
6125 (verilog-auto-assign-modport): Remove unused local `modi'.
6126 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6127 better handle multidimensional arrays.
6128 Fix packed array ports misadding bit index in AUTOINST, bug637.
6129 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6130 to not double-declare existing outputs and inputs, respectively.
6131 (verilog-template-map): Bind U to verilog-sk-uvm-component.
6132 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6133 (verilog-sk-uvm-component): New skeleton.
6134 (verilog-submit-bug-report): Add verilog-case-fold,
6135 remove verilog-mode-release-date.
6136
6137 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
6138
6139 * subr.el (sit-for): Call (input-pending-p t) so as to behave
6140 as before.
6141
6142 2013-10-18 Reuben Thomas <rrt@sc3d.org>
6143
6144 * textmodes/remember.el (remember): Set buffer-offer-save in
6145 remember buffers (bug#13566).
6146
6147 2013-10-18 Daniel Colascione <dancol@dancol.org>
6148
6149 When evaluating forms in ielm, direct standard output to ielm
6150 buffer. Add new ielm-return-for-effect command. Remove trailing
6151 whitespace throughout.
6152
6153 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6154 (ielm-return-for-effect): New command.
6155 (ielm-send-input): Accept optional `for-effect' parameter.
6156 (ielm-eval-input): Accept optional `for-effect' parameter.
6157 Bind `standard-output' to stream we create using
6158 `ielm-standard-output-impl'. Suppress printing result when
6159 `for-effect'.
6160 (ielm-standard-output-impl): New function.
6161 (inferior-emacs-lisp-mode): Explain new features in documentation.
6162
6163 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
6164
6165 Code cleanup.
6166
6167 * net/tramp.el (tramp-debug-message): Do not check for connection
6168 buffer.
6169 (tramp-message): Use "vector" connection property.
6170
6171 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6172 (tramp-equal-remote, tramp-eshell-directory-change)
6173 * net/tramp-adb.el (tramp-adb-handle-copy-file)
6174 (tramp-adb-handle-rename-file)
6175 * net/tramp-cmds.el (tramp-list-remote-buffers)
6176 (tramp-cleanup-connection, tramp-cleanup-this-connection)
6177 * net/tramp-compat.el (tramp-compat-process-running-p)
6178 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6179 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6180 (tramp-gvfs-handle-rename-file)
6181 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6182 (tramp-set-file-uid-gid)
6183 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6184 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6185 of `file-remote-p'.
6186
6187 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6188 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6189 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6190 (tramp-gw-open-network-stream): Suppress unrelated traces.
6191
6192 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6193 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6194 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6195 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6196 connection property.
6197
6198 * net/tramp-cache.el (top): Suppress traces when reading
6199 persistency file.
6200
6201 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6202 Refactor common code. Improve debug message.
6203 (tramp-maybe-open-connection)
6204 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6205 connection buffer too early.
6206
6207 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6208 from `tramp-smb-actions-with-acl'.
6209 (tramp-smb-actions-set-acl): New defconst.
6210 (tramp-smb-handle-copy-directory)
6211 (tramp-smb-action-get-acl): New defun, renamed from
6212 `tramp-smb-action-with-acl'.
6213 (tramp-smb-action-set-acl): New defun.
6214 (tramp-smb-handle-set-file-acl): Rewrite.
6215
6216 2013-10-17 Glenn Morris <rgm@gnu.org>
6217
6218 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
6219
6220 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * skeleton.el (skeleton-newline): Remove.
6223 (skeleton-internal-1): Use (insert "\n") instead.
6224
6225 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6226 let-bindings.
6227
6228 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6229 forward-sexp-function while we redo its job (bug#15613).
6230
6231 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
6232
6233 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6234 represented by lists.
6235
6236 2013-10-16 Glenn Morris <rgm@gnu.org>
6237
6238 * tmm.el (tmm--history): New dynamic variable.
6239 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
6240
6241 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
6242
6243 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6244 (tramp-smb-errors): Add error messages.
6245 (tramp-smb-actions-with-acl): New defconst.
6246 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6247 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6248 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6249 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6250 (tramp-smb-get-stat-capability): Fix tests.
6251
6252 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
6253
6254 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6255 (bug#15580).
6256
6257 2013-10-16 Glenn Morris <rgm@gnu.org>
6258
6259 * ansi-color.el (ansi-color-drop-regexp):
6260 Add 1J, 1K, 2K. (Bug#15617)
6261
6262 * files.el (hack-local-variables--warned-lexical): New.
6263 (hack-local-variables):
6264 Warn about misplaced lexical-binding. (Bug#15616)
6265
6266 * net/eww.el (eww-render): Always set eww-current-url,
6267 and update header line. (Bug#15622)
6268 (eww-display-html): ... Rather than just doing it here.
6269
6270 2013-10-15 Eli Zaretskii <eliz@gnu.org>
6271
6272 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6273 menu navigations commands.
6274
6275 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
6276
6277 * progmodes/subword.el (subword-capitalize): Be careful when
6278 the search for [[:alpha:]] fails (bug#15580).
6279
6280 2013-10-14 Eli Zaretskii <eliz@gnu.org>
6281
6282 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6283 to commands that scroll the menu.
6284
6285 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
6286
6287 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6288 Handle methods ending with `?' and `!'.
6289
6290 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
6291
6292 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6293 `japanese-cp932' to `cp932' to fix the problem where saving a
6294 source file written in Shift_JIS twice would end up having
6295 `coding: japanese-cp932' which Ruby could not recognize.
6296 (ruby-mode-set-encoding): Add support for encodings mapped to nil
6297 in `ruby-encoding-map'.
6298 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6299 doesn't need to be explicitly declared in magic comment.
6300 (ruby-encoding-map): Add type declaration for better customize UI.
6301
6302 2013-10-13 Glenn Morris <rgm@gnu.org>
6303
6304 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6305 Occur buffers are read-only. http://bugs.debian.org/720775
6306
6307 * emacs-lisp/authors.el (authors-fixed-entries):
6308 Comment out old alpha stuff.
6309
6310 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
6311
6312 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6313 to `after-save-hook' instead of `before-save-hook'.
6314 (ruby-mode-set-encoding): Use the value of coding system used to
6315 write the file. Call `basic-save-buffer-1' after modifying the
6316 buffer.
6317
6318 2013-10-13 Alan Mackenzie <acm@muc.de>
6319
6320 Fix indentation/fontification of Java enum with
6321 "implements"/generic.
6322
6323 * progmodes/cc-engine.el (c-backward-over-enum-header):
6324 Extracted from the three other places and enhanced to handle generics.
6325 (c-inside-bracelist-p): Uses new function above.
6326 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6327 function above.
6328 (c-font-lock-enum-tail): Uses new function above.
6329
6330 2013-10-13 Kenichi Handa <handa@gnu.org>
6331
6332 * international/mule-cmds.el (select-safe-coding-system): Remove a
6333 superfluous condition in chekcing whether a coding system is safe
6334 or not.
6335
6336 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
6337
6338 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
6339
6340 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
6341
6342 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
6343
6344 2013-10-13 Glenn Morris <rgm@gnu.org>
6345
6346 * menu-bar.el (menu-bar-update-buffers):
6347 Unify Buffers menu prompt string. (Bug#15576)
6348
6349 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
6350
6351 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6352 Add some entries.
6353 (authors-fixed-entries): Use accented form of name.
6354
6355 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6356
6357 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6358 method calls (bug#15594).
6359 (ruby-smie--args-separator-p): New function.
6360 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6361 recognize paren-free method calls.
6362
6363 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6364 internals of universal-argument.
6365
6366 2013-10-11 Eli Zaretskii <eliz@gnu.org>
6367
6368 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6369 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6370 dropped menu on second mouse click on the menu bar.
6371
6372 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6373
6374 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6375 (explicit-shell-file-name): Declare.
6376 (sh--vars-before-point, sh--cmd-completion-table): New functions.
6377 (sh-completion-at-point-function): New function.
6378 (sh-mode): Use it.
6379 (sh-smie--keyword-p): Remove unused argument.
6380 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6381 vars.
6382 (sh-set-shell): Always setup SMIE, even if we use the
6383 old indentation code.
6384
6385 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
6386
6387 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6388 cases of ? and =.
6389 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6390 predicate would return nil are almost non-existent.
6391 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6392
6393 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6394 cache also after commands that modify the buffer but don't move
6395 point.
6396
6397 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6398
6399 * env.el (substitute-env-in-file-name): New function.
6400 (substitute-env-vars): Extend the meaning of the optional arg.
6401
6402 2013-10-10 Eli Zaretskii <eliz@gnu.org>
6403
6404 * term/w32-win.el (dynamic-library-alist): Define separate lists
6405 of GIF DLLs for versions before and after 5.0.0 of giflib.
6406 (Bug#15531)
6407
6408 2013-10-10 João Távora <joaotavora@gmail.com>
6409
6410 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6411 not locked, use last revision and current source as
6412 defaults. (Bug#15569)
6413
6414 2013-10-10 Masatake YAMATO <yamato@redhat.com>
6415
6416 * menu-bar.el (menu-bar-open): Don't use popup-menu if
6417 menu-bar is hidden.
6418
6419 2013-10-10 Martin Rudalics <rudalics@gmx.at>
6420
6421 * window.el (pop-to-buffer-same-window): Fix doc-string.
6422 (Bug#15492)
6423
6424 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6427
6428 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
6429
6430 * calendar/icalendar.el (icalendar-import-file):
6431 Fix interactive spec. (Bug#15482)
6432
6433 2013-10-10 Glenn Morris <rgm@gnu.org>
6434
6435 * desktop.el (desktop-save): Default to saving in .emacs.d,
6436 since PWD is no longer in desktop-path by default. (Bug#15319)
6437
6438 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6439 now that text mode has a menu with the same entry.
6440 (menu-bar-text-mode-auto-fill): Remove now unused func.
6441 * textmodes/text-mode.el (text-mode-map):
6442 Use auto-fill help text from menu-bar.el.
6443
6444 2013-10-10 John Anthony <john@jo.hnanthony.com>
6445
6446 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
6447
6448 2013-10-09 Juri Linkov <juri@jurta.org>
6449
6450 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6451 instead of this-command-keys. Add universal-argument-more and
6452 universal-argument-minus to the list of prefix commands. (Bug#15568)
6453
6454 2013-10-09 Glenn Morris <rgm@gnu.org>
6455
6456 * vc/vc-svn.el (vc-svn-create-repo):
6457 Expand paths in file://... url. (Bug#15446)
6458
6459 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6460 Add some entries.
6461 (authors): Remove unused local variables.
6462
6463 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * profiler.el: Create a more coherent calltree from partial backtraces.
6466 (profiler-format): Hide the tail with `invisible' so that C-s can still
6467 find the hidden elements.
6468 (profiler-calltree-depth): Don't recurse so enthusiastically.
6469 (profiler-function-equal): New hash-table-test.
6470 (profiler-calltree-build-unified): New function.
6471 (profiler-calltree-build): Use it.
6472 (profiler-report-make-name-part): Indent the calltree less.
6473 (profiler-report-mode): Add visibility specs for profiler-format.
6474 (profiler-report-expand-entry, profiler-report-toggle-entry):
6475 Expand the whole subtree when provided with a prefix arg.
6476
6477 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
6478
6479 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6480 iuwu-mod token.
6481 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6482 hanging iuwu-mod token.
6483 (ruby-smie--forward-token): Do not include a dot after a token in
6484 that token.
6485 (ruby-smie--backward-token): Likewise.
6486
6487 2013-10-08 Juri Linkov <juri@jurta.org>
6488
6489 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6490 to isearch-other-control-char.
6491 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6492 and isearch-post-command-hook to post-command-hook.
6493 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6494 and isearch-post-command-hook from post-command-hook.
6495 (isearch-unread-key-sequence)
6496 (isearch-reread-key-sequence-naturally)
6497 (isearch-lookup-scroll-key, isearch-other-control-char)
6498 (isearch-other-meta-char): Remove functions.
6499 (isearch-pre-command-hook, isearch-post-command-hook):
6500 New functions based on isearch-other-meta-char rewritten
6501 relying on the new behavior of overriding-terminal-local-map
6502 that does not replace the local keymaps any more. (Bug#15200)
6503
6504 2013-10-08 Eli Zaretskii <eliz@gnu.org>
6505
6506 Support menus on text-mode terminals.
6507 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6508 functionality.
6509
6510 * tooltip.el (tooltip-mode): Don't error out on TTYs.
6511
6512 * menu-bar.el (popup-menu, popup-menu-normalize-position):
6513 Move here from mouse.el.
6514 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6515 and arrow keys.
6516 (tty-menu-navigation-map): New map for TTY menu navigation.
6517
6518 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6519
6520 * frame.el (display-mouse-p): Report text-mode mouse as available
6521 on w32.
6522 (display-popup-menus-p): Report availability if mouse is
6523 available; don't condition on window-system.
6524
6525 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6526 (tty-menu-selected-face): New faces.
6527
6528 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6529
6530 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6531 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6532 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6533 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6534 New constants.
6535 (lisp-mode-variables): New `elisp' argument.
6536 (emacs-lisp-mode): Use it.
6537 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6538 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6539
6540 * indent.el: Use lexical-binding.
6541 (indent-region): Add progress reporter.
6542 (tab-stop-list): Make it implicitly extend to infinity by repeating the
6543 last step.
6544 (indent--next-tab-stop): New function to implement this behavior.
6545 (tab-to-tab-stop, move-to-tab-stop): Use it.
6546
6547 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
6548
6549 * indent.el (indent-rigidly--current-indentation): New function.
6550 (indent-rigidly-map): New var.
6551 (indent-rigidly): Use it to provide interactive mode (bug#8196).
6552
6553 2013-10-08 Bastien Guerry <bzg@gnu.org>
6554
6555 * register.el (insert-register): Fix 2013-10-07 change.
6556
6557 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6558
6559 * progmodes/perl-mode.el: Use lexical-binding.
6560 Remove redundant :group args.
6561 (perl-nochange): Change default to be closer to other major modes's
6562 standard behavior.
6563 (perl-indent-line): Don't consider text on current line as a
6564 valid beginning of function from which to indent.
6565
6566 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6567 with more than one argument (bug#15538).
6568
6569 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6570
6571 * vc/pcvs.el: Use lexical-binding.
6572 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6573 environment of `eval'.
6574 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6575 than a list of expressions. Adjust callers.
6576 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6577
6578 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
6579
6580 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6581 case of the dot in a chained method call being on the following line.
6582
6583 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * electric.el (electric-indent-inhibit): New var.
6586 (electric-indent-post-self-insert-function): Use it.
6587 * progmodes/python.el (python-mode): Set it.
6588
6589 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6590 open braces.
6591
6592 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6593
6594 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6595 (css-mode): Use electric-indent-chars.
6596
6597 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6598 (font-lock-beg, font-lock-end): Move before first use.
6599 (nxml-mode): Use syntax-propertize-function.
6600 (nxml-after-change, nxml-after-change1): Adjust accordingly.
6601 (nxml-extend-after-change-region): Remove.
6602 * nxml/xmltok.el: Use lexical-binding.
6603 (xmltok-save): Use `declare'.
6604 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6605 * nxml/nxml-util.el: Use lexical-binding.
6606 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6607 Use `declare'.
6608 * nxml/nxml-ns.el: Use lexical-binding.
6609 (nxml-ns-save): Use `declare'.
6610 (nxml-ns-prefixes-for): Avoid add-to-list.
6611 * nxml/rng-match.el: Use lexical-binding.
6612 (rng--ipattern): Use cl-defstruct.
6613 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6614 (rng-cons-group-after, rng-subst-group-after)
6615 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6616 Use closures instead of `(lambda...).
6617
6618 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
6619
6620 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6621 of BEG and END.
6622
6623 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6624 Use `tramp-handle-insert-file-contents'.
6625 (tramp-gvfs-handle-insert-file-contents): Remove function.
6626
6627 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6628 Use `save-restriction' in order to keep markers.
6629
6630 * net/trampver.el: Update release number.
6631
6632 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6633
6634 * progmodes/compile.el (compilation-parse-errors):
6635 Use compilation--put-prop.
6636 (compilation--ensure-parse): Check compilation-multiline.
6637
6638 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6639
6640 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6641 lexical-binding.
6642
6643 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6644
6645 * progmodes/ruby-mode.el: Fix recently added tests.
6646 (ruby-smie-grammar): Add - and +.
6647 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6648 (ruby-smie--backward-id): New functions.
6649 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6650 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
6651 any more.
6652
6653 2013-10-07 Leo Liu <sdl.web@gmail.com>
6654
6655 * register.el (register-preview-delay)
6656 (register-preview-functions): New variables.
6657 (register-read-with-preview, register-preview)
6658 (register-describe-oneline): New functions.
6659 (point-to-register, window-configuration-to-register)
6660 (frame-configuration-to-register, jump-to-register)
6661 (number-to-register, view-register, insert-register)
6662 (copy-to-register, append-to-register, prepend-to-register)
6663 (copy-rectangle-to-register): Use register-read-with-preview to
6664 read register. (Bug#15525)
6665
6666 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
6667
6668 * net/network-stream.el (network-stream-open-starttls): Don't add
6669 --insecure if it's already present, because that gnutls-cli
6670 rejects getting that parameter twice.
6671
6672 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
6673
6674 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6675 keyword, too.
6676
6677 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
6678
6679 * newcomment.el (comment-use-global-state): Change default value
6680 to t, mark obsolete (Bug#15251).
6681 (comment-beginning): In addition to `comment-to-syntax', check the
6682 value of `comment-use-global-state'.
6683
6684 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6687 (ruby-comment-column): Follow the global default, by default.
6688 (ruby-smie-grammar): Add assignment syntax.
6689 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6690 open-paren, a comma, or a \.
6691 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6692 and line continuations.
6693 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6694 followed by implicit semi-colons. Add rule for string concatenation
6695 and for indentation at BOB.
6696 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
6697
6698 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6699 calling next-sexp, since next-token may have skipped chars which
6700 next-sexp doesn't know should be skipped!
6701
6702 2013-10-05 Leo Liu <sdl.web@gmail.com>
6703
6704 * progmodes/octave.el (octave-send-region):
6705 Call compilation-forget-errors.
6706
6707 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6708
6709 * vc/vc-svn.el (vc-svn-find-admin-dir):
6710 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6711 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6712 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6713 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6714
6715 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6718
6719 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * subr.el (read-passwd): Hide chars even when called within a context
6722 where after-change-functions is disabled (bug#15501).
6723 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6724 until we removed ourself from overriding-terminal-local-map.
6725
6726 2013-10-04 Leo Liu <sdl.web@gmail.com>
6727
6728 * progmodes/octave.el (inferior-octave-mode):
6729 Call compilation-forget-errors.
6730
6731 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6732
6733 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6734
6735 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
6736
6737 * net/secrets.el (secrets-create-collection): Add optional
6738 argument ALIAS. Use proper Label keyword. Append ALIAS as
6739 dbus-call-method argument. (Bug#15516)
6740
6741 2013-10-04 Leo Liu <sdl.web@gmail.com>
6742
6743 * progmodes/octave.el (inferior-octave-error-regexp-alist)
6744 (inferior-octave-compilation-font-lock-keywords): New variables.
6745 (compilation-error-regexp-alist)
6746 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6747 (inferior-octave-mode): Use compilation-shell-minor-mode.
6748
6749 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
6750
6751 * minibuffer.el (completion--replace): Be careful that `end' might be
6752 a marker.
6753
6754 2013-10-03 Daiki Ueno <ueno@gnu.org>
6755
6756 Add support for package signature checking.
6757 * emacs-lisp/package.el (url-http-file-exists-p)
6758 (epg-make-context, epg-context-set-home-directory)
6759 (epg-verify-string, epg-context-result-for)
6760 (epg-signature-status, epg-signature-to-string)
6761 (epg-check-configuration, epg-configuration)
6762 (epg-import-keys-from-file): Declare.
6763 (package-check-signature): New user option.
6764 (package-unsigned-archives): New user option.
6765 (package-desc): Add `signed' field.
6766 (package-load-descriptor): Set `signed' field if .signed file exists.
6767 (package--archive-file-exists-p): New function.
6768 (package--check-signature): New function.
6769 (package-install-from-archive): Check package signature.
6770 (package--download-one-archive): Check archive signature.
6771 (package-delete): Remove .signed file.
6772 (package-import-keyring): New command.
6773 (package-refresh-contents): Import default keyring.
6774 (package-desc-status): Add "unsigned" status.
6775 (describe-package-1, package-menu--print-info)
6776 (package-menu-mark-delete, package-menu--find-upgrades)
6777 (package-menu--status-predicate): Support "unsigned" status.
6778
6779 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6782 the new compilation scheme using the new byte-codes.
6783
6784 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6785 (byte-pophandler): New byte codes.
6786 (byte-goto-ops): Adjust accordingly.
6787 (byte-compile--use-old-handlers): New var.
6788 (byte-compile-catch): Use new byte codes depending on
6789 byte-compile--use-old-handlers.
6790 (byte-compile-condition-case--old): Rename from
6791 byte-compile-condition-case.
6792 (byte-compile-condition-case--new): New function.
6793 (byte-compile-condition-case): New function that dispatches depending
6794 on byte-compile--use-old-handlers.
6795 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6796 when we can.
6797
6798 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6799 Optimize under `condition-case' and `catch' if
6800 byte-compile--use-old-handlers is nil.
6801 (disassemble-offset): Handle new bytecodes.
6802
6803 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6804
6805 * subr.el (error): Use `declare'.
6806 (decode-char, encode-char): Use advertised-calling-convention instead
6807 of the docstring to discourage use of the `restriction' arg.
6808
6809 2013-10-03 Daiki Ueno <ueno@gnu.org>
6810
6811 * epg.el (epg-verify-file): Add a comment saying that it does not
6812 notify verification error as a return value nor a signal.
6813 (epg-verify-string): Ditto.
6814
6815 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6816
6817 * progmodes/compile.el (compilation-start): Try globbing the arg to
6818 `cd' (bug#15417).
6819
6820 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
6821
6822 Sync with Tramp 2.2.8.
6823
6824 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6825 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6826 * net/trampver.el: Update release number.
6827
6828 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
6829
6830 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6831 and default-process-coding-system for darwin only.
6832
6833 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6834
6835 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
6836
6837 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
6838
6839 * vc/vc-git.el (vc-git-grep): Disable pager.
6840
6841 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
6842
6843 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
6844 Use :url instead of :homepage, as per
6845 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6846
6847 * newcomment.el (comment-beginning): When `comment-use-syntax' is
6848 non-nil, use `syntax-ppss' (Bug#15251).
6849
6850 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6851
6852 * progmodes/octave.el (inferior-octave-startup-file):
6853 Prefer ~/.emacs.d/init_octave.m.
6854
6855 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
6856
6857 * emacs-lisp/package.el (package-desc-from-define):
6858 Accept additional arguments as plist, convert them to an alist and store
6859 them in the `extras' slot.
6860 (package-generate-description-file): Convert extras alist back to
6861 plist and append to the `define-package' form arguments.
6862 (package--alist-to-plist): New function.
6863 (package--ac-desc): Add `extras' slot.
6864 (package--add-to-archive-contents): Check if the archive-contents
6865 vector is long enough, and if it is, pass its `extras' slot value
6866 to `package-desc-create'.
6867 (package-buffer-info): Call `lm-homepage', pass the returned value
6868 to `package-desc-from-define'.
6869 (describe-package-1): Render the homepage button (Bug#13291).
6870
6871 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6872 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
6873
6874 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
6875
6876 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6877 and default-process-coding-system to utf-8-unix (Bug#15402).
6878
6879 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
6880
6881 * subr.el (looking-back): Do not recommend using looking-back.
6882
6883 2013-09-28 Alan Mackenzie <acm@muc.de>
6884
6885 Fix indentation/fontification of Java enum with "implements".
6886
6887 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6888 regexp which matches "implements", etc., in Java.
6889 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6890 specifier clauses coming after "enum".
6891 * progmodes/cc-fonts.el (c-font-lock-declarations)
6892 (c-font-lock-enum-tail): Check for extra specifier clauses coming
6893 after "enum".
6894
6895 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
6896
6897 * faces.el (region): Change ns_selection_color to
6898 ns_selection_fg_color, add ns_selection_bg_color.
6899
6900 2013-09-28 Leo Liu <sdl.web@gmail.com>
6901
6902 * progmodes/octave.el (inferior-octave-completion-table)
6903 (inferior-octave-completion-at-point): Minor tweaks.
6904
6905 * textmodes/ispell.el (ispell-lookup-words): Rename from
6906 lookup-words. (Bug#15460)
6907 (lookup-words): Obsolete.
6908 (ispell-complete-word, ispell-command-loop): All uses changed.
6909
6910 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6911
6912 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6913 (octave-mode-menu): Add octave-send-buffer.
6914 (octave-send-buffer): New function.
6915
6916 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6917
6918 * progmodes/octave.el (octave-mode-map): Add key binding for
6919 octave-lookfor.
6920 (octave-mode-menu): Add octave-lookfor.
6921 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6922 octave-lookfor.
6923 (octave-lookfor): New function.
6924
6925 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6928 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6929 its convention.
6930 (cl--loop-set-iterator-function): New function.
6931 (cl-loop): Adjust accordingly, so as not to use cl-subst.
6932 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6933 Bind `it' with `let' instead of substituting it with `cl-subst'.
6934 (cl--unused-var-p): New function.
6935 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6936 Eliminate some unused variable warnings (bug#15326).
6937
6938 2013-09-27 Tassilo Horn <tsdh@gnu.org>
6939
6940 * doc-view.el (doc-view-scale-reset): Rename from
6941 `doc-view-reset-zoom-level'.
6942 (doc-view-scale-adjust): New command.
6943 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6944 `doc-view-scale-adjust'.
6945
6946 2013-09-26 Tassilo Horn <tsdh@gnu.org>
6947
6948 * doc-view.el (doc-view-reset-zoom-level): New command.
6949 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6950 zoom commands (bug#15466).
6951
6952 2013-09-26 Kenichi Handa <handa@gnu.org>
6953
6954 * international/quail.el (quail-help): Make it not a command.
6955
6956 2013-09-26 Leo Liu <sdl.web@gmail.com>
6957
6958 * minibuffer.el (completion-all-sorted-completions): Make args
6959 optional as they are.
6960
6961 2013-09-25 Daniel Colascione <dancol@dancol.org>
6962
6963 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6964 specs are and that they're not evaluated.
6965
6966 2013-09-24 Sam Steingold <sds@gnu.org>
6967
6968 * midnight.el (clean-buffer-list-kill-regexps)
6969 (clean-buffer-list-kill-buffer-names): Update for the new Man
6970 buffer naming which includes the object name.
6971
6972 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * eshell/esh-cmd.el (eshell--sep-terms): New var.
6975 (eshell-parse-command, eshell-parse-pipeline): Use it since
6976 eshell-separate-commands requires a dynamic scoped var.
6977 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6978
6979 2013-09-23 Leo Liu <sdl.web@gmail.com>
6980
6981 * autoinsert.el (auto-insert-alist): Make the value of
6982 lexical-binding match its file setting.
6983
6984 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
6985
6986 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6987
6988 * autoarg.el (autoarg-kp-digit-argument):
6989 * electric.el (Electric-command-loop):
6990 * kmacro.el (kmacro-step-edit-insert):
6991 Do not set universal-argument-num-events.
6992
6993 2013-09-22 Leo Liu <sdl.web@gmail.com>
6994
6995 * files.el (interpreter-mode-alist): Add octave.
6996
6997 2013-09-21 Alan Mackenzie <acm@muc.de>
6998
6999 C++: fontify identifier in declaration following "public:" correctly.
7000 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7001 to match "public", etc.
7002 (c-decl-prefix-re): Add ":" into the C++ value.
7003 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7004 bit. Add a check for a ":" preceded by "public", etc.
7005
7006 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7007
7008 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7009 recognized by GDB 7.5 and later.
7010
7011 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7012
7013 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7014
7015 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7016
7017 * subr.el (internal--call-interactively): New const.
7018 (called-interactively-p): Use it (bug#3984).
7019
7020 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7021
7022 * vc/pcvs.el (cvs-mode-ignore):
7023 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7024 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7025
7026 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7027
7028 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7029 (eshell-ls-orig-insert-directory): Remove.
7030 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7031 (eshell-ls-use-in-dired): Use advice-add/remove.
7032 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7033 Add `orig-fun' arg for use in :around advice.
7034 Make it check (redundantly) eshell-ls-use-in-dired.
7035
7036 2013-09-19 Glenn Morris <rgm@gnu.org>
7037
7038 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7039
7040 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7041
7042 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7043
7044 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7045
7046 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7047 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7048 (tramp-get-remote-python): New defuns.
7049 (tramp-get-remote-uid-with-perl)
7050 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7051 contributed by yary <not.com@gmail.com> (tiny change).
7052 (tramp-get-remote-uid-with-python)
7053 (tramp-get-remote-gid-with-python): New defuns. Python code
7054 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7055 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7056
7057 2013-09-19 Glenn Morris <rgm@gnu.org>
7058
7059 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7060
7061 * eshell/em-unix.el (eshell-remove-entries):
7062 Rename argument to avoid name-clash with global `top-level'.
7063
7064 * eshell/esh-proc.el (eshell-kill-process-function):
7065 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7066 (eshell-reset-after-proc): Remove unused arg `proc'.
7067
7068 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7069 (directory-files-and-attributes): Mark unused arg.
7070
7071 * eshell/em-unix.el (eshell-remove-entries):
7072 Remove unused arg `path'. Update callers.
7073
7074 * eshell/em-hist.el (eshell-hist-parse-arguments):
7075 Remove unused arg `silent'. Update callers.
7076
7077 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7078 Fix (f)boundp mix-up.
7079
7080 * eshell/em-smart.el (eshell-smart-scroll-window)
7081 (eshell-disable-after-change):
7082 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7083
7084 2013-09-18 Alan Mackenzie <acm@muc.de>
7085
7086 Fix fontification of type when followed by "const".
7087 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7088 "known" types from fontification.
7089
7090 2013-09-18 Glenn Morris <rgm@gnu.org>
7091
7092 * emacs-lisp/chart.el (x-display-color-cells): Declare.
7093 (chart-face-list): Drop Emacsen without display-color-p.
7094
7095 * net/eww.el (libxml-parse-html-region): Declare.
7096 (eww-display-html): Explicit error if no libxml2 support.
7097
7098 * doc-view.el (doc-view-mode): Silence --without-x compilation.
7099
7100 * image.el (image-type-from-buffer, image-multi-frame-p):
7101 Remove --without-x warning/error.
7102
7103 * mouse.el (mouse-yank-primary):
7104 * term.el (term-mouse-paste):
7105 Reorder to silence --without-x compilation.
7106
7107 * mpc.el (doc-view-mode): Silence --without-x compilation.
7108
7109 * mail/rmailmm.el (rmail-mime-set-bulk-data):
7110 Silence --without-x compilation.
7111
7112 * progmodes/gud.el (gud-find-file, gud-mode):
7113 Silence --without-x compilation.
7114 (tooltip-mode): Declare.
7115
7116 * wdired.el (dired-backup-overwrite): Remove declaration.
7117 (wdired-mode-map): Add doc string.
7118
7119 * custom.el (x-get-resource): Declare.
7120
7121 * eshell/em-glob.el (ange-cache):
7122 * eshell/em-unix.el (ange-cache): Declare.
7123
7124 * faces.el (x-display-list, x-open-connection, x-get-resource):
7125 Declare.
7126
7127 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7128 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7129 Declare.
7130
7131 * frame.el (x-display-grayscale-p, x-display-name): Declare.
7132
7133 * net/gnutls.el (gnutls-log-level): Declare.
7134
7135 * net/shr.el (image-size, image-animate): Declare.
7136
7137 * simple.el (font-info): Declare.
7138
7139 * subr.el (x-popup-dialog): Declare.
7140
7141 * term/common-win.el (x-select-enable-primary)
7142 (x-last-selected-text-primary, x-last-selected-text-clipboard):
7143 Declare.
7144
7145 * term/ns-win.el (x-handle-args): Declare.
7146
7147 * term/x-win.el (x-select-enable-clipboard): Declare.
7148
7149 * term/w32-win.el (create-default-fontset): Declare.
7150
7151 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7152 Declare.
7153
7154 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7155 (fit-frame-to-buffer): Explicit error if --without-x.
7156 (mouse-autoselect-window-select): Silence compiler.
7157
7158 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7159
7160 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7161 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7162 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
7163 * eshell/esh-util.el (eshell-sublist):
7164 Remove unused local variables.
7165
7166 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7167
7168 * textmodes/two-column.el: Make 2C-split work for --without-x.
7169 (scroll-bar-columns): Autoload.
7170 (top-level): Require fringe when compiling.
7171
7172 2013-09-18 Leo Liu <sdl.web@gmail.com>
7173
7174 * subr.el (add-hook): Robustify to handle closure as well.
7175
7176 2013-09-17 Glenn Morris <rgm@gnu.org>
7177
7178 * simple.el (messages-buffer-mode-map): Unbind "g".
7179
7180 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * help-mode.el (help-mode-finish): Use derived-mode-p.
7183 Remove obsolete highlighting.
7184
7185 * play/life.el (life-mode): Use define-derived-mode. Derive from
7186 special-mode.
7187 (life): Let-bind inhibit-read-only.
7188 (life-setup): Avoid `setq'. Use `life-mode'.
7189
7190 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7191 which should not be needed any more.
7192 (package-menu-refresh, package-menu-describe-package): Use user-error.
7193
7194 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7195 (eshell-post-rewrite-command-hook): Make obsolete.
7196 (eshell-parse-command): Simplify.
7197 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7198 (eshell--cmd): Declare.
7199 (eshell-parse-pipeline): Remove unused var `final-p'.
7200 Pass a dynvar to eshell-post-rewrite-command-hook.
7201 Implement the new eshell-post-rewrite-command-function.
7202 (eshell-invoke-directly): Remove unused arg `input'.
7203 * eshell/esh-io.el (eshell-io-initialize):
7204 Use eshell-post-rewrite-command-function (bug#15399).
7205 (eshell--apply-redirections): Rename from eshell-apply-redirections;
7206 adjust to new calling convention.
7207 (eshell-create-handles): Rename args to avoid clashing with dynvar
7208 `standard-output'.
7209
7210 2013-09-17 Glenn Morris <rgm@gnu.org>
7211
7212 * simple.el (messages-buffer-mode): New major mode.
7213 (messages-buffer): New function.
7214 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7215 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7216 (ert-run-test): Use `messages-buffer' function.
7217 (ert--force-message-log-buffer-truncation): Ignore read-only.
7218 * help.el (view-echo-area-messages): Use `messages-buffer' function.
7219 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7220
7221 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7224
7225 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7226
7227 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * icomplete.el (icomplete-in-buffer): New var.
7230 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7231 vars and replace them with functions.
7232 (icomplete-minibuffer-setup): Adjust accordingly.
7233 (icomplete--completion-table, icomplete--completion-predicate)
7234 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7235 New functions.
7236 (icomplete-forward-completions, icomplete-backward-completions)
7237 (icomplete-simple-completing-p, icomplete-exhibit)
7238 (icomplete-completions): Use them.
7239 (icomplete--in-region-buffer): New var.
7240 (icomplete--in-region-setup): New function.
7241 (icomplete-mode): Use it.
7242
7243 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7244 (bug#15379).
7245 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7246 return args and options.
7247 (eshell-eval-using-options): Use the new return value of
7248 eshell--do-opts to set the options's vars in their scope.
7249 (eshell--set-option): Rename from eshell-set-option.
7250 Add arg `opt-vals'.
7251 (eshell--process-option): Rename from eshell-process-option.
7252 Add arg `opt-vals'.
7253 (eshell--process-args): Use an `opt-vals' alist to store the options's
7254 values during their processing and return them additionally to the
7255 remaining args.
7256
7257 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
7258
7259 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7260 continuation character an operator, as far as indentation is
7261 concerned (Bug#15369).
7262
7263 2013-09-15 Martin Rudalics <rudalics@gmx.at>
7264
7265 * window.el (window--state-put-2): Don't process buffer state
7266 when buffer doesn't exist any more (Bug#15382).
7267
7268 2013-09-15 Glenn Morris <rgm@gnu.org>
7269
7270 * eshell/em-unix.el (eshell/rm):
7271 Make -f ignore missing files. (Bug#15373)
7272
7273 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
7274 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7275 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7276
7277 2013-09-14 Glenn Morris <rgm@gnu.org>
7278
7279 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7280
7281 2013-09-13 Glenn Morris <rgm@gnu.org>
7282
7283 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7284 (dired-guess-default): Make `file' available in the env. (Bug#15363)
7285
7286 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
7287
7288 * frame.el (x-focus-frame): Mark as declared in frame.c.
7289
7290 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7291
7292 * ls-lisp.el: Use advice-add.
7293 (original-insert-directory): Remove.
7294 (ls-lisp--insert-directory): Rename from insert-directory; add
7295 `orig-fun' argument.
7296 (insert-directory): Advise.
7297
7298 2013-09-13 Eli Zaretskii <eliz@gnu.org>
7299
7300 * term.el (term-emulate-terminal): Decode the command string
7301 before passing it to term-command-hook. (Bug#15337)
7302
7303 2013-09-13 Glenn Morris <rgm@gnu.org>
7304
7305 * eshell/esh-util.el (ange-cache): Move declaration earlier.
7306
7307 * eshell/esh-ext.el (eshell-search-path): Declare.
7308
7309 * eshell/em-prompt.el (eshell/pwd): Autoload it.
7310 Otherwise an error occurs if eshell-dirs module not loaded.
7311
7312 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7313
7314 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
7315
7316 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7317 `tramp-check-proper-host'. Check for a valid method name.
7318
7319 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7320 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7321 * net/tramp-sh.el (tramp-maybe-open-connection):
7322 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7323
7324 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7325 also for hash values.
7326
7327 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * term/ns-win.el (parameters): Don't declare as dynamic.
7330 (before-make-frame-hook): Don't add ineffective function.
7331
7332 * eshell/*.el: Use lexical-binding (bug#15231).
7333
7334 2013-09-12 Kenichi Handa <handa@gnu.org>
7335
7336 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7337
7338 2013-09-12 Glenn Morris <rgm@gnu.org>
7339
7340 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7341 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7342
7343 * subr.el (do-after-load-evaluation): Also give compiler warnings
7344 when obsolete files are used (except by obsolete files).
7345
7346 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7347 in the status output, assume `filename' is the first. (Bug#15322)
7348
7349 * vc/vc.el (vc-deduce-fileset): Doc fix.
7350
7351 * calc/calc-help.el (Info-goto-node):
7352 * progmodes/cperl-mode.el (Info-find-node):
7353 * vc/ediff.el (Info-goto-node): Update declarations.
7354
7355 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7356
7357 * vc/vc-bzr.el (vc-compilation-mode): Declare.
7358 (vc-bzr-pull): Require vc-dispatcher.
7359 * vc/vc-git.el (vc-compilation-mode): Declare.
7360 (vc-git-pull): Require vc-dispatcher.
7361
7362 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7363
7364 * progmodes/octave.el (help-button-action): Declare.
7365
7366 * shell.el (shell-directory-tracker): Output error as a message
7367 rather than just returning it as a string.
7368 (shell-process-pushd): Remove useless use of message.
7369
7370 * dframe.el (dframe-timer-fn):
7371 * files.el (dir-locals-read-from-file):
7372 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7373 (mpc-format):
7374 * reveal.el (reveal-post-command):
7375 * saveplace.el (load-save-place-alist-from-file):
7376 * shell.el (shell-resync-dirs):
7377 * w32-common-fns.el (x-get-selection-value):
7378 * emacs-lisp/copyright.el (copyright-find-copyright):
7379 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7380 * emulation/tpu-edt.el (tpu-copy-keyfile):
7381 * play/bubbles.el (bubbles--mark-neighbourhood):
7382 * progmodes/executable.el
7383 (executable-make-buffer-file-executable-if-script-p):
7384 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7385
7386 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7387
7388 Cleanup Eshell to rely less on dynamic scoping.
7389 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7390 last-value, and ext-command here. Bind `args' closer to `body'.
7391 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7392 (eshell--args): Declare new dynamic var.
7393 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
7394 last-value, and ext-command. Pass `args' to `body'.
7395 (eshell-process-args): Bind eshell--args.
7396 (eshell-set-option): Use eshell--args.
7397 * eshell/eshell.el (eshell): Use derived-mode-p.
7398 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7399 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7400 (eshell-glob-function): Declare.
7401 * eshell/esh-util.el: Require cl-lib.
7402 (eshell-read-hosts-file): Avoid add-to-list.
7403 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7404 `err'.
7405 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7406 Declare.
7407 (eshell/diff): Remove unused var `err'.
7408 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7409 `killflag'.
7410 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7411 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7412 first use.
7413 * eshell/em-glob.el (eshell-glob-matches, message-shown):
7414 Move declaration before first use.
7415 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7416 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7417 rely on cl-return.
7418
7419 2013-09-12 Glenn Morris <rgm@gnu.org>
7420
7421 * term/ns-win.el (global-map): Remove binding for ispell-next,
7422 deleted 1999-05-29. (Bug#15357)
7423
7424 2013-09-11 Glenn Morris <rgm@gnu.org>
7425
7426 * echistory.el (electric-command-history): Remove call to deleted func.
7427
7428 * play/landmark.el (landmark-mode): Fix typos.
7429
7430 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7431 Check cvs-sort-ignore-file is bound.
7432
7433 * savehist.el: No need for cl when compiling on Emacs.
7434
7435 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7436
7437 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7438 (bug#15338).
7439 (eshell-self-insert-command, eshell-send-invisible):
7440 Remove unused argument.
7441 (eshell-handle-control-codes): Remove unused var `orig'.
7442 Avoid delete-backward-char.
7443
7444 * files.el (set-auto-mode): Simplify a bit further.
7445
7446 2013-09-11 Glenn Morris <rgm@gnu.org>
7447
7448 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7449 (set-auto-mode): Don't regexp-quote elements.
7450 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7451 * progmodes/cc-mode.el (interpreter-mode-alist):
7452 * progmodes/ruby-mode.el (interpreter-mode-alist):
7453 Revert previous change.
7454
7455 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * play/snake.el (snake-mode):
7458 * play/mpuz.el (mpuz-mode):
7459 * play/landmark.el (lm-mode):
7460 * play/blackbox.el (blackbox-mode):
7461 * play/5x5.el (5x5-mode):
7462 * obsolete/options.el (Edit-options-mode):
7463 * net/quickurl.el (quickurl-list-mode):
7464 * net/newst-treeview.el (newsticker-treeview-mode):
7465 * mail/rmailsum.el (rmail-summary-mode):
7466 * mail/mspools.el (mspools-mode):
7467 * locate.el (locate-mode):
7468 * ibuffer.el (ibuffer-mode):
7469 * emulation/ws-mode.el (wordstar-mode):
7470 * emacs-lisp/debug.el (debugger-mode):
7471 * array.el (array-mode):
7472 * net/eudc.el (eudc-mode): Use define-derived-mode.
7473 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7474 Move initialization into declaration.
7475 (mairix-searches-mode): Use define-derived-mode.
7476 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7477 (eudc-edit-hotlist): Use dolist.
7478 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7479 (Man-mode): Use define-derived-mode.
7480 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7481 (Info-edit-mode): Use define-derived-mode.
7482 (Info-cease-edit): Use Info-mode.
7483 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7484 into declaration.
7485 (eshell-mode): Use define-derived-mode.
7486 * chistory.el (command-history-mode-map): Rename from
7487 command-history-map.
7488 (command-history-mode): Use define-derived-mode.
7489 (Command-history-setup): Remove function.
7490 * calc/calc.el (calc-trail-mode-map): New var.
7491 (calc-trail-mode): Use define-derived-mode.
7492 (calc-trail-buffer): Set calc-main-buffer manually.
7493 * bookmark.el (bookmark-insert-annotation): New function.
7494 (bookmark-edit-annotation): Use it.
7495 (bookmark-edit-annotation-mode): Make it a proper major mode.
7496 (bookmark-send-edited-annotation): Use derived-mode-p.
7497 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7498 closer to its ideal place. Use \' to match EOS.
7499
7500 * profiler.el (profiler-calltree-find): Use function-equal.
7501
7502 2013-09-10 Glenn Morris <rgm@gnu.org>
7503
7504 * files.el (interpreter-mode-alist): Convert to regexps.
7505 (set-auto-mode): Adapt for this. (Bug#15306)
7506 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7507 Comment out unused variable.
7508 * progmodes/cc-mode.el (interpreter-mode-alist):
7509 * progmodes/python.el (interpreter-mode-alist):
7510 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7511 * progmodes/sh-script.el (sh-set-shell):
7512 No longer use interpreter-mode-alist to get list of shells.
7513
7514 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7515
7516 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7517
7518 * simple.el: Use set-temporary-overlay-map for universal-argument.
7519 (universal-argument-map): Don't use default-bindings (bug#15317).
7520 Bind switch-frame explicitly. Replace universal-argument-minus with
7521 a conditional binding.
7522 (universal-argument-num-events, saved-overriding-map): Remove.
7523 (restore-overriding-map): Remove.
7524 (universal-argument--mode): Rename from save&set-overriding-map,
7525 and rewrite.
7526 (universal-argument, universal-argument-more, negative-argument)
7527 (digit-argument): Adjust accordingly.
7528 (universal-argument-minus): Remove.
7529 (universal-argument-other-key): Remove.
7530
7531 * subr.el (with-demoted-errors): Add `format' argument.
7532
7533 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
7534
7535 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
7536 `tramp-cleanup-connection'.
7537
7538 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7539 parameters KEEP-DEBUG and KEEP-PASSWORD.
7540
7541 * net/tramp.el (tramp-file-name-handler):
7542 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7543 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7544 (tramp-maybe-open-connection):
7545 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7546 Use `tramp-cleanup-connection'.
7547
7548 * net/tramp-sh.el (tramp-maybe-open-connection):
7549 Catch 'uname-changed inside the progress reporter.
7550
7551 2013-09-10 Glenn Morris <rgm@gnu.org>
7552
7553 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
7554
7555 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7556 returns "alternate access method" in mode (eg "-rw-r--r--.").
7557
7558 2013-09-08 Glenn Morris <rgm@gnu.org>
7559
7560 * saveplace.el (load-save-place-alist-from-file):
7561 Demote errors. (Bug#15305)
7562
7563 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
7564
7565 Improve compatibility with older Emacsen, and XEmacs.
7566
7567 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7568 only if it is bound. It isn't for XEmacs.
7569 (with-tramp-progress-reporter): Do not let-bind `result'.
7570 This yields to scoping errors in XEmacs.
7571 (tramp-handle-make-auto-save-file-name): New function, moved from
7572 tramp-sh.el.
7573
7574 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7575 for `make-auto-save-file-name'.
7576 (tramp-adb--gnu-switches-to-ash):
7577 Use `tramp-compat-replace-regexp-in-string'.
7578
7579 * net/tramp-cache.el (tramp-cache-print): Call
7580 `substring-no-properties' only if it is bound. It isn't for XEmacs.
7581
7582 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7583 bound. It isn't for XEmacs.
7584
7585 * net/tramp-compat.el (tramp-compat-copy-file):
7586 Catch `wrong-number-of-arguments' error.
7587 (tramp-compat-replace-regexp-in-string): New defun.
7588
7589 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7590 for `make-auto-save-file-name'.
7591 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7592 `copy-file'.
7593 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7594 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7595 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7596
7597 * net/tramp-gw.el (tramp-gw-open-network-stream):
7598 Use `tramp-compat-replace-regexp-in-string'.
7599
7600 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7601 Call `tramp-handle-make-auto-save-file-name'.
7602 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7603 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7604 (tramp-sh-file-inotifywait-process-filter):
7605 Use `tramp-compat-replace-regexp-in-string'.
7606 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7607
7608 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7609 for `make-auto-save-file-name'.
7610 (tramp-smb-handle-copy-directory):
7611 Call `tramp-compat-replace-regexp-in-string'.
7612 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7613 (tramp-smb-handle-copy-file): Improve error message.
7614 (tramp-smb-handle-rename-file): Rename directly only in case
7615 `newname' does not exist yet. This is a restriction of smbclient.
7616 (tramp-smb-maybe-open-connection): Rerun the function only when
7617 `auth-sources' is non-nil.
7618
7619 2013-09-08 Kenichi Handa <handa@gnu.org>
7620
7621 * international/characters.el: Set category "^" (Combining) for
7622 more characters.
7623
7624 2013-09-07 Alan Mackenzie <acm@muc.de>
7625
7626 Correctly fontify Java class constructors.
7627 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7628 in Java Mode.
7629 (c-recognize-typeless-decls): Set the Java value to t.
7630 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7631 While handling a "(", add a check for, effectively, Java, and handle a
7632 "typeless" declaration there.
7633
7634 2013-09-07 Roland Winkler <winkler@gnu.org>
7635
7636 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7637 field subtitle for entry type book.
7638
7639 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * minibuffer.el: Make minibuffer-complete call completion-in-region
7642 rather than other way around.
7643 (completion--some, completion-pcm--find-all-completions):
7644 Don't delay signals when debugging.
7645 (minibuffer-completion-contents): Beware fields within the
7646 minibuffer contents.
7647 (completion-all-sorted-completions): Use defvar-local.
7648 (completion--do-completion, completion--cache-all-sorted-completions)
7649 (completion-all-sorted-completions, minibuffer-force-complete):
7650 Add args `beg' and `end'.
7651 (completion--in-region-1): New fun, extracted from minibuffer-complete.
7652 (minibuffer-complete): Use completion-in-region.
7653 (completion-complete-and-exit): New fun, extracted from
7654 minibuffer-complete-and-exit.
7655 (minibuffer-complete-and-exit): Use it.
7656 (completion--complete-and-exit): Rename from
7657 minibuffer--complete-and-exit.
7658 (completion-in-region--single-word): New function, extracted from
7659 minibuffer-complete-word.
7660 (minibuffer-complete-word): Use it.
7661 (display-completion-list): Make `common-substring' argument obsolete.
7662 (completion--in-region): Call completion--in-region-1 instead of
7663 minibuffer-complete.
7664 (completion-help-at-point): Pass boundaries to
7665 minibuffer-completion-help as args rather than via an overlay.
7666 (completion-pcm--string->pattern): Use `any-delim'.
7667 (completion-pcm--optimize-pattern): New function.
7668 (completion-pcm--pattern->regex): Handle `any-delim'.
7669 * icomplete.el (icomplete-forward-completions)
7670 (icomplete-backward-completions, icomplete-completions):
7671 Adjust calls to completion-all-sorted-completions and
7672 completion--cache-all-sorted-completions.
7673 (icomplete-with-completion-tables): Default to t.
7674 * emacs-lisp/crm.el (crm--current-element): Rename from
7675 crm--select-current-element. Don't put an overlay but return the
7676 boundaries instead.
7677 (crm--completion-command): Take two new args to bind to the boundaries.
7678 (crm-completion-help): Adjust accordingly.
7679 (crm-complete): Use completion-in-region.
7680 (crm-complete-word): Use completion-in-region--single-word.
7681 (crm-complete-and-exit): Use completion-complete-and-exit.
7682
7683 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7686 than dynamically.
7687
7688 2013-09-06 Juri Linkov <juri@jurta.org>
7689
7690 * info.el (Info-display-images-node): When image file doesn't exist
7691 display text version of the image if it's provided in the Info file.
7692 Otherwise, display the location of missing image from SRC attribute.
7693 Add help-echo text property from ALT attribute. (Bug#15279)
7694
7695 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7696
7697 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7698 (edit-abbrevs-mode): Use define-derived-mode.
7699
7700 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7701 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7702 that it's defined.
7703 (epa-key-list-mode, epa-key-mode, epa-info-mode):
7704 Use define-derived-mode.
7705
7706 * epg.el (epg-start-encrypt): Minor CSE simplification.
7707
7708 2013-09-06 William Xu <william.xwl@gmail.com>
7709
7710 * arc-mode.el: Add support for 7za (bug#15264).
7711 (archive-7z-program): New var.
7712 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7713 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7714 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7715
7716 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
7717
7718 Remove URL syntax.
7719
7720 * net/tramp.el (tramp-syntax, tramp-prefix-format)
7721 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7722 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7723 (tramp-postfix-host-format, tramp-file-name-regexp)
7724 (tramp-completion-file-name-regexp)
7725 (tramp-completion-dissect-file-name)
7726 (tramp-handle-substitute-in-file-name): Remove 'url case.
7727 (tramp-file-name-regexp-url)
7728 (tramp-completion-file-name-regexp-url): Remove constants.
7729
7730 2013-09-06 Glenn Morris <rgm@gnu.org>
7731
7732 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
7733
7734 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
7735
7736 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7737 keywords" below "here-doc beginnings" (Bug#15270).
7738
7739 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7740
7741 * subr.el (pop): Use `car-safe'.
7742 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7743 to detect unused `pop' return value.
7744
7745 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7746 var `block-regexp'.
7747 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7748 (python-fill-string): Remove unused var `marker'.
7749 (python-skeleton-add-menu-items): Remove unused var `items'.
7750
7751 * international/mule-cmds.el: Require CL.
7752 (find-coding-systems-for-charsets): Avoid add-to-list.
7753 (sanitize-coding-system-list): New function, extracted from
7754 select-safe-coding-system-interactively.
7755 (select-safe-coding-system-interactively): Use it.
7756 (read-input-method-name): Accept symbols for `default'.
7757
7758 * emacs-lisp/advice.el (defadvice): Add indent rule.
7759
7760 2013-09-05 Daniel Hackney <dan@haxney.org>
7761
7762 * dired-x.el:
7763 * net/ange-ftp.el:
7764 * net/browse-url.el:
7765 * net/dbus.el:
7766 * net/eudc.el:
7767 * net/eudcb-ldap.el:
7768 * net/eww.el:
7769 * net/imap.el:
7770 * printing.el:
7771 * vc/ediff-diff.el:
7772 * vc/ediff-init.el:
7773 * vc/ediff-merg.el:
7774 * vc/ediff-mult.el:
7775 * vc/ediff-util.el:
7776 * vc/ediff-wind.el:
7777 * vc/ediff.el:
7778 * vc/emerge.el:
7779 * vc/pcvs.el:
7780 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7781 byte compiler. Remove some unused let-bound variables.
7782
7783 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7786 a "ref-cell", since it gets better optimized (bug#14883).
7787
7788 2013-09-05 Glenn Morris <rgm@gnu.org>
7789
7790 * progmodes/cc-awk.el (c-forward-sws): Declare.
7791
7792 2013-09-04 Glenn Morris <rgm@gnu.org>
7793
7794 * generic-x.el [rul-generic-mode]: Require cc-mode.
7795 (c++-mode-syntax-table): Declare.
7796 (rul-generic-mode-syntax-table): Init in the defvar.
7797
7798 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7801 (vc-do-command, vc-set-async-update):
7802 * vc/vc-mtn.el (vc-mtn-dir-status):
7803 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7804 (vc-hg-pull, vc-hg-merge-branch):
7805 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7806 (vc-git-merge-branch):
7807 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7808 (vc-cvs-dir-status-files):
7809 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7810 (vc-bzr-dir-status-files):
7811 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7812 * vc/vc-annotate.el: Use lexical-binding.
7813 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7814 (vc-sentinel-movepoint): Declare.
7815 (vc-annotate): Don't use `goto-line'.
7816 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7817 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7818 (vc-sentinel-movepoint): Declare.
7819 * vc/vc-svn.el: Use lexical-binding.
7820 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7821 * vc/vc-sccs.el:
7822 * vc/vc-rcs.el: Use lexical-binding.
7823
7824 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7825 `deleted'. Don't drop errors silently.
7826
7827 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7828
7829 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
7830
7831 * vc/vc.el (vc-ignore): Rewrite.
7832 (vc-default-ignore): New function.
7833 (vc-default-ignore-completion-table): Use find-ignore-file.
7834
7835 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
7836 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
7837 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
7838 Remove. Most code moved to vc.el.
7839
7840 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7841
7842 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
7843 * net/tramp-smb.el (tramp-smb-get-file-entries):
7844 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
7845 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
7846
7847 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
7848 Update call to it.
7849 (eww-change-select): Remove unused var `properties'.
7850 (eww-make-unique-file-name): Remove unused var `base'.
7851
7852 * finder.el (finder-compile-keywords): Don't mess with windows.
7853
7854 * calculator.el (calculator-funcall): Fix typo in last change.
7855
7856 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
7857
7858 * emacs-lisp/package.el (package-activate-1): Don't let a missing
7859 <pkg>-autoloads.el file stop us.
7860
7861 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
7862 warnings, and factor out common code.
7863
7864 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
7865
7866 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7867 two-character operators and whether the character preceding them
7868 changes their meaning (Bug#15208).
7869
7870 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7871
7872 Format code sent to Python shell for robustness.
7873 * progmodes/python.el (python-shell-buffer-substring):
7874 New function.
7875 (python-shell-send-region, python-shell-send-buffer): Use it.
7876
7877 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
7878
7879 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7880 * net/tramp.el (tramp-user-error): ... here.
7881 (tramp-find-method, tramp-check-proper-host)
7882 (tramp-dissect-file-name, tramp-debug-message)
7883 (tramp-handle-shell-command):
7884 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7885 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7886
7887 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7888
7889 2013-09-02 Martin Rudalics <rudalics@gmx.at>
7890
7891 * avoid.el (mouse-avoidance-point-position)
7892 (mouse-avoidance-too-close-p): Handle case where posn-at-point
7893 returns nil.
7894
7895 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7896
7897 * progmodes/python.el (python-shell-completion-get-completions):
7898 Drop use of deleted `comint-last-prompt-overlay'.
7899 (python-nav-if-name-main): New command.
7900
7901 2013-09-01 Glenn Morris <rgm@gnu.org>
7902
7903 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7904 Avoid leading space in $wins. Otherwise the sed command used by
7905 eg compile-main ends up containing "/*.el". (Bug#15170)
7906
7907 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
7908
7909 2013-08-30 Glenn Morris <rgm@gnu.org>
7910
7911 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7912 Fix is-this-a-directory logic. (Bug#15220)
7913
7914 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7915
7916 * textmodes/css-mode.el: Use SMIE.
7917 (css-smie-grammar): New var.
7918 (css-smie--forward-token, css-smie--backward-token)
7919 (css-smie-rules): New functions.
7920 (css-mode): Use them.
7921 (css-navigation-syntax-table): Remove var.
7922 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7923 (css-indent-calculate, css-indent-line): Remove functions.
7924
7925 Misc changes to reduce use of `(lambda...); and other cleanups.
7926 * cus-edit.el: Use lexical-binding.
7927 (customize-push-and-save, customize-apropos)
7928 (custom-buffer-create-internal): Use closures.
7929 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7930 * progmodes/ada-xref.el: Use setq.
7931 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7932 * dframe.el: Use lexical-binding.
7933 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
7934 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7935 * descr-text.el: Use lexical-binding.
7936 (describe-text-widget, describe-text-sexp, describe-property-list):
7937 Use closures.
7938 * comint.el (comint-history-isearch-push-state): Use a closure.
7939 * calculator.el: Use lexical-binding.
7940 (calculator-number-to-string): Make it work with lexical-binding.
7941 (calculator-funcall): Same and use cl-letf.
7942
7943 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7944 (lisp--company-doc-string, lisp--company-location): New functions.
7945 (lisp-completion-at-point): Use them to improve Company support.
7946
7947 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7948 params of lambda expressions.
7949 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7950 (ruby-smie--opening-pipe-p): New function.
7951 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7952 symbols and matched |...| for formal params.
7953 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7954 from being treated as hanging. Handle "rescue".
7955
7956 2013-08-29 Glenn Morris <rgm@gnu.org>
7957
7958 * progmodes/cc-engine.el (c-pull-open-brace):
7959 Move definition before use.
7960
7961 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7962
7963 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7964 are immutable. Don't use `unsafe' any more.
7965 (cl--defsubst-expand): Don't substitute at the same time as keeping
7966 a residual unused let-binding. Don't use `unsafe' any more.
7967
7968 2013-08-29 Glenn Morris <rgm@gnu.org>
7969
7970 * calendar/cal-china.el (calendar-chinese-year-cache):
7971 Recenter on 2015.
7972
7973 * nxml/nxml-util.el (nxml-debug-clear-inside):
7974 Use cl-loop rather than loop.
7975
7976 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7977
7978 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7979
7980 2013-08-28 Glenn Morris <rgm@gnu.org>
7981
7982 * progmodes/antlr-mode.el: No need to require cc-mode twice.
7983
7984 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7985
7986 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7987
7988 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7989
7990 * simple.el (repeat-complex-command--called-interactively-skip):
7991 New function.
7992 (repeat-complex-command): Use it (bug#14136).
7993
7994 * progmodes/cc-mode.el: Minor cleanup of var declarations.
7995 (c-define-abbrev-table): Add `doc' argument.
7996 (c-mode-abbrev-table, c++-mode-abbrev-table)
7997 (objc-mode-abbrev-table, java-mode-abbrev-table)
7998 (idl-mode-abbrev-table, pike-mode-abbrev-table)
7999 (awk-mode-abbrev-table): Use it.
8000 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8001 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8002 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8003 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8004 Move initialization into the declaration; and remove any
8005 autoload cookie.
8006
8007 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8008 and dynamic let binding.
8009
8010 * vc/smerge-mode.el: Remove redundant :group args.
8011
8012 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8013 to load-path.
8014
8015 2013-08-28 Juri Linkov <juri@jurta.org>
8016
8017 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8018 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8019 (isearch-other-meta-char): Handle an undefined shifted printing
8020 character by downshifting it. (Bug#15200)
8021
8022 2013-08-28 Juri Linkov <juri@jurta.org>
8023
8024 * isearch.el (isearch-search): Change regexp error message for
8025 non-regexp searches. (Bug#15166)
8026
8027 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8028
8029 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8030 for portability to hosts where /bin/sh has problems.
8031
8032 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8035
8036 2013-08-27 Juri Linkov <juri@jurta.org>
8037
8038 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8039 in the keyboard macro. (Bug#15126)
8040
8041 2013-08-27 Juri Linkov <juri@jurta.org>
8042
8043 * isearch.el (isearch-quote-char): Comment out converting unibyte
8044 to multibyte, thus syncing with its `quoted-insert' counterpart.
8045 (Bug#15166)
8046
8047 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8048
8049 * window.el (display-buffer-use-some-window): Add missing
8050 argument in call of get-largest-window (Bug#15185).
8051 Reported by Stephen Leake.
8052
8053 2013-08-27 Glenn Morris <rgm@gnu.org>
8054
8055 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8056
8057 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8060 from a matcher-function unless there's no more matches (bug#15161).
8061
8062 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8063
8064 * minibuffer.el: Revert change from 2013-08-20.
8065
8066 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8067 with text property `tramp-default', if appropriate.
8068 (tramp-check-proper-host): New defun.
8069 (tramp-dissect-file-name): Do not check hostname. Revert change
8070 of 2013-03-18.
8071 (tramp-backtrace): Make VEC-OR-PROC optional.
8072
8073 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8074 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8075 * net/tramp-sh.el (tramp-maybe-open-connection):
8076 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8077 Apply `tramp-check-proper-host'.
8078
8079 2013-08-26 Tassilo Horn <tsdh@gnu.org>
8080
8081 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8082 lambda expression in order to have `describe-variable' display it.
8083
8084 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8085
8086 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8087 BUF can be optional. (Bug#15186)
8088
8089 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
8090
8091 * progmodes/flymake.el (flymake-get-real-file-name-function):
8092 Fix broken customization. (Bug#15184)
8093
8094 2013-08-25 Alan Mackenzie <acm@muc.de>
8095
8096 Improve indentation of bracelists defined by macros (without "=").
8097
8098 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8099 expansion begins with "{", regard it as bracelist when it doesn't
8100 contain a ";".
8101
8102 Parse C++ inher-intro when there's a template split over 2 lines.
8103
8104 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8105 rigorously the search for "class" etc. followed by ":".
8106
8107 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8108 random languages a regexp which never matches rather than nil.
8109
8110 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8111
8112 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8113 (c-awk-regexp-one-line-possibly-open-char-list-re)
8114 (c-awk-one-line-possibly-open-regexp-re)
8115 (c-awk-one-line-non-syn-ws*-re): Remove.
8116 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8117 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8118 (c-awk-space*-unclosed-regexp-/-re): New constants.
8119 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8120 aren't regexp delimiters.
8121
8122 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8123 handling for a rare situation in AWK Mode involving unterminated
8124 strings/regexps.
8125
8126 2013-08-23 Glenn Morris <rgm@gnu.org>
8127
8128 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8129
8130 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8131
8132 * files.el (create-file-buffer): If the result would begin with
8133 spaces, prepend a "|" instead of removing them. (Bug#15162)
8134
8135 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8136
8137 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8138 text-properties (bug#15155).
8139
8140 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8141 exist any more.
8142 (calc-keypad-redraw): Remove unused var `pad'.
8143 (calc-keypad-press): Remove unused var `menu'.
8144
8145 2013-08-23 Martin Rudalics <rudalics@gmx.at>
8146
8147 * window.el (display-buffer-pop-up-frame):
8148 Call pop-up-frame-function with BUFFER current so `make-frame' will
8149 use it as the new frame's buffer (Bug#15133).
8150
8151 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * calendar/timeclock.el: Minor cleanups.
8154 (timeclock-ask-before-exiting, timeclock-use-display-time):
8155 Use `symbol'.
8156 (timeclock-modeline-display): Define as alias before the
8157 actual definition.
8158 (timeclock-mode-line-display): Use define-minor-mode.
8159 (timeclock-day-list-template): Make it a function, add an argument.
8160 (timeclock-day-list-required, timeclock-day-list-length)
8161 (timeclock-day-list-debt, timeclock-day-list-span)
8162 (timeclock-day-list-break): Adjust calls accordingly.
8163
8164 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8167 Use read--expression so that completion works again.
8168
8169 2013-08-21 Sam Steingold <sds@gnu.org>
8170
8171 Add rudimentary inferior shell interaction
8172 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8173 (sh-set-shell): Reset it.
8174 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8175 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8176
8177 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * align.el: Use lexical-binding.
8180 (align-region): Simplify accordingly.
8181
8182 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
8183
8184 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8185
8186 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8187 `non-essential' up.
8188
8189 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
8190
8191 * net/tramp.el:
8192 * net/tramp-adb.el:
8193 * net/tramp-cmds.el:
8194 * net/tramp-ftp.el:
8195 * net/tramp-gvfs.el:
8196 * net/tramp-gw.el:
8197 * net/tramp-sh.el: Don't wrap external variable declarations by
8198 `eval-when-compile'.
8199
8200 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8201
8202 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8203 now that Emacs supports ImageMagick animations.
8204
8205 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
8206
8207 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8208 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8209
8210 2013-08-16 Martin Rudalics <rudalics@gmx.at>
8211
8212 * window.el (mouse-autoselect-window-select): Do autoselect when
8213 mouse pointer is on margin.
8214
8215 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
8216
8217 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
8218
8219 2013-08-16 Glenn Morris <rgm@gnu.org>
8220
8221 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8222 Handle "Remote Directory" response of some clients. (Bug#15058)
8223
8224 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8225 Tweak warning. (Bug#14926)
8226
8227 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8228 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
8229
8230 * image-mode.el (image-mode-map): Add menu items to reverse,
8231 increase, decrease, reset animation speed.
8232 (image--set-speed, image-increase-speed, image-decrease-speed)
8233 (image-reverse-speed, image-reset-speed): New functions.
8234 (image-mode-map): Add bindings for speed commands.
8235
8236 * image.el (image-animate-get-speed, image-animate-set-speed):
8237 New functions.
8238 (image-animate-timeout): Respect image :speed property.
8239
8240 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8241
8242 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8243 previous line (bug#15101).
8244 (debugger-eval-expression, debugger-record-expression):
8245 Use read--expression (bug#15102).
8246
8247 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
8248
8249 Remove byte compiler warnings, visible when compiling with
8250 `byte-compile-force-lexical-warnings' set to t.
8251
8252 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8253 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8254 (tramp-handle-unhandled-file-name-directory)
8255 (tramp-handle-file-notify-add-watch, tramp-action-login)
8256 (tramp-action-succeed, tramp-action-permission-denied)
8257 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8258 arguments with "_".
8259
8260 * net/tramp-adb.el (tramp-adb-parse-device-names)
8261 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8262 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8263 (tramp-adb-handle-file-truename): Remove unused arguments.
8264
8265 * net/tramp-cache.el (tramp-flush-directory-property)
8266 (tramp-flush-connection-property, tramp-list-connections)
8267 (tramp-parse-connection-properties): Prefix unused arguments with "_".
8268
8269 * net/tramp-compat.el (tramp-compat-make-temp-file):
8270 Rename FILENAME to F.
8271
8272 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8273 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8274 (tramp-zeroconf-parse-workstation-device-names)
8275 (tramp-zeroconf-parse-webdav-device-names)
8276 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8277
8278 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8279 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8280
8281 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8282 arguments.
8283 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8284 (tramp-sh-handle-insert-file-contents-literally)
8285 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8286 with "_".
8287 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8288 Remove unused variables.
8289
8290 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8291 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8292 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8293
8294 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8295 Make them a defconst.
8296 (tramp-uuencode-region): Remove unused variable.
8297
8298 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
8299
8300 * frameset.el (frameset--prop-setter): New function.
8301 (frameset-prop): Add gv-setter declaration.
8302 (frameset-filter-minibuffer): Deal with the case that the minibuffer
8303 parameter was already set in FILTERED. Doc fix.
8304 (frameset--record-minibuffer-relationships): Allow saving a
8305 minibufferless frame without its corresponding minibuffer frame.
8306 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8307 frame, if the frame id matches.
8308 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8309 frames before orphaned ones.
8310 (frameset-restore): Warn about orphaned windows, instead of error out.
8311
8312 2013-08-14 Martin Rudalics <rudalics@gmx.at>
8313
8314 * window.el (window-make-atom): Don't overwrite parameter
8315 already present.
8316 (display-buffer-in-atom-window): Handle special case where we
8317 split an already atomic window.
8318 (window--major-non-side-window, display-buffer-in-side-window)
8319 (window--side-check): Ignore minibuffer window when walking
8320 window tree.
8321 (window-deletable-p): Return 'frame only if no other frame uses
8322 our minibuffer window.
8323 (record-window-buffer): Run buffer-list-update-hook.
8324 (split-window): Make sure window--check-frame won't destroy an
8325 existing atomic window in case the new window gets nested
8326 inside.
8327 (display-buffer-at-bottom): Ignore minibuffer window when
8328 walking window tree. Don't split a side window.
8329 (pop-to-buffer): Don't set-buffer here, the select-window call
8330 should do that.
8331 (mouse-autoselect-window-select): Autoselect only if we are in the
8332 text portion of the window.
8333
8334 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8335
8336 * net/shr.el (shr-parse-image-data): New function to grab both the
8337 data itself and the Content-Type.
8338 (shr-put-image): Use it.
8339
8340 * net/eww.el (eww-display-image): Ditto.
8341
8342 * image.el (image-content-type-suffixes): New variable.
8343
8344 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8345
8346 * progmodes/python.el (python-imenu--build-tree)
8347 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8348
8349 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
8350
8351 * simple.el (backward-word): Mention the optional argument.
8352
8353 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * frameset.el (frameset--make): Rename constructor from make-frameset.
8356 (frameset-p, frameset-valid-p): Don't autoload.
8357 (frameset-valid-p): Use normal accessors.
8358
8359 2013-08-13 Glenn Morris <rgm@gnu.org>
8360
8361 * progmodes/compile.el (compile-command): Tweak example in doc.
8362 * obsolete/scribe.el (scribe-mode):
8363 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
8364
8365 * mail/feedmail.el (feedmail-confirm-outgoing)
8366 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8367
8368 * cus-start.el (truncate-partial-width-windows): Fix type.
8369
8370 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8371
8372 * net/shr.el (shr-table-horizontal-line): Fix custom type.
8373
8374 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8375
8376 * emacs-lisp/timer.el (timer--time-setter): New function.
8377 (timer--time): Use it as gv-setter.
8378
8379 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8380 setter is not a symbol.
8381
8382 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
8383
8384 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8385 if sending fails. This makes debugging easier.
8386
8387 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
8388
8389 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8390 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8391 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8392
8393 2013-08-12 Eli Zaretskii <eliz@gnu.org>
8394
8395 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8396
8397 2013-08-12 Glenn Morris <rgm@gnu.org>
8398
8399 * format.el (format-annotate-function):
8400 Handle read-only text properties in the source. (Bug#14887)
8401
8402 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8403
8404 * net/eww.el (eww-display-html): Ignore coding system errors.
8405 One web site uses "utf-8lias" as the coding system.
8406
8407 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
8408
8409 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8410
8411 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
8412
8413 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8414 (tutorial--detailed-help): Remove unused local variables.
8415 (tutorial--save-tutorial-to): Use ignore-errors.
8416 (help-with-tutorial): Use looking-at-p.
8417
8418 * view.el (view-buffer-other-window, view-buffer-other-frame):
8419 Mark unused arguments.
8420
8421 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8422 (woman-select-symbol-fonts, woman, woman-find-file)
8423 (woman-insert-file-contents, woman-non-underline-faces):
8424 Use string-match-p.
8425 (woman1-unquote): Move declaration.
8426
8427 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8428 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
8429 argument. Remove unused local variable.
8430 (xml-parse-elem-type): Use string-match-p.
8431 (xml-substitute-numeric-entities): Use ignore-errors.
8432
8433 * calculator.el (calculator): Mark unused argument.
8434 (calculator-paste, calculator-quit, calculator-integer-p):
8435 Use ignore-errors.
8436 (calculator-string-to-number, calculator-decimal, calculator-exp)
8437 (calculator-op-or-exp): Use string-match-p.
8438
8439 * dired.el (dired-buffer-more-recently-used-p): Declare.
8440 (dired-insert-set-properties, dired-insert-old-subdirs):
8441 Use ignore-errors.
8442
8443 * dired-aux.el (dired-compress): Use ignore-errors.
8444 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8445 (dired-do-async-shell-command, dired-do-shell-command)
8446 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8447 (dired-insert-subdir-validate): Use string-match-p.
8448 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8449 (dired-add-entry): Use string-match-p, looking-at-p.
8450 (dired-insert-subdir-newpos): Remove unused local variable.
8451
8452 * filenotify.el (file-notify-callback): Remove unused local variable.
8453
8454 * filesets.el (filesets-error): Mark unused argument.
8455 (filesets-which-command-p, filesets-filter-dir-names)
8456 (filesets-directory-files, filesets-get-external-viewer)
8457 (filesets-ingroup-get-data): Use string-match-p.
8458
8459 * find-file.el (ff-other-file-name, ff-other-file-name)
8460 (ff-find-the-other-file, ff-cc-hh-converter):
8461 Remove unused local variables.
8462 (ff-get-file-name): Use string-match-p.
8463 (ff-all-dirs-under): Use ignore-errors.
8464
8465 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8466 (follow-select-if-visible): Remove unused local variable.
8467
8468 * forms.el (read-file-filter): Move declaration.
8469 (forms--make-format, forms--make-parser, forms-insert-record):
8470 Quote function with #'.
8471 (forms--update): Use string-match-p. Quote function with #'.
8472
8473 * help-mode.el (help-dir-local-var-def): Mark unused argument.
8474 (help-make-xrefs): Use looking-at-p.
8475 (help-xref-on-pp): Use looking-at-p, ignore-errors.
8476
8477 * ibuffer.el (ibuffer-ext-visible-p): Declare.
8478 (ibuffer-confirm-operation-on): Use string-match-p.
8479
8480 * msb.el (msb-item-handler, msb-dired-item-handler):
8481 Mark unused arguments.
8482
8483 * ses.el (ses-decode-cell-symbol)
8484 (ses-kill-override): Remove unused local variable.
8485 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8486 (ses-load): Use ignore-errors, looking-at-p.
8487 (ses-jump-safe): Use ignore-errors.
8488 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8489
8490 * tabify.el (untabify, tabify): Mark unused arguments.
8491
8492 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8493 Mark unused argument.
8494 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8495 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8496
8497 * emacs-lisp/timer.el (timer--time): Define setter with
8498 gv-define-setter to avoid deprecation warning.
8499
8500 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8501 (*record-cmpl-statistics-p*): Remove (was commented out).
8502 (cmpl-statistics-block): Remove (body was commented out).
8503 All callers changed.
8504 (add-completions-from-buffer, load-completions-from-file):
8505 Remove unused variables.
8506
8507 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8508
8509 * filecache.el (file-cache-delete-file-list):
8510 Print message only when told so.
8511 (file-cache-files-matching): Use #' in mapconcat argument.
8512
8513 * ffap.el (ffap-url-at-point): Fix reference to variable
8514 thing-at-point-default-mail-uri-scheme.
8515
8516 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8517
8518 * subr.el (define-error): New function.
8519 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8520 error-file-not-found and define with define-error.
8521 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8522 and define with define-error.
8523 * userlock.el (file-locked, file-supersession):
8524 * simple.el (mark-inactive):
8525 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8526 * progmodes/ada-mode.el (ada-mode-errors):
8527 * play/life.el (life-extinct):
8528 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8529 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8530 * nxml/rng-util.el (rng-error):
8531 * nxml/rng-uri.el (rng-uri-error):
8532 * nxml/rng-match.el (rng-compile-error):
8533 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8534 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8535 * nxml/nxml-rap.el (nxml-scan-error):
8536 * nxml/nxml-outln.el (nxml-outline-error):
8537 * net/soap-client.el (soap-error):
8538 * net/gnutls.el (gnutls-error):
8539 * net/ange-ftp.el (ftp-error):
8540 * mpc.el (mpc-proc-error):
8541 * json.el (json-error, json-readtable-error, json-unknown-keyword)
8542 (json-number-format, json-string-escape, json-string-format)
8543 (json-key-format, json-object-format):
8544 * jka-compr.el (compression-error):
8545 * international/quail.el (quail-error):
8546 * international/kkc.el (kkc-error):
8547 * emacs-lisp/ert.el (ert-test-failed):
8548 * calc/calc.el (calc-error, inexact-result, math-overflow)
8549 (math-underflow):
8550 * bookmark.el (bookmark-error-no-filename):
8551 * epg.el (epg-error): Define with define-error.
8552
8553 * time.el (display-time-event-handler)
8554 (display-time-next-load-average): Don't call sit-for since it seems
8555 unnecessary (bug#15045).
8556
8557 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8558 Use #' instead of ' to quote functions.
8559 (checkdoc-output-mode): Use setq-local.
8560 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8561 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8562 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8563 (checkdoc-ispell, checkdoc-ispell-current-buffer)
8564 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8565 (checkdoc-ispell-message-text, checkdoc-ispell-start)
8566 (checkdoc-ispell-continue, checkdoc-ispell-comments)
8567 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8568
8569 * ido.el (ido-completion-help): Fix up compiler warning.
8570
8571 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8572
8573 * frameset.el (frameset-p): Add autoload cookie.
8574 (frameset--jump-to-register): New function, based on code moved from
8575 register.el.
8576 (frameset-to-register): Move from register.el. Adapt to `registerv'.
8577
8578 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8579 (frameset-restore, frameset-save, frameset-session-filter-alist):
8580 Remove declarations.
8581 (register-alist): Doc fix.
8582 (frameset-to-register): Move to frameset.el.
8583 (jump-to-register, describe-register-1): Remove frameset-specific code.
8584
8585 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8586
8587 * allout-widgets.el (allout-widgets-pre-command-business)
8588 (allout-widgets-post-command-business)
8589 (allout-widgets-after-change-handler)
8590 (allout-decorate-item-and-context, allout-set-boundary-marker)
8591 (allout-body-modification-handler)
8592 (allout-graphics-modification-handler): Mark ignored arguments.
8593 (allout-widgets-post-command-business)
8594 (allout-widgets-exposure-change-processor)
8595 (allout-widgets-exposure-undo-processor)
8596 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8597 (allout-parse-item-at-point, allout-decorate-item-guides)
8598 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8599 * allout.el (epa-passphrase-callback-function): Declare.
8600 (allout-overlay-insert-in-front-handler)
8601 (allout-overlay-interior-modification-handler)
8602 (allout-isearch-end-handler, allout-chart-siblings)
8603 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8604 (allout-yank-processing, allout-process-exposed)
8605 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
8606 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
8607 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8608 (lisp-indent-defform): Mark ignored arguments.
8609 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
8610 (calculate-lisp-indent): Remove unused variables.
8611 * international/characters.el (indian-2-column, arabic-2-column)
8612 (tibetan): Mark ignored arguments.
8613 (use-cjk-char-width-table): Mark ignored arguments.
8614 Remove unused variables.
8615 * international/fontset.el (build-default-fontset-data)
8616 (x-compose-font-name, create-fontset-from-fontset-spec):
8617 Mark ignored arguments.
8618 (fontset-plain-name): Remove unused variables.
8619 * international/mule.el (charset-id, charset-bytes, generic-char-p)
8620 (keyboard-coding-system): Mark ignored arguments.
8621 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
8622 * help.el (resize-temp-buffer-window):
8623 * window.el (display-buffer-in-major-side-window)
8624 (display-buffer-in-side-window, display-buffer-in-previous-window):
8625 Remove unused variables.
8626 * isearch.el (isearch-forward-symbol):
8627 * version.el (emacs-bzr-version-bzr):
8628 * international/mule-cmds.el (current-language-environment):
8629 * term/common-win.el (x-handle-iconic, x-handle-geometry)
8630 (x-handle-display):
8631 * term/pc-win.el (x-list-fonts, x-display-planes)
8632 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8633 (x-server-version, x-display-screens, x-display-mm-height)
8634 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8635 (x-selection-owner-p, x-own-selection-internal)
8636 (x-disown-selection-internal, x-get-selection-internal)
8637 (msdos-initialize-window-system):
8638 * term/tty-colors.el (tty-color-alist, tty-color-clear):
8639 * term/x-win.el (x-handle-no-bitmap-icon):
8640 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8641 (vc-default-find-file-hook, vc-default-extra-menu):
8642 Mark ignored arguments.
8643
8644 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8647 break-condition in the context of the debugged code (bug#12685).
8648
8649 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
8650
8651 * comint.el:
8652 Do not use an overlay to highlight the last prompt. (Bug#14744)
8653 (comint-mode): Make comint-last-prompt buffer local.
8654 (comint-last-prompt): New variable.
8655 (comint-last-prompt-overlay): Remove. Superseded by
8656 comint-last-prompt.
8657 (comint-snapshot-last-prompt, comint-output-filter):
8658 Use comint-last-prompt.
8659
8660 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8661
8662 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
8663 (frameset-save): Check validity of the resulting frameset.
8664
8665 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
8666
8667 * ido.el (ido-record-command): Add doc string.
8668
8669 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8670
8671 * frameset.el (frameset): Do not disable creation of the default
8672 frameset-p predicate. Doc fix.
8673 (frameset-valid-p): New function, copied from the old predicate-p.
8674 Add additional checks.
8675 (frameset-restore): Check with frameset-valid-p.
8676 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8677 (frameset-name, frameset-description, frameset-properties)
8678 (frameset-states): Add docstring.
8679 (frameset-session-filter-alist, frameset-persistent-filter-alist)
8680 (frameset-filter-alist): Doc fixes.
8681
8682 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8683
8684 * frameset.el (frameset-p, frameset-prop): Doc fixes.
8685
8686 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8687
8688 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8689 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8690 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8691 (byte-compile-normal-call): Remove obsolescence check.
8692
8693 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8694
8695 * frameset.el (frameset-restore): Doc fix.
8696
8697 * register.el (frameset-frame-id, frameset-frame-with-id)
8698 (frameset-p, frameset-restore, frameset-save): Declare.
8699 (register-alist): Document framesets.
8700 (frameset-session-filter-alist): Declare.
8701 (frameset-to-register): New function.
8702 (jump-to-register): Implement jumping to framesets. Doc fix.
8703 (describe-register-1): Describe framesets.
8704
8705 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8706
8707 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
8708
8709 * desktop.el (desktop-save-frameset): Use new frameset-save args.
8710 Use lexical-binding.
8711
8712 * frameset.el (frameset): Use type vector, not list (incompatible
8713 change). Do not declare a new constructor, use the default one.
8714 Upgrade suggested properties `app', `name' and `desc' to slots `app',
8715 `name' and `description', respectively, and add read-only slot
8716 `timestamp'. Doc fixes.
8717 (frameset-copy, frameset-persistent-filter-alist)
8718 (frameset-filter-alist, frameset-switch-to-gui-p)
8719 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8720 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8721 (frameset-filter-iconified, frameset-keep-original-display-p):
8722 Doc fixes.
8723 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8724 Rename from frameset-filter-(save|restore)-param. All callers changed.
8725 Doc fix.
8726 (frameset-p): Adapt to change to vector and be more thorough.
8727 Change arg name to OBJECT. Doc fix.
8728 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
8729 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8730 All callers changed.
8731 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8732 All callers changed.
8733 (frameset--record-minibuffer-relationships): Rename from
8734 frameset--process-minibuffer-frames. All callers changed.
8735 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8736 Use new default constructor (again). Doc fix.
8737 (frameset--find-frame-if): Rename from `frameset--find-frame'.
8738 All callers changed.
8739 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8740 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8741 Doc fix.
8742 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8743 PARAMETERS and WINDOW-STATE, respectively.
8744 (frameset-restore): Add new keyword argument PREDICATE.
8745 Reset frameset--target-display to nil. Doc fix.
8746
8747 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8750 (bat-mode): Use it.
8751 (bat-mode-syntax-table): Mark \n as end-of-comment.
8752 (bat-font-lock-keywords): Remove comment rule.
8753
8754 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
8755 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
8756
8757 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8758 (byte-compile-callargs-warn): Use `push'.
8759 (byte-compile-arglist-warn): Ignore higher-order "calls".
8760 (byte-compile-file-form-autoload): Use `pcase'.
8761 (byte-compile-function-form): If quoting a symbol, check that it exists.
8762
8763 2013-08-07 Eli Zaretskii <eliz@gnu.org>
8764
8765 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8766 and add a few popular commands found in batch files.
8767 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8768 (dos-mode): Doc fixes.
8769
8770 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8773 (dos-mode): Use setq-local. Add space after "rem".
8774 (dos-mode-syntax-table): Don't use "w" for symbol chars.
8775 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8776
8777 2013-08-07 Arni Magnusson <arnima@hafro.is>
8778
8779 * progmodes/dos.el: New file.
8780 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8781 dos-mode.
8782
8783 2013-08-06 Glenn Morris <rgm@gnu.org>
8784
8785 * calendar/calendar.el: Add new faces, and day-header-array.
8786 (calendar-weekday-header, calendar-weekend-header)
8787 (calendar-month-header): New faces.
8788 (calendar-day-header-construct): New function.
8789 (calendar-day-header-width): Also :set calendar-day-header-array.
8790 (calendar-american-month-header, calendar-european-month-header)
8791 (calendar-iso-month-header): Use calendar- faces.
8792 (calendar-generate-month):
8793 Use calendar-day-header-array for day headers; apply faces to them.
8794 (calendar-mode): Check calendar-font-lock-keywords non-nil.
8795 (calendar-abbrev-construct): Add optional maxlen argument.
8796 (calendar-day-name-array): Doc fix.
8797 (calendar-day-name-array, calendar-abbrev-length)
8798 (calendar-day-abbrev-array):
8799 Also :set calendar-day-header-array, and maybe redraw.
8800 (calendar-day-header-array): New option. (Bug#15007)
8801 (calendar-font-lock-keywords): Set to nil and make obsolete.
8802 (calendar-day-name): Add option to use header array.
8803
8804 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8805
8806 * net/shr.el (shr-render-td): Remove debugging.
8807 (shr-render-td): Make width computation consistent by defaulting
8808 all zero-width columns to 10 characters. This may not be optimal,
8809 but it's at least consistent.
8810 (shr-make-table-1): Redo last change to fix the real problem in
8811 colspan handling.
8812
8813 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8814
8815 * files.el (cache-long-line-scans):
8816 Make obsolete alias to `cache-long-scans'.
8817
8818 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8819
8820 * frameset.el (frameset, frameset-filter-alist)
8821 (frameset-filter-params, frameset-save, frameset--reuse-frame)
8822 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8823 (frameset-compute-pos): Rename from frameset--compute-pos,
8824 and add docstring.
8825 (frameset-move-onscreen): Use frameset-compute-pos.
8826 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8827
8828 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8829 Fix typos in docstrings.
8830
8831 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8832
8833 * frame.el (get-other-frame): Tiny cleanup.
8834
8835 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8836
8837 * vc/vc.el (vc-default-ignore-completion-table):
8838 Silence byte-compiler warning.
8839
8840 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
8841 slot, which can indeed be nil.
8842 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8843 Move entry for `left' from persistent to live filter alist.
8844 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
8845 Doc fixes.
8846 (frameset-filter-params): When restoring a frame, copy items added to
8847 `filtered', to avoid unwittingly modifying the original parameters.
8848 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
8849 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
8850
8851 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
8852 to use looking-at-p instead of looking-at. (Bug#15028)
8853
8854 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 Revert introduction of isearch-filter-predicates (bug#14714).
8857 Rely on add-function instead.
8858 * isearch.el (isearch-filter-predicates): Rename it back to
8859 isearch-filter-predicate.
8860 (isearch-message-prefix): Use advice-function-mapc and advice
8861 properties to get the isearch-message-prefix.
8862 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8863 instead of run-hook-with-args-until-failure.
8864 (isearch-filter-visible): Not obsolete any more.
8865 * loadup.el: Preload nadvice.
8866 * replace.el (perform-replace): Revert to funcall
8867 instead of run-hook-with-args-until-failure.
8868 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8869 * dired-aux.el (dired-isearch-filenames-mode): Rename from
8870 dired-isearch-filenames-toggle; make it into a proper minor mode.
8871 Use add/remove-function.
8872 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8873 Call the minor-mode rather than add/remove-hook.
8874 (dired-isearch-filter-filenames):
8875 Remove isearch-message-prefix property.
8876 * info.el (Info--search-loop): New function, extracted from Info-search.
8877 Funcall isearch-filter-predicate instead of
8878 run-hook-with-args-until-failure isearch-filter-predicates.
8879 (Info-search): Use it.
8880 (Info-mode): Use isearch-filter-predicate instead of
8881 isearch-filter-predicates.
8882
8883 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8884
8885 Do not call to `selected-window' where it is assumed by default.
8886 Affected functions are `window-minibuffer-p', `window-dedicated-p',
8887 `window-hscroll', `window-width', `window-height', `window-buffer',
8888 `window-frame', `window-start', `window-point', `next-window'
8889 and `window-display-table'.
8890 * abbrev.el (abbrev--default-expand):
8891 * bs.el (bs--show-with-configuration):
8892 * buff-menu.el (Buffer-menu-mouse-select):
8893 * calc/calc.el (calc):
8894 * calendar/calendar.el (calendar-generate-window):
8895 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8896 (diary-make-entry):
8897 * comint.el (send-invisible, comint-dynamic-complete-filename)
8898 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8899 * completion.el (complete):
8900 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8901 * disp-table.el (describe-current-display-table):
8902 * doc-view.el (doc-view-insert-image):
8903 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8904 * ehelp.el (with-electric-help):
8905 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8906 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8907 * emacs-lisp/helper.el (Helper-help-scroller):
8908 * emulation/cua-base.el (cua--post-command-handler-1):
8909 * eshell/esh-mode.el (eshell-output-filter):
8910 * ffap.el (ffap-gnus-wrapper):
8911 * help-macro.el (make-help-screen):
8912 * hilit-chg.el (highlight-compare-buffers):
8913 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8914 * hl-line.el (global-hl-line-highlight):
8915 * icomplete.el (icomplete-simple-completing-p):
8916 * isearch.el (isearch-done):
8917 * jit-lock.el (jit-lock-stealth-fontify):
8918 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8919 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8920 * mpc.el (mpc-tagbrowser, mpc):
8921 * net/rcirc.el (rcirc-any-buffer):
8922 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8923 * play/landmark.el (landmark-max-width, landmark-max-height):
8924 * play/zone.el (zone):
8925 * progmodes/compile.el (compilation-goto-locus):
8926 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8927 * progmodes/etags.el (find-tag-other-window):
8928 * progmodes/fortran.el (fortran-column-ruler):
8929 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8930 * progmodes/verilog-mode.el (verilog-point-text):
8931 * reposition.el (reposition-window):
8932 * rot13.el (toggle-rot13-mode):
8933 * server.el (server-switch-buffer):
8934 * shell.el (shell-dynamic-complete-command)
8935 (shell-dynamic-complete-environment-variable):
8936 * simple.el (insert-buffer, set-selective-display)
8937 (delete-completion-window):
8938 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8939 (speedbar-recenter):
8940 * startup.el (fancy-splash-head):
8941 * textmodes/ispell.el (ispell-command-loop):
8942 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8943 * tutorial.el (help-with-tutorial):
8944 * vc/add-log.el (add-change-log-entry):
8945 * vc/compare-w.el (compare-windows):
8946 * vc/ediff-help.el (ediff-indent-help-message):
8947 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8948 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8949 (ediff-setup-control-frame):
8950 * vc/emerge.el (emerge-position-region):
8951 * vc/pcvs-util.el (cvs-bury-buffer):
8952 * window.el (walk-windows, mouse-autoselect-window-select):
8953 * winner.el (winner-set-conf, winner-undo): Related users changed.
8954
8955 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8956
8957 * frameset.el (frameset--set-id): Doc fix.
8958 (frameset-frame-id, frameset-frame-id-equal-p)
8959 (frameset-locate-frame-id): New functions.
8960 (frameset--process-minibuffer-frames, frameset--reuse-frame)
8961 (frameset-restore): Use them.
8962
8963 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8964
8965 Do not call to `selected-frame' where it is assumed by default.
8966 Affected functions are `raise-frame', `redraw-frame',
8967 `frame-first-window', `frame-terminal' and `delete-frame'.
8968 * calendar/appt.el (appt-disp-window):
8969 * epg.el (epg-wait-for-completion):
8970 * follow.el (follow-delete-other-windows-and-split)
8971 (follow-avoid-tail-recenter):
8972 * international/mule.el (set-terminal-coding-system):
8973 * mail/rmail.el (rmail-mail-return):
8974 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8975 * progmodes/f90.el (f90-add-imenu-menu):
8976 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8977 * server.el (server-switch-buffer):
8978 * simple.el (delete-completion-window):
8979 * talk.el (talk):
8980 * term/xterm.el (terminal-init-xterm-modify-other-keys)
8981 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8982 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8983 * vc/ediff.el (ediff-documentation): Related users changed.
8984 * frame.el (selected-terminal): Remove the leftover.
8985
8986 2013-08-05 Glenn Morris <rgm@gnu.org>
8987
8988 * calendar/calendar.el (calendar-generate-month):
8989 Fix for calendar-column-width != 1 + calendar-day-digit-width.
8990 (calendar-generate-month, calendar-font-lock-keywords):
8991 Fix for calendar-day-header-width > length of any day name.
8992
8993 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8994
8995 * desktop.el (desktop-clear): Use new name of sort predicate.
8996
8997 * frameset.el (frameset): Add docstring. Move :version property to its
8998 own `version' slot.
8999 (frameset-copy): Rename from copy-frameset.
9000 (frameset-p): Check more thoroughly.
9001 (frameset-prop): Do not check for :version, which is no longer a prop.
9002 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9003 Use new :never value instead of t.
9004 (frameset-filter-alist): Expand and clarify docstring.
9005 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9006 (frameset-filter-minibuffer, frameset-filter-save-param)
9007 (frameset-filter-restore-param, frameset-filter-iconified):
9008 Add pointer to docstring of frameset-filter-alist.
9009 (frameset-filter-params): Rename filter values to be more meaningful:
9010 :never instead of t, and reverse the meanings of :save and :restore.
9011 (frameset--process-minibuffer-frames): Clarify error message.
9012 (frameset-save): Avoid unnecessary and confusing call to framep.
9013 Use new BOA constructor for framesets.
9014 (frameset--reuse-list): Doc fix.
9015 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9016 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9017 (frameset-minibufferless-first-p): Doc fix.
9018 Rename from frameset-sort-frames-for-deletion.
9019 (frameset-restore): Doc fixes. Use new function names.
9020 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9021
9022 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9023
9024 * desktop.el (desktop-restore-forces-onscreen)
9025 (desktop-restore-reuses-frames): Document :keyword constant values.
9026 (desktop-filter-parameters-alist): Remove, now identical to
9027 frameset-filter-alist.
9028 (desktop--filter-tty*): Remove, moved to frameset.el.
9029 (desktop-save-frameset, desktop-restore-frameset):
9030 Do not pass :filters argument.
9031
9032 * frameset.el (frameset-live-filter-alist)
9033 (frameset-persistent-filter-alist): New variables.
9034 (frameset-filter-alist): Use them. Add autoload cookie.
9035 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9036 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9037 `frameset--id' (it's supposed to be internal to frameset.el).
9038 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9039 (frameset--initial-params): New function.
9040 (frameset--get-frame): Use it. Doc fix.
9041 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9042 Accept :all, not 'all.
9043 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9044 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9045 with fbound symbols. Fix frame id matching, and remove matching ids if
9046 the frame being restored is deleted. Obey :delete.
9047
9048 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * subr.el (macrop): New function.
9051 (text-clone--maintaining): New var.
9052 (text-clone--maintain): Rename from text-clone-maintain. Use it
9053 instead of inhibit-modification-hooks.
9054
9055 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9056 a proxy, so as handle autoloads and redefinitions of the target.
9057 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9058
9059 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9060 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9061 (pcase--mutually-exclusive-p): New function.
9062 (pcase--split-consp): Use it.
9063 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9064 mutually exclusive with the current predicate.
9065
9066 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9067 (edebug-macrop): Remove. Use `macrop' instead.
9068 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9069 (ad-macro-p):
9070 * eshell/esh-cmd.el (eshell-macrop):
9071 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
9072
9073 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9076 (advice-mapc): New function, using it.
9077 (advice-function-member-p): New function.
9078 (advice--normalize): Store the cdr in advice--saved-rewrite since
9079 that's the part that will be changed.
9080 (advice--symbol-function): New function.
9081 (advice-remove): Handle removal before the function is defined.
9082 Adjust to new advice--saved-rewrite.
9083 (advice-member-p): Use advice-function-member-p and
9084 advice--symbol-function.
9085
9086 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9087
9088 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9089 (frameset-filter-minibuffer): Doc fix.
9090 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
9091 (frameset--set-id, frameset--process-minibuffer-frames)
9092 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9093 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9094
9095 * desktop.el (desktop-clear): Only delete frames when called
9096 interactively and desktop-restore-frames is non-nil. Doc fix.
9097 (desktop-read): Set desktop-saved-frameset to nil.
9098
9099 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
9100
9101 * vc/vc.el (vc-ignore): Rewrite.
9102 (vc-default-ignore-completion-table, vc--read-lines)
9103 (vc--add-line, vc--remove-regexp): New functions.
9104
9105 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9106 (vc-svn-ignore-completion-table): New function.
9107
9108 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9109 (vc-hg-ignore-completion-table)
9110 (vc-hg-find-ignore-file): New functions.
9111
9112 * vc/vc-git.el (vc-git-ignore): Rewrite.
9113 (vc-git-ignore-completion-table)
9114 (vc-git-find-ignore-file): New functions.
9115
9116 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9117
9118 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9119 (vc-bzr-ignore-completion-table)
9120 (vc-bzr-find-ignore-file): New functions.
9121
9122 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
9123
9124 * frameset.el (frameset-prop): New function and setter.
9125 (frameset-save): Do not modify frame list passed by the caller.
9126
9127 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9130
9131 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9134 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9135
9136 * custom.el (custom-initialize-default, custom-initialize-set)
9137 (custom-initialize-reset, custom-initialize-changed): Affect the
9138 toplevel-default-value (bug#6275, bug#14586).
9139 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9140 for bug#6275.
9141
9142 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9143
9144 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9145 Add cl-def* expressions.
9146
9147 * frameset.el (frameset-filter-params): Fix order of arguments.
9148
9149 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9150
9151 Move code related to saving frames to frameset.el.
9152 * desktop.el: Require frameset.
9153 (desktop-restore-frames): Doc fix.
9154 (desktop-restore-reuses-frames): Rename from
9155 desktop-restoring-reuses-frames.
9156 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9157 (desktop-clear): Clear frames too.
9158 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9159 (desktop--filter-tty*, desktop-save, desktop-read):
9160 Use frameset functions.
9161 (desktop-before-saving-frames-functions, desktop--filter-*-color)
9162 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9163 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9164 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9165 (desktop--process-minibuffer-frames, desktop-save-frames)
9166 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9167 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9168 (desktop--sort-states, desktop-restoring-frames-p)
9169 (desktop-restore-frames): Remove. Most code moved to frameset.el.
9170 (desktop-restoring-frameset-p, desktop-restore-frameset)
9171 (desktop--check-dont-save, desktop-save-frameset): New functions.
9172 (desktop--app-id): New constant.
9173 (desktop-first-buffer, desktop-buffer-ok-count)
9174 (desktop-buffer-fail-count): Move before first use.
9175 * frameset.el: New file.
9176
9177 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9178
9179 * files.el: Use lexical-binding.
9180 (dir-locals-read-from-file): Remove unused `err' variable.
9181 (hack-dir-local-variables--warned-coding): New var.
9182 (hack-dir-local-variables): Use it to avoid repeated warnings.
9183 (make-backup-file-name--default-function): New function.
9184 (make-backup-file-name-function): Use it as default.
9185 (buffer-stale--default-function): New function.
9186 (buffer-stale-function): Use it as default.
9187 (revert-buffer-insert-file-contents--default-function): New function.
9188 (revert-buffer-insert-file-contents-function): Use it as default.
9189 (insert-directory): Avoid add-to-list.
9190
9191 * autorevert.el (auto-revert-handler): Simplify.
9192 Use buffer-stale--default-function.
9193
9194 2013-08-01 Tassilo Horn <tsdh@gnu.org>
9195
9196 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9197
9198 * whitespace.el (whitespace-ensure-local-variables): New function.
9199 (whitespace-cleanup-region): Call it.
9200 (whitespace-turn-on): Call it.
9201
9202 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
9203
9204 Complete file name handlers.
9205
9206 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9207 (tramp-handle-verify-visited-file-modtime)
9208 (tramp-handle-file-notify-rm-watch): New functions.
9209 (tramp-call-process): Do not bind `default-directory'.
9210
9211 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9212 Order alphabetically.
9213 <access-file, add-name-to-file, dired-call-process>:
9214 <dired-compress-file, file-acl, file-notify-rm-watch>:
9215 <file-ownership-preserved-p, file-selinux-context>:
9216 <make-directory-internal, make-symbolic-link, set-file-acl>:
9217 <set-file-selinux-context, set-visited-file-modtime>:
9218 <verify-visited-file-modtime>: Add handler.
9219 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9220
9221 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9222 <file-notify-add-watch, file-notify-rm-watch>:
9223 <set-file-times, set-visited-file-modtime>:
9224 <verify-visited-file-modtime>: Add handler.
9225 (with-tramp-gvfs-error-message)
9226 (tramp-gvfs-handle-set-visited-file-modtime)
9227 (tramp-gvfs-fuse-file-name): Remove.
9228 (tramp-gvfs-handle-file-notify-add-watch)
9229 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9230 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9231
9232 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9233 Order alphabetically.
9234 <file-notify-rm-watch>: Use default Tramp handler.
9235 <executable-find>: Remove private handler.
9236 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9237 `default-directory'.
9238 (tramp-sh-handle-executable-find)
9239 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9240 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9241 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9242 Do not use `format' in `tramp-message'.
9243
9244 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9245 <file-notify-rm-watch, set-visited-file-modtime>:
9246 <verify-visited-file-modtime>: Add handler.
9247 (tramp-smb-call-winexe): Do not bind `default-directory'.
9248
9249 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
9250
9251 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9252
9253 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
9254
9255 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9256 use it.
9257 (log-view-diff-changeset): Same.
9258 (log-view-diff-common): Call backend command `previous-revision'
9259 to find out the previous revision, in both cases. Swap the
9260 variables `to' and `fr', so that `fr' usually refers to the
9261 earlier revision (Bug#14989).
9262
9263 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
9264
9265 * ibuf-ext.el (ibuffer-filter-by-filename):
9266 Make it work with dired buffers too.
9267
9268 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
9269
9270 * emacs-lisp/re-builder.el (reb-color-display-p):
9271 * files.el (save-buffers-kill-terminal):
9272 * net/browse-url.el (browse-url):
9273 * server.el (server-save-buffers-kill-terminal):
9274 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9275 Prefer nil to selected-frame for the first arg of frame-parameter.
9276
9277 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
9278
9279 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9280
9281 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
9282
9283 * minibuffer.el (completion--twq-all): Try and preserve each
9284 completion's case choice (bug#14907).
9285
9286 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9287
9288 * net/network-stream.el (open-network-stream): Mention the new
9289 :nogreeting parameter.
9290 (network-stream-open-starttls): Use the :nogreeting parameter
9291 (bug#14938).
9292
9293 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9294
9295 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9296 more natural than popping.
9297
9298 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9299 (shr-urlify): Highlight under mouse.
9300
9301 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9302
9303 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9304
9305 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9306
9307 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
9308 buffer for output.
9309
9310 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
9311 point-min==1. Fix search string. Fix parentheses missing.
9312
9313 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
9314 assume point-min==1. Fix search string. Fix parentheses missing.
9315
9316 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9317
9318 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
9319 buffer for output.
9320
9321 2013-07-29 Eli Zaretskii <eliz@gnu.org>
9322
9323 * frame.el (frame-notice-user-settings): Avoid inflooping when the
9324 initial frame is minibuffer-less. (Bug#14841)
9325
9326 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
9327
9328 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9329 option.
9330
9331 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9332 (tramp-maybe-open-connection): Use it.
9333
9334 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9335
9336 * desktop.el (desktop--make-frame): Include `minibuffer' in the
9337 minimal set of parameters passed when creating a frame, because
9338 the minibuffer status of a frame cannot be changed later.
9339
9340 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
9341
9342 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9343 replace-regexp-in-string and inadvertent omissions in previous change.
9344 (todo-filter-items): Ensure only file names are comma-separated in
9345 name of filtered items buffer.
9346
9347 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9348
9349 * desktop.el: Optionally force offscreen frames back onscreen.
9350 (desktop-restoring-reuses-frames): New option.
9351 (desktop--compute-pos, desktop--move-onscreen): New functions.
9352 (desktop--make-frame): Use desktop--move-onscreen.
9353
9354 2013-07-27 Alan Mackenzie <acm@muc.de>
9355
9356 Fontify a Java generic method as a function.
9357 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9358 value to t.
9359
9360 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
9361
9362 * calendar/todo-mode.el: Add command to rename todo files.
9363 (todo-rename-file): New command.
9364 (todo-key-bindings-t): Add key binding for it. Change the
9365 bindings of todo-filter-regexp-items(-multifile) to use `x'
9366 instead of `r', since the latter is better suited to the new
9367 renaming command.
9368
9369 2013-07-27 Alan Mackenzie <acm@muc.de>
9370
9371 Make Java try-with-resources statement parse properly.
9372 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9373 (c-block-stmt-1-2-key): New language constants/variables.
9374 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9375 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9376 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9377 with c-block-stmt-1-2-key.
9378
9379 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
9380
9381 * desktop.el (desktop--make-frame): Apply most frame parameters after
9382 creating the frame to force (partially or totally) offscreen frames to
9383 be restored as such.
9384
9385 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
9386
9387 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9388 (Bug#14948)
9389
9390 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9393 `base' arg of backtrace-frame.
9394
9395 2013-07-26 Eli Zaretskii <eliz@gnu.org>
9396
9397 * simple.el (list-processes): Doc fix.
9398
9399 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9400
9401 * desktop.el (desktop--select-frame):
9402 Try harder to reuse existing frames.
9403
9404 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9405
9406 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9407 (edebug-eval): Use backtrace-eval.
9408 (edebug--display, edebug--recursive-edit): Don't let-bind the
9409 edebug-outer-* vars that keep track of variables we locally let-bind.
9410 (edebug-outside-excursion): Don't restore outside values of locally
9411 let-bound vars.
9412 (edebug--display): Use user-error.
9413 (cl-lexical-debug, cl-debug-env): Remove.
9414
9415 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9416
9417 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9418 are restored to be sure that they are visible before deleting any
9419 remaining ones.
9420
9421 2013-07-26 Matthias Meulien <orontee@gmail.com>
9422
9423 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9424 vc-print-root-log. (Bug#14948)
9425
9426 2013-07-26 Richard Stallman <rms@gnu.org>
9427
9428 Add aliases for encrypting mail.
9429 * epa.el (epa-mail-aliases): New option.
9430 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9431 Bind inhibit-read-only so read-only text doesn't ruin everything.
9432 (epa-mail-default-recipients): New subroutine broken out.
9433 Handle epa-mail-aliases.
9434
9435 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 Add support for lexical variables to the debugger's `e' command.
9438 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9439 vars, except for debugger-outer-match-data.
9440 (debugger-frame-number): Move check for "on a function call" from
9441 callers into it. Add `skip-base' argument.
9442 (debugger-frame, debugger-frame-clear): Simplify accordingly.
9443 (debugger-env-macro): Only reset the state stored in non-variables,
9444 i.e. current-buffer and match-data.
9445 (debugger-eval-expression): Rewrite using backtrace-eval.
9446 * subr.el (internal--called-interactively-p--get-frame): Remove.
9447 (called-interactively-p):
9448 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9449 `base' arg of backtrace-frame instead.
9450
9451 2013-07-26 Glenn Morris <rgm@gnu.org>
9452
9453 * align.el (align-regexp): Doc fix. (Bug#14857)
9454 (align-region): Explicit error if subexpression missing/does not match.
9455
9456 * simple.el (global-visual-line-mode):
9457 Do not duplicate the mode lighter. (Bug#14858)
9458
9459 2013-07-25 Martin Rudalics <rudalics@gmx.at>
9460
9461 * window.el (display-buffer): In display-buffer bind
9462 split-window-keep-point to t, bug#14829.
9463
9464 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9465
9466 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9467 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9468 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9469 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9470 Change accordingly.
9471 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9472 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9473
9474 2013-07-25 Glenn Morris <rgm@gnu.org>
9475
9476 * dired-x.el (dired-mark-extension): Convert comment to doc string.
9477
9478 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9479
9480 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9481 parameter to modify-frame-parameters if the value has not changed;
9482 this is a workaround for bug#14949.
9483 (desktop--make-frame): On cl-delete-if call, check parameter name,
9484 not full parameter.
9485
9486 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9487
9488 * vc/vc.el (vc-ignore): New function.
9489
9490 * vc/vc-svn.el (vc-svn-ignore): New function.
9491
9492 * vc/vc-hg.el (vc-hg-ignore): New function.
9493
9494 * vc/vc-git.el (vc-git-ignore): New function.
9495
9496 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9497 (vc-dir-ignore): New function.
9498
9499 * vc/vc-cvs.el (vc-cvs-ignore): New function.
9500 (cvs-append-to-ignore): Move here from pcvs.el.
9501
9502 * vc/vc-bzr.el (vc-bzr-ignore): New function.
9503
9504 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9505
9506 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
9507
9508 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9509 (desktop-restore-frames): Warn when deleting an existing frame failed.
9510
9511 2013-07-24 Glenn Morris <rgm@gnu.org>
9512
9513 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
9514
9515 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
9516
9517 * filenotify.el (file-notify-supported-p):
9518 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9519 Remove functions.
9520
9521 * autorevert.el (auto-revert-use-notify)
9522 (auto-revert-notify-add-watch):
9523 * net/tramp.el (tramp-file-name-for-operation):
9524 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9525 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9526 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9527 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9528 Remove `file-notify-supported-p' entry.
9529
9530 2013-07-24 Glenn Morris <rgm@gnu.org>
9531
9532 * printing.el: Replace all uses of deleted ps-windows-system,
9533 ps-lp-system, ps-flatten-list with lpr- versions.
9534
9535 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9538 checked with memq (bug#14935).
9539
9540 * files.el (revert-buffer-function): Use a non-nil default.
9541 (revert-buffer-preserve-modes): Declare var to
9542 provide access to the `preserve-modes' argument.
9543 (revert-buffer): Let-bind it.
9544 (revert-buffer--default): New function, extracted from revert-buffer.
9545
9546 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * lpr.el: Signal print errors more prominently.
9549 (print-region-function): Don't default to nil.
9550 (lpr-print-region): New function, extracted from print-region-1.
9551 Check lpr's return value and signal an error in case of problem.
9552 (print-region-1): Use it.
9553 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
9554 versions instead.
9555 (ps-printer-name): Default to nil.
9556 (ps-printer-name-option): Default to lpr-printer-switch.
9557 (ps-print-region-function): Don't default to nil.
9558 (ps-postscript-code-directory): Simplify default.
9559 (ps-do-despool): Use lpr-print-region to properly check the outcome.
9560 (ps-string-list, ps-eval-switch, ps-flatten-list)
9561 (ps-flatten-list-1): Remove.
9562 (ps-multibyte-buffer): Avoid setq.
9563 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9564 (print-region-function, ps-print-region-function): Don't set them here.
9565
9566 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
9567
9568 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9569 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9570 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9571 (ido-decorations): Doc fix.
9572
9573 * ansi-color.el: Fix old URL.
9574
9575 2013-07-23 Michael R. Mauger <michael@mauger.com>
9576
9577 * progmodes/sql.el: Version 3.3
9578 (sql-product-alist): Improve oracle :prompt-cont-regexp.
9579 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9580 (sql-interactive-remove-continuation-prompt): Rewrite, use
9581 functions above. Fix continuation prompt and complete output line
9582 handling.
9583 (sql-redirect-one, sql-execute): Use `read-only-mode' on
9584 redirected output buffer.
9585 (sql-mode): Restore deleted code (Bug#13591).
9586
9587 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9588
9589 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9590
9591 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
9592
9593 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9594
9595 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9596 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9597 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9598
9599 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9600
9601 * desktop.el (desktop-clear): Simplify; remove useless checks
9602 against invalid buffer names.
9603 (desktop-list*): Use cl-list*.
9604 (desktop-buffer-info, desktop-create-buffer): Simplify.
9605
9606 2013-07-23 Leo Liu <sdl.web@gmail.com>
9607
9608 * bookmark.el (bookmark-make-record): Restore NAME as a default
9609 value. (Bug#14933)
9610
9611 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * emacs-lisp/autoload.el (autoload--setup-output): New function,
9614 extracted from autoload--insert-text.
9615 (autoload--insert-text): Remove.
9616 (autoload--print-cookie-text): New function, extracted from
9617 autoload--insert-cookie-text.
9618 (autoload--insert-cookie-text): Remove.
9619 (autoload-generate-file-autoloads): Adjust calls accordingly.
9620
9621 * winner.el (winner-hook-installed-p): Remove.
9622 (winner-mode): Simplify accordingly.
9623
9624 * subr.el (add-to-list): Fix compiler-macro when `append' is
9625 not constant. Don't use `cl-member' for the base case.
9626
9627 * progmodes/subword.el: Fix boundary case (bug#13758).
9628 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
9629 own group.
9630 (subword-backward-regexp): Make it a constant.
9631 (subword-forward-internal): Don't treat a trailing capital as the
9632 beginning of a word.
9633
9634 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
9635
9636 * emacs-lisp/package.el (package-menu-mode): Don't modify the
9637 global value of tabulated-list-revert-hook (bug#14930).
9638
9639 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
9640
9641 * desktop.el: Require 'cl-lib.
9642 (desktop-before-saving-frames-functions): New hook.
9643 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9644 for frames being saved. Rename from desktop--save-minibuffer-frames.
9645 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9646 Do not save frames with non-nil `desktop-dont-save' parameter.
9647 Filter out deleted frames.
9648 (desktop--find-frame): Use cl-find-if.
9649 (desktop--select-frame): Use cl-(first|second|third) to access values
9650 of desktop-mini.
9651 (desktop--make-frame): Use cl-delete-if.
9652 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9653 (desktop-restore-frames): Use cl-(first|second|third) to access values
9654 of desktop-mini. Look for visible frame at the end, not while
9655 restoring frames.
9656
9657 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9658 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9659 Use string-match-p, looking-at-p (bug#14927).
9660
9661 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
9662
9663 * desktop.el (desktop-saved-frame-states):
9664 Rename from desktop--saved-states; all users changed.
9665 (desktop-save-frames): Rename from desktop--save-frames.
9666 Do not save state to desktop file.
9667 (desktop-save): Save desktop-saved-frame-states to desktop file
9668 and reset to nil.
9669 (desktop-restoring-frames-p): New function.
9670 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
9671 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
9672 buffer-lists when restoring frames. Suggested by Martin Rudalics.
9673
9674 * desktop.el: Correctly restore iconified frames.
9675 (desktop--filter-iconified-position): New function.
9676 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9677
9678 2013-07-20 Glenn Morris <rgm@gnu.org>
9679
9680 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9681 Let `message' do the formatting.
9682 (def-gdb-preempt-display-buffer): Add explicit format.
9683
9684 * image-dired.el (image-dired-track-original-file):
9685 Use with-current-buffer.
9686 (image-dired-track-thumbnail): Use with-current-buffer.
9687 Avoid changing point of wrong window.
9688
9689 * image-dired.el (image-dired-track-original-file):
9690 Avoid changing point of wrong window. (Bug#14909)
9691
9692 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
9693
9694 * progmodes/gdb-mi.el (gdb-done-or-error):
9695 Guard against "%" in gdb output. (Bug#14127)
9696
9697 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
9698
9699 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9700 (Bug#14826)
9701
9702 * international/mule.el (coding-system-iso-2022-flags): Fix last
9703 change.
9704
9705 2013-07-20 Kenichi Handa <handa@gnu.org>
9706
9707 * international/mule.el (coding-system-iso-2022-flags):
9708 Add `8-bit-level-4'. (Bug#8522)
9709
9710 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9711
9712 * net/shr.el (shr-mouse-browse-url): New command and keystroke
9713 (bug#14815).
9714
9715 * net/eww.el (eww-process-text-input): Allow inputting when the
9716 point is at the start of the line, as the properties aren't
9717 front-sticky.
9718
9719 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9720 degenerate widths.
9721
9722 2013-07-19 Richard Stallman <rms@gnu.org>
9723
9724 * epa.el (epa-popup-info-window): Doc fix.
9725
9726 * subr.el (split-string): New arg TRIM.
9727
9728 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
9729
9730 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9731 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9732
9733 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
9734
9735 * filenotify.el (file-notify--library): Rename from
9736 `file-notify-support'. Do not autoload. Adapt all uses.
9737 (file-notify-supported-p): New defun.
9738
9739 * autorevert.el (auto-revert-use-notify):
9740 Use `file-notify-supported-p' instead of `file-notify-support'.
9741 Adapt docstring.
9742 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9743
9744 * net/tramp.el (tramp-file-name-for-operation):
9745 Add `file-notify-supported-p'.
9746
9747 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9748 New defun.
9749 (tramp-sh-file-name-handler-alist): Add it as handler for
9750 `file-notify-supported-p '.
9751
9752 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9753 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9754 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9755 Add `ignore' as handler for `file-notify-*' functions.
9756
9757 2013-07-17 Eli Zaretskii <eliz@gnu.org>
9758
9759 * simple.el (line-move-partial, line-move): Don't start vscroll or
9760 scroll-up if the current line is not taller than the window.
9761 (Bug#14881)
9762
9763 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
9764
9765 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9766 highlight question marks in the method names as strings.
9767 (ruby-block-beg-keywords): Inline.
9768 (ruby-font-lock-keyword-beg-re): Extract from
9769 `ruby-font-lock-keywords'.
9770
9771 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
9772
9773 * frame.el (blink-cursor-blinks): New defcustom.
9774 (blink-cursor-blinks-done): New defvar.
9775 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9776 (blink-cursor-timer-function): Check if number of blinks has been
9777 done on X and NS.
9778 (blink-cursor-suspend, blink-cursor-check): New defuns.
9779
9780 2013-07-15 Glenn Morris <rgm@gnu.org>
9781
9782 * edmacro.el (edmacro-format-keys): Fix previous change.
9783
9784 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
9785
9786 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9787 The hack didn't work outside English locales anyway.
9788
9789 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
9790
9791 * simple.el (define-alternatives): Rename from alternatives-define,
9792 per RMS' suggestion.
9793
9794 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
9795
9796 * desktop.el (desktop-restore-frames): Change default to t.
9797 (desktop-restore-in-current-display): Now offer more options.
9798 (desktop-restoring-reuses-frames): New customization option.
9799 (desktop--saved-states): Doc fix.
9800 (desktop-filter-parameters-alist): New variable, renamed and expanded
9801 from desktop--excluded-frame-parameters.
9802 (desktop--target-display): New variable.
9803 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9804 (desktop--filter-tty*, desktop--filter-*-color)
9805 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9806 (desktop--filter-save-desktop-parm)
9807 (desktop-restore-in-original-display-p): New functions.
9808 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9809 (desktop--save-minibuffer-frames): New function, inspired by a similar
9810 function from Martin Rudalics.
9811 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9812 (desktop--restore-in-this-display-p): Remove.
9813 (desktop--find-frame): Rename from desktop--find-frame-in-display
9814 and add predicate argument.
9815 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9816 (desktop--reuse-list): New variable.
9817 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9818 New functions.
9819 (desktop--restore-frames): Add support for "minibuffer-special" frames.
9820
9821 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
9822
9823 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9824
9825 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
9826
9827 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9828 Highlight conversion methods on Kernel.
9829
9830 2013-07-13 Alan Mackenzie <acm@muc.de>
9831
9832 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
9833 and comment it out. This out-commenting enables certain C++
9834 declarations to be parsed correctly.
9835
9836 2013-07-13 Eli Zaretskii <eliz@gnu.org>
9837
9838 * international/mule.el (define-coding-system): Doc fix.
9839
9840 * simple.el (default-font-height): Don't call font-info if the
9841 frame's default font didn't change since the frame was created.
9842 (Bug#14838)
9843
9844 2013-07-13 Leo Liu <sdl.web@gmail.com>
9845
9846 * ido.el (ido-read-file-name): Guard against non-symbol value.
9847
9848 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9849
9850 * progmodes/python.el (python-imenu--build-tree): Fix corner case
9851 in nested defuns.
9852
9853 2013-07-13 Leo Liu <sdl.web@gmail.com>
9854
9855 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
9856 ido-set-matches call. (Bug#6852)
9857
9858 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
9859
9860 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
9861 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9862 Ruby 2.0.
9863 (ruby-font-lock-keywords): Distinguish calls to functions with
9864 module-like names from module references. Highlight character
9865 literals.
9866
9867 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
9868
9869 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
9870 (gdb-send): Handle continued commands. (Bug#14847)
9871
9872 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9873
9874 * desktop.el (desktop--v2s): Remove unused local variable.
9875 (desktop-save-buffer): Make defvar-local; adjust docstring.
9876 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9877 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9878
9879 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
9880
9881 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9882
9883 2013-07-12 Eli Zaretskii <eliz@gnu.org>
9884
9885 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9886 (Bug#14842)
9887
9888 2013-07-12 Glenn Morris <rgm@gnu.org>
9889
9890 * doc-view.el: Require cl-lib at runtime too.
9891 (doc-view-remove-if): Remove.
9892 (doc-view-search-next-match, doc-view-search-previous-match):
9893 Use cl-remove-if.
9894
9895 * edmacro.el: Require cl-lib at runtime too.
9896 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9897 (edmacro-mismatch, edmacro-subseq): Remove.
9898
9899 * shadowfile.el: Require cl-lib.
9900 (shadow-remove-if): Remove.
9901 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9902 Use cl-remove-if.
9903
9904 * wid-edit.el: Require cl-lib.
9905 (widget-choose): Use cl-remove-if.
9906 (widget-remove-if): Remove.
9907
9908 * progmodes/ebrowse.el: Require cl-lib at runtime too.
9909 (ebrowse-delete-if-not): Remove.
9910 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9911 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9912 Use cl-delete-if-not.
9913
9914 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9915
9916 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9917 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9918
9919 2013-07-12 Leo Liu <sdl.web@gmail.com>
9920
9921 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
9922
9923 2013-07-11 Glenn Morris <rgm@gnu.org>
9924
9925 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9926 (edebug-gensym-index, edebug-gensym):
9927 Remove reimplementation of cl-gensym.
9928 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9929
9930 * thumbs.el: Require cl-lib at run-time too.
9931 (thumbs-gensym-counter, thumbs-gensym):
9932 Remove reimplementation of cl-gensym.
9933 (thumbs-temp-file): Use cl-gensym.
9934
9935 * emacs-lisp/ert.el: Require cl-lib at runtime too.
9936 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9937 (ert--intersection, ert--set-difference, ert--set-difference-eq)
9938 (ert--union, ert--gensym-counter, ert--gensym-counter)
9939 (ert--coerce-to-vector, ert--remove*, ert--string-position)
9940 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9941 (ert-make-test-unbound, ert--expand-should-1)
9942 (ert--expand-should, ert--should-error-handle-error)
9943 (should-error, ert--explain-equal-rec)
9944 (ert--plist-difference-explanation, ert-select-tests)
9945 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9946 Use cl-lib functions rather than reimplementations.
9947
9948 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
9949
9950 * net/tramp.el (tramp-methods): Extend docstring.
9951 (tramp-connection-timeout): New defcustom.
9952 (tramp-error-with-buffer): Reset timestamp only when appropriate.
9953 (with-tramp-progress-reporter): Simplify.
9954 (tramp-process-actions): Improve messages.
9955
9956 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9957 * net/tramp-sh.el (tramp-maybe-open-connection):
9958 Use `tramp-connection-timeout'.
9959 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9960 (Bug#14808)
9961
9962 2013-07-11 Leo Liu <sdl.web@gmail.com>
9963
9964 * ido.el (ido-read-file-name): Conform to the requirements of
9965 read-file-name. (Bug#11861)
9966 (ido-read-directory-name): Conform to the requirements of
9967 read-directory-name.
9968
9969 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
9970
9971 * subr.el (delay-warning): New function.
9972
9973 2013-07-10 Eli Zaretskii <eliz@gnu.org>
9974
9975 * simple.el (default-line-height): New function.
9976 (line-move-partial, line-move): Use it instead of computing the
9977 line height inline.
9978 (line-move-partial): Always compute ROWH. If the last line is
9979 partially-visible, but its text is completely visible, allow
9980 cursor to enter such a partially-visible line.
9981
9982 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
9983
9984 Improve error messages. (Bug#14808)
9985
9986 * net/tramp.el (tramp-current-connection): New defvar, moved from
9987 tramp-sh.el.
9988 (tramp-message-show-progress-reporter-message): Remove, not
9989 needed anymore.
9990 (tramp-error-with-buffer): Show message in minibuffer.
9991 Discard input before waiting. Reset connection timestamp.
9992 (with-tramp-progress-reporter): Improve messages.
9993 (tramp-process-actions): Use progress reporter. Delete process in
9994 case of error. Improve messages.
9995
9996 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9997 Call `tramp-error-with-buffer' with vector and buffer.
9998 (tramp-current-connection): Remove.
9999 (tramp-maybe-open-connection): The car of
10000 `tramp-current-connection' are the first 3 slots of the vector.
10001
10002 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10003
10004 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10005 inside continued strings.
10006
10007 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10008
10009 Timestamp fixes for undo (Bug#14824).
10010 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10011
10012 2013-07-10 Leo Liu <sdl.web@gmail.com>
10013
10014 * files.el (require-final-newline): Allow safe local value.
10015 (Bug#14834)
10016
10017 2013-07-09 Leo Liu <sdl.web@gmail.com>
10018
10019 * ido.el (ido-read-directory-name): Handle fallback.
10020 (ido-read-file-name): Update DIR to ido-current-directory.
10021 (Bug#1516)
10022 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10023
10024 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10025
10026 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10027 "autoload". Remove "warn lower camel case" section, previously
10028 commented out. Highlight negation char. Do not highlight the
10029 target in singleton method definitions.
10030
10031 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10032
10033 * faces.el (tty-setup-hook): Declare the hook.
10034
10035 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10036 and detect when a guard/pred depends on local vars (bug#14773).
10037 (pcase--u1): Adjust caller.
10038
10039 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10040
10041 * simple.el (line-move-partial, line-move): Account for
10042 line-spacing.
10043 (line-move-partial): Avoid setting vscroll when the last
10044 partially-visible line in window is of default height.
10045
10046 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10047
10048 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10049 been used a while.
10050
10051 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10052
10053 * subr.el (read-quoted-char): Remove unused local variable `char'.
10054
10055 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10056
10057 * ediff.el (ediff-version): Version update.
10058 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10059 (ediff-merge-with-ancestor-command, ediff-directories-command)
10060 (ediff-directories3-command, ediff-merge-directories-command)
10061 (ediff-merge-directories-with-ancestor-command): New functions.
10062 All are command-line interfaces to ediff: to facilitate calling
10063 Emacs with the appropriate ediff functions invoked.
10064
10065 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10066 (viper-save-kill-buffer): Check if buffer is modified.
10067
10068 * viper.el (viper-version): Version update.
10069 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10070
10071 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10072
10073 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10074 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10075 (viper-intercept-ESC-key): Simplify.
10076 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10077 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10078 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10079 (viper-setup-ESC-to-escape): New functions.
10080 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10081 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
10082
10083 2013-07-07 Eli Zaretskii <eliz@gnu.org>
10084
10085 * simple.el (default-font-height, window-screen-lines):
10086 New functions.
10087 (line-move, line-move-partial): Use them instead of
10088 frame-char-height and window-text-height. This makes scrolling
10089 text smoother when the buffer's default face uses a font that is
10090 different from the frame's default font.
10091
10092 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
10093
10094 * files.el (write-file): Do not display confirm dialog for NS,
10095 it does its own dialog, which can't be canceled (Bug#14578).
10096
10097 2013-07-06 Eli Zaretskii <eliz@gnu.org>
10098
10099 * simple.el (line-move-partial): Adjust the row returned by
10100 posn-at-point for the current window-vscroll. (Bug#14567)
10101
10102 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
10103
10104 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10105 (tramp-sh-file-inotifywait-process-filter): Handle file names with
10106 spaces.
10107
10108 2013-07-06 Martin Rudalics <rudalics@gmx.at>
10109
10110 * window.el (window-state-put-stale-windows): New variable.
10111 (window--state-put-2): Save list of windows without matching buffer.
10112 (window-state-put): Remove "bufferless" windows if possible.
10113
10114 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10115
10116 * simple.el (alternatives-define): Remove leftover :group keyword.
10117 Tweak docstring.
10118
10119 2013-07-06 Leo Liu <sdl.web@gmail.com>
10120
10121 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10122 (ido-enable-virtual-buffers): New variable.
10123 (ido-buffer-internal, ido-toggle-virtual-buffers)
10124 (ido-make-buffer-list): Use it.
10125 (ido-exhibit): Support turning on and off virtual buffers
10126 automatically.
10127
10128 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10129
10130 * simple.el (alternatives-define): New macro.
10131
10132 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10133
10134 * subr.el (read-quoted-char): Use read-key.
10135 (sit-for): Let read-event decode tty input (bug#14782).
10136
10137 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
10138
10139 * calendar/todo-mode.el: Add handling of file deletion, both by
10140 mode command and externally. Fix various related bugs.
10141 Clarify Commentary and improve some documentation strings and code.
10142 (todo-delete-file): New command.
10143 (todo-check-file): New function.
10144 (todo-show): Handle external deletion of the file we're trying to
10145 show (bug#14688). Replace called-interactively-p by an optional
10146 prefix argument to avoid problematic interaction with catch form
10147 when byte compiled (bug#14702).
10148 (todo-quit): Handle external deletion of the archive's todo file.
10149 Make sure the buffer that was visiting the archive file is still
10150 live before trying to bury it.
10151 (todo-category-completions): Handle external deletion of any
10152 category completion files.
10153 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10154 of todo files, in case of external deletion.
10155 (todo-add-file): Replace unnecessary setq by let-binding.
10156 (todo-find-archive): Check whether there are any archives.
10157 Replace unnecessary setq by let-binding.
10158 (todo-archive-done-item): Use find-file-noselect to get the
10159 archive buffer whether or not the archive already exists.
10160 Remove superfluous code. Use file size instead of buffer-file-name to
10161 check if the archive is new; if it is, update list of archives.
10162 (todo-default-todo-file): Allow nil to be a valid value for when
10163 there are no todo files.
10164 (todo-reevaluate-default-file-defcustom): Use corrected definition
10165 of todo-default-todo-file.
10166 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10167 (todo-delete-category, todo-show-categories-table)
10168 (todo-category-number): Clarify comment.
10169 (todo-filter-items): Clarify documentation string.
10170 (todo-show-current-file, todo-display-as-todo-file)
10171 (todo-reset-and-enable-done-separator): Tweak documentation string.
10172 (todo-done-separator): Make separator length window-width, since
10173 bug#2749 is now fixed.
10174
10175 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
10176
10177 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10178 Support both "gvfs-monitor-dir" and "inotifywait".
10179 (tramp-sh-file-inotifywait-process-filter): Rename from
10180 `tramp-sh-file-notify-process-filter'.
10181 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10182 (tramp-get-remote-gvfs-monitor-dir): New defuns.
10183
10184 2013-07-05 Leo Liu <sdl.web@gmail.com>
10185
10186 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10187
10188 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10189
10190 * frame.el (display-pixel-height, display-pixel-width)
10191 (display-mm-height, display-mm-width): Mention behavior on
10192 multi-monitor setups in docstrings.
10193 (w32-display-monitor-attributes-list): Declare function.
10194 (display-monitor-attributes-list): Use it.
10195
10196 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
10197
10198 * filenotify.el: New package.
10199
10200 * autorevert.el (top): Require filenotify.el.
10201 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
10202 instead.
10203 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10204 (auto-revert-notify-handler): Use `file-notify-*' functions.
10205
10206 * subr.el (file-notify-handle-event): Move function to filenotify.el.
10207
10208 * net/tramp.el (tramp-file-name-for-operation):
10209 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10210
10211 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10212 for `file-notify-add-watch' and `file-notify-rm-watch'.
10213 (tramp-process-sentinel): Improve trace.
10214 (tramp-sh-handle-file-notify-add-watch)
10215 (tramp-sh-file-notify-process-filter)
10216 (tramp-sh-handle-file-notify-rm-watch)
10217 (tramp-get-remote-inotifywait): New defuns.
10218
10219 2013-07-03 Juri Linkov <juri@jurta.org>
10220
10221 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10222 call of `occur-read-primary-args' to interactive spec.
10223
10224 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10225 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
10226
10227 2013-07-03 Matthias Meulien <orontee@gmail.com>
10228
10229 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10230 `Buffer-menu-multi-occur'. Add it to the menu.
10231 (Buffer-menu-mode): Document it in docstring.
10232 (Buffer-menu-multi-occur): New command. (Bug#14673)
10233
10234 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10235
10236 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10237 keywords and built-ins.
10238
10239 2013-07-03 Glenn Morris <rgm@gnu.org>
10240
10241 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
10242
10243 Make info-xref checks case-sensitive by default
10244 * info.el (Info-find-node, Info-find-in-tag-table)
10245 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10246 Add option for exact case matching of nodes.
10247 * info-xref.el (info-xref): New custom group.
10248 (info-xref-case-fold): New option.
10249 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10250
10251 2013-07-03 Leo Liu <sdl.web@gmail.com>
10252
10253 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10254
10255 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10256
10257 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10258 middle of block statement initially, lower the depth. Remove
10259 FIXME comment, not longer valid. Remove middle of block statement
10260 detection, no need to do that anymore since we've been using
10261 `ruby-parse-region' here.
10262
10263 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
10264
10265 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10266
10267 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10268
10269 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10270
10271 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
10272
10273 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10274 (desktop-restore-in-current-display): New customization option.
10275 (desktop--excluded-frame-parameters): Add `font'.
10276 (desktop--save-frames): Rename from desktop--save-windows.
10277 (desktop--restore-in-this-display-p): New function.
10278 (desktop--make-full-frame): Remove unwanted width/height from
10279 full(width|height) frames.
10280 (desktop--restore-frames): Rename from desktop--restore-windows.
10281 Obey desktop-restore-current-display. Do not delete old frames or
10282 select a new frame unless we were able to restore at least one frame.
10283
10284 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
10285
10286 * files.el (find-file-noselect): Simplify conditional expression.
10287
10288 * textmodes/remember.el (remember-append-to-file):
10289 Don't mix `find-buffer-visiting' and `get-file-buffer'.
10290
10291 Add `remember-notes' function to store random notes across Emacs
10292 restarts.
10293 * textmodes/remember.el (remember-data-file): Add :set callback to
10294 affect notes buffer (if any).
10295 (remember-notes): New command.
10296 (remember-notes-buffer-name, bury-remember-notes-on-kill):
10297 New defcustoms for the `remember-notes' function.
10298 (remember-notes-save-and-bury-buffer): New command.
10299 (remember-notes-mode-map): New variable.
10300 (remember-mode): New minor mode.
10301 (remember-notes--kill-buffer-query): New function.
10302 * startup.el (initial-buffer-choice): Add notes to custom type.
10303
10304 2013-06-30 Eli Zaretskii <eliz@gnu.org>
10305
10306 * bindings.el (right-char, left-char): Don't call sit-for, this is
10307 no longer needed. Use arithmetic comparison only for numerical
10308 arguments.
10309
10310 * international/mule-cmds.el (select-safe-coding-system):
10311 Handle the case of FROM being a string correctly. (Bug#14755)
10312
10313 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10314
10315 * net/shr.el (shr-make-table-1): Add a sanity check that allows
10316 progression on degenerate tables.
10317 (shr-rescale-image): ImageMagick animated images currently don't work.
10318
10319 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
10320
10321 Some fixes and improvements for desktop frame restoration.
10322 It is still experimental and disabled by default.
10323 * desktop.el (desktop--save-windows): Put the selected frame at
10324 the head of the list.
10325 (desktop--make-full-frame): New function.
10326 (desktop--restore-windows): Try to re-select the frame that was
10327 selected upon saving. Do not abort if some frames fail to restore,
10328 just show an error message and continue. Set up maximized frames
10329 so they have default non-maximized dimensions.
10330
10331 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
10332
10333 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10334 Don't start heredoc inside a string or comment.
10335
10336 2013-06-29 Eli Zaretskii <eliz@gnu.org>
10337
10338 * bindings.el (visual-order-cursor-movement): New defcustom.
10339 (right-char, left-char): Provide visual-order cursor motion by
10340 calling move-point-visually. Update the doc strings.
10341
10342 2013-06-28 Kenichi Handa <handa@gnu.org>
10343
10344 * international/mule.el (define-coding-system): New coding system
10345 properties :inhibit-null-byte-detection,
10346 :inhibit-iso-escape-detection, and :prefer-utf-8.
10347 (set-buffer-file-coding-system): If :charset-list property of
10348 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10349 appropriate for setting.
10350
10351 * international/mule-cmds.el (select-safe-coding-system):
10352 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10353 multibyte characters, return utf-8 (or one of its siblings).
10354
10355 * international/mule-conf.el (prefer-utf-8): New coding system.
10356 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10357 files.
10358
10359 2013-06-28 Ivan Kanis <ivan@kanis.fr>
10360
10361 * net/shr.el (shr-render-region): New function.
10362
10363 * net/eww.el: Autoload `eww-browse-url'.
10364
10365 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
10366
10367 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10368 Adapt to `package-desc-version' being a list.
10369 Use `package--ac-desc-version' to retrieve version from a package
10370 archive element.
10371
10372 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
10373
10374 New experimental feature to save&restore window and frame setup.
10375 * desktop.el (desktop-save-windows): New defcustom.
10376 (desktop--saved-states): New var.
10377 (desktop--excluded-frame-parameters): New defconst.
10378 (desktop--filter-frame-parms, desktop--find-frame-in-display)
10379 (desktop--restore-windows, desktop--save-windows): New functions.
10380 (desktop-save): Call `desktop--save-windows'.
10381 (desktop-read): Call `desktop--restore-windows'.
10382
10383 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10384
10385 * net/shr.el (add-face-text-property): Remove compat definition.
10386
10387 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10388
10389 * info.el (Info-try-follow-nearest-node): Move search for footnote
10390 above search for node name to prevent missing a footnote (bug#14717).
10391
10392 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10393
10394 * obsolete/otodo-mode.el: Add obsolescence info to file header.
10395
10396 2013-06-27 Leo Liu <sdl.web@gmail.com>
10397
10398 * net/eww.el (eww-read-bookmarks): Check file size.
10399
10400 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10401
10402 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10403 advice--pending if newdef is nil or an autoload (bug#13820).
10404 (advice-mapc): New function.
10405
10406 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10407
10408 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10409 probably.
10410 (eww-mode-map): Add a menu bar.
10411 (eww-add-bookmark): New command.
10412 (eww-bookmark-mode): New mode and commands.
10413 (eww-add-bookmark): Remove newlines from the title.
10414 (eww-bookmark-browse): Don't bug out if it's the only window.
10415
10416 2013-06-26 Glenn Morris <rgm@gnu.org>
10417
10418 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10419 (hfy-size): Handle ttys. (Bug#14668)
10420
10421 * info-xref.el: Update for Texinfo 5 change in *note format.
10422 (info-xref-node-re, info-xref-note-re): New constants.
10423 (info-xref-check-buffer): Use info-xref-note-re.
10424
10425 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10426
10427 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10428
10429 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10430 nil terminate the loop (bug#14718).
10431
10432 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10433
10434 * net/eww.el: Rework history traversal. When going forward/back,
10435 put these actions into the history, too, so that they can be
10436 replayed.
10437 (eww-render): Move the history reset to the correct buffer.
10438
10439 2013-06-25 Juri Linkov <juri@jurta.org>
10440
10441 * files-x.el (modify-dir-local-variable): Change the header comment
10442 in the file with directory local variables. (Bug#14692)
10443
10444 * files-x.el (read-file-local-variable-value): Add `default'.
10445 (Bug#14710)
10446
10447 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10448
10449 * net/eww.el (eww-make-unique-file-name): Create a unique file
10450 name before saving to entering `y' accidentally asynchronously.
10451
10452 2013-06-25 Ivan Kanis <ivan@kanis.fr>
10453
10454 * net/eww.el (eww-download): New command and keystroke.
10455
10456 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10457
10458 * net/eww.el (eww-copy-page-url): Change name of command.
10459
10460 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10461 be more consistent with Info and dired.
10462
10463 * net/eww.el (eww-mode-map): Ditto.
10464
10465 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10466
10467 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
10468 packages from archives.
10469 (package-archive-contents): Change format; include obsolete packages.
10470 (package-desc): Use `dir' to mark builtin packages.
10471 (package--from-builtin): Set the `dir' field to `builtin'.
10472 (generated-autoload-file, version-control): Declare.
10473 (package-compute-transaction): Change first arg and return value to be
10474 lists of package-descs. Adjust to new package-archive-contents format.
10475 (package--add-to-archive-contents): Adjust to new
10476 package-archive-contents format.
10477 (package-download-transaction): Arg is now a list of package-descs.
10478 (package-install): If `pkg' is a package name, pass it as
10479 a requirement, so it is subject to the usual (e.g. disabled) checks.
10480 (describe-package): Accept package-desc as well.
10481 (describe-package-1): Describe a specific package-desc. Add links to
10482 other package-descs for the same package name.
10483 (package-menu-describe-package): Pass the actual package-desc.
10484 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10485 works correctly.
10486 (package-desc-status): New function.
10487 (package-menu--refresh): New function, extracted
10488 from package-menu--generate.
10489 (package-menu--generate): Use it.
10490 (package-delete): Update package-alist.
10491 (package-menu-execute): Don't call package-initialize.
10492
10493 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10494 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10495 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10496 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10497 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10498 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10499
10500 2013-06-25 Martin Rudalics <rudalics@gmx.at>
10501
10502 * window.el (window--state-get-1): Workaround for bug#14527.
10503 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10504
10505 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10506
10507 * net/eww.el (eww-back-url): Implement the history by stashing all
10508 the data into a list.
10509 (eww-forward-url): Allow going forward in the history, too.
10510
10511 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10512
10513 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10514 for values and use read--expression for expressions (bug#14710).
10515 (read-file-local-variable): Avoid setq.
10516 (read-file-local-variable-mode): Use minor-mode-list.
10517
10518 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10519
10520 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10521 for DOI URLs.
10522
10523 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10524
10525 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10526 Update imenu-support when dialect changes.
10527
10528 2013-06-25 Leo Liu <sdl.web@gmail.com>
10529
10530 * ido.el (ido-read-internal): Allow forward slash on windows.
10531
10532 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10533
10534 * net/eww.el (eww): Start of strings is \\`, not ^.
10535
10536 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10537
10538 * net/shr.el (shr-browse-url): Fix interactive spec.
10539
10540 * net/eww.el (eww): Add a trailing slash to domain names.
10541
10542 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
10543
10544 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10545
10546 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10547
10548 * net/shr.el (shr-browse-url): Use an external browser if given a
10549 prefix.
10550
10551 * net/eww.el (eww-external-browser): Move to shr.
10552
10553 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10554
10555 * net/eww.el (eww): Work more correctly for file: URLs.
10556 (eww-detect-charset): Allow quoted charsets.
10557 (eww-yank-page-url): New command and keystroke.
10558
10559 2013-06-24 Daiki Ueno <ueno@gnu.org>
10560
10561 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10562 file name of gpg executable.
10563 (epg-context-program): New function.
10564 (epg-context-home-directory): New function.
10565 (epg-context-set-program): New function.
10566 (epg-context-set-home-directory): New function.
10567 (epg--start): Use `epg-context-program' instead of
10568 'epg-gpg-program'.
10569 (epg--list-keys-1): Likewise.
10570
10571 2013-06-24 Leo Liu <sdl.web@gmail.com>
10572
10573 * ido.el (ido-read-internal): Fix bug#14620.
10574
10575 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10576
10577 * faces.el (face-documentation): Simplify.
10578 (read-face-attribute, tty-find-type, x-resolve-font-name):
10579 Use `string-match-p'.
10580 (list-faces-display): Use `string-match-p'. Simplify.
10581 (face-spec-recalc): Check face to avoid face alias loops.
10582 (read-color): Use `string-match-p' and non-capturing parenthesis.
10583
10584 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10585
10586 * net/shr.el (shr-rescale-image): Use the new
10587 :max-width/:max-height functionality.
10588
10589 2013-06-23 Ivan Kanis <ivan@kanis.fr>
10590
10591 * net/eww.el (eww-search-prefix): New variable.
10592 (eww): Use it.
10593 (eww-external-browser): New variable.
10594 (eww-mode-map): New keystroke.
10595 (eww-browse-with-external-browser): New command.
10596
10597 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10598
10599 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10600
10601 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10602 Don't skip aligning the next header field when padding is 0;
10603 otherwise, field width is not respected unless the title is as
10604 wide as the field.
10605
10606 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * emacs-lisp/package.el (package-el-version): Remove.
10609 (package-process-define-package): Fix inf-loop.
10610 (package-install): Allow symbols as arguments again.
10611
10612 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10613
10614 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10615 add some more keyword-like methods.
10616 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10617
10618 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
10619
10620 * bs.el (bs-buffer-show-mark): Make defvar-local.
10621 (bs-mode): Use setq-local.
10622
10623 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10624 (emacs-lock--try-unlocking): Make defvar-local.
10625
10626 2013-06-22 Glenn Morris <rgm@gnu.org>
10627
10628 * play/cookie1.el (cookie-apropos): Minor simplification.
10629
10630 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10631
10632 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10633
10634 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10635 `regexp-opt', it breaks the build during dumping.
10636
10637 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
10638
10639 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10640 Highlight keyword-like methods on Kernel and Module with
10641 font-lock-builtin-face.
10642 (auto-mode-alist): Consolidate different entries into one regexp
10643 and add more *file-s.
10644
10645 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
10646
10647 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10648
10649 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10650 (diary-entry): Use it in the action of this button type instead of
10651 diary-goto-entry.
10652
10653 * calendar/todo-mode.el: New version.
10654 (todo-add-category): Append new category to end of file and give
10655 it the highest number, instead of putting it at the beginning and
10656 giving it 0. Incorporate noninteractive functionality.
10657 (todo-forward-category): Adapt to 1-based category numbering.
10658 Allow skipping over archived categories.
10659 (todo-backward-category): Derive from todo-forward-category.
10660 (todo-backward-item, todo-forward-item): Make noninteractive and
10661 delegate interactive part to new commands. Make sensitive to done items.
10662 (todo-categories): Make value an alist of category names and
10663 vectors of item counts.
10664 (todo-category-beg): Make a defconst.
10665 (todo-category-number): Use 1 instead of 0 as initial value.
10666 (todo-category-select): Make sensitive to overlays, optional item
10667 highlighting and done items.
10668 (todo-delete-item): Make sensitive to overlays and marked and done items.
10669 (todo-edit-item): Make sensitive to overlays and editing of
10670 date/time header optional. Add format checks.
10671 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
10672 no-op if point is not on an item. Advertise using todo-edit-quit.
10673 (todo-edit-mode): Make sensitive to new format, font-locking, and
10674 multiple todo files.
10675 (todo-insert-item, todo-insert-item-here): Derive from
10676 todo-basic-insert-item and extend functionality.
10677 (todo-item-end, todo-item-start): Make sensitive to done items.
10678 (todo-item-string): Don't return text properties. Restore point.
10679 (todo-jump-to-category): Make sensitive to multiple todo files and
10680 todo archives. Use extended category completion.
10681 (todo-lower-item, todo-raise-item): Rename to *-priority and
10682 derive from todo-set-item-priority.
10683 (todo-mode): Derive from special-mode. Make sensitive to new
10684 format, font-locking and multiple todo files. Make read-only.
10685 (todo-mode-map): Don't suppress digit keys, so they can supply
10686 prefix arguments. Add many new key bindings.
10687 (todo-prefix): Insert as an overlay instead of file text.
10688 Change semantics from diary date expression to purely visual mark.
10689 (todo-print): Rename to todo-print-buffer. Make buffer display
10690 features printable. Remove option to restrict number of items
10691 printed. Add option to print to file.
10692 (todo-print-function): Rename to todo-print-buffer-function.
10693 (todo-quit): Extend to handle exiting new todo modes.
10694 (todo-remove-item): Make sensitive to overlays.
10695 (todo-save): Extend to buffers of filtered items.
10696 (todo-show): Make sensitive to done items, multiple todo files and
10697 new todo modes. Offer to convert legacy todo file before creating
10698 first new todo file.
10699 (todo-show-priorities): Rename to todo-top-priorities.
10700 Change semantics of value 0.
10701 (todo-top-priorities): Rename to todo-filter-top-priorities,
10702 derive from todo-filter-items and extend functionality.
10703 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10704 and extend functionality to other types of filtered items.
10705 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10706 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10707 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10708 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10709 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10710 (todo-edit-mode-hook, todo-entry-prefix-function)
10711 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10712 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10713 (todo-initials, todo-insert-threshold, todo-item-string-start)
10714 (todo-line-string, todo-menu, todo-mode-hook)
10715 (todo-more-important-p, todo-previous-answer, todo-previous-line)
10716 (todo-print-priorities, todo-remove-separator)
10717 (todo-save-top-priorities-too, todo-string-count-lines)
10718 (todo-string-multiline-p, todo-time-string-format)
10719 (todo-tmp-buffer-name): Remove.
10720 (todo-add-file, todo-archive-done-item, todo-choose-archive)
10721 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10722 (todo-edit-category-diary-inclusion)
10723 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10724 (todo-edit-file, todo-edit-item-date-day)
10725 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10726 (todo-edit-item-date-month, todo-edit-item-date-to-today)
10727 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10728 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10729 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10730 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10731 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10732 (todo-filter-top-priorities-multifile, todo-find-archive)
10733 (todo-find-filtered-items-file, todo-go-to-source-item)
10734 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10735 (todo-jump-to-archive-category, todo-lower-category)
10736 (todo-mark-category, todo-marked-item-p, todo-merge-category)
10737 (todo-move-category, todo-move-item, todo-next-button)
10738 (todo-next-item, todo-padded-string, todo-powerset)
10739 (todo-previous-button, todo-previous-item)
10740 (todo-print-buffer-to-file, todo-raise-category)
10741 (todo-rename-category, todo-repair-categories-sexp, todo-search)
10742 (todo-set-category-number, todo-set-item-priority)
10743 (todo-set-top-priorities-in-category)
10744 (todo-set-top-priorities-in-file, todo-show-categories-table)
10745 (todo-sort-categories-alphabetically-or-numerically)
10746 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10747 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10748 (todo-toggle-item-header, todo-toggle-item-highlighting)
10749 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10750 (todo-toggle-view-done-items, todo-toggle-view-done-only)
10751 (todo-unarchive-items, todo-unmark-category): New commands.
10752 (todo-absolute-file-name, todo-add-to-buffer-list)
10753 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10754 (todo-basic-insert-item, todo-category-completions)
10755 (todo-category-number, todo-category-string-matcher-1)
10756 (todo-category-string-matcher-2, todo-check-filtered-items-file)
10757 (todo-check-format, todo-clear-matches)
10758 (todo-comment-string-matcher, todo-convert-legacy-date-time)
10759 (todo-current-category, todo-date-string-matcher)
10760 (todo-define-insertion-command, todo-diary-expired-matcher)
10761 (todo-diary-goto-entry, todo-diary-item-p)
10762 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10763 (todo-display-categories, todo-display-sorted, todo-done-item-p)
10764 (todo-done-item-section-p, todo-done-separator)
10765 (todo-done-string-matcher, todo-files, todo-filter-items)
10766 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10767 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10768 (todo-insert-category-line, todo-insert-item-from-calendar)
10769 (todo-insert-sort-button, todo-insert-with-overlays)
10770 (todo-insertion-command-name, todo-insertion-key-bindings)
10771 (todo-label-to-key, todo-longest-category-name-length)
10772 (todo-make-categories-list, todo-mode-external-set)
10773 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10774 (todo-modes-set-3, todo-multiple-filter-files)
10775 (todo-nondiary-marker-matcher, todo-prefix-overlays)
10776 (todo-read-category, todo-read-date, todo-read-dayname)
10777 (todo-read-file-name, todo-read-time)
10778 (todo-reevaluate-category-completions-files-defcustom)
10779 (todo-reevaluate-default-file-defcustom)
10780 (todo-reevaluate-filelist-defcustoms)
10781 (todo-reevaluate-filter-files-defcustom)
10782 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10783 (todo-reset-done-separator, todo-reset-done-separator-string)
10784 (todo-reset-done-string, todo-reset-global-current-todo-file)
10785 (todo-reset-highlight-item, todo-reset-nondiary-marker)
10786 (todo-reset-prefix, todo-set-categories)
10787 (todo-set-date-from-calendar, todo-set-show-current-file)
10788 (todo-set-top-priorities, todo-short-file-name)
10789 (todo-show-current-file, todo-sort, todo-time-string-matcher)
10790 (todo-total-item-counts, todo-update-buffer-list)
10791 (todo-update-categories-display, todo-update-categories-sexp)
10792 (todo-update-count, todo-validate-name, todo-y-or-n-p):
10793 New functions.
10794 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10795 New major modes.
10796 (todo-categories, todo-display, todo-edit, todo-faces)
10797 (todo-filtered): New defgroups.
10798 (todo-archived-only, todo-button, todo-category-string, todo-date)
10799 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10800 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10801 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10802 (todo-add-item-if-new-category, todo-always-add-time-string)
10803 (todo-categories-align, todo-categories-archived-label)
10804 (todo-categories-category-label, todo-categories-diary-label)
10805 (todo-categories-done-label, todo-categories-number-separator)
10806 (todo-categories-todo-label, todo-categories-totals-label)
10807 (todo-category-completions-files, todo-completion-ignore-case)
10808 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10809 (todo-done-separator-string, todo-done-string)
10810 (todo-files-function, todo-filter-done-items, todo-filter-files)
10811 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10812 (todo-initial-category, todo-initial-file, todo-item-mark)
10813 (todo-legacy-date-time-regexp, todo-mode-line-function)
10814 (todo-nondiary-marker, todo-number-prefix)
10815 (todo-print-buffer-function, todo-show-current-file)
10816 (todo-show-done-only, todo-show-first, todo-show-with-done)
10817 (todo-skip-archived-categories, todo-top-priorities-overrides)
10818 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10819 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10820 New defcustoms.
10821 (todo-category-done, todo-date-pattern, todo-date-string-start)
10822 (todo-diary-items-buffer, todo-done-string-start)
10823 (todo-filtered-items-buffer, todo-item-start)
10824 (todo-month-abbrev-array, todo-month-name-array)
10825 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10826 (todo-top-priorities-buffer): New defconsts.
10827 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10828 (todo-categories-with-marks, todo-category-string-face)
10829 (todo-comment-face, todo-comment-string, todo-current-todo-file)
10830 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10831 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
10832 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
10833 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
10834 (todo-font-lock-keywords, todo-global-current-todo-file)
10835 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
10836 (todo-insertion-commands-args)
10837 (todo-insertion-commands-args-genlist)
10838 (todo-insertion-commands-names, todo-insertion-map)
10839 (todo-key-bindings-t, todo-key-bindings-t+a)
10840 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
10841 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
10842 (todo-nondiary-face, todo-print-buffer, todo-time-face)
10843 (todo-visited): New variables.
10844
10845 2013-06-21 Glenn Morris <rgm@gnu.org>
10846
10847 * play/cookie1.el (cookie-apropos): Add optional display argument.
10848 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
10849 (psychoanalyze-pinhead): Use cookie-doctor.
10850
10851 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10852
10853 * emacs-lisp/package.el (tar-get-file-descriptor)
10854 (tar--extract): Declare.
10855
10856 2013-06-21 Eduard Wiebe <usenet@pusto.de>
10857
10858 Extend flymake's warning predicate to be a function (bug#14217).
10859 * progmodes/flymake.el (flymake-warning-predicate): New.
10860 (flymake-parse-line): Use it.
10861 (flymake-warning-re): Make obsolete alias to
10862 `flymake-warning-predicate'.
10863
10864 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10865
10866 * emacs-lisp/package.el (package-alist): Include obsolete packages.
10867 (package-obsolete-list): Remove.
10868 (package-activate): Remove min-version argument. Add `force' argument.
10869 Adjust to new package-alist format.
10870 (package-mark-obsolete): Remove.
10871 (package-unpack): Force reload of the package's autoloads.
10872 (package-installed-p): Check builtins if the installed package is not
10873 recent enough.
10874 (package-initialize): Don't reset package-obsolete-list.
10875 Don't specify which package version to activate.
10876 (package-process-define-package, describe-package-1)
10877 (package-menu--generate): Adjust to new package-alist format.
10878
10879 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10880
10881 * allout-widgets.el (allout-widgets-mode-off)
10882 (allout-widgets-mode-on, allout-widgets-pre-command-business)
10883 (allout-widgets-post-command-business)
10884 (allout-widgets-after-copy-or-kill-function)
10885 (allout-widgets-after-undo-function, allout-test-range-overlaps)
10886 (allout-decorate-item-and-context)
10887 (allout-graphics-modification-handler): Fix typos in docstrings.
10888 (allout-get-or-create-parent-widget): Use `looking-at-p'.
10889
10890 * cmuscheme.el (scheme-start-file): Doc fix.
10891 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10892 (scheme-input-filter): Use `string-match-p'.
10893
10894 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10895
10896 * dired-x.el: Use Dired consistently in docstrings.
10897
10898 * dired.el: Use Dired consistently in docstrings.
10899 (dired-readin, dired-mode): Use `setq-local'.
10900 (dired-switches-alist): Make defvar-local.
10901 (dired-buffers-for-dir): Use `zerop'.
10902 (dired-safe-switches-p, dired-switches-escape-p)
10903 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10904 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10905 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10906 (dired-goto-next-nontrivial-file): Use `string-match-p'.
10907 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10908 (dired-toggle-marks, dired-mark-files-containing-regexp)
10909 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10910 (dired-flag-auto-save-files, dired-flag-backup-files):
10911 Use `looking-at-p'.
10912 (dired-mark-files-regexp, dired-build-subdir-alist):
10913 Use `string-match-p', `looking-at-p'.
10914
10915 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10916 (direct-print-region-helper): Use `string-match-p'.
10917
10918 2013-06-21 Leo Liu <sdl.web@gmail.com>
10919
10920 * comint.el (comint-redirect-results-list-from-process):
10921 Fix infinite loop.
10922
10923 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10924
10925 * net/eww.el (eww-update-header-line-format): Quote % characters.
10926
10927 2013-06-21 Glenn Morris <rgm@gnu.org>
10928
10929 * play/cookie1.el (cookie): New custom group.
10930 (cookie-file): New option.
10931 (cookie-check-file): New function.
10932 (cookie): Make it interactive. Make start and end messages optional.
10933 Interactively, display the result. Default to cookie-file.
10934 (cookie-insert): Default to cookie-file.
10935 (cookie-snarf): Make start and end messages optional.
10936 Default to cookie-file. Use with-temp-buffer.
10937 (cookie-read): Rename from read-cookie.
10938 Make start and end messages optional. Default to cookie-file.
10939 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
10940 Do not autoload it.
10941 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10942 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10943
10944 2013-06-21 Leo Liu <sdl.web@gmail.com>
10945
10946 * progmodes/octave.el (octave-mode): Backward compatibility fix.
10947
10948 2013-06-21 Glenn Morris <rgm@gnu.org>
10949
10950 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10951
10952 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10953 Daniel Hackney <dan@haxney.org>
10954
10955 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10956 Consolidate the single-file vs tarball code.
10957 (package-desc-suffix): New function.
10958 (package-desc-full-name): Don't bother inlining it.
10959 (package-load-descriptor): Return the new package-desc.
10960 (package-mark-obsolete): Remove unused arg `package'.
10961 (package-unpack): Make it work for single files as well.
10962 Make it update package-alist.
10963 (package--make-autoloads-and-stuff): Rename from
10964 package--make-autoloads-and-compile. Don't compile any more.
10965 (package--compile): New function.
10966 (package-generate-description-file): New function, extracted from
10967 package-unpack-single.
10968 (package-unpack-single): Remove.
10969 (package--with-work-buffer): Add indentation and debugging info.
10970 (package-download-single): Remove.
10971 (package-install-from-archive): Rename from package-download-tar, make
10972 it take a pkg-desc, and make it work for single files as well.
10973 (package-download-transaction): Simplify.
10974 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
10975 external tar program.
10976 (package-install-from-buffer): Remove `pkg-desc' argument.
10977 Use package-tar-file-info for tar-mode buffers.
10978 (package-install-file): Simplify accordingly.
10979 (package-archive-base): Change to take a pkg-desc.
10980 * tar-mode.el (tar--check-descriptor): New function, extracted from
10981 tar-get-descriptor.
10982 (tar-get-descriptor): Use it.
10983 (tar-get-file-descriptor): New function.
10984 (tar--extract): New function, extracted from tar-extract.
10985 (tar--extract): Use it.
10986 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10987 case the summary uses non-ascii. Adjust to new calling convention of
10988 package-tar-file-info.
10989
10990 2013-06-21 Leo Liu <sdl.web@gmail.com>
10991
10992 * comint.el (comint-redirect-results-list-from-process):
10993 Fix random delay. (Bug#14681)
10994
10995 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10996
10997 * profiler.el (profiler-format-number): Use log, not log10.
10998
10999 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11000
11001 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11002
11003 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11004
11005 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11006 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11007 yet available.
11008 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11009 (AUTOGENEL): ... here.
11010 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11011 (cl--defsubst-expand): Use it.
11012
11013 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11014
11015 * subr.el (log10): Move here from C code, and declare as obsolete.
11016 All uses of (log10 X) replaced with (log X 10).
11017
11018 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11019
11020 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11021 Declare with `defvar-local'.
11022 (tabulated-list-use-header-line, tabulated-list-entries)
11023 (tabulated-list-padding, tabulated-list-printer)
11024 (tabulated-list-sort-key): Declare with `defvar-local'.
11025 (tabulated-list-init-header, tabulated-list-print-fake-header):
11026 Use `setq-local'.
11027
11028 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11029
11030 * arc-mode.el (archive-mode): Add `archive-write-file' to
11031 `write-contents-functions' also for remote files. (Bug#14652)
11032
11033 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11034
11035 * cus-edit.el (custom-commands): Fix typos.
11036 (custom-display): Fix tooltip text.
11037 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11038 Fix typos in docstrings.
11039 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11040 (custom-unlispify-menu-entry, custom-magic-value-create)
11041 (custom-add-see-also, custom-group-value-create): Use ?\s.
11042 (custom-guess-type, customize-apropos, editable-field)
11043 (custom-face-value-create): Use `string-match-p'.
11044 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11045
11046 * custom.el (custom-load-symbol): Use `string-match-p'.
11047
11048 * ansi-color.el: Convert to lexical binding.
11049 (ansi-colors): Fix URL.
11050 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11051 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11052 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11053
11054 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11055
11056 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11057
11058 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11059
11060 2013-06-19 Tom Tromey <tromey@redhat.com>
11061
11062 * net/eww.el (eww-top-url): Remove.
11063 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11064 (eww-render): Set new variables. Don't set eww-top-url.
11065 (eww-handle-link): Handle "prev", "home", and "contents".
11066 Downcase the rel text.
11067 (eww-top-url): Choose best top URL.
11068
11069 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11070
11071 * net/eww.el: Rewrite to implement form elements "by hand" instead of
11072 relying in widget.el. Using widget.el leads to too many
11073 user interface inconsistencies.
11074 (eww-self-insert): Implement entering commands in text fields.
11075 (eww-process-text-input): New function to make text input field editing
11076 work.
11077 (eww-submit): Rewrite to use the new-style form methods.
11078 (eww-select-display): Display the correct selected item.
11079 (eww-change-select): Implement changing the select value.
11080 (eww-toggle-checkbox): Implement radio/checkboxes.
11081 (eww-update-field): Fix compilation error.
11082 (eww-tag-textarea): Implement <textarea>.
11083
11084 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11085 we don't shadow mode-specific bindings.
11086
11087 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11088 nothing to push.
11089
11090 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11091
11092 2013-06-19 Glenn Morris <rgm@gnu.org>
11093
11094 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11095
11096 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11097
11098 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11099 not needed.
11100
11101 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11102
11103 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11104
11105 * net/browse-url.el (browse-url-browser-function):
11106 `eww-browse-url' has the right calling signature, `eww' does not.
11107
11108 2013-06-19 Glenn Morris <rgm@gnu.org>
11109
11110 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11111 Only eval autoloaded macros.
11112 (byte-compile-autoload): Only give the macro warning for macros.
11113
11114 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11115 (ps-underlined-faces): Declare.
11116
11117 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11118 (speedbar-add-supported-extension): Declare.
11119
11120 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11121 Don't include a date stamp in the header of the generated file;
11122 it leads to needless differences between output files.
11123
11124 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11125
11126 * net/secrets.el (secrets-struct-secret-content-type):
11127 Replace check of introspection data by a test call of "CreateItem".
11128 Some servers do not offer introspection.
11129
11130 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11131
11132 * electric.el (electric-pair-mode): Improve interaction with
11133 electric-layout-mode.
11134 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11135 (electric-pair-syntax): Use text-mode-syntax-table in comments
11136 and strings.
11137 (electric-pair--insert): New function.
11138 (electric-pair-post-self-insert-function): Use it and
11139 electric--after-char-pos.
11140
11141 2013-06-19 Leo Liu <sdl.web@gmail.com>
11142
11143 * progmodes/octave.el (octave-help): Fix regexp.
11144
11145 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11146
11147 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11148 (shr-table-horizontal-line): Allow nil as a value, and change the
11149 default.
11150 (shr-insert-table-ruler): Respect the nil value.
11151
11152 2013-06-18 Tom Tromey <tromey@barimba>
11153
11154 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11155 New defvars.
11156 (eww-open-file): New defun.
11157 (eww-render): Initialize new variables.
11158 (eww-display-html): Handle "link" and "a".
11159 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11160 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
11161 (eww-back-url): Rename from eww-previous-url.
11162 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11163 New defuns.
11164
11165 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
11166
11167 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11168 Distinguish ternary operator tokens from slash symbol and slash
11169 char literal.
11170
11171 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11172
11173 Convert symbol prettification into minor mode and global minor mode.
11174
11175 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11176 `prog-prettify-symbols', and make a local defvar instead of defcustom.
11177 (prettify-symbols--keywords): Rename from
11178 `prog-prettify-symbols-alist' and make a local defvar.
11179 (prettify-symbols--compose-symbol): Rename from
11180 `prog--prettify-font-lock-compose-symbol'.
11181 (prettify-symbols--make-keywords): Rename from
11182 `prog-prettify-font-lock-symbols-keywords' and simplify.
11183 (prog-prettify-install): Remove.
11184 (prettify-symbols-mode): New minor mode, based on
11185 `prog-prettify-install'.
11186 (turn-on-prettify-symbols-mode): New function.
11187 (global-prettify-symbols-mode): New globalized minor mode.
11188
11189 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11190 * progmodes/cfengine.el (cfengine3-mode):
11191 * progmodes/perl-mode.el (perl-mode): Don't call
11192 `prog-prettify-install'; set `prettify-symbols-alist' instead.
11193
11194 2013-06-18 Juri Linkov <juri@jurta.org>
11195
11196 * files-x.el (modify-file-local-variable-message): New function.
11197 (modify-file-local-variable)
11198 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11199 and call `modify-file-local-variable-message' when it's non-nil.
11200 (add-file-local-variable, delete-file-local-variable)
11201 (add-file-local-variable-prop-line)
11202 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11203 and use it. (Bug#9820)
11204
11205 2013-06-18 Juri Linkov <juri@jurta.org>
11206
11207 * emulation/vi.el (vi-shell-op):
11208 * emulation/vip.el (vip-execute-com, ex-command):
11209 * emulation/viper-cmd.el (viper-exec-bang):
11210 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11211 the call of `shell-command-on-region'. (Bug#14637)
11212
11213 * simple.el (shell-command-on-region): Doc fix.
11214
11215 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11216
11217 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11218 (bug#14633).
11219
11220 2013-06-18 Glenn Morris <rgm@gnu.org>
11221
11222 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11223
11224 * newcomment.el (comment-search-forward, comment-search-backward):
11225 Doc fix. (Bug#14376)
11226
11227 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11228
11229 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11230 (buffer-face-mode-invoke): Doc fix.
11231
11232 2013-06-18 Matthias Meulien <orontee@gmail.com>
11233
11234 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11235 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11236
11237 2013-06-18 Glenn Morris <rgm@gnu.org>
11238
11239 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11240 Replace obsolete function generic-make-keywords with its expansion.
11241
11242 * progmodes/python.el (ffap-alist): Declare.
11243
11244 * textmodes/reftex.el (bibtex-mode-map): Declare.
11245
11246 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11247
11248 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11249 (package-unpack, package-unpack-single): Return the pkg-dir.
11250 (package-download-transaction): Use it to update package-alist.
11251
11252 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11253
11254 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11255 possible choice.
11256
11257 2013-06-17 Juri Linkov <juri@jurta.org>
11258
11259 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11260
11261 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11262
11263 * emacs-lisp/package.el (package-load-descriptor):
11264 Remove `with-syntax-table' call, `read' doesn't need it.
11265 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11266
11267 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11268
11269 * startup.el (command-line): Expand package name returned by
11270 `package--description-file' (bug#14639).
11271
11272 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11273
11274 * emacs-lisp/package.el (package-load-descriptor): Do not call
11275 `emacs-lisp-mode', just use its syntax table.
11276
11277 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11278
11279 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11280 `font-lock-extra-managed-props' if any prettifying keyword is added.
11281 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11282 (prog-mode): Use `setq-local'.
11283
11284 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * international/characters.el (standard-case-table): Set syntax of ?»
11287 and ?« to punctuation.
11288
11289 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
11290
11291 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11292 Save relevant match data before calling `syntax-ppss' (bug#14595).
11293
11294 2013-06-15 Juri Linkov <juri@jurta.org>
11295
11296 * files-x.el (modify-file-local-variable-prop-line): Add local
11297 variables to the end of the existing comment on the first line.
11298 Use `file-auto-mode-skip' to skip interpreter magic line,
11299 and also skip XML declaration.
11300
11301 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * startup.el (package--builtin-versions): New var.
11304 (package-subdirectory-regexp): Remove.
11305 (package--description-file): Hard code its value instead.
11306
11307 * emacs-lisp/package.el: Don't activate packages older than builtin.
11308 (package-obsolete-list): Rename from package-obsolete-alist, and make
11309 it into a simple list of package-desc.
11310 (package-strip-version): Remove.
11311 (package-built-in-p): Use package--builtin-versions.
11312 (package-mark-obsolete): Simplify.
11313 (package-process-define-package): Mark it obsolete if older than the
11314 builtin version.
11315 (package-handle-response): Use line-end-position.
11316 (package-read-archive-contents, package--download-one-archive):
11317 Simplify.
11318 (package--add-to-archive-contents): Skip if older than the builtin or
11319 installed version.
11320 (package-menu-describe-package): Fix last change.
11321 (package-list-unversioned): New var.
11322 (package-menu--generate): Use it.
11323
11324 * emacs-lisp/autoload.el: Manage package--builtin-versions.
11325 (autoload--insert-text, autoload--insert-cookie-text): New functions.
11326 (autoload-builtin-package-versions): New variable.
11327 (autoload-generate-file-autoloads): Use them.
11328 Remove the list of autoloaded functions/macros from the
11329 (autoload...) comments.
11330
11331 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11332
11333 2013-06-15 Eli Zaretskii <eliz@gnu.org>
11334
11335 * simple.el (line-move-partial): Don't jump to the next screen
11336 line as soon as it becomes visible. Instead, continue enlarging
11337 the vscroll until the portion of a tall screen line that's left on
11338 display is about the height of the frame's default font.
11339 (Bug#14567)
11340
11341 2013-06-15 Glenn Morris <rgm@gnu.org>
11342
11343 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11344 compilation-error-regexp-alist void, or local while let-bound.
11345
11346 * progmodes/make-mode.el (makefile-mode-syntax-table):
11347 Treat "=" as punctuation. (Bug#14614)
11348
11349 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
11350
11351 * help-fns.el (describe-variable):
11352 Add extra line for permanent-local variables.
11353
11354 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
11355
11356 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11357 Add export, import, library. (Bug#9164)
11358 (library): Set indent function.
11359
11360 2013-06-14 Glenn Morris <rgm@gnu.org>
11361
11362 * term/xterm.el (xterm--query):
11363 Stop after first matching handler. (Bug#14615)
11364
11365 2013-06-14 Ivan Kanis <ivan@kanis.fr>
11366
11367 Add support for dired in saveplace.
11368 * dired.el (dired-initial-position-hook): New variable.
11369 (dired-initial-position): Call hook to place cursor position.
11370 * saveplace.el (save-place-to-alist): Add dired position.
11371 (save-place-dired-hook): New function.
11372
11373 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11376 through a symbol rather than letrec.
11377
11378 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
11379 (package-desc): Add `dir' field.
11380 (package-desc-full-name): New function.
11381 (package-load-descriptor): Combine the two arguments. Don't use `load'.
11382 (package-maybe-load-descriptor): Remove.
11383 (package-load-all-descriptors): Just call package-load-descriptor.
11384 (package--disabled-p): New function.
11385 (package-desc-vers, package-desc-doc): Remove aliases.
11386 (package--dir): Remove function.
11387 (package-activate): Check if a package is disabled.
11388 (package-process-define-package): New function, extracted from
11389 define-package.
11390 (define-package): Turn into a place holder.
11391 (package-unpack-single, package-tar-file-info):
11392 Use package--description-file.
11393 (package-compute-transaction): Use package--disabled-p.
11394 (package-download-transaction): Don't call
11395 package-maybe-load-descriptor since they're all loaded anyway.
11396 (package-install): Change argument to be a pkg-desc.
11397 (package-delete): Use a single pkg-desc argument.
11398 (describe-package-1): Use package-desc-dir instead of package--dir.
11399 Use package-desc property instead of package-symbol.
11400 (package-install-button-action): Adjust accordingly.
11401 (package--push): Rewrite.
11402 (package-menu--print-info): Adjust accordingly. Change the ID format
11403 to be a pkg-desc.
11404 (package-menu-describe-package, package-menu-get-status)
11405 (package-menu--find-upgrades, package-menu-mark-upgrades)
11406 (package-menu-execute, package-menu--name-predicate):
11407 Adjust accordingly.
11408 * startup.el (package--description-file): New function.
11409 (command-line): Use it.
11410 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11411 Use package-desc-version.
11412
11413 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11414 (byte-compile-preprocess): Use it.
11415 (byte-compile-file-form-defalias): Try a bit harder to use macros we
11416 can't quite recognize.
11417 (byte-compile-add-to-list): Remove.
11418 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11419 (cconv-closure-convert): Add assertion.
11420
11421 * emacs-lisp/map-ynp.el: Use lexical-binding.
11422 (map-y-or-n-p): Remove unused vars `tail' and `object'.
11423 Factor out some repeated code.
11424
11425 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11426
11427 * subr.el (with-eval-after-load): New macro.
11428 (eval-after-load): Allow form to be a function.
11429 take advantage of lexical-binding.
11430 (do-after-load-evaluation): Use dolist and adjust to new format.
11431 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11432
11433 2013-06-13 Juri Linkov <juri@jurta.org>
11434
11435 * replace.el (perform-replace): Display "symbol " and other search
11436 modes from `isearch-message-prefix' in the *Help* buffer.
11437
11438 * isearch.el (isearch-query-replace): Add " symbol" and other
11439 possible search modes from `isearch-message-prefix' to the prompt.
11440 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11441 when reading a regexp to collect.
11442
11443 2013-06-13 Juri Linkov <juri@jurta.org>
11444
11445 * isearch.el (word-search-regexp): Match whitespace if the search
11446 string begins or ends in whitespace. The LAX arg is applied to
11447 both ends of the search string. Use `regexp-quote' and explicit
11448 \< and \> instead of \b. Use \` and \' instead of ^ and $.
11449 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11450 boundaries are replaced with symbol boundaries, and characters
11451 between symbols match non-word non-symbol syntax. (Bug#14602)
11452
11453 2013-06-13 Juri Linkov <juri@jurta.org>
11454
11455 * isearch.el (isearch-del-char): Don't exceed the length of
11456 `isearch-string' by the prefix arg. (Bug#14563)
11457
11458 2013-06-13 Juri Linkov <juri@jurta.org>
11459
11460 * isearch.el (isearch-yank-word, isearch-yank-line)
11461 (isearch-char-by-name, isearch-quote-char)
11462 (isearch-printing-char, isearch-process-search-char):
11463 Add optional count prefix arg. (Bug#14563)
11464
11465 * international/isearch-x.el
11466 (isearch-process-search-multibyte-characters):
11467 Add optional count prefix arg.
11468
11469 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11470
11471 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11472 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11473 lexical-binding.
11474
11475 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
11476
11477 * subr.el (set-temporary-overlay-map): Add on-exit argument.
11478
11479 2013-06-13 Glenn Morris <rgm@gnu.org>
11480
11481 * startup.el (tty-handle-args):
11482 Don't just discard "--" and anything after. (Bug#14608)
11483
11484 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11485
11486 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
11487
11488 Implement changes in Secret Service API. Make it backward compatible.
11489 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11490 (secrets-create-item): Use it. Prefix properties with interface.
11491
11492 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
11493
11494 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
11495 (term-emulate-terminal): Respect term-suppress-hard-newline.
11496
11497 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
11498
11499 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11500 Only remove a `thumb-file' overlay. (Bug#14548)
11501
11502 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
11503
11504 * mail/reporter.el (reporter-submit-bug-report):
11505 Handle missing package-name. (Bug#14600)
11506
11507 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11508
11509 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11510 (reftex-citation-prompt, reftex-default-bibliography)
11511 (reftex-bib-or-thebib, reftex-get-bibfile-list)
11512 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11513 (reftex-bib-sort-author, reftex-bib-sort-year)
11514 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11515 (reftex-extract-bib-entries-from-thebibliography)
11516 (reftex-get-bibkey-default, reftex-get-bib-names)
11517 (reftex-parse-bibtex-entry, reftex-get-bib-field)
11518 (reftex-format-bib-entry, reftex-parse-bibitem)
11519 (reftex-format-bibitem, reftex-do-citation)
11520 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11521 (reftex-restrict-bib-matches, reftex-extract-bib-file)
11522 (reftex-insert-bib-matches, reftex-format-citation)
11523 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11524 (reftex-create-bibtex-file): Add docstrings, mostly by converting
11525 existing comments into docstrings.
11526
11527 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11528
11529 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11530
11531 2013-06-12 Andreas Schwab <schwab@suse.de>
11532
11533 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11534 for auto-save files.
11535
11536 2013-06-12 Glenn Morris <rgm@gnu.org>
11537
11538 * ido.el (ido-delete-ignored-files): Remove.
11539 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11540 Go back to calling ido-ignore-item-p directly.
11541
11542 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
11543
11544 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11545
11546 * ido.el (ido-delete-ignored-files): New function,
11547 split from ido-make-file-list-1.
11548 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
11549 (ido-make-file-list-1): Use ido-delete-ignored-files.
11550
11551 2013-06-12 Leo Liu <sdl.web@gmail.com>
11552
11553 * progmodes/octave.el (inferior-octave-startup)
11554 (inferior-octave-completion-table)
11555 (inferior-octave-track-window-width-change)
11556 (octave-eldoc-function-signatures, octave-help)
11557 (octave-find-definition): Use single quoted strings.
11558 (inferior-octave-startup-args): Change default value.
11559 (inferior-octave-startup): Do not hard code "-i" and
11560 "--no-line-editing".
11561 (inferior-octave-resync-dirs): Add optional arg NOERROR.
11562 (inferior-octave-directory-tracker): Use it.
11563 (octave-goto-function-definition): Robustify.
11564 (octave-help): Support highlighting operators in 'See also'.
11565 (octave-find-definition): Find subfunctions only in Octave mode.
11566
11567 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11568
11569 * help-fns.el (help-fns--compiler-macro): If the handler function is
11570 named, then put a link to it.
11571 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11572 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11573 (cl-typep): Use it.
11574 (cl-eval-when): Simplify debug spec.
11575 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
11576 compiler-macro function instead of setting `compiler-macro-file'.
11577
11578 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11579
11580 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11581 * vc/vc-hooks.el (vc-stay-local): Doc fix.
11582
11583 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11584 Daniel Hackney <dan@haxney.org>
11585
11586 First part of Daniel Hackney's patch to package.el.
11587 * emacs-lisp/package.el: Use defstruct.
11588 (package-desc): New, main struct.
11589 (package--bi-desc, package--ac-desc): New structs, used to describe the
11590 format in external files.
11591 (package-desc-vers): Replace with package-desc-version accessor.
11592 (package-desc-doc): Replace with package-desc-summary accessor.
11593 (package-activate-1): Remove `package' arg since the pkg-vec now
11594 includes the name.
11595 (define-package): Use package-desc-from-define.
11596 (package-unpack-single): Change file-name arg to be a symbol.
11597 (package--add-to-archive-contents): Use package-desc-create and new
11598 accessor functions to package--ac-desc.
11599 (package-buffer-info, package-tar-file-info): Return a package-desc.
11600 (package-install-from-buffer): Remove `type' argument. Change pkg-info
11601 arg to be a package-desc.
11602 (package-install-file): Adjust accordingly. Use \' to match EOS.
11603 (package--from-builtin): New function.
11604 (describe-package-1, package-menu--generate): Use it.
11605 (package--make-autoloads-and-compile): Change name arg to be a symbol.
11606 (package-generate-autoloads): Idem and return the name of the file.
11607 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11608 Change pkg-info arg to be a package-desc.
11609 Use package-make-ac-desc.
11610 (package-upload-file): Use \' to match EOS.
11611 * finder.el (finder-compile-keywords): Use package-make-builtin.
11612
11613 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11614
11615 * vc/vc.el (vc-deduce-fileset): Change error message.
11616 (vc-read-backend): New function.
11617 (vc-next-action): Use it.
11618
11619 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11620
11621 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11622 (prolog-font-lock-keywords): Use regexp-opt instead.
11623 Don't manually highlight strings.
11624 (prolog-mode-variables): Simplify comment-start-skip.
11625 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
11626
11627 * emacs-lisp/generic.el (generic--normalise-comments)
11628 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11629 (generic-mode-set-comments): Use them.
11630 (generic-bracket-support): Use setq-local.
11631 (generic-make-keywords-list): Declare obsolete.
11632
11633 2013-06-11 Glenn Morris <rgm@gnu.org>
11634
11635 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11636 Prettify after setting font-lock-defaults. (Bug#14574)
11637
11638 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
11639
11640 * replace.el (query-replace, occur-read-regexp-defaults-function)
11641 (replace-search):
11642 * subr.el (declare-function, number-sequence, local-set-key)
11643 (substitute-key-definition, locate-user-emacs-file)
11644 (with-silent-modifications, split-string, eval-after-load):
11645 Fix typos, remove unneeded backslashes and reflow some docstrings.
11646
11647 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11650 default for Elisp files.
11651
11652 2013-06-11 Glenn Morris <rgm@gnu.org>
11653
11654 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11655 although define-derived-mode was doing this anyway. (Bug#14583)
11656
11657 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
11658
11659 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11660 Fix make-variable-buffer-local call to refer to the correct variable.
11661
11662 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
11663
11664 * eshell/em-term.el (eshell-visual-commands)
11665 (eshell-visual-subcommands, eshell-visual-options):
11666 Add summary line to docstrings. Add cross-references.
11667
11668 2013-06-10 Glenn Morris <rgm@gnu.org>
11669
11670 * epa.el (epa-read-file-name): New function. (Bug#14510)
11671 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
11672
11673 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11674
11675 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11676 output redirection to be ignored with visual commands.
11677
11678 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11679
11680 * eshell/em-term.el (eshell-visual-command-p): New function.
11681 (eshell-term-initialize): Move long lambda to separate function
11682 eshell-visual-command-p.
11683 * eshell/em-dirs.el (eshell-dirs-initialize):
11684 * eshell/em-script.el (eshell-script-initialize):
11685 Add missing #' to lambda.
11686
11687 2013-06-08 Leo Liu <sdl.web@gmail.com>
11688
11689 * progmodes/octave.el (octave-add-log-current-defun): New function.
11690 (octave-mode): Set add-log-current-defun-function.
11691 (octave-goto-function-definition): Do not move point if not found.
11692 (octave-find-definition): Enhance to try subfunctions first.
11693
11694 2013-06-08 Glenn Morris <rgm@gnu.org>
11695
11696 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11697 (byte-compile-backward-char, byte-compile-backward-word):
11698 Improve previous change, to handle non-explicit nil.
11699
11700 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11701
11702 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11703 (smie--opener/closer-at-point): New function.
11704 (smie--matching-block-data): Use it. Don't match from right after an
11705 opener or right before a closer. Obey smie-blink-matching-inners.
11706 Don't signal a mismatch for repeated inners like "switch..case..case".
11707
11708 2013-06-07 Leo Liu <sdl.web@gmail.com>
11709
11710 * progmodes/octave.el (octave-mode): Set comment-use-global-state
11711 to t. (Bug#14303)
11712 (octave-function-header-regexp): Fix. (Bug#14570)
11713 (octave-help-mode-finish-hook, octave-help-mode-finish):
11714 Remove. Just use temp-buffer-show-hook.
11715
11716 * newcomment.el (comment-search-backward): Revert last change.
11717 (Bug#14434)
11718
11719 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11720
11721 2013-06-07 Eli Zaretskii <eliz@gnu.org>
11722
11723 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11724 through xargs, to avoid failure due to MS-Windows limitations on
11725 command-line length.
11726
11727 2013-06-06 Glenn Morris <rgm@gnu.org>
11728
11729 * font-lock.el (lisp-font-lock-keywords-2):
11730 Treat user-error like error.
11731
11732 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11733 (byte-compile-backward-char, byte-compile-backward-word):
11734 Handle explicit nil arguments. (Bug#14565)
11735
11736 2013-06-05 Alan Mackenzie <acm@muc.de>
11737
11738 * isearch.el (isearch-allow-prefix): New user option.
11739 (isearch-other-meta-char): Don't exit isearch when a prefix
11740 argument is typed whilst `isearch-allow-prefix' is non-nil.
11741 (Bug#9706)
11742
11743 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * autorevert.el (auto-revert-notify-handler): Use memq.
11746 Hide assertion failure.
11747
11748 * skeleton.el: Use cl-lib.
11749 (skeleton-further-elements): Use defvar-local.
11750 (skeleton-insert): Use cl-progv.
11751
11752 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11753
11754 * progmodes/prog-mode.el (prog-prettify-symbols)
11755 (prog-prettify-install): Update docstrings.
11756
11757 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 * simple.el: Move all the prog-mode code to prog-mode.el.
11760 * progmodes/prog-mode.el: New file.
11761 * loadup.el: Add prog-mode.el.
11762
11763 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11764
11765 * simple.el (prog-prettify-symbols): Add version.
11766 (prog-prettify-install): Add convenience function to prettify symbols.
11767
11768 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11769 (perl--augmented-font-lock-keywords-1)
11770 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11771 variables and use it.
11772
11773 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11774 (cfengine3-mode): Remove unneeded variable and use it.
11775
11776 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11777 (lisp--augmented-font-lock-keywords-1)
11778 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11779 Remove unneeded variables and use it.
11780
11781 2013-06-05 João Távora <joaotavora@gmail.com>
11782
11783 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
11784 to point when opening the connection. (Bug#14380)
11785
11786 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * subr.el (load-history-regexp, load-history-filename-element)
11789 (eval-after-load, after-load-functions, do-after-load-evaluation)
11790 (eval-next-after-load, display-delayed-warnings)
11791 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11792 definition of save-match-data.
11793 (overriding-local-map): Remove accidental obsolescence declaration.
11794
11795 * emacs-lisp/edebug.el (edebug-result): Move before first use.
11796
11797 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11798
11799 Generalize symbol prettify support to prog-mode and implement it
11800 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11801 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11802 (prog--prettify-font-lock-compose-symbol)
11803 (prog-prettify-font-lock-symbols-keywords): New variables and
11804 functions to support symbol prettification.
11805 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11806 (lisp--augmented-font-lock-keywords-1)
11807 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11808 (lisp--prettify-symbols-alist): Implement prettify of lambda.
11809 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11810 (cfengine3--prettify-symbols-alist, cfengine3-mode):
11811 Implement prettify of -> => :: strings.
11812 * progmodes/perl-mode.el (perl-prettify-symbols)
11813 (perl--font-lock-compose-symbol)
11814 (perl--font-lock-symbols-keywords): Move to prog-mode.
11815 (perl--prettify-symbols-alist): Prettify -> => :: strings.
11816 (perl-font-lock-keywords-1)
11817 (perl-font-lock-keywords-2): Remove explicit prettify support.
11818 (perl--augmented-font-lock-keywords)
11819 (perl--augmented-font-lock-keywords-1)
11820 (perl--augmented-font-lock-keywords-2, perl-mode):
11821 Implement prettify support.
11822
11823 2013-06-05 Leo Liu <sdl.web@gmail.com>
11824
11825 Re-implement SMIE matching block highlight using
11826 show-paren-data-function. (Bug#14395)
11827 * emacs-lisp/smie.el (smie-matching-block-highlight)
11828 (smie--highlight-matching-block-overlay)
11829 (smie--highlight-matching-block-lastpos)
11830 (smie-highlight-matching-block)
11831 (smie-highlight-matching-block-mode): Remove.
11832 (smie--matching-block-data-cache): New variable.
11833 (smie--matching-block-data): New function.
11834 (smie-setup): Use smie--matching-block-data for
11835 show-paren-data-function.
11836
11837 * progmodes/octave.el (octave-mode-menu): Fix.
11838 (octave-find-definition): Skip garbage lines.
11839
11840 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11841
11842 Fix compilation error with simultaneous dynamic+lexical scoping.
11843 Add warning when a defvar appears after the first let-binding.
11844 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
11845 (byte-compile-close-variables): Initialize it.
11846 (byte-compile--declare-var): New function.
11847 (byte-compile-file-form-defvar)
11848 (byte-compile-file-form-define-abbrev-table)
11849 (byte-compile-file-form-custom-declare-variable): Use it.
11850 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
11851 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
11852 (byte-compile-bind): Handle dynamic bindings that shadow
11853 lexical bindings.
11854 (byte-compile-unbind): Make arg non-optional.
11855 (byte-compile-let): Simplify.
11856 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
11857 (cconv--analyse-function, cconv-analyse-form): Populate it.
11858 Protect byte-compile-bound-variables to limit the scope of defvars.
11859 (cconv-analyse-form): Add missing rule for (defvar <foo>).
11860 Remove unneeded rule for `declare'.
11861
11862 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11863 so as to avoid depending on cl-adjoin at run-time.
11864 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11865
11866 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11867 (macroexp--warn-and-return): Use it.
11868
11869 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11870
11871 * subr.el: Convert to lexical binding.
11872 (overriding-local-map): Make obsolete.
11873 (add-to-list): Doc fix. Add compiler macro.
11874 (read-key): Swap values of local maps.
11875
11876 2013-06-05 Leo Liu <sdl.web@gmail.com>
11877
11878 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11879
11880 2013-06-04 Leo Liu <sdl.web@gmail.com>
11881
11882 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11883 (compilation-auto-jump): Suppress the "Mark set" message to give
11884 way to exit message.
11885
11886 2013-06-04 Alan Mackenzie <acm@muc.de>
11887
11888 Remove faulty optimisation from indentation calculation.
11889 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11890 search limit based on 2000 characters back from indent-point.
11891
11892 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11893
11894 * eshell/em-term.el (cl-lib): Require `cl-lib'.
11895
11896 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11897
11898 * emacs-lisp/lisp.el: Use lexical-binding.
11899 (lisp--local-variables-1, lisp--local-variables): New functions.
11900 (lisp--local-variables-completion-table): New var.
11901 (lisp-completion-at-point): Use it complete let-bound vars.
11902
11903 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11904 eagerly (bug#14422).
11905
11906 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
11907
11908 * autorevert.el (auto-revert-notify-enabled)
11909 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11910 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11911 (auto-revert-notify-handler): Handle also gfilenotify.
11912
11913 * subr.el (file-notify-handle-event): New defun. Replacing ...
11914 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11915 Remove.
11916
11917 2013-06-03 Juri Linkov <juri@jurta.org>
11918
11919 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11920 `M-s h .'. (Bug#14427)
11921
11922 * hi-lock.el (highlight-symbol-at-point): New alias for the new
11923 command `hi-lock-face-symbol-at-point'.
11924 (hi-lock-face-symbol-at-point): New command.
11925 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11926 (hi-lock-menu): Add `highlight-symbol-at-point'.
11927 (hi-lock-mode): Doc fix.
11928
11929 * isearch.el (isearch-forward-symbol-at-point): New command.
11930 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11931 (isearch-highlight-regexp): Add a regexp which matches
11932 words/symbols for word/symbol mode.
11933
11934 * subr.el (find-tag-default-bounds): New function with the body
11935 mostly moved from `find-tag-default'.
11936 (find-tag-default): Move most code to `find-tag-default-bounds',
11937 call it and apply `buffer-substring-no-properties' afterwards.
11938
11939 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11940
11941 * eshell/em-term.el (eshell-term-initialize):
11942 Use `cl-intersection' rather than `intersection'.
11943
11944 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
11945
11946 * vc/log-view.el: Doc fix.
11947 (log-view-mode-map): Copy keymap from `special-mode-map'.
11948
11949 2013-06-02 Eric Ludlam <zappo@gnu.org>
11950
11951 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11952 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11953 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11954 (eieio-unbound, eieio-default-superclass)
11955 (eieio--define-field-accessors, method-static, method-before)
11956 (method-primary, method-after, method-num-lists)
11957 (method-generic-before, method-generic-primary)
11958 (method-generic-after, method-num-slots)
11959 (eieio-specialized-key-to-generic-key)
11960 (eieio--check-type, class-v, class-p)
11961 (eieio-class-name, define-obsolete-function-alias)
11962 (eieio-class-parents-fast, eieio-class-children-fast)
11963 (same-class-fast-p, class-constructor, generic-p)
11964 (generic-primary-only-p, generic-primary-only-one-p)
11965 (class-option-assoc, class-option, eieio-object-p)
11966 (class-abstract-p, class-method-invocation-order)
11967 (eieio-defclass-autoload-map, eieio-defclass-autoload)
11968 (eieio-class-un-autoload, eieio-defclass)
11969 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11970 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11971 (eieio--defgeneric-init-form, eieio-defgeneric-form)
11972 (eieio-defgeneric-reset-generic-form)
11973 (eieio-defgeneric-form-primary-only)
11974 (eieio-defgeneric-reset-generic-form-primary-only)
11975 (eieio-defgeneric-form-primary-only-one)
11976 (eieio-defgeneric-reset-generic-form-primary-only-one)
11977 (eieio-unbind-method-implementations)
11978 (eieio--defmethod, eieio--typep)
11979 (eieio-perform-slot-validation, eieio-validate-slot-value)
11980 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11981 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11982 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11983 (eieio-slot-name-index, eieio-class-slot-name-index)
11984 (eieio-set-defaults, eieio-initarg-to-attribute)
11985 (eieio-attribute-to-initarg, eieio-c3-candidate)
11986 (eieio-c3-merge-lists, eieio-class-precedence-c3)
11987 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11988 (eieio-class-precedence-list, eieio-generic-call-methodname)
11989 (eieio-generic-call-arglst, eieio-generic-call-key)
11990 (eieio-generic-call-next-method-list)
11991 (eieio-pre-method-execution-functions, eieio-generic-call)
11992 (eieio-generic-call-primary-only, eieiomt-method-list)
11993 (eieiomt-optimizing-obarray, eieiomt-install)
11994 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11995 (eieio-generic-form, eieio-defmethod, make-obsolete)
11996 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11997 (defclass): Remove `eval-and-compile' from macro.
11998 (call-next-method, shared-initialize): Instead of using
11999 `scoped-class' variable, use new eieio--scoped-class, and
12000 eieio--with-scoped-class.
12001 (initialize-instance): Rename local variable 'scoped-class' to
12002 'this-class' to remove ambiguitity from old global.
12003
12004 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12005 eieio.el.
12006 (eieio--scoped-class-stack): New variable.
12007 (eieio--scoped-class): New fcn.
12008 (eieio--with-scoped-class): New scoping macro.
12009 (eieio-defclass): Use pushnew instead of add-to-list.
12010 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12011 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12012 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12013 `scoped-class' variable, use new eieio--scoped-class, and
12014 eieio--with-scoped-class.
12015
12016 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12017
12018 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12019
12020 * eshell/esh-ext.el (eshell-external-command): Pass args to
12021 `eshell-find-interpreter'.
12022 (eshell-find-interpreter): Add new second parameter ARGS.
12023
12024 * eshell/em-script.el (eshell-script-initialize): Add second arg
12025 to the function added as MATCH to `eshell-interpreter-alist'.
12026
12027 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12028 the function added as MATCH to `eshell-interpreter-alist'.
12029
12030 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12031 (eshell-visual-options): New defcustom.
12032 (eshell-escape-control-x): Adapt docstring.
12033 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12034 `eshell-visual-options' in addition to `eshell-visual-commands'.
12035 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12036
12037 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12038
12039 * progmodes/python.el (python-indent-block-enders): Add break,
12040 continue and raise keywords.
12041
12042 2013-06-01 Glenn Morris <rgm@gnu.org>
12043
12044 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12045
12046 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12047 * progmodes/cc-cmds.el (delete-forward-p):
12048 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12049 * progmodes/cc-engine.el (buffer-syntactic-context):
12050 * progmodes/cc-fonts.el (face-property-instance):
12051 * progmodes/cc-mode.el (set-keymap-parents):
12052 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12053 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12054 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12055 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12056 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12057
12058 * progmodes/cc-vars.el (other): Emacs has this widget since
12059 at least 21.1, so don't (re)define it.
12060
12061 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12062 Replace the obsolete alias pcomplete-arg-quote-list.
12063
12064 2013-06-01 Leo Liu <sdl.web@gmail.com>
12065
12066 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12067 punctuation syntax.
12068 (inferior-octave-minimal-columns)
12069 (inferior-octave-last-column-width): New variables.
12070 (inferior-octave-track-window-width-change): New function.
12071 (inferior-octave-mode): Adjust column width so that Octave output,
12072 for example from 'ls', can fit into the window nicely.
12073
12074 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12075
12076 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12077 Highlight expansions inside regexp literals.
12078
12079 2013-05-31 Glenn Morris <rgm@gnu.org>
12080
12081 * obsolete/sym-comp.el (symbol-complete):
12082 Replace obsolete completion-annotate-function.
12083
12084 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12085
12086 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12087
12088 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12089 New function, checks if point is inside a literal that allows
12090 expression expansion.
12091 (ruby-syntax-propertize-expansion): Use it.
12092 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12093 around the body.
12094
12095 2013-05-30 Juri Linkov <juri@jurta.org>
12096
12097 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12098 to "\M-si".
12099 (isearch-invisible): New variable.
12100 (isearch-forward): Doc fix.
12101 (isearch-mode): Set `isearch-invisible'
12102 to the value of `search-invisible'.
12103 (isearch-toggle-case-fold): Doc fix.
12104 (isearch-toggle-invisible): New command.
12105 (isearch-query-replace): Let-bind `search-invisible'
12106 to the value of `isearch-invisible'.
12107 (isearch-search): Use `isearch-invisible' instead of
12108 `search-invisible'. Let-bind `search-invisible'
12109 to the value of `isearch-invisible'. (Bug#11378)
12110
12111 2013-05-30 Juri Linkov <juri@jurta.org>
12112
12113 * replace.el (perform-replace): Avoid `isearch-range-invisible'
12114 call when `query-flag' is nil and `search-invisible' is non-nil.
12115 (Bug#11746)
12116
12117 2013-05-30 Glenn Morris <rgm@gnu.org>
12118
12119 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12120
12121 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12122 (cc-require): Suppress spurious "noruntime" warnings.
12123 (cc-require-when-compile): Use fboundp, for sake of compiler.
12124
12125 * progmodes/cc-mode.el: Move load of cc-vars before that of
12126 cc-langs (which in turn loads cc-vars), to quieten compiler.
12127
12128 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12129
12130 * paren.el: Simplify the code.
12131 (show-paren-mode): Always start the timer.
12132 (show-paren--idle-timer): Rename from show-paren-idle-timer.
12133 (show-paren--overlay, show-paren--overlay-1): Rename from
12134 show-paren-overlay and show-paren-overlay-1, and initialize to an
12135 overlay rather than to nil.
12136 (show-paren-function): Misc cleanup and simplifications.
12137
12138 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * paren.el (show-paren-data-function): New hook.
12141 (show-paren--default): New function, extracted from show-paren-function.
12142 (show-paren-function): Use show-paren-data-function.
12143
12144 2013-05-30 Glenn Morris <rgm@gnu.org>
12145
12146 * ielm.el (ielm-map, ielm-complete-symbol):
12147 Use completion-at-point rather than obsolete functions.
12148 (inferior-emacs-lisp-mode): Doc fix.
12149 Set completion-at-point-functions, rather than
12150 comint-dynamic-complete-functions.
12151
12152 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12153 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12154 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12155
12156 * image.el (image-animated-p): Tweak definition.
12157
12158 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12159 (rlogin-process-connection-type): Tweak default. Add set-after.
12160 (rlogin-host): Doc fix.
12161 (rlogin): Tweak prompt.
12162 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12163
12164 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12165 * progmodes/tcl.el (inferior-tcl-mode-map):
12166 Use completion-at-point rather than obsolete alias.
12167
12168 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12169
12170 * minibuffer.el (read-file-name-completion-ignore-case):
12171 Move before completion--in-region, for eager macro expansion.
12172
12173 2013-05-29 Juri Linkov <juri@jurta.org>
12174
12175 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12176 for total count of matching lines. Add `global-matches' for total
12177 count of matches. Rename `matches' to `lines' for count of
12178 matching lines. Add `matches' for count of matches.
12179 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
12180 to `prev-line' for line number of prev match endpt.
12181 Increment `matches' for every match. Print the number of
12182 matching lines in the header.
12183 (occur-context-lines): Rename `lines' to `curr-line'.
12184 Rename `prev-lines' to `prev-line'. (Bug#14017)
12185
12186 2013-05-29 Juri Linkov <juri@jurta.org>
12187
12188 * replace.el (perform-replace): Add `skip-read-only-count',
12189 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12190 Increment them for corresponding conditions and report the number
12191 of skipped occurrences in the final message. (Bug#11746)
12192 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12193 (replace-string, replace-regexp): Doc fix.
12194
12195 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * emacs-lisp/trace.el (trace--read-args): Provide a default.
12198
12199 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12200 prog-mode-map (bug#14504).
12201
12202 2013-05-29 Leo Liu <sdl.web@gmail.com>
12203
12204 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12205 (octave-help): Small simplification.
12206
12207 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12208 off the highlight first.
12209
12210 2013-05-29 Glenn Morris <rgm@gnu.org>
12211
12212 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12213 Handle idlwave-last-system-routine-info-cons-cell being nil.
12214
12215 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12216 (idlwave-write-paths): Simplify via with-temp-buffer.
12217
12218 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12219 * emulation/cua-rect.el: Also load cua-base at run time.
12220
12221 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12222 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12223 (cperl-imenu-on-info): Require imenu.
12224
12225 2013-05-28 Alan Mackenzie <acm@muc.de>
12226
12227 Handle "capitalised keywords" correctly.
12228 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12229
12230 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
12231
12232 * eshell/em-unix.el: Add -r option to cp.
12233
12234 2013-05-28 Glenn Morris <rgm@gnu.org>
12235
12236 * vc/vc-arch.el (vc-exec-after): Declare.
12237 (vc-switches): Autoload.
12238 * vc/vc-bzr.el: No need to require vc when compiling.
12239 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12240 (vc-resynch-buffer, vc-dir-refresh): Declare.
12241 (vc-setup-buffer, vc-switches): Autoload.
12242 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12243 (vc-resynch-buffer): Declare.
12244 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12245 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12246 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12247 (grep-read-regexp, grep-read-files, grep-expand-template)
12248 (vc-dir-refresh): Declare.
12249 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12250 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12251 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12252 * vc/vc-mtn.el (vc-exec-after): Declare.
12253 (vc-switches): Autoload.
12254 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12255 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12256 (vc-file-tree-walk): Declare.
12257 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12258 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12259 (vc-tag-precondition, vc-rename-master): Autoload.
12260 * vc/vc-svn.el (vc-exec-after): Declare.
12261 (vc-switches, vc-setup-buffer): Autoload.
12262 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12263 Autoload.
12264 (vc-resynch-buffer): Declare.
12265
12266 * obsolete/fast-lock.el (byte-compile-warnings):
12267 Don't warn about obsolete features in this obsolete file.
12268
12269 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12270 Move definition before use.
12271
12272 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12273 (dun-unix-verbs): Remove dun-zippy.
12274 (dun-zippy): Remove function.
12275
12276 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12277
12278 2013-05-27 Juri Linkov <juri@jurta.org>
12279
12280 * replace.el (replace-search): New function with code moved out
12281 from `perform-replace'.
12282 (replace-highlight, replace-dehighlight): Move function definitions
12283 up closer to `replace-search'. (Bug#11746)
12284
12285 2013-05-27 Juri Linkov <juri@jurta.org>
12286
12287 * replace.el (perform-replace): Ignore invisible matches.
12288 In addition to checking `query-replace-skip-read-only', also
12289 filter out matches by calling `run-hook-with-args-until-failure'
12290 on `isearch-filter-predicates', and also check `search-invisible'
12291 for t or call `isearch-range-invisible'.
12292 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
12293
12294 2013-05-27 Juri Linkov <juri@jurta.org>
12295
12296 * isearch.el (isearch-filter-predicates): Rename from
12297 `isearch-filter-predicate'. Doc fix. (Bug#11378)
12298 (isearch-message-prefix): Display text from the property
12299 `isearch-message-prefix' of the currently active filters.
12300 (isearch-search): Don't compare `isearch-filter-predicate' with
12301 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
12302 on `isearch-filter-predicates'. Also check `search-invisible' for t
12303 or call `isearch-range-invisible'.
12304 (isearch-filter-visible): Make obsolete.
12305 (isearch-lazy-highlight-search):
12306 Call `run-hook-with-args-until-failure' on
12307 `isearch-filter-predicates' and use `isearch-range-invisible'.
12308
12309 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12310 `isearch-filter-predicates' instead of `funcall'ing
12311 `isearch-filter-predicate'.
12312 (Info-mode): Set `Info-isearch-filter' to
12313 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12314
12315 * dired-aux.el (dired-isearch-filter-predicate-orig):
12316 Remove variable.
12317 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12318 (dired-isearch-filenames-end): Add and remove
12319 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12320 instead of changing the value of `isearch-filter-predicate'.
12321 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12322 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12323 Put property `isearch-message-prefix' to "filename " on
12324 `dired-isearch-filter-filenames'.
12325
12326 * wdired.el (wdired-change-to-wdired-mode):
12327 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12328 locally instead of changing `isearch-filter-predicate'.
12329 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12330
12331 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
12332
12333 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12334 return the commit hash (Bug#14459). Also set the
12335 `vc-git-detached' property.
12336 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12337 (vc-git-mode-line-string): Use the same help-echo format whether
12338 in detached mode or not, because we know the actual revision now.
12339 When in detached mode, shorten the revision to 7 chars.
12340
12341 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * emacs-lisp/easy-mmode.el (define-minor-mode):
12344 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12345 mode hook and provide a docstring.
12346
12347 2013-05-27 Alan Mackenzie <acm@muc.de>
12348
12349 Remove spurious syntax-table text properties inserted by C-y.
12350 * progmodes/cc-mode.el (c-after-change): Also clear hard
12351 syntax-table property with value nil.
12352
12353 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
12354
12355 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12356 when reading the events; the buffer layout shall not be changed.
12357
12358 2013-05-27 Leo Liu <sdl.web@gmail.com>
12359
12360 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12361 New variable.
12362 (inferior-octave-directory-tracker): Automatically re-sync
12363 default-directory.
12364 (octave-help): Improve handling of 'See also'.
12365
12366 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12367
12368 * doc-view.el: Minor naming convention tweaks.
12369 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12370
12371 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12372 even if there's no `display' property yet (bug#14435).
12373
12374 2013-05-25 Eli Zaretskii <eliz@gnu.org>
12375
12376 * subr.el (unmsys--file-name): Rename from reveal-filename.
12377
12378 * Makefile.in (custom-deps, finder-data, autoloads)
12379 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12380 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12381 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12382
12383 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12384
12385 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12386 error-completion on the first 2 args of condition-case (bug#14446).
12387 Don't burp at EOB.
12388
12389 2013-05-25 Leo Liu <sdl.web@gmail.com>
12390
12391 * comint.el (comint-previous-matching-input): Do not flood the
12392 *Messages* buffer with trivial messages.
12393
12394 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12395
12396 * progmodes/flymake.el (flymake-nop): Don't return a string.
12397 (flymake-set-at): Fix typo.
12398
12399 * simple.el (read--expression): New function, extracted from
12400 eval-expression. Set completion-at-point-functions (bug#14465).
12401 (eval-expression, eval-minibuffer): Use it.
12402
12403 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
12404
12405 * progmodes/flymake.el (flymake-save-buffer-in-file)
12406 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12407 (flymake-selected-frame, flymake-log, flymake-ins-after)
12408 (flymake-set-at, flymake-get-buildfile-from-cache)
12409 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12410 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12411 Refine the doc string.
12412 (flymake-get-file-name-mode-and-masks): Reformat.
12413 (flymake-get-real-file-name-function): Fix a minor bug.
12414
12415 2013-05-24 Juri Linkov <juri@jurta.org>
12416
12417 * progmodes/grep.el (grep-mode-font-lock-keywords):
12418 Support =linenumber= format used by git-grep for lines with
12419 function names. (Bug#13549)
12420
12421 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 * progmodes/octave.el (octave-smie-rules): Return nil rather than
12424 0 after a semi-colon; it works better for smie-auto-fill.
12425 (octave--indent-new-comment-line): New function.
12426 (octave-indent-new-comment-line): Use it (indirectly).
12427 (octave-mode): Don't disable smie-auto-fill. Use add-function to
12428 modify comment-line-break-function.
12429
12430 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12431 (smie-setup): Use add-function to set it.
12432
12433 2013-05-24 Sam Steingold <sds@gnu.org>
12434
12435 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12436 argument (before the `interactive' argument).
12437
12438 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * image-mode.el (image-mode-winprops): Add winprops to
12441 image-mode-winprops-alist before running
12442 image-mode-new-window-functions.
12443 * doc-view.el (doc-view-new-window-function): Don't delay
12444 doc-view-goto-page via timers (bug#14435).
12445
12446 2013-05-24 Tassilo Horn <tsdh@gnu.org>
12447
12448 * doc-view.el: Integrate with desktop.el. (Bug#14435)
12449 (doc-view-desktop-save-buffer): New function.
12450 (doc-view-restore-desktop-buffer): New function.
12451 (desktop-buffer-mode-handlers):
12452 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12453 handler.
12454 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12455 `desktop-save-buffer' function.
12456
12457 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
12458
12459 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12460 (tramp-gvfs-file-name-handler): Raise a user error when
12461 `tramp-gvfs-enabled' is nil.
12462 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12463 Do not raise a user error when loading package. (Bug#14447)
12464
12465 * net/xesam.el: Move to obsolete/.
12466
12467 2013-05-24 Glenn Morris <rgm@gnu.org>
12468
12469 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12470
12471 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12472
12473 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12474 (Info-find-node, Man-getpage-in-background): Declare.
12475
12476 * mail/unrmail.el (unrmail):
12477 Replace obsolete detect-coding-with-priority.
12478
12479 * net/socks.el (socks-split-string): Use this rather than split-string.
12480 (socks-nslookup-host): Update for above change.
12481 (dynamic-choice, s5-dynamic-choice-match)
12482 (s5-dynamic-choice-match-inline, s5-widget-value-create):
12483 Comment out unused code.
12484
12485 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12486 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12487 (gud-tooltip-echo-area): Make obsolete.
12488 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12489
12490 * progmodes/js.el (js--optimize-arglist): Declare.
12491
12492 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12493
12494 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12495 (ediff-window-C): Declare.
12496
12497 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12498 Tweak requires to silence compiler.
12499
12500 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12501 (he-search-string, he-tried-table, he-expand-list)
12502 (he-init-string, he-string-member, he-substitute-string)
12503 (he-reset-string): Declare.
12504
12505 * obsolete/options.el (list-options): Use custom-variable-p,
12506 rather than obsolete alias.
12507
12508 2013-05-23 Sam Steingold <sds@gnu.org>
12509
12510 * simple.el (shell-command-on-region): Pass the `replace' argument
12511 down to `call-process-region' to comply with the doc as reported on
12512 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12513
12514 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 * emacs-lisp/smie.el (smie-indent-forward-token)
12517 (smie-indent-backward-token): Handle string tokens (bug#14381).
12518
12519 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12520
12521 * ielm.el (ielm-menu): New menu.
12522 (inferior-emacs-lisp-mode): Set comment-start.
12523
12524 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12525
12526 * textmodes/reftex.el (reftex-ref-style-toggle):
12527 Fix deactivate action.
12528
12529 * textmodes/reftex-vars.el (reftex-ref-style-alist):
12530 Add cleveref macros.
12531
12532 * textmodes/reftex-parse.el
12533 (reftex-locate-bibliography-files): Accept options for
12534 bibliography commands.
12535 * textmodes/reftex-vars.el (reftex-bibliography-commands):
12536 Add addbibresource. Basic Biblatex support.
12537
12538 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
12539
12540 * net/tramp-gvfs.el (top):
12541 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12542 when loading package. (Bug#14447)
12543
12544 2013-05-23 Glenn Morris <rgm@gnu.org>
12545
12546 * progmodes/js.el: No need to load comint when compiling.
12547 (ring-insert, comint-send-string, comint-send-input)
12548 (comint-last-input-end, ido-chop): Declare.
12549
12550 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12551 * vc/ediff-mult.el: Adjust requires.
12552 (ediff-directories-internal, ediff-directory-revisions-internal)
12553 (ediff-patch-file-internal): Declare.
12554 * vc/ediff-ptch.el: Adjust requires.
12555 (ediff-use-last-dir, ediff-buffers-internal): Declare.
12556 (ediff-find-file): Autoload.
12557 * vc/ediff-util.el: No need to load ediff when compiling.
12558 (ediff-regions-internal): Declare.
12559 * vc/ediff-wind.el: Adjust requires.
12560 (ediff-compute-toolbar-width): Define when compiling.
12561 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12562 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12563 (dired-get-filename, dired-get-marked-files)
12564 (ediff-last-dir-patch, ediff-patch-default-directory)
12565 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12566 (ediff-patch-buffer-internal): Declare.
12567
12568 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12569 (ispell-process, ispell-buffer-local-words, lm-summary)
12570 (lm-section-start, lm-section-end): Declare.
12571 (checkdoc-ispell-init): Simplify.
12572
12573 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12574 (he-string-member, he-reset-string, he-substitute-string): Declare.
12575
12576 * eshell/em-ls.el: Adjust requires.
12577 (eshell-glob-regexp): Declare.
12578 * eshell/em-tramp.el: Adjust requires.
12579 (eshell-parse-command): Autoload.
12580 * eshell/em-xtra.el: Adjust requires.
12581 (eshell-parse-command): Autoload.
12582 * eshell/esh-ext.el: Adjust requires.
12583 (eshell-parse-command, eshell-close-handles): Autoload.
12584 * eshell/esh-io.el: Adjust requires.
12585 (eshell-output-filter): Autoload.
12586 * eshell/esh-util.el: No need to load tramp when compiling.
12587 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12588 Declare.
12589 (eshell-parse-ange-ls): Require ange-ftp and tramp.
12590 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12591 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12592 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12593 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12594 * eshell/esh-opt.el, eshell/esh-proc.el:
12595 * eshell/esh-var.el: Adjust requires.
12596 * eshell/eshell.el: Do not require esh-util twice.
12597 (eshell-add-input-to-history): Declare.
12598 (eshell-command): Check history module is active before using it.
12599
12600 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12601
12602 2013-05-22 Leo Liu <sdl.web@gmail.com>
12603
12604 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12605
12606 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
12607
12608 * autorevert.el (auto-revert-notify-add-watch)
12609 (auto-revert-notify-handler): Add `attrib' for the inotify case,
12610 it indicates changes in file modification time.
12611
12612 2013-05-22 Glenn Morris <rgm@gnu.org>
12613
12614 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12615 Always delete the autoloaded function from the noruntime and
12616 unresolved functions lists.
12617
12618 * allout.el: No need to load epa, epg, overlay when compiling.
12619 (epg-context-set-passphrase-callback, epg-list-keys)
12620 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12621 (epg-key-user-id-list): Declare.
12622
12623 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12624 (viper-set-parsing-style-toggling-macro)
12625 (viper-set-emacs-state-searchstyle-macros):
12626 Use called-interactively-p on Emacs.
12627 (viper-looking-back): Make it an obsolete alias. Update callers.
12628 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12629 Use looking-back rather than viper-looking-back.
12630 (viper-tmp-insert-at-eob, viper-enlarge-region)
12631 (viper-read-string-with-history, viper-register-to-point)
12632 (viper-append-to-register, viper-change-state-to-vi)
12633 (viper-backward-char-carefully, viper-forward-char-carefully)
12634 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12635 (viper-change-state-to-emacs): Declare.
12636 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12637 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12638 * emulation/viper-mous.el: Do not load viper-cmd.
12639 (viper-backward-char-carefully, viper-forward-char-carefully)
12640 (viper-forward-word, viper-adjust-window): Declare.
12641
12642 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12643
12644 * progmodes/idlw-help.el (idlwave-help-fontify):
12645 Use called-interactively-p.
12646
12647 * term/w32console.el (w32-get-console-codepage)
12648 (w32-get-console-output-codepage): Declare.
12649
12650 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12651 Remove unnecessary declarations.
12652 (dframe-message): Doc fix.
12653
12654 * info.el (dframe-select-attached-frame, dframe-current-frame):
12655 Declare.
12656
12657 * speedbar.el (speedbar-message): Make it an obsolete alias.
12658 Update all callers.
12659 (speedbar-with-attached-buffer)
12660 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12661 (speedbar-with-writable): Use backquote.
12662 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12663 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12664 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12665 rather than speedbar- aliases.
12666 * mail/rmail.el: Load dframe rather than speedbar when compiling.
12667 (speedbar-make-specialized-keymap, speedbar-insert-button)
12668 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12669 (speedbar-do-function-pointer): Declare.
12670 (rmail-speedbar-button, rmail-speedbar-find-file)
12671 (rmail-speedbar-move-message):
12672 Use dframe-with-attached-buffer rather than speedbar- alias.
12673 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12674 (dframe-message, speedbar-make-specialized-keymap)
12675 (speedbar-add-expansion-list, speedbar-mode-functions-list)
12676 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12677 (speedbar-insert-button, dframe-select-attached-frame)
12678 (dframe-maybee-jump-to-attached-frame)
12679 (speedbar-change-initial-expansion-list)
12680 (speedbar-previously-used-expansion-list-name): Declare.
12681 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12682 Use dframe-message, dframe-with-attached-buffer rather than
12683 speedbar- aliases.
12684 (gud-sentinel): Silence compiler.
12685 * progmodes/vhdl-mode.el (speedbar-refresh)
12686 (speedbar-do-function-pointer, speedbar-add-supported-extension)
12687 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12688 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12689 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12690 (speedbar-file-lists, speedbar-make-tag-line)
12691 (speedbar-line-directory, speedbar-goto-this-file)
12692 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12693 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12694 (speedbar-make-button, speedbar-reset-scanners)
12695 (speedbar-files-item-info, speedbar-line-text)
12696 (speedbar-find-file-in-frame, speedbar-set-timer)
12697 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12698 (speedbar-with-writable): Do not (re)define it.
12699 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12700 rather than speedbar- alias.
12701
12702 2013-05-21 Leo Liu <sdl.web@gmail.com>
12703
12704 * progmodes/octave.el (octave-mode-menu): Update and re-organize
12705 menu items.
12706 (octave-mode): Tweak fill-nobreak-predicate.
12707 (inferior-octave-startup): Check process to avoid infinite loop.
12708 (inferior-octave): Pop to buffer first to show abornmal process
12709 exit information.
12710
12711 2013-05-21 Glenn Morris <rgm@gnu.org>
12712
12713 * printing.el (pr-menu-bar): Define when compiling.
12714
12715 2013-05-21 Leo Liu <sdl.web@gmail.com>
12716
12717 * progmodes/octave.el (octave-auto-fill): Remove.
12718 (octave-indent-new-comment-line): Improve.
12719 (octave-mode): Use auto fill mode through
12720 comment-line-break-function and fill-nobreak-predicate.
12721 (octave-goto-function-definition): Support DEFUN_DLD.
12722 (octave-beginning-of-defun): Small tweak.
12723 (octave-help): Show parent directory.
12724
12725 2013-05-21 Glenn Morris <rgm@gnu.org>
12726
12727 * files.el (dired-unmark):
12728 * progmodes/gud.el (gdb-input): Update declarations.
12729
12730 * calculator.el (electric, ehelp): No need to load when compiling.
12731 (Electric-command-loop, electric-describe-mode): Declare.
12732
12733 * doc-view.el (doc-view-current-converter-processes): Move before use.
12734
12735 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12736 Move MODE-set-explicitly definition before use.
12737
12738 * international/mule-diag.el (mule-diag):
12739 Don't use obsolete window-system-version.
12740
12741 * mail/feedmail.el (smtpmail): No need to load when compiling.
12742 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12743
12744 * mail/mail-utils.el (rfc822): No need to load when compiling.
12745 (rfc822-addresses): Autoload it.
12746 (mail-strip-quoted-names): Trivial simplification.
12747
12748 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12749 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12750
12751 * net/snmp-mode.el (tempo): Don't duplicate requires.
12752
12753 * progmodes/prolog.el (info): No need to load when compiling.
12754 (comint): Require before shell requires it.
12755 (Info-goto-node): Autoload it.
12756 (Info-follow-nearest-node): Declare.
12757 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12758
12759 * textmodes/artist.el (picture-mode-exit): Declare.
12760
12761 * textmodes/reftex-parse.el (reftex-parse-from-file):
12762 Trivial rewrite so the compiler can parse it better.
12763
12764 2013-05-20 Leo Liu <sdl.web@gmail.com>
12765
12766 * progmodes/octave.el (octave-help-mode-map)
12767 (octave-help-mode-finish-hook): New variables.
12768 (octave-help-mode, octave-help-mode-finish): New functions.
12769 (octave-help): Use octave-help-mode.
12770
12771 2013-05-20 Glenn Morris <rgm@gnu.org>
12772
12773 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
12774
12775 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
12776
12777 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12778 start at point, so that expansion starting right after opening
12779 slash in a regexp is recognized.
12780 (ruby-syntax-before-regexp-re): New defvar, extracted from
12781 ruby-syntax-propertize-function. Since the value of this regexp
12782 is looked up at runtime now, we should be able to turn
12783 `ruby-syntax-methods-before-regexp' into a defcustom later.
12784 (ruby-syntax-propertize-function): Split regexp matching into two
12785 parts, for opening and closing slashes. That allows us to skip
12786 over string interpolations and support multiline regexps.
12787 Don't call `ruby-syntax-propertize-expansions', instead use another rule
12788 for them, which calls `ruby-syntax-propertize-expansion'.
12789 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12790 call to `ruby-syntax-propertize-function'.
12791 (ruby-syntax-propertize-expansion): Extracted from
12792 `ruby-syntax-propertize-expansions'. Handles one expansion.
12793 (ruby-syntax-propertize-percent-literal): Leave point right after
12794 the percent symbol, so that the expression expansion rule can
12795 propertize the contents.
12796 (ruby-syntax-propertize-heredoc): Leave point at bol following the
12797 heredoc openers.
12798 (ruby-syntax-propertize-expansions): Remove.
12799
12800 2013-05-18 Juri Linkov <juri@jurta.org>
12801
12802 * man.el (Man-default-man-entry): Remove `-' from the end
12803 of the default value. (Bug#14400)
12804
12805 2013-05-18 Glenn Morris <rgm@gnu.org>
12806
12807 * comint.el (comint-password-prompt-regexp):
12808 Allow "password for XXX" where XXX contains colons (eg https://...).
12809
12810 2013-05-18 Leo Liu <sdl.web@gmail.com>
12811
12812 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
12813 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
12814 (octave-source-directories): Don't check process.
12815 (octave-source-directories, octave-find-definition): Doc fix.
12816
12817 2013-05-18 Glenn Morris <rgm@gnu.org>
12818
12819 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12820 Remove backspace/delete bindings. (Bug#14392)
12821
12822 * cus-dep.el (custom-make-dependencies): Sort the output.
12823 (custom-versions-load-alist): Convert comment to doc.
12824
12825 2013-05-17 Leo Liu <sdl.web@gmail.com>
12826
12827 * newcomment.el (comment-search-backward): Stricter in finding
12828 comment start. (Bug#14303)
12829
12830 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12831 (octave-comment-start-skip): Properly anchored.
12832
12833 2013-05-17 Leo Liu <sdl.web@gmail.com>
12834
12835 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
12836 Clean up when turned off. (Bug#14395)
12837 (smie--highlight-matching-block-overlay): No longer buffer-local.
12838 (smie-highlight-matching-block): Adjust.
12839
12840 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
12841
12842 Doc string fix for "nanoseconds" (Bug#14406).
12843 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
12844 Fix doc string typo that had "nanoseconds" instead of "microseconds".
12845
12846 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
12847
12848 * calc/calc-units.el (math-extract-units): Preserve powers
12849 of units.
12850
12851 2013-05-17 Leo Liu <sdl.web@gmail.com>
12852
12853 * subr.el (delete-consecutive-dups): New function.
12854 * ido.el (ido-set-matches-1): Use it.
12855 * progmodes/octave.el (inferior-octave-completion-table): Use it.
12856 * ido.el (ido-remove-consecutive-dups): Remove.
12857
12858 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12861 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12862 regexp-opt's `words'.
12863
12864 2013-05-16 Leo Liu <sdl.web@gmail.com>
12865
12866 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12867 (smie--highlight-matching-block-overlay)
12868 (smie--highlight-matching-block-lastpos)
12869 (smie--highlight-matching-block-timer): New variables.
12870 (smie-highlight-matching-block): New function.
12871 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
12872 (smie-setup): Conditionally enable smie-blink-matching-open.
12873
12874 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
12875
12876 Sync with upstream verilog-mode r840.
12877 * progmodes/verilog-mode.el (verilog-mode-version)
12878 (verilog-mode-release-date): Update.
12879 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12880 (verilog-sig-tieoff): Fix string error on
12881 AUTORESET with colon define, bug594. Reported by Andrew Hou.
12882 (verilog-read-decls): Fix parameters confusing
12883 AUTOINST interfaces, bug565. Reported by Leith Johnson.
12884
12885 2013-05-16 Eli Zaretskii <eliz@gnu.org>
12886
12887 * subr.el (reveal-filename): New function.
12888
12889 * loadup.el: Compute Emacs executable versions on MS-Windows,
12890 where executables have the .exe extension. Add a hard link
12891 emacs-XX.YY.ZZ.exe on MS-Windows.
12892
12893 * Makefile.in (XARGS_LIMIT): New variable.
12894 (custom-deps, finder-data, autoloads)
12895 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12896 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12897 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12898 (compile-main): Limit xargs according to $(XARGS_LIMIT).
12899
12900 2013-05-16 Leo Liu <sdl.web@gmail.com>
12901
12902 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12903 (octave-mode-menu, octave-mode-map): Remove its uses.
12904
12905 2013-05-16 Reto Zimmermann <reto@gnu.org>
12906
12907 Sync with upstream vhdl mode v3.34.2.
12908 * progmodes/vhdl-mode.el: Use `push' throughout.
12909 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12910 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12911 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
12912 (vhdl-actual-generic-name): New option to derive actual generic name.
12913 (vhdl-port-paste-signals): Replace formal by actual generics.
12914 (vhdl-beautify): New name for old group vhdl-align. Update users.
12915 (vhdl-beautify-options): New option.
12916 (vhdl-last-input-event): New compat alias. Use throughout.
12917 (vhdl-goto-line): Replace user level function `goto-line'.
12918 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12919 vhdl-fix-statement-buffer.
12920 (vhdl-create-mode-menu): Add some entries.
12921 (vhdl-align-region-groups): Respect vhdl-beautify-options.
12922 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12923 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12924 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12925 to force statements on one line.
12926 (vhdl-remove-trailing-spaces-region):
12927 New, split from vhdl-remove-trailing-spaces.
12928 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12929 Respect vhdl-beautify-options.
12930 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12931 (vhdl-update-sensitivity-list): Not add with index if exists without.
12932 Not include array index with signal. Ignore keywords in comments.
12933 (vhdl-get-visible-signals): Regexp tweaks.
12934 (vhdl-template-component-inst): Handle empty library.
12935 (vhdl-template-type): Add template for 'enum' type.
12936 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12937 Use vhdl-replace-string.
12938 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12939 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12940 (vhdl-speedbar-initialize): Update for above name change.
12941 (vhdl-compose-wire-components): Fix in handling of constants.
12942 (vhdl-error-regexp-emacs-alist): New variable.
12943 (vhdl-error-regexp-add-emacs): New function;
12944 adds support for new compile.el (Emacs 22+)
12945 (vhdl-generate-makefile-1): Change target order for single lib. units.
12946 Allow use of absolute file names.
12947
12948 2013-05-16 Leo Liu <sdl.web@gmail.com>
12949
12950 * simple.el (prog-indent-sexp): Indent enclosing defun.
12951
12952 2013-05-15 Glenn Morris <rgm@gnu.org>
12953
12954 * cus-start.el (show-trailing-whitespace): Move to editing basics.
12955 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12956 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12957 (whitespace-highlight): Move to whitespace group.
12958
12959 * comint.el (comint-source):
12960 * pcmpl-linux.el (pcmpl-linux):
12961 * shell.el (shell-faces):
12962 * eshell/esh-opt.el (eshell-opt):
12963 * international/ccl.el (ccl): Remove empty custom groups.
12964
12965 * completion.el (dynamic-completion-mode):
12966 * jit-lock.el (jit-lock-debug-mode):
12967 * minibuffer.el (completion-in-region-mode):
12968 * type-break.el (type-break-mode-line-message-mode)
12969 (type-break-query-mode):
12970 * emulation/tpu-edt.el (tpu-edt-mode):
12971 * progmodes/subword.el (global-subword-mode, global-superword-mode):
12972 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12973 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12974
12975 * term/xterm.el (xterm): Change parent group to terminals.
12976
12977 * master.el (master): Remove empty custom group.
12978 (master-mode): Remove unused :group argument.
12979 * textmodes/refill.el (refill): Remove empty custom group.
12980 (refill-mode): Remove unused :group argument.
12981
12982 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12983
12984 * cus-dep.el: Provide a feature.
12985 (custom-make-dependencies): Ignore dotfiles (dir-locals).
12986 Don't mistakenly ignore files whose basenames match a basename
12987 from preloaded-file-list (eg cedet/ede/simple.el).
12988 Add a fallback method for getting :group.
12989
12990 2013-05-15 Juri Linkov <juri@jurta.org>
12991
12992 * isearch.el (isearch-char-by-name): Rename from
12993 `isearch-insert-char-by-name'. Doc fix.
12994 (isearch-forward): Mention `isearch-char-by-name' in
12995 the docstring. (Bug#13348)
12996
12997 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12998 `exit-minibuffer' instead of
12999 `isearch-nonincremental-exit-minibuffer'.
13000 (isearch-edit-string): Remove mention of
13001 `isearch-nonincremental-exit-minibuffer' from docstring.
13002 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13003 (isearch-forward-exit-minibuffer)
13004 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13005
13006 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * loadup.el: Just use unversioned DOC.
13009
13010 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13011 literals as extending to EOB.
13012 (nxml-last-fontify-end): Remove unused variable.
13013 (nxml-after-change1): Use with-silent-modifications.
13014 (nxml-extend-after-change-region): Simplify.
13015 (nxml-extend-after-change-region1): Remove function.
13016 (nxml-after-change1): Don't adjust for dependent regions.
13017 (nxml-fontify-matcher): Simplify.
13018 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13019 (xmltok-add-dependent): Remove function.
13020 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13021 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13022 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13023 unclosed <[[, <?, comment, and other literals as extending to EOB.
13024 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13025 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13026 Remove functions.
13027 (rng-do-some-validation-1): Don't mark dependent regions.
13028 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13029 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13030 (nxml-clear-dependent-regions): Remove functions.
13031 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13032 (nxml-ensure-scan-up-to-date):
13033 Don't clear&mark dependent regions.
13034
13035 2013-05-15 Leo Liu <sdl.web@gmail.com>
13036
13037 * progmodes/octave.el (octave-goto-function-definition):
13038 Improve and fix callers.
13039
13040 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13041
13042 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13043 the setter (bug#14387).
13044
13045 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13046 surrounding group (bug#14402).
13047
13048 2013-05-14 Juri Linkov <juri@jurta.org>
13049
13050 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13051 (Bug#14390)
13052
13053 2013-05-14 Glenn Morris <rgm@gnu.org>
13054
13055 * progmodes/f90.el (f90-imenu-generic-expression):
13056 Fix typo in 2013-05-08 change. (Bug#14402)
13057
13058 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13059
13060 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13061 Remove signals for which replies are never received.
13062
13063 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13064
13065 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13066 (gdb-handler-alist, gdb-handler-number): Remove variables.
13067 (gdb-handler-list): New variable.
13068 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13069 (gdb-pending-handler-p, gdb-handle-reply)
13070 (gdb-remove-all-pending-triggers): New functions.
13071 (gdb-discard-unordered-replies): New defcustom.
13072 (gdb-handler): New defstruct.
13073 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
13074 instead of gdb-pending-triggers. Update docstring.
13075 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
13076 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13077 (gdb-var-update-handler, def-gdb-auto-update-trigger)
13078 (def-gdb-auto-update-handler, gdb-get-changed-registers)
13079 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13080 (gdb-frame-handler): Pending triggers are now automatically managed.
13081 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13082 Remove argument.
13083 (gdb-input): Automatically handles pending triggers. Update docstring.
13084 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13085 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13086 Update comments.
13087 (gdb-done-or-error): Now use gdb-handle-reply.
13088
13089 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13090
13091 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13092 gdb-debug-log.
13093
13094 2013-05-14 Glenn Morris <rgm@gnu.org>
13095
13096 * subr.el (user-emacs-directory-warning): New option.
13097 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
13098
13099 2013-05-14 Leo Liu <sdl.web@gmail.com>
13100
13101 * progmodes/octave.el (octave-font-lock-keywords): Fix error
13102 during redisplay.
13103 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13104 (octave-font-lock-texinfo-comment): Fix invalid search bound
13105 error: wrong side of point.
13106
13107 2013-05-14 Glenn Morris <rgm@gnu.org>
13108
13109 * progmodes/flymake.el (flymake-xml-program): New option.
13110 (flymake-xml-init): Use it.
13111
13112 * term/xterm.el: Provide a feature.
13113
13114 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
13115
13116 2013-05-13 Glenn Morris <rgm@gnu.org>
13117
13118 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13119 Add compat aliases as a hack workaround. (Bug#14384)
13120
13121 2013-05-13 Leo Liu <sdl.web@gmail.com>
13122
13123 * progmodes/octave.el (octave-indent-comment): Fix indentation for
13124 ###, and %!.
13125 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13126 C-M-q.
13127 (octave-comment-start-skip): Include %!.
13128 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13129
13130 2013-05-12 Leo Liu <sdl.web@gmail.com>
13131
13132 * progmodes/octave.el (inferior-octave-startup): Store the value
13133 of __octave_srcdir__ for octave-source-directories.
13134 (inferior-octave-check-process): New function refactored out of
13135 inferior-octave-send-list-and-digest.
13136 (octave-source-directories)
13137 (octave-find-definition-filename-function): New variables.
13138 (octave-source-directories)
13139 (octave-find-definition-default-filename): New functions.
13140 (octave-find-definition): Improve to find functions implemented in C++.
13141
13142 2013-05-12 Glenn Morris <rgm@gnu.org>
13143
13144 * calendar/diary-lib.el (diary-outlook-format-1):
13145 Don't include dayname in the output. (Bug#14349)
13146
13147 2013-05-11 Glenn Morris <rgm@gnu.org>
13148
13149 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13150
13151 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13152 Treat cc-provide like provide.
13153
13154 2013-05-11 Kevin Ryde <user42@zip.com.au>
13155
13156 * cus-dep.el (custom-make-dependencies):
13157 Use generated-autoload-load-name for the sake of files such
13158 such cedet/semantic/bovine/c.el, where the base file name
13159 is not in load-path. (Bug#5277)
13160
13161 2013-05-11 Glenn Morris <rgm@gnu.org>
13162
13163 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13164 Provide features.
13165
13166 2013-05-11 Leo Liu <sdl.web@gmail.com>
13167
13168 * progmodes/octave.el (octave-indent-comment): Improve.
13169 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
13170 (octave-eldoc-function-signatures, octave-eldoc-function):
13171 New functions.
13172 (octave-mode, inferior-octave-mode): Add eldoc support.
13173
13174 2013-05-11 Richard Stallman <rms@gnu.org>
13175
13176 * epa.el (epa-decrypt-file): Take output file name as argument
13177 and read it using `interactive'.
13178
13179 2013-05-11 Leo Liu <sdl.web@gmail.com>
13180
13181 * progmodes/octave.el (octave-beginning-of-line)
13182 (octave-end-of-line): Check before using up-list because it jumps
13183 out of more syntactic contructs since moving to smie.
13184 (octave-indent-comment): New function.
13185 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
13186 (octave-begin-keywords, octave-end-keywords)
13187 (octave-reserved-words, octave-smie-bnf-table)
13188 (octave-smie-rules): Add new keywords from Octave 3.6.4.
13189
13190 2013-05-11 Glenn Morris <rgm@gnu.org>
13191
13192 * faces.el (internal-face-x-get-resource):
13193 * frame.el (ns-display-monitor-attributes-list):
13194 * calc/calc-aent.el (math-to-radians-2):
13195 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13196 Fix declarations.
13197
13198 * calc/calc-menu.el: Make it loadable in isolation.
13199
13200 * net/eudcb-bbdb.el: Make it loadable without bbdb.
13201 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13202 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13203 (eudc-bbdb-query-internal): Require 'bbdb.
13204
13205 * lpr.el (lpr-headers-switches):
13206 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13207
13208 * progmodes/sql.el (sql-login-params): Fix and improve :type.
13209
13210 * emulation/edt-mapper.el: In batch mode, error rather than hang.
13211
13212 * term.el (term-set-escape-char): Make it idempotent.
13213
13214 2013-05-10 Leo Liu <sdl.web@gmail.com>
13215
13216 * progmodes/octave.el (inferior-octave-completion-table):
13217 No longer a function and all uses changed. Use cache to speed up
13218 completion due to bug#11906.
13219 (octave-beginning-of-defun): Re-write to be more general.
13220
13221 2013-05-10 Glenn Morris <rgm@gnu.org>
13222
13223 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13224
13225 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13226
13227 * comint.el (comint-redirect-send-command-to-process): Use :around
13228 rather than :override for comint-redirect-filter.
13229 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13230 Call it instead of comint-redirect-original-filter-function (which
13231 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
13232
13233 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
13234
13235 * frame.el (display-monitor-attributes-list): Add NS case.
13236 (ns-display-monitor-attributes-list): Declare.
13237
13238 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
13239
13240 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
13241
13242 2013-05-09 Glenn Morris <rgm@gnu.org>
13243
13244 * international/fontset.el (vertical-centering-font-regexp):
13245 Set standard-value.
13246
13247 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13248
13249 * bookmark.el (bookmark-search-delay):
13250 * cus-start.el (vertical-centering-font-regexp):
13251 * ps-mule.el (ps-mule-font-info-database-default):
13252 * ps-print.el (ps-default-fg, ps-default-bg):
13253 * type-break.el (type-break-good-break-interval):
13254 * whitespace.el (whitespace-indentation-regexp)
13255 (whitespace-space-after-tab-regexp):
13256 * emacs-lisp/testcover.el (testcover-1value-functions)
13257 (testcover-noreturn-functions, testcover-progn-functions)
13258 (testcover-prog1-functions):
13259 * emulation/viper-init.el (viper-emacs-state-cursor-color):
13260 * eshell/em-glob.el (eshell-glob-translate-alist):
13261 * play/tetris.el (tetris-tty-colors):
13262 * progmodes/cpp.el (cpp-face-default-list):
13263 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13264 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13265 (idlwave-help-browser-generic-args):
13266 * progmodes/make-mode.el (makefile-special-targets-list):
13267 * progmodes/python.el (python-shell-virtualenv-path):
13268 * progmodes/verilog-mode.el (verilog-active-low-regexp)
13269 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13270 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13271 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13272 * textmodes/reftex-vars.el (reftex-format-label-function):
13273 * textmodes/remember.el (remember-diary-file): Fix custom types.
13274
13275 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13276 Add :version.
13277
13278 2013-05-09 Leo Liu <sdl.web@gmail.com>
13279
13280 * progmodes/octave.el (inferior-octave-completion-at-point):
13281 Restore file completion. (Bug#14300)
13282 (inferior-octave-startup): Fix incorrect highlighting for the
13283 first prompt.
13284
13285 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13286
13287 * progmodes/ruby-mode.el: First cut at SMIE support.
13288 (ruby-use-smie): New var.
13289 (ruby-smie-grammar): New constant.
13290 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13291 (ruby-smie--forward-token, ruby-smie--backward-token)
13292 (ruby-smie-rules): New functions.
13293 (ruby-mode-variables): Setup SMIE if applicable.
13294
13295 2013-05-08 Eli Zaretskii <eliz@gnu.org>
13296
13297 * simple.el (line-move-visual): Signal beginning/end of buffer
13298 only if vertical-motion moved less than it was requested. Avoids
13299 silly incorrect error messages when there are display strings with
13300 multiple newlines at EOL.
13301
13302 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13303
13304 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13305 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13306 (prolog-char-quote-workaround):
13307 * progmodes/cperl-mode.el (cperl-under-as-char):
13308 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13309 Mark as obsolete.
13310 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13311 their declaration.
13312 (vhdl-mode-syntax-table-init): Remove.
13313
13314 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13315 last change.
13316
13317 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13318 syntax for "_".
13319 (ld-script-font-lock-keywords):
13320 Change regexps to use things like \_< and \_>.
13321
13322 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13323 Change all regexps to use things like \_< and \_>.
13324
13325 * progmodes/autoconf.el (autoconf-definition-regexp)
13326 (autoconf-font-lock-keywords, autoconf-current-defun-function):
13327 Handle a _ with symbol syntax.
13328 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13329
13330 * progmodes/ada-mode.el (ada-mode-abbrev-table):
13331 Consolidate declaration.
13332 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13333 the declaration.
13334 (ada-create-syntax-table): Remove.
13335 (ada-capitalize-word): Don't mess with the syntax of "_" since it
13336 already has the right syntax nowadays.
13337 (ada-goto-next-word): Don't change the syntax of "_".
13338
13339 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13340 with-wrapper-hook.
13341
13342 2013-05-08 Sam Steingold <sds@gnu.org>
13343
13344 * thingatpt.el (thing-at-point): Accept optional second argument
13345 NO-PROPERTIES to strip the text properties from the return value.
13346 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13347 to `thing-at-point' instead of stripping the properties ourselves.
13348 Also, when `thing-at-point' fails to find a url, prepend "http://"
13349 to the filename at point on the assumption that the user is
13350 pointing at something like gnu.org/gnu.
13351
13352 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
13353
13354 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13355 * faces.el (crm-separator):
13356 Silence byte-compiler.
13357
13358 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13359 (tool-bar-map): Remove unneeded defvars.
13360
13361 2013-05-08 Leo Liu <sdl.web@gmail.com>
13362
13363 Re-work a fix for bug#10994 based on Le Wang's patch.
13364 * ido.el (ido-remove-consecutive-dups): New helper.
13365 (ido-completing-read): Use it.
13366 (ido-chop): Revert fix for bug#10994.
13367
13368 2013-05-08 Adam Spiers <emacs@adamspiers.org>
13369
13370 * cus-edit.el (custom-save-variables):
13371 Pretty-print long values. (Bug#14187)
13372
13373 2013-05-08 Glenn Morris <rgm@gnu.org>
13374
13375 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13376 (m4-mode-syntax-table): Init in the defvar.
13377 (m4-mode-abbrev-table): Let define-derived-mode define it.
13378
13379 2013-05-08 Tom Tromey <tromey@redhat.com>
13380
13381 * progmodes/m4-mode.el (m4-mode-syntax-table):
13382 Do not treat "_" as word constituent. (Bug#14167)
13383
13384 2013-05-07 Glenn Morris <rgm@gnu.org>
13385
13386 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13387 Remove explicit eshell-isearch-cancel-map.
13388
13389 * progmodes/f90.el (f90-smart-end-names): New option.
13390 (f90-smart-end): Doc fix.
13391 (f90-end-block-optional-name): New constant.
13392 (f90-block-match): Respect f90-smart-end-names.
13393
13394 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13395
13396 * progmodes/octave.el (octave-smie-forward-token): Be more careful
13397 about implicit semi-colons (bug#14218).
13398
13399 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13400
13401 * frame.el (display-monitor-attributes-list)
13402 (frame-monitor-attributes): New functions.
13403
13404 2013-05-06 Leo Liu <sdl.web@gmail.com>
13405
13406 * progmodes/octave.el (octave-syntax-propertize-function): Change
13407 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
13408 (octave-font-lock-keywords): Use octave-operator-regexp.
13409 (octave-completion-at-point): Rename from
13410 octave-completion-at-point-function.
13411 (inferior-octave-directory-tracker): Robustify.
13412 (octave-text-functions): Remove and fix its uses. No such things
13413 any more.
13414
13415 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13416
13417 * emacs-lisp/trace.el (trace--display-buffer): New function.
13418 (trace-make-advice): Use it.
13419
13420 2013-05-06 Juri Linkov <juri@jurta.org>
13421
13422 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
13423 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13424 Doc fix.
13425 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13426 in the help string. (Bug#12985)
13427
13428 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
13429
13430 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
13431
13432 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13433
13434 * progmodes/perl-mode.el: Add support for here documents.
13435 (perl-syntax-propertize-function): Match here-doc markers.
13436 (perl-syntax-propertize-special-constructs): Find their end.
13437 (perl-imenu-generic-expression): Use [:alnum:].
13438
13439 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13440 (advice--add-function): Refresh the advice if already present
13441 (bug#14317).
13442
13443 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
13444
13445 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
13446
13447 2013-05-06 Glenn Morris <rgm@gnu.org>
13448
13449 * w32-fns.el (w32-charset-info-alist): Declare.
13450
13451 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13452 of its defcustom properties.
13453 (eshell-cmpl-initialize): No need to load pcomplete.
13454
13455 * generic-x.el: No need to require comint when compiling.
13456
13457 * net/eudc-export.el: Make it loadable without bbdb.
13458 (top-level): Use require rather than load-library.
13459 (eudc-create-bbdb-record, eudc-bbdbify-phone)
13460 (eudc-batch-export-records-to-bbdb)
13461 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13462 Require bbdb.
13463
13464 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13465
13466 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13467 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13468 some tweaks, instead.
13469
13470 2013-05-05 Leo Liu <sdl.web@gmail.com>
13471
13472 * progmodes/octave.el (octave-font-lock-keywords)
13473 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13474 (inferior-octave-send-list-and-digest): Improve error message.
13475 (octave-mode, inferior-octave-mode): Use setq-local.
13476 (octave-help): Set info-lookup-mode.
13477
13478 2013-05-05 Richard Stallman <rms@gnu.org>
13479
13480 * vc/compare-w.el (compare-windows-whitespace):
13481 Treat no-break space as whitespace.
13482
13483 * mail/rmailsum.el (rmail-summary-rmail-update):
13484 Detect empty summary and don't change selected message.
13485 (rmail-summary-goto-msg): Likewise.
13486
13487 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13488 Doc fixes, rename args.
13489
13490 2013-05-05 Alan Mackenzie <acm@muc.de>
13491
13492 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13493
13494 2013-05-05 Juri Linkov <juri@jurta.org>
13495
13496 * info.el (Info-read-subfile): Use (point-min) instead of (point)
13497 to not add the length of the summary segment to the return value.
13498 (Bug#14125)
13499
13500 2013-05-05 Leo Liu <sdl.web@gmail.com>
13501
13502 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13503 (inferior-octave-output-filter): Remove.
13504 (octave-send-region, inferior-octave-startup): Fix callers.
13505 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13506 (octave-binary-file-extensions): New user variable.
13507 (octave-find-definition): Confirm if opening binary files.
13508 (octave-help-file): Use octave-find-definition to get the binary
13509 confirmation.
13510 (octave-help): Adjust for octave-help-file change.
13511
13512 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13513
13514 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13515 Merge the two entries that handle function definitions.
13516 (pascal--syntax-propertize): New const.
13517 (pascal-mode): Use it. Use setq-local.
13518
13519 2013-05-04 Glenn Morris <rgm@gnu.org>
13520
13521 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13522 (diary-from-outlook): Respect diary-from-outlook-function.
13523
13524 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13525
13526 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13527 Move the declaration from C.
13528 (read-minibuffer, eval-minibuffer): Move from C.
13529 (completion-setup-function): Avoid minibuffer-completion-contents.
13530
13531 2013-05-03 Leo Liu <sdl.web@gmail.com>
13532
13533 * progmodes/octave.el (octave-font-lock-keywords): Do not
13534 dehighlight 'end' in comments or strings.
13535 (octave-completing-read, octave-goto-function-definition):
13536 New helpers.
13537 (octave-help-buffer): New user variable.
13538 (octave-help-file, octave-help-function): New button types.
13539 (octave-help): New command and bind it to C-h ;.
13540 (octave-find-definition): New command and bind it to M-.
13541 (user-error): Alias to error if not defined.
13542
13543 2013-05-02 Leo Liu <sdl.web@gmail.com>
13544
13545 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13546 for \. (bug#14332)
13547 (octave-font-lock-keywords): Include [ and {.
13548
13549 2013-05-02 Leo Liu <sdl.web@gmail.com>
13550
13551 * progmodes/octave.el (inferior-octave-startup-file): Change default.
13552 (inferior-octave): Remove calling comint-mode and return the buffer.
13553 (inferior-octave-startup): Cosmetic changes.
13554
13555 2013-05-02 Leo Liu <sdl.web@gmail.com>
13556
13557 * progmodes/octave.el (octave-syntax-propertize-function):
13558 Include the case when ' is at line beginning. (Bug#14336)
13559
13560 2013-05-02 Glenn Morris <rgm@gnu.org>
13561
13562 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13563 * desktop.el (vc-dir-mode): Just autoload it here.
13564
13565 2013-05-02 Alan Mackenzie <acm@muc.de>
13566
13567 Eliminate variable c-standard-font-lock-fontify-region-function.
13568 * progmodes/cc-mode.el
13569 (c-standard-font-lock-fontify-region-function): Remove.
13570 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13571
13572 2013-05-01 Leo Liu <sdl.web@gmail.com>
13573
13574 * progmodes/octave.el: Compatible with older emacs-24 releases.
13575 (inferior-octave-has-built-in-variables): Remove. Built-in
13576 variables were removed from Octave in 2007.
13577 (inferior-octave-startup): Fix uses.
13578 (comint-line-beginning-position): Remove compatibility code for
13579 emacs 21.
13580
13581 2013-05-01 Juri Linkov <juri@jurta.org>
13582
13583 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
13584
13585 2013-05-01 Juri Linkov <juri@jurta.org>
13586
13587 * comint.el (comint-previous-matching-input): Don't print message
13588 "History item: %d" when `isearch-mode' is active.
13589 (comint-history-isearch-message): Print message "History item: %d"
13590 when `comint-input-ring-index' is not empty and this function is
13591 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
13592
13593 2013-05-01 Leo Liu <sdl.web@gmail.com>
13594
13595 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13596 definitions. Use completion-at-point to insert keywords.
13597 (octave-abbrev-start): Remove.
13598 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13599
13600 2013-04-30 Leo Liu <sdl.web@gmail.com>
13601
13602 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13603 change.
13604
13605 2013-04-30 Alan Mackenzie <acm@muc.de>
13606
13607 Handle arbitrarily long C++ member initialisation lists.
13608 * progmodes/cc-engine.el (c-back-over-member-initializers):
13609 new function.
13610 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13611 (most) member init lists.
13612
13613 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13614
13615 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13616 variable.
13617
13618 2013-04-30 Leo Liu <sdl.web@gmail.com>
13619
13620 * progmodes/octave.el (octave-variables): Remove. No builtin
13621 variables any more. All converted to functions.
13622 (octave-font-lock-keywords, octave-completion-at-point-function):
13623 Fix uses.
13624 (octave-font-lock-texinfo-comment): New user variable.
13625 (octave-texinfo-font-lock-keywords): New variable for texinfo
13626 comment block.
13627 (octave-function-comment-block): New face.
13628 (octave-font-lock-texinfo-comment): New function.
13629 (octave-mode): Font lock texinfo comment block.
13630
13631 2013-04-29 Leo Liu <sdl.web@gmail.com>
13632
13633 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13634 indexing expression.
13635 (octave-continuation-string): Do not use \.
13636 (inferior-octave-complete-impossible): Remove.
13637 (inferior-octave-completion-table)
13638 (inferior-octave-completion-at-point): Remove its uses.
13639 (inferior-octave-startup): completion_matches was introduced to
13640 Octave in 1996 so safe to assume it.
13641 (octave-function-file-comment): Improve to follow how Octave does it.
13642 (octave-update-function-file-comment): Tweak.
13643
13644 2013-04-29 Leo Liu <sdl.web@gmail.com>
13645
13646 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13647 (inferior-octave-startup): Remove inferior-octave-startup-hook.
13648 (octave-function-file-comment): Fix typo.
13649 (octave-sync-function-file-names): Use read-char-choice.
13650
13651 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
13652
13653 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13654 to t for the less important warnings.
13655
13656 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
13657
13658 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
13659
13660 2013-04-27 Glenn Morris <rgm@gnu.org>
13661
13662 * vc/log-view.el (log-view-current-entry):
13663 Treat "---" separator lines as part of the following rev. (Bug#14169)
13664
13665 2013-04-27 Juri Linkov <juri@jurta.org>
13666
13667 * subr.el (read-number): Doc fix about using it by interactive
13668 code letter `n'. (Bug#14254)
13669
13670 2013-04-27 Juri Linkov <juri@jurta.org>
13671
13672 * desktop.el (desktop-auto-save-timeout): New option.
13673 (desktop-file-checksum): New variable.
13674 (desktop-save): Add optional arg `auto-save' and don't auto-save
13675 if nothing changed.
13676 (desktop-auto-save-timer): New variable.
13677 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13678 (after-init-hook): Call `desktop-auto-save-set-timer'.
13679 Suggested by Reuben Thomas <rrt@sc3d.org> in
13680 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13681
13682 2013-04-27 Leo Liu <sdl.web@gmail.com>
13683
13684 * progmodes/octave.el (octave-function-file-p)
13685 (octave-skip-comment-forward, octave-function-file-comment)
13686 (octave-update-function-file-comment): New functions.
13687 (octave-mode-map): Bind C-c ; to
13688 octave-update-function-file-comment.
13689 (octave-mode-menu): Add octave-update-function-file-comment.
13690 (octave-mode, inferior-octave-mode): Fix doc-string.
13691 (octave-insert-defun): Conform to Octave's coding convention.
13692 (Bug#14285)
13693
13694 * files.el (basic-save-buffer): Don't let errors in
13695 before-save-hook prevent saving buffer.
13696
13697 2013-04-20 Roland Winkler <winkler@gnu.org>
13698
13699 * faces.el (read-face-name): Use completing-read if arg multiple
13700 is nil.
13701
13702 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
13703
13704 * ls-lisp.el (ls-lisp-insert-directory): If no files are
13705 displayed, move point to after the totals line.
13706 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
13707 for the details.
13708
13709 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13710
13711 * emacs-lisp/package.el (package-autoload-ensure-default-file):
13712 Add current dir to the load-path.
13713 (package-generate-autoloads): Don't rely on
13714 autoload-ensure-default-file.
13715
13716 2013-04-26 Reuben Thomas <rrt@sc3d.org>
13717
13718 * textmodes/remember.el (remember-store-in-files): Document that
13719 the file name format is passed to `format-time-string'.
13720
13721 2013-04-26 Leo Liu <sdl.web@gmail.com>
13722
13723 * progmodes/octave.el (octave-sync-function-file-names): New function.
13724 (octave-mode): Use it in before-save-hook.
13725
13726 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13727
13728 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13729 (bug#14274).
13730
13731 * progmodes/octave.el (octave-smie-forward-token): Properly skip
13732 \n and comment, even if it's not an implicit ; (bug#14218).
13733
13734 2013-04-26 Glenn Morris <rgm@gnu.org>
13735
13736 * subr.el (read-number): Once more use `read' rather than
13737 `string-to-number', to trap non-numeric input. (Bug#14254)
13738
13739 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
13740
13741 * emacs-lisp/syntax.el (syntax-propertize-multiline):
13742 Use `syntax-multiline' text property consistently instead of
13743 `font-lock-multiline'. (Bug#14237)
13744
13745 2013-04-26 Glenn Morris <rgm@gnu.org>
13746
13747 * emacs-lisp/shadow.el (list-load-path-shadows):
13748 No longer necessary to check for duplicate simple.el, since
13749 2012-07-07 change to init_lread to not include installation lisp
13750 directories in load-path when running uninstalled. (Bug#14270)
13751
13752 2013-04-26 Leo Liu <sdl.web@gmail.com>
13753
13754 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13755 (octave-mode, inferior-octave-mode): Use setq-local.
13756 (octave-not-in-string-or-comment-p): Rename to
13757 octave-in-string-or-comment-p.
13758 (octave-in-comment-p, octave-in-string-p)
13759 (octave-in-string-or-comment-p): Replace defsubst with defun.
13760
13761 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
13762
13763 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13764
13765 2013-04-25 Bastien Guerry <bzg@gnu.org>
13766
13767 * textmodes/remember.el (remember-data-directory)
13768 (remember-directory-file-name-format): Fix custom types.
13769
13770 2013-04-25 Leo Liu <sdl.web@gmail.com>
13771
13772 * progmodes/octave.el (octave-completion-at-point-function):
13773 Make use of inferior octave process.
13774 (octave-initialize-completions): Remove.
13775 (inferior-octave-completion-table): New function.
13776 (inferior-octave-completion-at-point): Use it.
13777 (octave-completion-alist): Remove.
13778
13779 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13780
13781 * progmodes/opascal.el: Use font-lock and syntax-propertize.
13782 (opascal-mode-syntax-table): New var.
13783 (opascal-literal-kind, opascal-is-literal-end)
13784 (opascal-literal-token-at): Rewrite.
13785 (opascal--literal-start-re, opascal-font-lock-keywords)
13786 (opascal--syntax-propertize): New constants.
13787 (opascal-font-lock-defaults): Adjust.
13788 (opascal-mode): Use them. Set comment-<foo> variables as well.
13789 (delphi-comment-face, opascal-comment-face, delphi-string-face)
13790 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13791 (delphi-other-face, opascal-other-face): Remove face variables.
13792 (opascal-save-state): Remove macro.
13793 (opascal-fontifying-progress-step): Remove constant.
13794 (opascal--ignore-changes): Remove var.
13795 (opascal-set-token-property, opascal-parse-next-literal)
13796 (opascal-is-stable-literal, opascal-complete-literal)
13797 (opascal-is-literal-start, opascal-face-of)
13798 (opascal-parse-region, opascal-parse-region-until-stable)
13799 (opascal-fontify-region, opascal-after-change)
13800 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13801 (opascal-debug-parse-region, opascal-debug-parse-window)
13802 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13803 (opascal-debug-fontify-buffer): Remove.
13804 (opascal-debug-mode-map): Adjust accordingly.
13805
13806 2013-04-25 Leo Liu <sdl.web@gmail.com>
13807
13808 Merge octave-mod.el and octave-inf.el into octave.el with some
13809 cleanups.
13810 * progmodes/octave.el: New file renamed from octave-mod.el.
13811 * progmodes/octave-inf.el: Merged into octave.el.
13812 * progmodes/octave-mod.el: Renamed to octave.el.
13813
13814 2013-04-25 Tassilo Horn <tsdh@gnu.org>
13815
13816 * textmodes/reftex-vars.el
13817 (reftex-label-ignored-macros-and-environments): New defcustom.
13818
13819 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13820
13821 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13824 (smie-indent-keyword): Improve the check to ensure that the next
13825 comment is really on the same line.
13826 (smie-indent-comment): Don't align with a subsequent closer (or eob).
13827
13828 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13829 semi-colons if the line is not otherwise empty (bug#14218).
13830
13831 2013-04-25 Glenn Morris <rgm@gnu.org>
13832
13833 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
13834
13835 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13836
13837 * progmodes/opascal.el (opascal-set-token-property): Rename from
13838 opascal-set-text-properties and only set `token' (bug#14134).
13839 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
13840 (opascal-literal-text-properties): Remove.
13841 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
13842 Adjust callers.
13843
13844 2013-04-24 Reuben Thomas <rrt@sc3d.org>
13845
13846 * textmodes/remember.el (remember-handler-functions): Add an
13847 option for a new handler `remember-store-in-files'.
13848 (remember-data-directory, remember-directory-file-name-format):
13849 New options.
13850 (remember-store-in-files): New function to store remember notes
13851 as separate files within a directory.
13852
13853 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
13854
13855 * progmodes/compile.el (compilation-next-error-function):
13856 Pass "formats" to compilation-find-file (bug#11777).
13857
13858 2013-04-24 Glenn Morris <rgm@gnu.org>
13859
13860 * vc/vc-bzr.el (vc-bzr-print-log):
13861 * vc/vc-hg.el (vc-hg-print-log):
13862 * vc/vc-svn.el (vc-svn-print-log):
13863 Fix START-REVISION with LIMIT != 1. (Bug#14168)
13864
13865 * vc/vc-bzr.el (vc-bzr-print-log):
13866 * vc/vc-cvs.el (vc-cvs-print-log):
13867 * vc/vc-git.el (vc-git-print-log):
13868 * vc/vc-hg.el (vc-hg-print-log):
13869 * vc/vc-mtn.el (vc-mtn-print-log):
13870 * vc/vc-rcs.el (vc-rcs-print-log):
13871 * vc/vc-sccs.el (vc-sccs-print-log):
13872 * vc/vc-svn.el (vc-svn-print-log):
13873 * vc/vc.el (vc-print-log-internal): Doc fixes.
13874
13875 2013-04-23 Glenn Morris <rgm@gnu.org>
13876
13877 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13878 Remove venerable code attempting to avoid substitute-command-keys.
13879
13880 2013-04-23 Tassilo Horn <tsdh@gnu.org>
13881
13882 * textmodes/reftex-vars.el (reftex-label-regexps):
13883 Call `reftex-compile-variables' after changes to this variable.
13884
13885 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13886
13887 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
13888 Use lexical-binding.
13889 (jit-lock-force-redisplay): Use markers, check buffer's continued
13890 existence and beware narrowed buffers.
13891 (jit-lock-fontify-now): Adjust call accordingly.
13892
13893 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13894
13895 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13896 to avoid misleading the user.
13897
13898 2013-04-22 Leo Liu <sdl.web@gmail.com>
13899
13900 * info-look.el: Prefer latex2e.info. (Bug#14240)
13901
13902 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
13903
13904 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
13905
13906 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13907 * net/tramp.el (tramp-call-process): ... here.
13908 (tramp-set-completion-function, tramp-parse-putty):
13909 * net/tramp-adb.el (tramp-adb-execute-adb-command):
13910 * net/tramp-gvfs.el (tramp-gvfs-send-command):
13911 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13912 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13913 (tramp-call-local-coding-command): Use `tramp-call-process'
13914 instead of `tramp-compat-call-process'.
13915
13916 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13917 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13918 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13919 (tramp-find-inline-compress): Improve traces.
13920 (tramp-maybe-send-script): Check for Perl binary.
13921 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13922
13923 2013-04-22 Daiki Ueno <ueno@gnu.org>
13924
13925 * epg.el (epg-context-pinentry-mode): New function.
13926 (epg-context-set-pinentry-mode): New function.
13927 (epg--start): Pass --pinentry-mode option to gpg command.
13928
13929 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
13930
13931 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13932 `comint-dynamic-complete' is obsolete since 24.1, replaced by
13933 `completion-at-point'. (Bug#13774)
13934
13935 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13936 default key binding for `describe-distribution' has been moved to
13937 `C-h C-o'. (Bug#13970)
13938
13939 2013-04-21 Glenn Morris <rgm@gnu.org>
13940
13941 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13942 Add doc strings.
13943 (vc-print-log): Clarify interactive prompt.
13944
13945 2013-04-20 Glenn Morris <rgm@gnu.org>
13946
13947 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13948 No longer include timestamp etc information.
13949
13950 2013-04-20 Roland Winkler <winkler@gnu.org>
13951
13952 * faces.el (read-face-name): Bug fix, return just one face if arg
13953 multiple is nil. (Bug#14209)
13954
13955 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13956
13957 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13958 (remove-function): Autoload.
13959
13960 * comint.el (comint-redirect-original-filter-function): Remove.
13961 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13962 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13963 (vc-cvs-annotate-command):
13964 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13965 * progmodes/prolog.el (prolog-consult-compile):
13966 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13967 Use add/remove-function instead.
13968 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13969 (gud-tooltip-process-output, gud-tooltip-tips):
13970 Use add/remove-function instead.
13971 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13972 (scheme-interaction-mode, exit-scheme-interaction-mode):
13973 Use add/remove-function instead.
13974
13975 * vc/vc-dispatcher.el: Use lexical-binding.
13976 (vc--process-sentinel): Rename from vc-process-sentinel.
13977 Change last arg to be the code to run. Don't use vc-previous-sentinel
13978 and vc-sentinel-commands any more.
13979 (vc-exec-after): Allow code to be a function. Use add/remove-function.
13980 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13981
13982 2013-04-19 Masatake YAMATO <yamato@redhat.com>
13983
13984 * progmodes/sh-script.el (sh-imenu-generic-expression):
13985 Handle function names with a single character. (Bug#14111)
13986
13987 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
13988
13989 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13990 for subroutines defined in an eval (bug#14182).
13991
13992 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13993
13994 * bookmark.el (bookmark-completing-read): Improve handling of empty
13995 string (bug#14176).
13996
13997 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13998
13999 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14000
14001 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14002
14003 New faster Imenu implementation (bug#14058).
14004 * progmodes/python.el:
14005 (python-imenu-prev-index-position):
14006 (python-imenu-format-item-label-function)
14007 (python-imenu-format-parent-item-label-function)
14008 (python-imenu-format-parent-item-jump-label-function):
14009 New vars.
14010 (python-imenu-format-item-label)
14011 (python-imenu-format-parent-item-label)
14012 (python-imenu-format-parent-item-jump-label)
14013 (python-imenu--put-parent, python-imenu--build-tree)
14014 (python-imenu-create-index, python-imenu-create-flat-index)
14015 (python-util-popn): New functions.
14016 (python-mode): Set imenu-create-index-function to
14017 python-imenu-create-index.
14018
14019 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14020
14021 * winner.el (winner-active-region): Use region-active-p, activate-mark
14022 and deactivate-mark (bug#14225).
14023
14024 * simple.el (deactivate-mark): Don't inline it.
14025
14026 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14027
14028 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14029
14030 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14031
14032 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14033 file extensions from the archive-mode entry in order to prefer
14034 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14035
14036 2013-04-18 Leo Liu <sdl.web@gmail.com>
14037
14038 * bindings.el (help-event-list): Add ?\?.
14039
14040 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14041
14042 * subr.el (with-wrapper-hook): Declare obsolete.
14043 * simple.el (filter-buffer-substring-function): New hook.
14044 (filter-buffer-substring): Use it.
14045 (filter-buffer-substring-functions): Mark obsolete.
14046 * minibuffer.el (completion-in-region-function): New hook.
14047 (completion-in-region): Use it.
14048 (completion-in-region-functions): Mark obsolete.
14049 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14050 * abbrev.el (abbrev-expand-function): New hook.
14051 (expand-abbrev): Use it.
14052 (abbrev-expand-functions): Mark obsolete.
14053 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14054 and :filter-return.
14055
14056 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14057
14058 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14059 and do not care about match data.
14060
14061 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14062
14063 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14064 completion tables when completing error conditions and
14065 `declare' arguments.
14066 (lisp-complete-symbol, field-complete): Mark as obsolete.
14067 (check-parens): Unmatched parens are user errors.
14068 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14069
14070 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
14071
14072 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14073 command changed buffer (ie. `flyspell-pre-buffer' is not current
14074 buffer), which prevents making decisions based on invalid value of
14075 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
14076 cause an error when `flyspell-pre-point' was nil after switching
14077 buffers.
14078 (flyspell-post-command-hook): No longer needs to change buffers when
14079 checking pre-word. While at it remove unnecessary progn.
14080
14081 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
14082
14083 * textmodes/ispell.el (ispell-add-per-file-word-list):
14084 Fix `flyspell-correct-word-before-point' error when accepting
14085 words and `coment-padding' is an integer by using
14086 `comment-normalize-vars' (Bug #14214).
14087
14088 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14089
14090 New defun movement commands.
14091 * progmodes/python.el (python-nav--syntactically)
14092 (python-nav--forward-defun, python-nav-backward-defun)
14093 (python-nav-forward-defun): New functions.
14094
14095 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14096
14097 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14098 (python-syntax-context): Use named compiler-macro for backwards
14099 compatibility with Emacs 24.x.
14100
14101 2013-04-17 Leo Liu <sdl.web@gmail.com>
14102
14103 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14104 octave-hide-process-buffer.
14105
14106 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14107
14108 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14109 (bug#14216).
14110
14111 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
14112
14113 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14114 Fix adjustment of offset when receiving incomplete responses from GDB
14115 (bug#14129).
14116
14117 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14118
14119 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14120 python-mode-abbrev-table.
14121 (python-skeleton-define): Adjust accordingly.
14122 (python-mode-abbrev-table): New table that inherits from it so that
14123 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14124
14125 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14126 (abbrev-symbol): Use it.
14127 (abbrev--before-point): Use it since we already handle inheritance.
14128
14129 2013-04-16 Leo Liu <sdl.web@gmail.com>
14130
14131 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14132 binding to info-lookup-symbol.
14133
14134 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
14135
14136 * minibuffer.el (completion--twq-all):
14137 * term/ns-win.el (ns-initialize-window-system):
14138 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14139
14140 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14141
14142 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14143 global bindings.
14144
14145 * doc-view.el (doc-view-start-process): Handle url-handler directories.
14146
14147 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
14148
14149 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14150 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14151 to nil.
14152 (ruby-end-of-defun): Remove the unused arg, change the docstring
14153 to reflect that this function is only used as the value of
14154 `end-of-defun-function'.
14155 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14156 to reflect an earlier change that beginning/end-of-defun functions
14157 jump between methods in a class definition, as well as top-level
14158 functions.
14159
14160 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14161
14162 * minibuffer.el (minibuffer-complete): Don't just scroll
14163 a *Completions* that's been iconified.
14164 (minibuffer-force-complete): Make sure repetitions do cycle when going
14165 through completion-in-region -> minibuffer-complete.
14166
14167 2013-04-15 Alan Mackenzie <acm@muc.de>
14168
14169 Correct the placement of c-cpp-delimiters when there're #s not at
14170 col 0.
14171
14172 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14173 place a submatch around the #.
14174 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14175 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
14176 on the #, not BOL.
14177
14178 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14179
14180 * emacs-lisp/nadvice.el: Properly test names when adding advice.
14181 (advice--member-p): New arg `name'.
14182 (advice--add-function, advice-member-p): Use it (bug#14202).
14183
14184 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
14185
14186 Reformulate java imenu-generic-expression.
14187 The old expression contained ill formed regexps.
14188
14189 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14190 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14191 (cc-imenu-java-method-arg-regexp): New defconsts.
14192 (cc-imenu-java-build-type-args-regex): New defun.
14193 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14194 handling of spaces in the regexp.
14195
14196 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14197
14198 * textmodes/ispell.el (ispell-command-loop): Remove
14199 flyspell highlight of a word when ispell accepts it (bug #14178).
14200
14201 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
14202
14203 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14204 uses code from the previous `ange-ftp-run-real-handler'.
14205 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14206 only in case that function exist. This is needed for proper
14207 unloading of Tramp.
14208
14209 2013-04-15 Tassilo Horn <tsdh@gnu.org>
14210
14211 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14212
14213 * textmodes/reftex.el (reftex-compile-variables): Use it.
14214
14215 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14216
14217 * files.el (normal-mode): Only use default major-mode if no other mode
14218 was specified.
14219
14220 * emacs-lisp/trace.el (trace-values): New function.
14221
14222 * files.el: Allow : in local variables (bug#14089).
14223 (hack-local-variable-regexp): New var.
14224 (hack-local-variables-prop-line, hack-local-variables): Use it.
14225
14226 2013-04-13 Roland Winkler <winkler@gnu.org>
14227
14228 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
14229 data before it gets modified by bibtex-beginning-of-entry.
14230
14231 2013-04-13 Roland Winkler <winkler@gnu.org>
14232
14233 * textmodes/bibtex.el (bibtex-url): Doc fix.
14234
14235 2013-04-13 Roland Winkler <winkler@gnu.org>
14236
14237 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14238 does not visit a BibTeX file, exclude it from the list of buffers
14239 returned by bibtex-initialize.
14240
14241 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
14242
14243 * window.el (split-window): Remove interactive form, since as a
14244 command this function is a special case of split-window-below.
14245 Correct doc string.
14246
14247 2013-04-12 Roland Winkler <winkler@gnu.org>
14248
14249 * faces.el (read-face-name): Do not override value of arg default.
14250 Allow single faces and strings as default values. Remove those
14251 elements from return value that are not faces.
14252 (describe-face): Simplify.
14253 (face-at-point): New optional args thing and multiple so that this
14254 function can provide the same functionality previously provided by
14255 read-face-name.
14256 (make-face-bold, make-face-unbold, make-face-italic)
14257 (make-face-unitalic, make-face-bold-italic, invert-face)
14258 (modify-face, read-face-and-attribute): Use face-at-point.
14259
14260 * cus-edit.el (customize-face, customize-face-other-window)
14261 * cus-theme.el (custom-theme-add-face)
14262 * face-remap.el (buffer-face-set)
14263 * facemenu.el (facemenu-set-face): Use face-at-point.
14264
14265 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
14266
14267 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14268
14269 2013-04-10 Tassilo Horn <tsdh@gnu.org>
14270
14271 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14272 off leading { and trailing } from field values.
14273
14274 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14275
14276 * emacs-lisp/timer.el (timer--check): New function.
14277 (timer--time, timer-set-function, timer-event-handler): Use it.
14278 (timer-set-idle-time): Simplify.
14279 (timer--activate): CSE.
14280 (timer-event-handler): Give more info in error message.
14281 (internal-timer-start-idle): New function, moved from C.
14282
14283 * mpc.el (mpc-proc): Add `restart' argument.
14284 (mpc-proc-cmd): Use it.
14285 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14286 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14287 less often.
14288
14289 2013-04-10 Masatake YAMATO <yamato@redhat.com>
14290
14291 * progmodes/sh-script.el: Implement `sh-mode' own
14292 `add-log-current-defun-function' (bug#14112).
14293 (sh-current-defun-name): New function.
14294 (sh-mode): Use the function.
14295
14296 2013-04-09 Bastien Guerry <bzg@gnu.org>
14297
14298 * simple.el (choose-completion-string): Fix docstring (bug#14163).
14299
14300 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14301
14302 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14303
14304 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14305 timer (bug#14156).
14306
14307 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
14308
14309 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14310 declaration.
14311
14312 2013-04-07 Leo Liu <sdl.web@gmail.com>
14313
14314 * pcmpl-x.el: New file.
14315
14316 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
14317
14318 Do not set x-display-name until X connection is established.
14319 This is needed to prevent from weird situation described at
14320 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14321 * frame.el (make-frame): Set x-display-name after call to
14322 window system initialization function, not before.
14323 * term/x-win.el (x-initialize-window-system): Add optional
14324 display argument and use it.
14325 * term/w32-win.el (w32-initialize-window-system):
14326 * term/ns-win.el (ns-initialize-window-system):
14327 * term/pc-win.el (msdos-initialize-window-system):
14328 Add compatible optional display argument.
14329
14330 2013-04-06 Eli Zaretskii <eliz@gnu.org>
14331
14332 * files.el (normal-backup-enable-predicate): On MS-Windows and
14333 MS-DOS compare truenames of temporary-file-directory and of the
14334 file, so that 8+3 aliases (usually found in $TEMP on Windows)
14335 don't fail comparison by compare-strings. Also, compare file
14336 names case-insensitively on MS-Windows and MS-DOS.
14337
14338 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14339
14340 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14341 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14342
14343 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
14344
14345 * whitespace.el (whitespace-color-on, whitespace-color-off):
14346 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14347
14348 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
14349
14350 * ispell.el (ispell-set-spellchecker-params):
14351 Really set `ispell-args' for all equivs.
14352
14353 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14354
14355 * ido.el (ido-completions): Use extra elements of ido-decorations
14356 (bug#14143).
14357 (ido-decorations): Update docstring.
14358
14359 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
14360
14361 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14362 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14363 nil during initialization, in order not to miss changes since the
14364 file was opened. (Bug#14140)
14365
14366 2013-04-05 Leo Liu <sdl.web@gmail.com>
14367
14368 * kmacro.el (kmacro-call-macro): Fix bug#14135.
14369
14370 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
14371
14372 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14373
14374 2013-04-04 Glenn Morris <rgm@gnu.org>
14375
14376 * electric.el (electric-pair-inhibit-predicate): Add :version.
14377
14378 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14379
14380 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14381 when a package is required several times (bug#14082).
14382
14383 2013-04-04 Roland Winkler <winkler@gnu.org>
14384
14385 * faces.el (read-face-name): Behave as promised by the docstring.
14386 Assume that arg default is a list of faces.
14387 (describe-face): Call read-face-name with list of default faces.
14388
14389 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14390
14391 * bookmark.el: Fix deletion of bookmarks (bug#13972).
14392 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14393 (bookmark-bmenu-execute-deletions): Only skip first line if it's
14394 the header.
14395 (bookmark-exit-hook-internal): Save even if list is empty.
14396
14397 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
14398
14399 * emacs-lisp/package.el (package-pinned-packages): New var.
14400 (package--add-to-archive-contents): Obey it (bug#14118).
14401
14402 2013-04-03 Alan Mackenzie <acm@muc.de>
14403
14404 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14405 Also adapt to the new values of element 7 of a parse state.
14406
14407 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14408 parameter `not-in-delimiter'. Handle being inside comment opener.
14409 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14410 character in case we're typing a '*' after a '/'.
14411 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14412 instead by passing the parameter to c-state-pp-to-literal.
14413
14414 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14415 for elt. 7 of a parse state.
14416
14417 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
14418
14419 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14420 * international/latin1-disp.el, international/mule-util.el:
14421 * language/cyril-util.el, language/european.el, language/ind-util.el:
14422 * language/lao-util.el, language/thai.el, language/tibet-util.el:
14423 * language/tibetan.el, language/viet-util.el:
14424 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14425
14426 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14427
14428 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14429 (electric-pair-post-self-insert-function): Use it.
14430 (electric-pair-default-inhibit): New function, extracted from
14431 electric-pair-post-self-insert-function.
14432
14433 2013-03-31 Roland Winkler <winkler@gnu.org>
14434
14435 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14436
14437 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14438
14439 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14440
14441 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
14442
14443 Un-indent after "pass" and "return" statements (Bug#13888)
14444 * progmodes/python.el (python-indent-block-enders): New var.
14445 (python-indent-calculate-indentation): Use it.
14446
14447 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
14448
14449 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14450 defun. Defining it as defalias could introduce too eager
14451 byte-compiler optimization. (Bug#14030)
14452
14453 2013-03-30 Chong Yidong <cyd@gnu.org>
14454
14455 * iswitchb.el (iswitchb-read-buffer): Fix typo.
14456
14457 2013-03-30 Leo Liu <sdl.web@gmail.com>
14458
14459 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14460 (kmacro-execute-from-register): Pass the keyboard macro to
14461 kmacro-call-macro or repeating won't work correctly.
14462
14463 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
14464
14465 * progmodes/subword.el: Back to using `forward-symbol'.
14466
14467 * subr.el (forward-whitespace, forward-symbol)
14468 (forward-same-syntax): Move from thingatpt.el.
14469
14470 2013-03-29 Leo Liu <sdl.web@gmail.com>
14471
14472 * kmacro.el (kmacro-to-register): New command.
14473 (kmacro-execute-from-register): New function.
14474 (kmacro-keymap): Bind to 'x'. (Bug#14071)
14475
14476 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14477
14478 * mpc.el: Use defvar-local and setq-local.
14479 (mpc--proc-connect): Connection failures are not bugs.
14480 (mpc-mode-map): `follow-link' only applies to the buffer's content.
14481 (mpc-volume-map): Bind to the up-events.
14482
14483 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
14484
14485 * progmodes/subword.el (superword-mode): Use `forward-sexp'
14486 instead of `forward-symbol'.
14487
14488 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14489
14490 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14491 (edebug--recursive-edit): Use it.
14492 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14493 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14494
14495 2013-03-28 Leo Liu <sdl.web@gmail.com>
14496
14497 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
14498
14499 2013-03-27 Eli Zaretskii <eliz@gnu.org>
14500
14501 * facemenu.el (list-colors-callback): New defvar.
14502 (list-colors-redisplay): New function.
14503 (list-colors-display): Install list-colors-redisplay as the
14504 revert-buffer-function. (Bug#14063)
14505
14506 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14507
14508 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14509 and suffixes don't overlap (bug#14061).
14510
14511 * case-table.el: Use lexical-binding.
14512 (case-table-get-table): New function.
14513 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
14514
14515 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
14516
14517 * progmodes/subword.el: Add `superword-mode' to do word motion
14518 over symbol_words (parallels and leverages `subword-mode' which
14519 does word motion inside MixedCaseWords).
14520
14521 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
14522
14523 * eshell/em-unix.el: Move su and sudo to...
14524 * eshell/em-tramp.el: ...Eshell tramp module.
14525
14526 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14527
14528 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14529 Change return value to be a sexp. Delay `get-buffer' to after
14530 restoring the desktop (bug#13951).
14531
14532 2013-03-26 Leo Liu <sdl.web@gmail.com>
14533
14534 * register.el: Move semantic tag handling back to
14535 cedet/semantic/senator.el. (Bug#14052)
14536
14537 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14538
14539 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14540 into the prompt either (bug#13963).
14541
14542 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14543
14544 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14545 part of "(error-foo)".
14546
14547 2013-03-24 Juri Linkov <juri@jurta.org>
14548
14549 * replace.el (list-matching-lines-prefix-face): New defcustom.
14550 (occur-1): Pass `list-matching-lines-prefix-face' to the function
14551 `occur-engine' if `face-differs-from-default-p' returns t.
14552 (occur-engine): Add `,' inside backquote construct to evaluate
14553 `prefix-face'. Propertize the prefix with the `prefix-face' face.
14554 Pass `prefix-face' to the functions `occur-context-lines' and
14555 `occur-engine-add-prefix'.
14556 (occur-engine-add-prefix, occur-context-lines): Add optional arg
14557 `prefix-face' and propertize the prefix with `prefix-face'.
14558 (Bug#14017)
14559
14560 2013-03-24 Leo Liu <sdl.web@gmail.com>
14561
14562 * nxml/rng-valid.el (rng-validate-while-idle)
14563 (rng-validate-quick-while-idle): Guard against deleted buffer.
14564 (Bug#13999)
14565
14566 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14567 is the last entry in kill-buffer-hook.
14568
14569 * files.el (kill-buffer-hook): Doc fix.
14570
14571 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
14572
14573 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14574 Make it safe-local.
14575
14576 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14577
14578 2013-03-23 Leo Liu <sdl.web@gmail.com>
14579
14580 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14581 Remove.
14582
14583 * nxml/rng-valid.el (rng-validate-mode)
14584 (rng-after-change-function, rng-do-some-validation):
14585 * nxml/rng-maint.el (rng-validate-buffer):
14586 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14587 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14588 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14589 (nxml-extend-after-change-region): Use with-silent-modifications.
14590
14591 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14592 timer-idle-list.
14593
14594 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14595 (rng-next-error-1, rng-previous-error-1): Do not let-bind
14596 timer-idle-list. (Bug#13999)
14597
14598 2013-03-23 Juri Linkov <juri@jurta.org>
14599
14600 * info.el (info-index-match): New face.
14601 (Info-index, Info-apropos-matches): Add a nested subgroup to the
14602 main pattern and add text properties with the new face to matches
14603 in index entries relative to the beginning of the index entry.
14604 (Bug#14015)
14605
14606 2013-03-21 Eric Ludlam <zappo@gnu.org>
14607
14608 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
14609 Inhibit read only while inserting objects.
14610
14611 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
14612
14613 * progmodes/cfengine.el: Update docs to mention
14614 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
14615 symbol motion. Remove "_" from the word syntax.
14616
14617 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
14618
14619 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14620 syntax for both `cfengine2-mode' and `cfengine3-mode'.
14621
14622 2013-03-20 Juri Linkov <juri@jurta.org>
14623
14624 * info.el (Info-next-reference-or-link)
14625 (Info-prev-reference-or-link): New functions.
14626 (Info-next-reference, Info-prev-reference): Use them.
14627 (Info-try-follow-nearest-node): Handle footnote navigation.
14628 (Info-fontify-node): Fontify footnotes. (Bug#13989)
14629
14630 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14631
14632 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14633 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14634
14635 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
14636
14637 Suppress unnecessary non-ASCII chatter during build process.
14638 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14639 (batch-skkdic-convert): Suppress most of the chatter.
14640 It's not needed so much now that machines are faster,
14641 and its non-ASCII component was confusing; see Dmitry Gutov in
14642 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14643
14644 2013-03-20 Leo Liu <sdl.web@gmail.com>
14645
14646 * ido.el (ido-chop): Fix bug#10994.
14647
14648 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14649
14650 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14651 Remove vars.
14652 (whitespace-color-on, whitespace-color-off):
14653 Use `font-lock-fontify-buffer' (Bug#13817).
14654
14655 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14656
14657 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14658 remapping in mode-line.
14659 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14660
14661 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14662
14663 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14664 value for `whitespace-line' face (Bug#13875).
14665 (whitespace-font-lock-keywords): Change description.
14666 (whitespace-color-on): Don't save `font-lock-keywords' value, save
14667 the constructed keywords instead.
14668 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
14669
14670 2013-03-19 Leo Liu <sdl.web@gmail.com>
14671
14672 * progmodes/compile.el (compilation-display-error): New command.
14673 (compilation-mode-map, compilation-minor-mode-map): Bind it to
14674 C-o. (Bug#13992)
14675
14676 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14677
14678 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14679
14680 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
14681
14682 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14683
14684 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
14685
14686 * net/tramp-compat.el (tramp-compat-user-error): New defun.
14687
14688 * net/tramp-adb.el (tramp-adb-handle-shell-command):
14689 * net/tramp-gvfs.el (top):
14690 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14691 (tramp-handle-shell-command): Use it.
14692 (tramp-dissect-file-name): Raise an error when hostname is a
14693 method name, and neither method nor user is specified.
14694
14695 * net/trampver.el: Update release number.
14696
14697 2013-03-18 Leo Liu <sdl.web@gmail.com>
14698
14699 Make sure eldoc can be turned off properly.
14700 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14701 eldoc-mode.
14702 (eldoc-display-message-p): Revert last change.
14703 (eldoc-display-message-no-interference-p)
14704 (eldoc-print-current-symbol-info): Tweak.
14705
14706 2013-03-18 Tassilo Horn <tsdh@gnu.org>
14707
14708 * doc-view.el (doc-view-new-window-function): Check the new window
14709 overlay's display property instead the char property of the
14710 buffer's first char. Use `with-selected-window' instead of
14711 `save-window-excursion' with `select-window'.
14712 (doc-view-document->bitmap): Check the current doc-view overlay's
14713 display property instead the char property of the buffer's first char.
14714
14715 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14716
14717 Automate the build of ja-dic.el (Bug#13984).
14718 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14719 from the input, rather than assume that it's been done for us by the
14720 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
14721 the current date into a ja-dic.el comment, as that complicates
14722 regression testing.
14723
14724 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
14725
14726 * whitespace.el: Fix double evaluation.
14727 (whitespace-space, whitespace-hspace, whitespace-tab)
14728 (whitespace-newline, whitespace-trailing, whitespace-line)
14729 (whitespace-space-before-tab, whitespace-indentation)
14730 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14731 obsolete defvars.
14732 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14733 (whitespace-color-on): Use a single font-lock-add-keywords call.
14734 Fix double-evaluation of face variables.
14735
14736 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
14737
14738 * net/tramp-adb.el (tramp-adb-parse-device-names):
14739 Use `start-process' instead of `call-process'. Otherwise, the
14740 function might be blocked under MS Windows. (Bug#13299)
14741
14742 2013-03-17 Leo Liu <sdl.web@gmail.com>
14743
14744 Extend eldoc to display info in the mode-line. (Bug#13978)
14745 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14746 (eldoc-mode-line-string): New variable.
14747 (eldoc-minibuffer-message): New function.
14748 (eldoc-message-function): New variable.
14749 (eldoc-message): Use it.
14750 (eldoc-display-message-p)
14751 (eldoc-display-message-no-interference-p):
14752 Support eldoc-post-insert-mode.
14753
14754 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14755 (eval-expression): Run it.
14756
14757 2013-03-17 Roland Winkler <winkler@gnu.org>
14758
14759 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14760 strings in the list of return values.
14761
14762 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14763
14764 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14765 radix before checking for HMS forms.
14766
14767 2013-03-16 Leo Liu <sdl.web@gmail.com>
14768
14769 * progmodes/scheme.el: Add indentation and font-locking for λ.
14770 (Bug#13975)
14771
14772 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
14773
14774 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14775 token before point (bug#13942).
14776
14777 2013-03-16 Leo Liu <sdl.web@gmail.com>
14778
14779 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
14780
14781 2013-03-16 Eli Zaretskii <eliz@gnu.org>
14782
14783 * startup.el (command-line-normalize-file-name): Fix handling of
14784 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
14785 <xfq.free@gmail.com> in
14786 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14787
14788 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
14789
14790 Sync with Tramp 2.2.7.
14791
14792 * net/trampver.el: Update release number.
14793
14794 2013-03-14 Tassilo Horn <tsdh@gnu.org>
14795
14796 * doc-view.el: Fix bug#13887.
14797 (doc-view-insert-image): Don't modify overlay associated to
14798 non-live windows, and implement horizontal centering of image in
14799 case it's smaller than the window.
14800 (doc-view-new-window-function): Force redisplay of new windows on
14801 doc-view buffers.
14802
14803 2013-03-13 Karl Fogel <kfogel@red-bean.com>
14804
14805 * saveplace.el (save-place-alist-to-file): Don't sort
14806 `save-place-alist', just pretty-print it (bug#13882).
14807
14808 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
14809
14810 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14811 Check whether `default-file-name-coding-system' is bound.
14812 It isn't in XEmacs.
14813
14814 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14815
14816 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14817 backquotes for `obsolete' (bug#13929).
14818
14819 * international/mule.el (find-auto-coding): Include file name in
14820 obsolescence warning (bug#13922).
14821
14822 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
14823
14824 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14825 for CFEngine 3-specific indentation.
14826 (cfengine3-indent-line): Use it. Fix up category regex.
14827 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14828
14829 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14830
14831 * type-break.el (type-break-file-name):
14832 * textmodes/remember.el (remember-data-file):
14833 * strokes.el (strokes-file):
14834 * shadowfile.el (shadow-initialize):
14835 * saveplace.el (save-place-file):
14836 * ps-bdf.el (bdf-cache-file):
14837 * progmodes/idlwave.el (idlwave-config-directory):
14838 * net/quickurl.el (quickurl-url-file):
14839 * international/kkc.el (kkc-init-file-name):
14840 * ido.el (ido-save-directory-list-file):
14841 * emulation/viper.el (viper-custom-file-name):
14842 * emulation/vip.el (vip-startup-file):
14843 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
14844 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
14845
14846 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
14847
14848 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
14849 * language/thai-word.el: Switch to UTF-8.
14850
14851 See ChangeLog.16 for earlier changes.
14852
14853 ;; Local Variables:
14854 ;; coding: utf-8
14855 ;; End:
14856
14857 Copyright (C) 2011-2014 Free Software Foundation, Inc.
14858
14859 This file is part of GNU Emacs.
14860
14861 GNU Emacs is free software: you can redistribute it and/or modify
14862 it under the terms of the GNU General Public License as published by
14863 the Free Software Foundation, either version 3 of the License, or
14864 (at your option) any later version.
14865
14866 GNU Emacs is distributed in the hope that it will be useful,
14867 but WITHOUT ANY WARRANTY; without even the implied warranty of
14868 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14869 GNU General Public License for more details.
14870
14871 You should have received a copy of the GNU General Public License
14872 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.