Fix the MSDOS build.
[bpt/emacs.git] / lisp / ChangeLog
1 2014-04-16 Eli Zaretskii <eliz@gnu.org>
2
3 * term/pc-win.el (x-list-fonts, x-get-selection-value): Provide
4 doc strings, as required by snarf-documentation.
5
6 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
9 arg of overlays-at. Use `invisible-p'.
10
11 * obsolete/lucid.el (extent-at):
12 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
13 overlays-at.
14 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
15
16 2014-04-14 João Távora <joaotavora@gmail.com>
17
18 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
19 links. (Bug#17217).
20
21 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22
23 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
24 Use mapc to loop over a vector. (Bug#17257).
25
26 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
27
28 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
29 patch, there are new problems with file names containing spaces.
30 Get rid of backticks. (Bug#17238)
31
32 2014-04-13 João Távora <joaotavora@gmail.com>
33
34 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
35 possible bug.
36
37 2014-04-13 Eli Zaretskii <eliz@gnu.org>
38
39 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
40 (blink-cursor-mode): Mention customization variables and the
41 effect of 'blink-cursor-blinks'.
42
43 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
44
45 * simple.el (undo): Prevent insertion of identity mapping into
46 undo-equiv-table so as undo-only does not inf loop in the presence
47 of consecutive nils in undo list.
48
49 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
50
51 * faces.el (make-face): Deprecate optional argument as it is no
52 longer needed/used since the conditional X resources handling
53 has been pushed down to make-face-x-resource-internal itself.
54 (make-empty-face): Don't pass optional argument to make-face.
55
56 2014-04-12 Eli Zaretskii <eliz@gnu.org>
57
58 * international/characters.el <standard-case-table>: Add entries
59 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
60 Set category of Coptic characters be 'g' (Greek).
61
62 2014-04-12 Leo Liu <sdl.web@gmail.com>
63
64 * progmodes/octave.el (completion-table-with-cache): Define if not
65 available.
66 (octave-goto-function-definition)
67 (octave-sync-function-file-names)
68 (octave-find-definition-default-filename): Backquote upattern for
69 compatibility.
70
71 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
72
73 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
74 name twice due to backticks. (Bug#17238)
75
76 2014-04-11 Glenn Morris <rgm@gnu.org>
77
78 * term/w32-win.el (x-win-suspend-error):
79 * term/x-win.el (x-win-suspend-error): Sync docs.
80
81 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 Ediff's overlay priorities cause more trouble than they solve.
84 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
85 (ediff-highest-priority): Remove function (bug#17234).
86 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
87 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
88 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
89 overlay priorities.
90
91 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
92
93 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
94 entry; use symbol boundaries to avoid mis-matches.
95
96 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
97
98 * net/tramp.el (tramp-file-name-handler)
99 (tramp-completion-file-name-handler): Avoid recursive loading.
100
101 * net/tramp-sh.el (tramp-make-copy-program-file-name):
102 Quote result also locally.
103
104 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
105
106 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
107 Module methods. (Bug#17216)
108
109 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * help.el (describe-bindings): Fix buffer handling (bug#17210).
112 (describe-bindings-internal): Mark obsolete.
113
114 2014-04-07 João Távora <joaotavora@gmail.com>
115
116 * elec-pair.el:
117 (electric-pair--syntax-ppss): When inside comments parse from
118 comment beginning.
119 (electric-pair--balance-info): Fix typo in comment.
120 (electric-pair--in-unterminated-string-p): Delete.
121 (electric-pair--unbalanced-strings-p): New function.
122 (electric-pair-string-bound-function): New var.
123 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
124 according to `electric-pair--in-unterminated-string-p'
125
126 2014-04-07 João Távora <joaotavora@gmail.com>
127
128 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
129 Inhibit quote pairing if point-max is inside an unterminated string.
130 (electric-pair--looking-at-unterminated-string-p): Delete.
131 (electric-pair--in-unterminated-string-p): New function.
132
133 2014-04-07 Glenn Morris <rgm@gnu.org>
134
135 * shell.el (shell-directory-tracker):
136 Go back to just ignoring failures. (Bug#17159)
137
138 2014-04-06 João Távora <joaotavora@gmail.com>
139
140 Fix `electric-pair-delete-adjacent-pairs' in modes binding
141 backspace. (bug#16981)
142 * elec-pair.el (electric-pair-backward-delete-char): Delete.
143 (electric-pair-backward-delete-char-untabify): Delete.
144 (electric-pair-mode-map): Bind backspace to a menu item filtering
145 a new `electric-pair-delete-pair' command.
146 (electric-pair-delete-pair): New command.
147
148 2014-04-06 João Távora <joaotavora@gmail.com>
149
150 * progmodes/python.el (python-electric-pair-string-delimiter):
151 Fix triple-quoting electricity. (Bug#17192)
152
153 2014-04-06 João Távora <joaotavora@gmail.com>
154
155 * elec-pair.el (electric-pair-post-self-insert-function):
156 Don't skip whitespace when `electric-pair-text-pairs' and
157 `electric-pair-pairs' were used. syntax to
158 electric-pair--skip-whitespace. (Bug#17183)
159
160 2014-04-06 Eli Zaretskii <eliz@gnu.org>
161
162 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
163 "<F>". (Bug#17199)
164
165 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
168 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
169
170 2014-04-05 Glenn Morris <rgm@gnu.org>
171
172 * help.el (view-lossage): Doc tweak.
173
174 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
175
176 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
177 only when inhibit-x-resources is nil, and do that earlier in the
178 function. Doc fix. (Bug#16694)
179 (face-spec-choose): Accept additional optional argument, whose
180 value is returned if no matching attributes are found.
181 (face-spec-recalc): Use the new optional argument when calling
182 face-spec-choose. (Bug#16378)
183 (make-face-x-resource-internal): Do nothing when
184 inhibit-x-resources is non-nil. Don't touch the default face if
185 reversed video is given--as was done in previous versions of Emacs.
186 (face-set-after-frame-default): Don't call
187 make-face-x-resource-internal here. (Bug#16434)
188
189 2014-04-04 Tassilo Horn <tsdh@gnu.org>
190
191 * doc-view.el (doc-view-bookmark-jump):
192 Use `bookmark-after-jump-hook' to jump to the right page after the
193 buffer is shown in a window. (bug#16090)
194
195 2014-04-04 Eli Zaretskii <eliz@gnu.org>
196
197 * international/characters.el (mirroring): Fix last change:
198 instead of loading uni-mirrored.el explicitly, do that implicitly
199 by creating the 'mirroring' uniprop table. This avoids announcing
200 the loading of uni-mirrored.el.
201
202 2014-04-04 Glenn Morris <rgm@gnu.org>
203
204 * files.el (buffer-stale--default-function)
205 (buffer-stale-function, revert-buffer--default):
206 * autorevert.el (auto-revert-buffers): Doc tweaks.
207
208 2014-04-03 Eli Zaretskii <eliz@gnu.org>
209
210 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
211
212 2014-04-03 Glenn Morris <rgm@gnu.org>
213
214 * files.el (make-backup-file-name-function)
215 (make-backup-file-name, make-backup-file-name--default-function)
216 (make-backup-file-name-1, find-backup-file-name)
217 (revert-buffer-function, revert-buffer-insert-file-contents-function)
218 (buffer-stale--default-function, buffer-stale-function)
219 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
220 (revert-buffer, revert-buffer--default)
221 (revert-buffer-insert-file-contents--default-function):
222 Doc fixes related to defaults no longer being nil.
223 (make-backup-file-name-function): Bump :version.
224 Restore nil as a valid but deprecated custom type.
225
226 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
229 used as a variable (bug#17174).
230
231 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * progmodes/perl-mode.el (perl-indent-new-calculate):
234 Handle forward-sexp failure (bug#16985).
235 (perl-syntax-propertize-function): Add "foreach" and "for" statement
236 modifiers introducing expressions (bug#17116).
237
238 2014-04-02 Glenn Morris <rgm@gnu.org>
239
240 * menu-bar.el (menu-bar-file-menu):
241 * vc/ediff.el (ediff-current-file):
242 Update for revert-buffer-function no longer being nil by default.
243
244 * simple.el (command-execute): Respect nil disabled-command-function.
245
246 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
247
248 * simple.el (command-execute): Do not execute the command when it
249 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
250
251 2014-03-29 Juri Linkov <juri@jurta.org>
252
253 * dired-aux.el (dired-compress-file): Don't use string-match-p
254 because its match data is used afterwards.
255
256 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
259 0 like nil.
260
261 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
262
263 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
264 Highlight special globals with font-lock-builtin-face. (Bug#17057)
265
266 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
267 Don't propertize `?' or `!' as symbol constituent when after
268 colon. (Bug#17097)
269
270 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
271
272 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
273 which is no longer needed and causes trouble in GTK builds (bug#17046).
274
275 * emacs-lisp/package-x.el (package--archive-contents-from-url):
276 Use url-insert-file-contents; package-handle-response no longer exists.
277
278 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
279
280 * emacs-lisp/package.el: Fix bug#16733 (again).
281 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
282 (url-http-target-url): Remove unused declarations.
283 (package-handle-response): Remove.
284 (package--with-work-buffer): Use url-insert-file-contents and simplify.
285 (package--download-one-archive): Use current-buffer instead of
286 dynamic binding of `buffer'.
287 (describe-package-1): Do not decode readme-string.
288
289 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
290
291 * simple.el (primitive-undo): Correction to 2014-03-24 change.
292
293 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
294
295 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
296
297 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
298 from 2014-03-07, it decreases performance unnecessarily. Let-bind
299 `remote-file-name-inhibit-cache' to nil in the second pass.
300 (tramp-find-executable): Do not call "which" on SunOS.
301 (tramp-send-command-and-check): Fix docstring.
302 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
303 check whether source directory has set the sticky bit.
304
305 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
306
307 * simple.el (primitive-undo): Only process marker adjustments
308 validated against their corresponding (TEXT . POS). Issue warning
309 for lone marker adjustments in undo history. (Bug#16818)
310 (undo-make-selective-list): Add marker adjustments to selective
311 undo list based on whether their corresponding (TEXT . POS) is in
312 the region. Remove variable adjusted-markers, which was unused
313 and only non nil during undo-make-selective-list.
314 (undo-elt-in-region): Return nil when passed a marker adjustment
315 and explain in function doc.
316
317 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
318
319 * emacs-lisp/package.el (package--add-to-archive-contents):
320 Include already installed and built-in packages in
321 `package-archive-contents'.
322 (package-install): Don't include already installed packages in the
323 options during interactive invocation. (Bug#16762)
324
325 2014-03-24 Daniel Colascione <dancol@dancol.org>
326
327 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
328 instead of cl-loop search function.
329
330 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
331
332 * frameset.el (frameset--initial-params): Fix typo in parameter name.
333
334 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
335
336 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
337
338 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
339
340 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
341 Match special global variables without curlies, too.
342 (ruby-font-lock-keywords): Simplify the matcher for special global
343 variables. Don't require a non-word character after the variable.
344 (Bug#17057)
345
346 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
347
348 * simple.el (redisplay-highlight-region-function): Increase priority of
349 overlay to make sure boundaries are visible (bug#15899).
350
351 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
352
353 * frameset.el (frameset-restore): Compare display strings with equal.
354
355 * frame.el (make-frame): Don't quote display name in error message,
356 it is already a string.
357
358 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
359
360 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
361 the password.
362
363 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
364
365 * emacs-lisp/package.el (package-show-package-list): If the buffer
366 is already displayed in another window, switch to that window.
367
368 2014-03-21 Daniel Colascione <dancol@dancol.org>
369
370 * mail/emacsbug.el (report-emacs-bug): Include memory usage
371 information in bug reports.
372
373 2014-03-23 Daniel Colascione <dancol@dancol.org>
374
375 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
376 list to look for keyword arguments instead of `memq', fixing
377 (Bug#3647) --- unfortunately, only for freshly-compiled code.
378 Please make bootstrap.
379
380 2014-03-23 Richard Stallman <rms@gnu.org>
381
382 * battery.el (battery-linux-sysfs): Search for each field
383 from the beginning of the buffer.
384
385 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
386
387 * emacs-lisp/package.el (package-desc): Use the contents of the
388 quoted form, not its cdr. (Bug#16873)
389
390 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
391
392 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
393 benefit of doc.c; change parameter profile to match the X function.
394
395 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
396
397 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
398 and `tramp-copy-env'.
399
400 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
401 (tramp-maybe-open-connection): Handle `tramp-login-env'.
402
403 2014-03-21 Glenn Morris <rgm@gnu.org>
404
405 * electric.el (electric-indent-post-self-insert-function): Add doc.
406
407 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
408
409 * emacs-lisp/package.el (package-compute-transaction):
410 Use `version-list-<=' to compare the requirement version against
411 the version of package already to be installed. Update the error
412 message. (Bug#16826)
413
414 * progmodes/ruby-mode.el (ruby-smie-rules):
415 Add indentation rule for ` @ '. (Bug#17050)
416
417 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
418
419 * align.el (align-regexp): Remove superfluous backslash.
420
421 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
422 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
423 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
424 Fix docstring typos.
425 (ffap-next): Use C-u in docstring.
426 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
427 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
428 Remove superfluous backslashes.
429 (ffap-string-at-point): Reflow docstring.
430
431 * server.el (server-host): Reflow docstring.
432 (server-unload-function): Fix docstring typo.
433 (server-eval-at): Remove superfluous backslash.
434
435 * skeleton.el (skeleton-insert): Remove superfluous backslash.
436 (skeleton-insert): Doc fix.
437 (skeleton-insert): Reflow docstring.
438
439 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
440 (tty-color-approximate, tty-color-by-index, tty-color-values)
441 (tty-color-desc): Remove superfluous backslashes.
442
443 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * electric.el (electric-newline-and-maybe-indent): New command.
446 Bind it globally to C-j.
447 (electric-indent-mode): Don't mess with the global map any more.
448 Don't drop the post-self-insert-hook is some buffer is still using it
449 (bug#16770).
450
451 * bindings.el (global-map): Remove C-j binding.
452
453 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
454 the docstring of functions advised before dumping (bug#16993).
455
456 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
457
458 * ps-print.el (ps-generate-postscript-with-faces):
459 Explicitly deactivate the mark (bug#16866).
460 * simple.el (deactivate-mark): Update region highlight.
461
462 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
463
464 * emacs-lisp/package.el (describe-package-1):
465 Decode commentary (bug#16733).
466
467 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
468
469 * custom.el (defcustom): Doc fix: recommend avoiding destructive
470 modification of the value argument of :set (bug#16755).
471
472 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * simple.el (newline-and-indent): Do autofill (bug#17031).
475
476 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
477
478 * newcomment.el (comment-normalize-vars): Only add escaping check
479 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
480 (comment-beginning): Use `narrow-to-region' instead of moving back
481 one character.
482 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
483 (comment-start-skip): Update the docstring.
484
485 2014-03-18 Richard Stallman <rms@gnu.org>
486
487 * dired.el (dired-display-file): Force use of other window.
488
489 2014-03-18 Daniel Colascione <dancol@dancol.org>
490
491 * startup.el (tty-handle-args): Remove debug message from 2007.
492
493 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
494
495 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
496 (advice--make-interactive-form): Use it to avoid (auto)loading function.
497 (advice--make-1, advice-add, advice-remove):
498 Remove braindead :advice-pending hack.
499
500 2014-03-17 Glenn Morris <rgm@gnu.org>
501
502 * calendar/calendar.el (calendar-generate-month): Apply weekend
503 face to the right days; fixes 2013-08-06 change. (Bug#17028)
504
505 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
506
507 * net/tramp.el (tramp-action-out-of-band): Read pending output.
508 (tramp-call-process): Trace also DESTINATION.
509
510 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
511 Quote file names when they are local. Remove superfluous trace.
512
513 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
514
515 * newcomment.el (comment-beginning): If `comment-start-skip'
516 doesn't match, move back one char and try again. (Bug#16971)
517
518 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
519 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
520 Set `comment-start-skip' to a simpler value that doesn't try to
521 check if the semicolon is escaped (this is handled by
522 `syntax-ppss' now). (Bug#16971)
523
524 * progmodes/scheme.el (scheme-mode-variables): Same.
525
526 2014-03-16 Martin Rudalics <rudalics@gmx.at>
527
528 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
529 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
530 current (Bug#16816, Bug#17007).
531 (with-current-buffer-window): New macro doing the same as
532 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
533 * help.el (help-print-return-message): Warn in doc-string to not
534 use this in `with-help-window'.
535 (describe-bindings-internal): Call `describe-buffer-bindings'
536 from within help buffer. See Juanma's scenario in (Bug#16816).
537 (with-help-window): Update doc-string.
538 * dired.el (dired-mark-pop-up):
539 * files.el (save-buffers-kill-emacs):
540 * register.el (register-preview): Use `with-current-buffer-window'
541 instead of `with-temp-buffer-window'.
542
543 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
544
545 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
546 Implement inserting into current buffer, documented in their docstrings.
547 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
548 (rst-section-tree-point, rst-forward-section, rst-indent)
549 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
550 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
551 (rst-font-lock-handle-adornment-pre-match-form)
552 (rst-repeat-last-character): Reflow docstrings.
553 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
554 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
555 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
556 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
557 Fix docstring typos.
558 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
559 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
560 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
561
562 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
563
564 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
565 for compatibility with other ports.
566 (ns-initialize-window-system): Use it. It is set in term/common-win.el
567 from the -xrm command line argument, but in the Nextstep port its value
568 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
569
570 * progmodes/python.el (defconst, python-syntax-count-quotes)
571 (python-indent-region, python-indent-shift-right)
572 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
573 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
574 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
575 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
576 (inferior-python-mode, python-shell-make-comint, run-python-internal)
577 (python-shell-buffer-substring, python-shell-send-buffer)
578 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
579 (python-completion-complete-at-point, python-fill-docstring-style)
580 (python-eldoc-function, python-imenu-format-item-label)
581 (python-imenu-format-parent-item-label)
582 (python-imenu-format-parent-item-jump-label)
583 (python-imenu--build-tree, python-imenu-create-index)
584 (python-imenu-create-flat-index): Fix docstring typos.
585 (python-indent-context, python-shell-prompt-regexp, run-python):
586 Remove superfluous backslashes.
587 (python-indent-line, python-nav-beginning-of-defun)
588 (python-shell-get-buffer, python-shell-get-process)
589 (python-info-current-defun, python-info-current-line-comment-p)
590 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
591 (python-indent-post-self-insert-function, python-shell-send-file)
592 (python-shell-completion-get-completions)
593 (python-shell-completion-complete-or-indent)
594 (python-eldoc--get-doc-at-point): Reflow docstrings.
595
596 2014-03-14 Glenn Morris <rgm@gnu.org>
597
598 * emacs-lisp/package.el (package-menu-mode-map):
599 Replace use of obsolete function alias. Tweak menu item text.
600
601 * info.el (Info-finder-find-node):
602 Ignore the `emacs' metapackage. (Bug#10813)
603
604 * finder.el (finder-list-matches): Include unversioned packages
605 in the result of a keyword search.
606
607 * finder.el (finder--builtins-descriptions): New constant.
608 (finder-compile-keywords): Use finder--builtins-descriptions.
609
610 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
611
612 * simple.el (blink-matching-paren): Describe the new value,
613 `jump', enabling the old behavior.
614 (blink-matching-open): Use that value. (Bug#17008)
615
616 2014-03-14 Glenn Morris <rgm@gnu.org>
617
618 * finder.el (finder-no-scan-regexp): Add leim-list.
619 (finder-compile-keywords):
620 Don't skip files with same basename. (Bug#14010)
621 * Makefile.in (setwins_finder): New, excluding leim.
622 (finder-data): Use setwins_finder.
623
624 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
625 (help-function-arglist, help-make-usage): Move from here...
626 * help.el (help-split-fundoc, help-add-fundoc-usage)
627 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
628 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
629
630 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
631
632 * net/socks.el (socks, socks-override-functions)
633 (socks-find-services-entry):
634 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
635 (hif-find-ifdef-block):
636 * progmodes/modula2.el (m2-indent): Fix docstring typos.
637
638 * net/tls.el (tls-program): Reflow docstring.
639
640 * progmodes/pascal.el (pascal-mode-abbrev-table)
641 (pascal-imenu-generic-expression, pascal-auto-endcomments)
642 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
643 (pascal-outline-mode): Fix docstring typos.
644 (pascal-mode): Let define-derived-mode document mode hook.
645 (pascal-uncomment-area): Reflow.
646 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
647
648 * progmodes/opascal.el (opascal-compound-block-indent)
649 (opascal-case-label-indent): Fix docstring typos.
650 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
651
652 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
653
654 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
655 Fontify multiple adjacent negation chars. (Bug#17004)
656
657 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
658
659 * emacs-lisp/package.el (package--prepare-dependencies):
660 Accept requirements without explicit version (bug#14941).
661
662 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
663
664 * register.el (register-separator, copy-to-register): Doc fixes.
665 (register-preview-default): Remove unnecessary call to concat.
666
667 * frameset.el (frameset-restore): When checking for a visible frame,
668 use the action map instead of calling visible-frame-list.
669
670 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
671
672 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
673
674 2014-03-12 Martin Rudalics <rudalics@gmx.at>
675
676 * window.el (fit-frame-to-buffer): Get maximum width from
677 display's width instead of height.
678
679 2014-03-12 Glenn Morris <rgm@gnu.org>
680
681 * desktop.el (desktop-restore-frames)
682 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
683 (desktop-restore-reuses-frames): Doc tweaks.
684
685 * electric.el (electric-indent-mode): Doc fix.
686
687 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
688
689 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
690 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
691 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
692 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
693 (cvs-dired-use-hook): Fix docstring typos.
694 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
695 Doc fixes.
696
697 * vc/pcvs-defs.el (cvs-auto-remove-handled)
698 (cvs-auto-remove-directories, cvs-default-ignore-marks)
699 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
700 (cvs-execute-single-dir): Fix docstring typos.
701
702 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
703 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
704
705 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
706
707 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
708 Fix docstring typos.
709
710 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
711
712 * frameset.el (frameset--jump-to-register): Add autoload; it could be
713 called from jump-to-register after unloading the frameset package.
714
715 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
718 (bug#16975). Deactivate the mark before setting it to nil.
719 (activate-mark): Do nothing if region is already active.
720
721 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
722
723 * frameset.el (frameset--target-display): Remove definition; declare.
724 (frameset-save, frameset-restore): Let-bind frameset--target-display.
725
726 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
727
728 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
729 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
730 when the advice is pending.
731 (advice-remove): Remove this marker when not needed any more.
732
733 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
734
735 * frameset.el: Separate options for reusing frames and cleaning up.
736 (frameset--reuse-list): Remove definition; declare.
737 (frameset--action-map): Declare.
738 (frameset--find-frame-if): Doc fix.
739 (frameset--restore-frame): Cache frame action.
740 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
741 how to clean up the frame list after restoring. Remove cleaning
742 options from REUSE-FRAMES. Change all keyword values to symbols.
743 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
744
745 * desktop.el (desktop-restore-forces-onscreen)
746 (desktop-restore-reuses-frames): Use non-keyword values.
747 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
748
749 2014-03-10 Glenn Morris <rgm@gnu.org>
750
751 * files.el (find-file): Doc fix: update info node name.
752
753 * emacs-lisp/advice.el (ad-add-advice, defadvice):
754 Doc fix: remove references to deleted info nodes.
755
756 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
757
758 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
759 Do not add `nil' to the environment, when there's no remote `locale'.
760 (tramp-find-inline-encoding): Check, that the remote host has
761 installed perl, before sending scripts.
762
763 2014-03-10 Leo Liu <sdl.web@gmail.com>
764
765 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
766 Clear eldoc-last-message. (Bug#16920)
767
768 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
771 (bug#14430).
772
773 2014-03-09 Juri Linkov <juri@jurta.org>
774
775 * ansi-color.el (ansi-color-names-vector): Copy default colors
776 from `xterm-standard-colors' that look well on the default white
777 background (and also on the black background) to avoid illegible
778 color combinations like yellow-on-white and white-on-white.
779 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
780
781 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
782
783 * frameset.el (frameset-restore): When no frame is visible, do not
784 generate a list of frames, just make visible the selected one.
785
786 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
787
788 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
789 it only contains the repository root. (Bug#16897)
790
791 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
792
793 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
794 only when `remote-file-name-inhibit-cache' is nil.
795 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
796
797 2014-03-06 Martin Rudalics <rudalics@gmx.at>
798
799 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
800 Fix doc-strings.
801 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
802 fit-frame-to-buffer variable. Fix doc-string.
803 (fit-window-to-buffer): Set ONLY argument in call of
804 fit-frame-to-buffer. Fix doc-string.
805
806 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
807
808 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
809 (tramp-action-password): Clear password cache if needed.
810 (tramp-read-passwd): Do not clear password cache.
811
812 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
813 cache unless it is the first password request.
814
815 2014-03-06 Glenn Morris <rgm@gnu.org>
816
817 * simple.el (newline): Doc tweak.
818
819 * emacs-lisp/shadow.el (load-path-shadows-find):
820 Ignore dir-locals. (Bug#12357)
821
822 2014-03-05 Glenn Morris <rgm@gnu.org>
823
824 * files.el (interpreter-mode-alist):
825 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
826
827 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
828
829 * frameset.el (frameset--initial-params): Filter out null entries.
830
831 2014-03-05 Martin Rudalics <rudalics@gmx.at>
832
833 * window.el (window-min-height, window-min-width):
834 Rewrite doc-strings.
835 (window-body-size): Add PIXELWISE argument to make it consistent
836 with its callees.
837
838 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
839
840 * finder.el (finder-mode-map, finder-mode-syntax-table):
841 Revert part of 2014-02-28 change.
842
843 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
844
845 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
846 (eww-setup-buffer): Clear next/prev/etc more reliably.
847 (eww-textarea-map): [tab] doesn't work on tty.
848 Reported by Mario Lang.
849
850 * net/shr.el (shr-map): Ditto.
851
852 2014-03-04 Glenn Morris <rgm@gnu.org>
853
854 * minibuffer.el (completion-hilit-commonality):
855 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
856
857 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
858
859 * hilit-chg.el (hilit-chg-unload-function): New function.
860 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
861 (hilit-chg-map-changes): Prefer cardinal number to digit.
862 (hilit-chg-display-changes): Reflow docstring.
863 (highlight-changes-rotate-faces): Remove superfluous backslash.
864
865 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
866
867 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
868 `tramp-send-command-and-check'.
869
870 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
871
872 * hexl.el (hexl-address-region, hexl-ascii-region)
873 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
874 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
875 (hexl-forward-word, hexl-previous-line, hexl-next-line):
876 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
877 (hexl-mode): Doc fix.
878 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
879 (hexl-mode-ruler): Fix typos in docstrings.
880
881 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
882 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
883 Remove superfluous backslashes.
884 (strokes-last-stroke, strokes-global-map, strokes-mode):
885 Reflow docstrings.
886 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
887 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
888 (strokes-distance-squared, strokes-global-set-stroke)
889 (strokes-global-set-stroke-string): Doc fixes.
890 (strokes-help): Fix typos; reflow docstring.
891
892 2014-03-04 Martin Rudalics <rudalics@gmx.at>
893
894 * window.el (window-in-direction): Fix doc-string.
895
896 2014-03-04 Glenn Morris <rgm@gnu.org>
897
898 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
899 Explicit error if no grammar.
900 (smie-config-save): Doc fix. Fix quote typo.
901
902 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
905 electric-indent-mode-hook if we obey electric-indent-mode.
906 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
907 decide whether we obey electric-indent-mode.
908 (c-change-set-fl-decl-start, c-extend-after-change-region):
909 Silence warnings.
910 (c-electric-indent-mode-hook): Assume we do want to obey
911 electric-indent-mode.
912
913 * electric.el (electric-indent-mode-has-been-called): Remove.
914 (electric-indent-mode): Fix accordingly.
915
916 * files.el (hack-local-variables): Mention file name in warning.
917
918 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
919
920 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
921
922 * bindings.el: Add comment describing why C-d binds to `delete-char'.
923 * simple.el (delete-forward-char): Mark as interactive-only.
924
925 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
926
927 * icomplete.el (icomplete-completions):
928 Follow-up to 2014-03-01 change.
929
930 * icomplete.el: Miscellaneous doc fixes.
931 Use Icomplete everywhere instead of icomplete for consistency.
932 (icomplete-max-delay-chars): Fix typo.
933 (icomplete-mode): Use \[].
934 (icomplete-tidy, icomplete-exhibit): Reflow.
935 (icomplete-minibuffer-setup-hook, icomplete-completions):
936 Remove superfluous backlashes.
937
938 * ido.el: Miscellaneous doc fixes.
939 Use Ido everywhere instead of ido or `ido' for consistency.
940 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
941 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
942 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
943 (ido-separator): Extract obsolescence info from docstring and declare
944 with make-obsolete-variable.
945 (ido-minibuffer-setup-hook): Simplify example.
946 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
947 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
948 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
949 (ido-everywhere): Reflow docstring.
950 (ido-toggle-vc): Doc fix.
951 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
952 of long list of keybindings.
953
954 2014-03-03 Glenn Morris <rgm@gnu.org>
955
956 * frame.el (display-pixel-height, display-pixel-width)
957 (display-mm-dimensions-alist, display-mm-height)
958 (display-mm-width): Doc tweaks.
959
960 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
961
962 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
963 case of undo in region.
964
965 2014-03-02 Martin Rudalics <rudalics@gmx.at>
966
967 * window.el (fit-window-to-buffer): Fix argument in window-size
968 call when window is horizontally combined.
969
970 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
971
972 * icomplete.el (icomplete-completions): Use string-width.
973 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
974
975 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
976
977 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
978 Highlight regexp options. (Bug#16914)
979
980 2014-03-01 Martin Rudalics <rudalics@gmx.at>
981
982 * window.el (window--max-delta-1): Round down when calculating
983 how many lines/columns we can get from a window.
984
985 2014-03-01 Glenn Morris <rgm@gnu.org>
986
987 * isearch.el (search-invisible): Doc fix.
988
989 * minibuffer.el (completion-hilit-commonality):
990 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
991 * comint.el (comint-dynamic-list-completions): Doc fix.
992 * comint.el (comint-dynamic-list-completions):
993 * filecache.el (file-cache-minibuffer-complete):
994 * tempo.el (tempo-display-completions):
995 * eshell/em-hist.el (eshell-list-history):
996 Replace use of obsolete argument of display-completion-list.
997
998 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
999
1000 * icomplete.el (icomplete-completions):
1001 Revert back to using "..." when ?… cannot be displayed.
1002
1003 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1004
1005 * finder.el (finder-unload-function): New function.
1006
1007 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1008
1009 * dframe.el (dframe-detach):
1010 * find-dired.el (find-dired, find-name-dired):
1011 * finder.el (finder-mode-map, finder-mode-syntax-table)
1012 (finder-headmark, finder-select, finder-mouse-select):
1013 Fix docstring typos.
1014
1015 2014-02-28 Martin Rudalics <rudalics@gmx.at>
1016
1017 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1018 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1019 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1020 Fix doc-string based on a suggestion by Nicolas Richard
1021 <theonewiththeevillook@yahoo.fr>.
1022 * help.el (with-help-window): Fix doc-string.
1023
1024 2014-02-28 Ivan Kanis <ivan@kanis.fr>
1025
1026 * net/shr.el (shr-image-animate): New option.
1027 (shr-put-image): Respect shr-image-animate.
1028
1029 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1030
1031 * net/tramp-adb.el (tramp-adb-parse-device-names):
1032 Use `accept-process-output'.
1033 (tramp-adb-handle-file-truename): Cache the localname only.
1034 (tramp-adb-handle-make-directory)
1035 (tramp-adb-handle-delete-directory): Flush file properties correctly.
1036 (tramp-adb-handle-set-file-modes): Do not raise an error when file
1037 modes cannot be changed.
1038
1039 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1040 file properties of symlinks.
1041
1042 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
1043
1044 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1045 required/optional fields to match development biblatex. (Bug#16781)
1046
1047 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
1048
1049 * saveplace.el (toggle-save-place):
1050 Fix argument handling. (Bug#16673)
1051
1052 2014-02-28 Glenn Morris <rgm@gnu.org>
1053
1054 * minibuffer.el (completions-first-difference)
1055 (completions-common-part, completion-hilit-commonality): Doc fixes.
1056
1057 2014-02-28 Karl Berry <karl@gnu.org>
1058
1059 * info.el (Info-mode-map): Add H for describe-mode,
1060 to synchronize with standalone Info.
1061
1062 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
1063
1064 * progmodes/sql.el (sql-interactive-mode):
1065 Avoid setting global comint-input-ring-separator. (Bug#16814)
1066
1067 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1068
1069 * net/dbus.el (dbus--init-bus): Declare function.
1070 (dbus-path-local, dbus-interface-local): New defconst.
1071 (dbus-init-bus): Use them.
1072 (dbus-return-values-table): Extend doc.
1073 (dbus-handle-bus-disconnect): Extend error message.
1074
1075 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
1076
1077 * subr.el (y-or-n-p): Fix double space issue in message.
1078
1079 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1080
1081 * net/tramp.el (tramp-call-process): Improve trace message.
1082 (tramp-handle-insert-file-contents): Trace error case.
1083
1084 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1085 <insert-directory>: Use `tramp-handle-insert-directory'.
1086 (tramp-adb-handle-insert-directory): Remove function.
1087 (tramp-adb-send-command-and-check): New defun, replacing
1088 `tramp-adb-command-exit-status'. Change all callees.
1089 (tramp-adb-handle-file-attributes)
1090 (tramp-adb-handle-directory-files-and-attributes): Use it.
1091 (tramp-adb-ls-output-name-less-p):
1092 Use `directory-listing-before-filename-regexp'.
1093 (tramp-adb-handle-delete-directory): Flush also file properties of
1094 the truename of directory.
1095 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1096 (tramp-adb-handle-file-local-copy): Make the local copy readable.
1097 (tramp-adb-handle-write-region): Implement APPEND.
1098 (tramp-adb-handle-rename-file): Make it more robust. Flush file
1099 properties correctly.
1100 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1101 variables. Check for connected devices only when needed.
1102
1103 2014-02-27 Glenn Morris <rgm@gnu.org>
1104
1105 * minibuffer.el (completion-table-dynamic)
1106 (completion-table-with-cache): Doc fixes.
1107
1108 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1109 (completing-read-multiple): Doc fixes.
1110
1111 2014-02-27 Daniel Colascione <dancol@dancol.org>
1112
1113 * minibuffer.el (completion--nth-completion): Fix indentation.
1114
1115 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1116 explicit tramp path is empty.
1117
1118 2014-02-27 Glenn Morris <rgm@gnu.org>
1119
1120 * emacs-lisp/crm.el (completing-read-multiple):
1121 Empower help-enable-auto-load.
1122
1123 2014-02-26 Glenn Morris <rgm@gnu.org>
1124
1125 * startup.el (command-line): Don't init the tty in daemon mode.
1126
1127 Avoid calling tty-setup-hook twice, eg if a term file
1128 explicitly calls tty-run-terminal-initialization. (Bug#16859)
1129 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1130 (tty-create-frame-with-faces): Use it.
1131 * startup.el (command-line): Pass run-hook argument
1132 to tty-run-terminal-initialization.
1133
1134 * dired.el (dired-restore-desktop-buffer): Demote errors;
1135 eg in case a glob match fails. (Bug#16884)
1136
1137 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
1138
1139 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1140 error from `read-from-string'. (Bug#16850)
1141
1142 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1143 result of `completing-read' in the interactive form. (Bug#16854)
1144
1145 2014-02-25 Glenn Morris <rgm@gnu.org>
1146
1147 * image.el (image-animate, image-animate-timeout):
1148 Stop animating images in dead buffers. (Bug#16878)
1149
1150 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
1151
1152 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1153 Doc fixes.
1154 * startup.el (term-setup-hook): Doc fix. Make obsolete.
1155 * term/sun.el (sun-raw-prefix-hooks):
1156 Use tty-setup-hook instead of term-setup-hook.
1157 (terminal-init-sun): Construct message from bytecomp plist.
1158 * term/wyse50.el (enable-arrow-keys): Doc fix.
1159
1160 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1161
1162 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1163 Fix docstring typos.
1164
1165 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
1166
1167 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1168
1169 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1170
1171 * minibuffer.el (completion--try-word-completion):
1172 Fix error when completing M-x commands (bug#16808).
1173
1174 2014-02-24 Leo Liu <sdl.web@gmail.com>
1175
1176 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1177
1178 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * apropos.el (apropos-print): Avoid formatting error when
1181 apropos-do-all and apropos-compact-layout are both t.
1182
1183 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1184
1185 * apropos.el (apropos-property, apropos-all-words-regexp)
1186 (apropos-true-hit, apropos-variable, apropos-print):
1187 Fix docstring typos, and remove obsolete comment.
1188
1189 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
1190
1191 * net/tramp-sh.el (tramp-sh-handle-file-truename):
1192 Preserve trailing "/". (Bug#16851)
1193
1194 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
1195
1196 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1197 after `=>' (bug#16811).
1198 (ruby-smie-rules): Handle the inconsistent second element of the
1199 list returned by `smie-indent--parent'.
1200 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1201 method call.
1202
1203 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * elec-pair.el (electric-pair-text-syntax-table)
1206 (electric-pair-syntax-info, electric-pair--syntax-ppss)
1207 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1208 (electric-pair--looking-at-unterminated-string-p): Doc fix.
1209 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
1210
1211 2014-02-22 Glenn Morris <rgm@gnu.org>
1212
1213 * imenu.el (imenu--generic-function): Doc fix.
1214
1215 * register.el (frame-configuration-to-register): Make obsolete.
1216
1217 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
1218
1219 * desktop.el (desktop-save-buffer-p): Do not fail when
1220 desktop-files-not-to-save is nil. Return t for true result
1221 as the doc says.
1222
1223 2014-02-22 Daniel Colascione <dancol@dancol.org>
1224
1225 * net/secrets.el (secrets-create-item, secrets-search-items):
1226 Check that attribute values are strings, avoiding the construction
1227 of invalid dbus messages.
1228
1229 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1230
1231 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1232 defun-declarations-alist.
1233
1234 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1237 (bug#16829).
1238
1239 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1240
1241 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1242 (whitespace-newline, whitespace-trailing, whitespace-line)
1243 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1244 (whitespace-space-after-tab): Fix typo in docstrings.
1245
1246 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
1247
1248 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1249
1250 * electric.el (electric-indent-functions-without-reindent):
1251 Add `yaml-indent-line'.
1252
1253 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1256 It has done nothing for years; should be removed after the release.
1257
1258 * simple.el (choose-completion): Fix docstring typo.
1259 (read-quoted-char-radix): Remove unneeded * in docstring.
1260 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1261 Don't escape parentheses unnecessarily in docstrings.
1262
1263 2014-02-21 Martin Rudalics <rudalics@gmx.at>
1264
1265 Fix handling of window-min-height/-width (Bug#16738).
1266 * window.el (window--dump-window, window--dump-frame):
1267 New functions.
1268 (window--min-size-1): Account for window dividers.
1269 When window-resize-pixelwise is nil, delay rounding till after the
1270 sum of the window components has been calculated.
1271 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1272 nil make sure at least one text line and two text columns remain
1273 fully visible.
1274 (window-resize): Signal an error when window-resize-apply fails.
1275 (window--resize-child-windows): Fix calculation of by how many
1276 pixels a window can still be shrunk via window-new-normal.
1277 (adjust-window-trailing-edge): Call window--resizable with
1278 correct TRAIL argument.
1279
1280 (with-temp-buffer-window): Don't evaluate BODY within
1281 with-current-buffer (Bug#16816).
1282
1283 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
1284
1285 * net/tramp.el (tramp-check-cached-permissions):
1286 Call `file-attributes' with `suffix' being a symbol but a string.
1287
1288 2014-02-21 Daniel Colascione <dancol@dancol.org>
1289
1290 * net/dbus.el (dbus-init-bus-1): Declare new subr.
1291 (dbus-init-bus): New function: call into dbus-init-bus-1
1292 and installs a handler for the disconnect signal.
1293 (dbus-call-method): Rewrite to look for result in cons.
1294 (dbus-call-method-handler): Store result in cons.
1295 (dbus-check-event): Recognize events with nil sender as valid.
1296 (dbus-handle-bus-disconnect): New function. React to bus
1297 disconnection signal by synthesizing dbus error for each
1298 pending synchronous or asynchronous call.
1299 (dbus-notice-synchronous-call-errors): New function.
1300 (dbus-handle-event): Raise errors directly only when `dbus-debug'
1301 is true, not all the time.
1302
1303 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
1304
1305 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1306 Remove obsolescence declarations, these variables do not exist anymore.
1307
1308 * savehist.el (savehist-save-minibuffer-history)
1309 (savehist-additional-variables, savehist-file, savehist-mode-hook)
1310 (savehist-save-hook, savehist-coding-system, savehist-loaded)
1311 (savehist-load, savehist-install, savehist-autosave): Fix typos;
1312 mostly, refer to "Savehist mode" when talking about the mode,
1313 and not the function.
1314
1315 * saveplace.el (save-place): Remove redundant info in docstring.
1316 (save-place-forget-unreadable-files, toggle-save-place)
1317 (save-place-forget-unreadable-files, save-place-dired-hook):
1318 Fix typos and remove unneeded backslashes.
1319
1320 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
1321
1322 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1323 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1324
1325 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1326 <insert-directory>: Use `tramp-handle-insert-directory'.
1327 (tramp-gvfs-handle-insert-directory): Remove function.
1328
1329 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1330 Call `tramp-handle-insert-directory'.
1331
1332 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
1333
1334 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1335 before the start of buffer/region (bug#16799).
1336
1337 2014-02-20 Glenn Morris <rgm@gnu.org>
1338
1339 * isearch.el (search-invisible): Doc fix.
1340
1341 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
1342
1343 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1344 (bug#16657).
1345
1346 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1347
1348 * frameset.el (frameset-restore): Delay removing an old frame's
1349 duplicate id until the new frame has been correctly created.
1350
1351 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
1352
1353 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1354 (tramp-check-cached-permissions): Call `file-attributes' if the
1355 cache is empty.
1356
1357 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1358 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1359
1360 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1361 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1362 (tramp-gvfs-maybe-open-connection): Set always connection
1363 properties, even if target is mounted already.
1364
1365 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1366 Set tramp-autoload cookie.
1367 (tramp-get-remote-touch): New defun.
1368 (tramp-sh-handle-set-file-times): Use it.
1369 (tramp-sh-handle-directory-files-and-attributes):
1370 Use `tramp-handle-directory-files-and-attributes' if neither stat
1371 nor perl are available on the remote host.
1372
1373 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1374 "/". Write long listing only when "l" belongs to the switches.
1375
1376 * net/trampver.el: Update release number.
1377
1378 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
1379
1380 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1381
1382 2014-02-19 Martin Rudalics <rudalics@gmx.at>
1383
1384 * window.el (window-state-put): Allow WINDOW to refer to an
1385 internal window (Bug#16793).
1386
1387 2014-02-19 Glenn Morris <rgm@gnu.org>
1388
1389 * textmodes/remember.el: Move provide statement to end.
1390 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1391 (remember-notes): Doc fixes.
1392
1393 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * delsel.el (delete-char): Restore incorrectly erased property
1396 (bug#16795).
1397
1398 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
1399
1400 * frameset.el (frameset--restore-frame): When a frame is being reused
1401 and its root window is not alive, delete all the frame's windows before
1402 restoring the window state. This works around the issue in bug#16793.
1403
1404 2014-02-18 Glenn Morris <rgm@gnu.org>
1405
1406 * textmodes/remember.el (remember-data-directory)
1407 (remember-directory-file-name-format, remember-store-in-files)
1408 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1409 (remember-notes-save-and-bury-buffer)
1410 (remember-notes--kill-buffer-query): Doc fixes.
1411
1412 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1413
1414 2014-02-17 Alan Mackenzie <acm@muc.de>
1415
1416 Connect electric-indent-mode up with CC Mode. Bug #15478.
1417 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
1418 to electric-indent-{,local-}-mode.
1419 (c-basic-common-init): Set electric-indent-inhibit.
1420 Initialise c-electric-flag from electric-indent-mode.
1421 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
1422 New hook functions which propagate electric-indent-mode to CC mode.
1423
1424 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
1425 hit, toggle electric-indent-local-mode.
1426
1427 * electric.el (electric-indent-mode-has-been-called):
1428 New variable.
1429
1430 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
1431
1432 * frameset.el (frameset-cfg-id): New function.
1433 (frameset--reuse-frame, frameset-restore): Use it.
1434 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1435
1436 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * ido.el (ido-file-internal): Remove unused var `d'.
1439 Use \` for to match BoS. Fit within 80n columns.
1440
1441 2014-02-17 Daniel Colascione <dancol@dancol.org>
1442
1443 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1444 dbus-call-method check for completion using a busy-wait loop with
1445 gradual backoff.
1446
1447 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
1448
1449 Sync with Tramp 2.2.9.
1450
1451 * net/trampver.el: Update release number.
1452
1453 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
1454
1455 * ido.el (ido-file-internal): Don't add the name of an existing
1456 directory twice. (Bug#16747)
1457
1458 2014-02-16 Glenn Morris <rgm@gnu.org>
1459
1460 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1461 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
1462
1463 2014-02-15 Michael R. Mauger <michael@mauger.com>
1464
1465 * progmodes/sql.el: Version 3.4
1466 (sql-oracle-options): New default value ("-L").
1467 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
1468 (sql-placeholders-filter): Correct placeholder pattern.
1469 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
1470 (sql-login-delay): New variable.
1471 (sql-product-interactive): Use it.
1472
1473 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
1474
1475 * frameset.el (frameset--jump-to-register): Check that buffer is live
1476 (bug#16749).
1477
1478 2014-02-15 Glenn Morris <rgm@gnu.org>
1479
1480 * info.el (info-initialize): Revert 2014-01-10 change.
1481
1482 2014-02-14 Glenn Morris <rgm@gnu.org>
1483
1484 * replace.el (map-query-replace-regexp)
1485 (read-regexp-defaults-function, read-regexp): Doc fixes.
1486
1487 * dired.el (dired-read-regexp):
1488 * faces.el (list-faces-display):
1489 * misearch.el (multi-isearch-read-matching-buffers)
1490 (multi-isearch-read-matching-files):
1491 * play/cookie1.el (cookie-apropos):
1492 * progmodes/grep.el (grep-read-regexp): Doc fixes.
1493
1494 * textmodes/remember.el (remember): Use frameset-to-register
1495 rather than frame-configuration-to-register.
1496
1497 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
1498
1499 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1500 incorrect keybinding.
1501
1502 2014-02-13 Daniel Colascione <dancol@dancol.org>
1503
1504 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1505 when adding overlays so that line numbers from compiler match line
1506 numbers we use.
1507
1508 2014-02-13 Glenn Morris <rgm@gnu.org>
1509
1510 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
1511
1512 * jit-lock.el (jit-lock-mode): Doc fix.
1513
1514 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
1515
1516 * apropos.el (apropos-read-pattern): When the user passes an empty
1517 string, give a more helpful error message than "Wrong type
1518 argument: stringp, nil".
1519
1520 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
1521
1522 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1523
1524 2014-02-13 Glenn Morris <rgm@gnu.org>
1525
1526 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1527
1528 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1531 shift-select commands.
1532
1533 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
1534
1535 * progmodes/js.el (js-indent-line): Don't widen.
1536 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1537
1538 2014-02-12 Glenn Morris <rgm@gnu.org>
1539
1540 * icomplete.el (icomplete): Add info-link to defgroup.
1541 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1542 (icomplete-minibuffer-map, icomplete-mode)
1543 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1544
1545 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1546 (package-menu-filter): Rename from package-menu-filter-interactive.
1547 Doc fix.
1548
1549 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
1550
1551 * frameset.el (frameset--jump-to-register): Select the required
1552 window and buffer before restoring position (bug#16696).
1553
1554 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
1555
1556 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1557
1558 2014-02-10 Glenn Morris <rgm@gnu.org>
1559
1560 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
1561
1562 2014-02-10 Eli Zaretskii <eliz@gnu.org>
1563
1564 * w32-common-fns.el (x-get-selection): Doc fix.
1565 * select.el (x-get-selection): Doc fix. (Bug#15109)
1566
1567 * face-remap.el (face-remap-add-relative)
1568 (face-remap-remove-relative, face-remap-reset-base)
1569 (face-remap-set-base): Call force-mode-line-update to redisplay
1570 the current buffer due to potential change in faces. (Bug#16709)
1571
1572 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
1573
1574 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1575 script more robustly.
1576
1577 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1578
1579 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1580
1581 * simple.el (choose-completion): Doc fix (bug#14160).
1582
1583 * subr.el (event-start): Say what a nil EVENT value means.
1584
1585 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
1586 (bug#14197).
1587
1588 * progmodes/grep.el (find-program): Doc fix (bug#14289).
1589
1590 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
1591
1592 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
1593
1594 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
1595 predicate function (bug#15455).
1596
1597 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
1598
1599 * ielm.el (inferior-emacs-lisp-mode): Instead of
1600 `comment-use-global-state', set `comment-use-syntax'.
1601
1602 2014-02-10 Glenn Morris <rgm@gnu.org>
1603
1604 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
1605
1606 2014-02-09 Alan Mackenzie <acm@muc.de>
1607
1608 Fix c-invalidate-state-cache on narrowed buffers.
1609 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
1610 Widen when setting and clearing the CPP delimiter properties.
1611
1612 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1613
1614 * help.el (describe-bindings): Doc fix (bug#9888).
1615
1616 * files.el (save-buffer): Use ARG as the parameter name for
1617 consistency (bug#10346).
1618 (save-buffer): Clarify the 0 argument (bug#10346).
1619
1620 * cus-edit.el (customize-apropos): Fix error string.
1621 (custom-buffer-create): Doc fix (bug#11122).
1622 (custom-sort-items): Doc fix (bug#11121).
1623
1624 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
1625
1626 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
1627 (icomplete-simple-completing-p): Mention the previous variable.
1628
1629 * font-lock.el (font-lock-value-in-major-mode): Clarify the
1630 meaning of the parameter (bug#12282).
1631
1632 * files.el (find-file-noselect): Clarify prompt when changing
1633 readedness (bug#13261).
1634 (locate-file): Suffixes aren't returned, so don't say that they
1635 are (bug#12674).
1636 (backup-inhibited): Doc clarification (bug#12525).
1637
1638 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
1639 before we actually start to delete things (bug#16331).
1640
1641 * subr.el (event-start): Doc fix (bug#14228).
1642 (event-end): Ditto.
1643
1644 2014-02-09 Glenn Morris <rgm@gnu.org>
1645
1646 * emacs-lisp/warnings.el (lwarn):
1647 Empower help-enable-auto-load. (Bug#15940)
1648
1649 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
1650
1651 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
1652 (Bug#16690)
1653
1654 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
1655
1656 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1657 Insert output at end of buffer. (Bug#16120)
1658
1659 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1660
1661 * simple.el (choose-completion-string-functions): Document new
1662 calling convention (bug#14153).
1663 (execute-extended-command): Clarify doc string (bug#13373).
1664
1665 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
1666
1667 * find-dired.el (find-name-dired): Doc fix (bug#14290).
1668 (find-grep-dired): Doc fix (bug#14288).
1669
1670 2014-02-08 Juri Linkov <juri@jurta.org>
1671
1672 * isearch.el (isearch-quote-char): Check character validity
1673 like in `quoted-insert' (bug#16677).
1674
1675 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1676
1677 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
1678
1679 * isearch.el (isearch-hide-immediately): Doc clarification
1680 (bug#14723).
1681
1682 * simple.el (line-move): Document utility function used many
1683 places in the Emacs sources (bug#14843).
1684
1685 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
1686 (dired-prev-marked-file): Doc fix (bug#14855).
1687 (dired-up-directory): Doc fix (bug#14848).
1688
1689 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
1690
1691 * files.el (file-relative-name): Doc fix (bug#15159).
1692
1693 * fringe.el (fringe-styles): Doc fix (bug#15239).
1694
1695 * isearch.el (isearch-filter-predicate): Documentation typo fix
1696 (bug#15474).
1697
1698 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
1699
1700 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
1701
1702 * replace.el (replace-match-maybe-edit): Doc clarification
1703 (bug#15632).
1704
1705 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
1706
1707 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
1708
1709 2014-02-08 Glenn Morris <rgm@gnu.org>
1710
1711 * help-fns.el (describe-variable):
1712 Check {file,dir}-local-variables-alist, and buffer-file-name,
1713 in the correct buffer.
1714
1715 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
1716
1717 * help-fns.el (describe-variable): Fix the case where
1718 a value is directory-local with no dir-locals file. (Bug#16635)
1719
1720 2014-02-08 Glenn Morris <rgm@gnu.org>
1721
1722 * abbrev.el (edit-abbrevs-mode):
1723 Derive from fundamental-mode. (Bug#16682)
1724
1725 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
1726
1727 * simple.el (quoted-insert): Check character validity (bug#16677).
1728
1729 2014-02-07 Juri Linkov <juri@jurta.org>
1730
1731 * desktop.el (desktop-read): Claim the lock when the owner is not
1732 the current process. (Bug#16157)
1733
1734 2014-02-07 Juri Linkov <juri@jurta.org>
1735
1736 * desktop.el (desktop-buffers-not-to-save): Change default from nil
1737 to "\\` ". (Bug#16651)
1738
1739 2014-02-07 Juri Linkov <juri@jurta.org>
1740
1741 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
1742 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
1743 (desktop-auto-save-cancel-timer): New function with some code from
1744 `desktop-auto-save-set-timer'.
1745 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
1746 Instead of setting `desktop-save-mode' to nil, call
1747 `desktop-save-mode' with arg 0. (Bug#16630)
1748
1749 2014-02-07 Glenn Morris <rgm@gnu.org>
1750
1751 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
1752 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1753 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
1754
1755 * obsolete/iswitchb.el: Move to obsolete/.
1756 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
1757 since obsolete/ is not scanned for autoloads.
1758 * emacs-lisp/authors.el (authors-valid-file-names):
1759 Add iswitchb.el.
1760
1761 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
1762 Disable now non-functional find-file-hook.
1763
1764 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
1765
1766 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
1767 instead of ";" in order to avoid additional prompts. Let heredoc
1768 scripts read from tty. (Bug#16582)
1769 (tramp-send-command): No special handling of heredocs, it isn't
1770 necessary anymore.
1771
1772 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
1775 with a space (bug#16664). Limit the symbols considered to the ones
1776 that are bound or fbound (bug#16646).
1777
1778 2014-02-06 Glenn Morris <rgm@gnu.org>
1779
1780 * epa.el (epa-mail-aliases): Doc fix.
1781
1782 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
1783
1784 * emacs-lisp/lisp.el (lisp-completion-at-point):
1785 Use `completion-table-merge' instead of `completion-table-in-turn'
1786 (bug#16604).
1787
1788 * minibuffer.el (completion-table-merge): New function.
1789
1790 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
1791
1792 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1793 (tramp-sh-handle-set-file-acl)
1794 (tramp-sh-handle-start-file-process)
1795 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1796 (tramp-find-executable, tramp-send-command): Use it.
1797
1798 2014-02-05 Glenn Morris <rgm@gnu.org>
1799
1800 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
1801
1802 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
1803
1804 * progmodes/python.el (python-shell-send-string)
1805 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1806
1807 2014-02-04 Anders Lindgren <andlind@gmail.com>
1808
1809 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1810 the names (bug#16620).
1811
1812 2014-02-03 Martin Rudalics <rudalics@gmx.at>
1813
1814 * faces.el (window-divider): New default value. Rewrite doc-string.
1815 (window-divider-first-pixel, window-divider-last-pixel): New faces.
1816
1817 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
1818
1819 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1820 `protected' and `public' can also be called without arguments.
1821
1822 2014-02-03 Glenn Morris <rgm@gnu.org>
1823
1824 * register.el (window-configuration-to-register)
1825 (frame-configuration-to-register): Unadvertise unused argument.
1826 * frameset.el (frameset-to-register): Remove unused argument.
1827
1828 * frameset.el (frameset-to-register):
1829 * kmacro.el (kmacro-to-register):
1830 * register.el (increment-register):
1831 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1832 (calc-append-to-register, calc-prepend-to-register):
1833 * play/gametree.el (gametree-layout-to-register)
1834 (gametree-apply-register-layout):
1835 * textmodes/picture.el (picture-clear-rectangle-to-register)
1836 (picture-yank-rectangle-from-register):
1837 * vc/emerge.el (emerge-combine-versions-register):
1838 Use register-read-with-preview to read registers.
1839
1840 2014-02-03 João Távora <joaotavora@gmail.com>
1841
1842 * elec-pair.el (electric-pair-backward-delete-char): Don't error
1843 when at beginning of (possibly narrowed) buffer.
1844
1845 2014-02-02 Daniel Colascione <dancol@dancol.org>
1846
1847 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1848 Also try to display local help from just before point.
1849
1850 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
1851
1852 c-parse-state. Don't "append-lower-brace-pair" in certain
1853 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
1854 recognised as a comment.
1855
1856 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1857 as well as normal comment starter.
1858 (c-parse-state-get-strategy): Extra return possibility
1859 'back-and-forward.
1860 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1861 return value list to indicate replacement of a brace-pair cons
1862 with its car.
1863 (c-parse-state-1): With 'back-and-forward, only call
1864 c-append-lower-brace-pair-to state-cache when cons-separated.
1865
1866 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
1867
1868 * term/ns-win.el (ns-suspend-error): New function.
1869 (ns-initialize-window-system): Add ns-suspend-error to
1870 suspend-hook (Bug#16612).
1871
1872 2014-02-02 Daniel Colascione <dancol@dancol.org>
1873
1874 * progmodes/cc-defs.el (c-find-assignment-for-mode):
1875 Make loading cc-mode silent.
1876
1877 2014-02-02 Daniel Colascione <dancol@dancol.org>
1878
1879 * comint.el (comint-prompt-read-only): Change doc to suggest
1880 remap keybinding.
1881
1882 2014-02-02 Glenn Morris <rgm@gnu.org>
1883
1884 * register.el (register-read-with-preview, point-to-register)
1885 (window-configuration-to-register, frame-configuration-to-register)
1886 (jump-to-register, number-to-register, view-register, insert-register)
1887 (copy-to-register, append-to-register, prepend-to-register)
1888 (copy-rectangle-to-register): Doc fixes.
1889
1890 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1891
1892 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1893 * emacs-lisp/find-func.el (find-function-C-source): Idem.
1894 * emacs-lisp/nadvice.el (advice--cd*r): New function.
1895 * help-fns.el (describe-function-1): Use it.
1896
1897 2014-02-02 Glenn Morris <rgm@gnu.org>
1898
1899 * register.el (register-preview-default): New function,
1900 split from register-preview.
1901 (register-preview-function): Rename from register-preview-functions,
1902 make it not a hook.
1903 (register-preview): Use register-preview-function.
1904 (register-read-with-preview): Error on non-character event. (Bug#16595)
1905
1906 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
1907
1908 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1909 `:' before binary operators (bug#16609). Don't check for `:'
1910 before `[' and `(', or their syntax status. A percent literal
1911 can't end with either.
1912 (ruby-font-lock-keywords): For built-ins that require arguments,
1913 check that they're followed by something that looks like argument
1914 (bug#16610).
1915
1916 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1917
1918 * subr.el (butlast): Document what an omitted N means (bug#13437).
1919 (nbutlast): Ditto.
1920
1921 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1922
1923 * net/shr.el (shr-generic): Make into a defsubst to make the stack
1924 depth shallower (bug#16587).
1925 (shr-tag-svg): Respect `shr-inhibit-images'.
1926 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1927
1928 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
1929
1930 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1931 (ruby-smie-grammar): Make "." right-associative. Make its priority
1932 lower than the ternary and all binary operators.
1933 (ruby-smie-rules): Indent "(" relative to the first non-"."
1934 parent, or the first "." parent at indentation.
1935 Use `ruby-align-chained-calls' for indentation of "." tokens.
1936 (Bug#16593)
1937
1938 2014-01-31 Juri Linkov <juri@jurta.org>
1939
1940 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1941 from `make-hash-table'.
1942
1943 * textmodes/ispell.el (ispell-init-process): Change message format
1944 to be consistent with other messages.
1945
1946 2014-01-31 Glenn Morris <rgm@gnu.org>
1947
1948 * delsel.el (delete-selection-mode): Doc fix.
1949
1950 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1951 (trace-function-background): Doc fixes.
1952
1953 * ido.el (ido-use-virtual-buffers): Doc fix.
1954 Reset :version, since the default value has not changed.
1955
1956 * register.el (register-preview-delay, register-read-with-preview):
1957 Doc fixes.
1958
1959 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1960 do not mess with mail-buffer position (fixes 2009-11-03 change).
1961 * progmodes/cc-mode.el (c-submit-bug-report):
1962 Check auto-fill-mode is bound. (Bug#16592)
1963
1964 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
1965
1966 * startup.el (fancy-splash-image-file): New function,
1967 split from fancy-splash-head.
1968 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1969 so that we are both using the same image. (Bug#16574)
1970
1971 2014-01-30 Glenn Morris <rgm@gnu.org>
1972
1973 * simple.el (eval-expression): Doc fix.
1974
1975 * hexl.el (hexl-mode-hook):
1976 * ielm.el (ielm-mode-hook):
1977 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1978 (lisp-interaction-mode-hook):
1979 * progmodes/cfengine.el (cfengine3-documentation-function):
1980 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1981
1982 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1985 is a symbol (bug#16584).
1986
1987 2014-01-30 Glenn Morris <rgm@gnu.org>
1988
1989 * help.el (help-for-help-internal): Add "P" to text.
1990
1991 2014-01-29 Glenn Morris <rgm@gnu.org>
1992
1993 * simple.el (just-one-space, cycle-spacing): Doc fixes.
1994
1995 2014-01-28 Martin Rudalics <rudalics@gmx.at>
1996
1997 * window.el (fit-frame-to-buffer): Fix calculations for margins and
1998 height constraints.
1999
2000 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
2001
2002 * progmodes/hideif.el: Extend to full CPP expression syntax.
2003 (hif-token-alist): Add missing tokens.
2004 (hif-token-regexp): Add support for float/octal/hex immediates.
2005 (hif-string-literal-regexp): New const.
2006 (hif-tokenize): Recognize strings and float/octal/hex immediates.
2007 (hif-exprlist): New function.
2008 (hif-parse-if-exp): Use it.
2009 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2010 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2011 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2012 (hif-logxor, hif-comma): New functions.
2013
2014 2014-01-28 Glenn Morris <rgm@gnu.org>
2015
2016 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2017
2018 * indent.el (tab-stop-list): Doc fix. Add :version.
2019
2020 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2021 (cvs-append-to-ignore): Add compatibility alias.
2022
2023 2014-01-27 Glenn Morris <rgm@gnu.org>
2024
2025 * dired.el (dired-hide-details-mode): Don't autoload it,
2026 since it cannot be used outside Dired buffers anyway.
2027
2028 * emulation/cua-base.el (cua-mode): Doc fix.
2029
2030 * dired.el (dired-hide-details-hide-symlink-targets)
2031 (dired-hide-details-hide-information-lines)
2032 (dired-hide-details-mode): Doc fixes.
2033
2034 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2035 * strokes.el (strokes-file): Doc fix. Bump :version.
2036 (strokes-help): Doc fix.
2037 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2038 * emulation/viper.el (viper): Doc fix for custom group.
2039 (top-level): Remove oh-so-no-longer-relevant text about vip.
2040 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2041
2042 * ido.el (ido-save-directory-list-file):
2043 * saveplace.el (save-place-file):
2044 * calendar/timeclock.el (timeclock-file):
2045 * net/quickurl.el (quickurl-url-file):
2046 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2047 * progmodes/idlwave.el (idlwave-config-directory):
2048 * textmodes/remember.el (remember-data-file):
2049 Bump :version.
2050
2051 2014-01-26 Glenn Morris <rgm@gnu.org>
2052
2053 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2054 Doc fix. Make obsolete.
2055 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2056
2057 * sort.el (delete-duplicate-lines): Doc fix.
2058
2059 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2060
2061 * progmodes/ada-mode.el (ada):
2062 * woman.el (woman): Link to info manual and Commentary section.
2063
2064 * progmodes/flymake.el (flymake):
2065 * nxml/nxml-mode.el (nxml):
2066 * net/eww.el (eww):
2067 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2068 * htmlfontify.el (htmlfontify):
2069 * ses.el (ses):
2070 * epa.el (epa):
2071 * ido.el (ido): Link to info manual.
2072
2073 2014-01-25 Leo Liu <sdl.web@gmail.com>
2074
2075 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2076
2077 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
2078
2079 * net/shr.el (shr-tag-img): Prefer the title over the alt text
2080 (bug#16537).
2081
2082 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
2083
2084 * net/eww.el (eww-download-callback):
2085 Fix reference to eww-download-directory.
2086
2087 * emacs-lisp/bytecomp.el (byte-compile-file):
2088 Remove unused local variable `file-name'.
2089
2090 2014-01-24 Glenn Morris <rgm@gnu.org>
2091
2092 * woman.el (woman-default-faces, woman-monochrome-faces):
2093 Fix obsolescence specification.
2094
2095 * subr.el (with-demoted-errors): Doc fix.
2096
2097 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2098
2099 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2100 (cl--macroexp-fboundp): New function.
2101 (cl--make-type-test): Use it.
2102
2103 2014-01-23 Glenn Morris <rgm@gnu.org>
2104
2105 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2106 * simple.el (eval-expression): Doc fixes.
2107
2108 2014-01-22 Glenn Morris <rgm@gnu.org>
2109
2110 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2111
2112 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * emacs-lisp/package.el: Write files silently.
2115 (package-autoload-ensure-default-file, package--write-file-no-coding)
2116 (package-generate-description-file, package--download-one-archive)
2117 (package-install-from-archive): Tell `write-region' to stay quiet.
2118 (package-menu-mode, package-menu--print-info): Omit the Archive column
2119 if there's only one archive.
2120 (package-all-keywords, package--has-keyword-p): Remove dead code.
2121
2122 2014-01-22 Glenn Morris <rgm@gnu.org>
2123
2124 * version.el (emacs-bzr-version-bzr): Fix typo.
2125
2126 * version.el (emacs-repository-get-version):
2127 Check either .bzr or .git, but not both.
2128 Make the git case actually use the DIR argument, and return nil
2129 rather than the empty string.
2130 Avoid error if .git exists but the git executable is not found.
2131
2132 2014-01-22 Martin Rudalics <rudalics@gmx.at>
2133
2134 Fixes in window size functions around Bug#16430 and Bug#16470.
2135 * window.el (window-total-size, window-size): New argument ROUND.
2136 (window--min-delta-1, window-min-delta, window--max-delta-1):
2137 Be more conservative when calculating the numbers of lines or
2138 columns a window can shrink (Bug#16430).
2139 (fit-window-to-buffer): Simplify code.
2140 * term.el (term-window-width): Call window-body-width again.
2141
2142 2014-01-22 Glenn Morris <rgm@gnu.org>
2143
2144 * image.el (image-format-suffixes): Doc fix.
2145
2146 * international/quail.el (quail-define-package): Doc fix.
2147
2148 * emacs-lisp/authors.el (authors-valid-file-names)
2149 (authors-renamed-files-alist): Additions.
2150
2151 * vc/vc-git.el (vc-git-print-log): Remove --follow;
2152 reverts 2014-01-09 change. (Bug#16422)
2153
2154 * calc/calc-embed.el (thing-at-point-looking-at):
2155 * emacs-lisp/map-ynp.el (x-popup-dialog):
2156 * obsolete/lmenu.el (x-popup-dialog):
2157 * emacs-lisp/package.el (url-recreate-url):
2158 * mail/mailclient.el (clipboard-kill-ring-save):
2159 * subr.el (x-popup-dialog): Update declaration.
2160 * mail/rmail.el (rmail-mime-message-p):
2161 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2162
2163 2014-01-21 Daniel Colascione <dancol@dancol.org>
2164
2165 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2166 Correctly detect when we're inside an arithmetic expansion form
2167 containing nested parenthesis.
2168 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2169 to detect cases where we shouldn't expand "<<" to a heredoc
2170 skeleton.
2171
2172 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2175 (eldoc--message-command-p): New function.
2176 (eldoc-display-message-p): Use it.
2177 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2178 message is not automatically erased for us.
2179 (eldoc-print-current-symbol-info): Erase previous message, if any.
2180
2181 2014-01-21 Tassilo Horn <tsdh@gnu.org>
2182
2183 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2184 specify it's an interactive function.
2185
2186 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2187 Fix regex used for scanning for citation keys which failed for
2188 citations with optional arguments.
2189
2190 2014-01-21 Leo Liu <sdl.web@gmail.com>
2191
2192 * simple.el (read--expression): Don't enable eldoc-mode.
2193
2194 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2195
2196 * simple.el (move-beginning-of-line): Make sure we don't move forward
2197 (bug#16497).
2198
2199 2014-01-20 Juri Linkov <juri@jurta.org>
2200
2201 * saveplace.el (toggle-save-place, save-place-to-alist)
2202 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2203 'dired-mode) before checking for dired-directory. (Bug#16477)
2204
2205 2014-01-20 Juri Linkov <juri@jurta.org>
2206
2207 * indent.el (indent-line-to): Use backward-to-indentation
2208 instead of back-to-indentation. (Bug#16461)
2209
2210 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2211
2212 Revert some of the CANNOT_DUMP fix (Bug#16494).
2213 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2214 but fixing this can wait until after the next release.
2215 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2216
2217 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
2218
2219 * eshell/esh-mode.el (eshell-password-prompt-regexp):
2220 Use `password-word-equivalents'.
2221 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2222 to t. (Bug#5664, Bug#13124)
2223
2224 2014-01-19 Alan Mackenzie <acm@muc.de>
2225
2226 Bind open-paren-in-column-0-is-defun-start to nil at some entry
2227 points.
2228 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2229 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2230 * progmodes/cc-mode.el (c-before-change, c-after-change)
2231 (c-font-lock-fontify-region): Bind it here.
2232
2233 2014-01-19 Martin Rudalics <rudalics@gmx.at>
2234
2235 * term.el (term-window-width): Call window-text-width instead of
2236 window-width (Bug#16470).
2237
2238 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
2239
2240 * simple.el (password-word-equivalents): Remove duplicates.
2241 Sort, to make this easier next time.
2242 Downcase. Omit ": " after "jelszó".
2243
2244 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
2245
2246 * term/common-win.el (saved-region-selection): Defvar it.
2247 (x-select-text): Set saved-region-selection (Bug#16382).
2248
2249 2014-01-18 Glenn Morris <rgm@gnu.org>
2250
2251 * emacs-lisp/authors.el (authors-aliases)
2252 (authors-renamed-files-alist): Add some entries.
2253
2254 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
2255
2256 * net/tramp.el (tramp-password-prompt-regexp):
2257 Use `password-word-equivalents' if available.
2258 (tramp-action-password, tramp-process-one-action)
2259 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
2260
2261 2014-01-17 Chong Yidong <cyd@gnu.org>
2262
2263 * simple.el (password-word-equivalents): New defcustom.
2264 * comint.el (comint-password-prompt-regexp): Use it. Bump version
2265 to 24.4.
2266 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2267 to t. (Bug#13124)
2268
2269 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
2270
2271 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2272 (ruby-align-to-stmt-keywords): Change the default value.
2273 Use `ruby-alignable-keywords' to generate the possible customization
2274 choices.
2275 (ruby-smie-rules): Instead of using a hardcoded list of alignable
2276 keywords, check against the value of `ruby-alignable-keywords'
2277 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2278
2279 2014-01-17 Glenn Morris <rgm@gnu.org>
2280
2281 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2282
2283 Make M-x authors return zero *Authors Errors* from current logs.
2284 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2285 (authors-ignored-files): Add some entries, remove others.
2286 (authors-ambiguous-files, authors-valid-file-names):
2287 Add some entries.
2288 (authors-renamed-files-alist): Add, remove, and adjust entries.
2289 (authors-renamed-files-regexps): Add some entries.
2290 Remove some very broad ones. Make some entries `lax'.
2291 (authors-lax-changelogs): New constant.
2292 (authors-disambiguate-file-name): Treat top-level specially.
2293 (authors-lax-changelog-p): New function.
2294 (authors-canonical-file-name): Check file as written against
2295 authors-valid-file-names. Do not special-case etc/.
2296 Handle `lax' logs and authors-renamed-files-regexps elements.
2297
2298 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
2299
2300 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2301 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
2302 callers.
2303
2304 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2305
2306 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2307 Assume we're already in the proper buffer.
2308 Inspired by Anders Lindgren <andlind@gmail.com>.
2309 (follow-post-command-hook): Call it from the right buffer.
2310 (follow-comint-scroll-to-bottom): Adjust call.
2311 (follow-all-followers): Use get-buffer-window-list.
2312
2313 2014-01-15 Daniel Colascione <dancol@dancol.org>
2314
2315 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2316 `buffer-file-name' in interactive-form so that we don't leave
2317 pathless file names in `file-name-history'.
2318
2319 2014-01-15 Juri Linkov <juri@jurta.org>
2320
2321 * indent.el (indent-rigidly): Set deactivate-mark to nil
2322 in transient indentation mode. (Bug#16438)
2323
2324 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
2325
2326 * emacs-lisp/package.el (package-desc-keywords): New function
2327 (Bug#16222).
2328 (describe-package-1, package-all-keywords)
2329 (package--has-keyword-p): Use it.
2330
2331 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2332
2333 * simple.el (define-alternatives): When creating the
2334 COMMAND-alternatives variable, assign COMMAND as its definition
2335 name so that `describe-variable' can relocate it.
2336
2337 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
2338
2339 * font-lock.el (font-lock-keywords): Fix typo in docstring
2340 (bug#16307).
2341
2342 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2343
2344 * ispell.el (ispell-region): Reset `in-comment' for new line
2345 instead of wrongly reset `add-coment' (bug#13577).
2346
2347 2014-01-14 Daiki Ueno <ueno@gnu.org>
2348
2349 * epa-file.el (epa-file-write-region): Encode the region according
2350 to `buffer-file-format'. Problem reported at:
2351 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2352
2353 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2356 so it applies in the right buffer (bug#16410).
2357
2358 2014-01-13 Daniel Colascione <dancol@dancol.org>
2359
2360 * textmodes/rst.el (rst-define-key): Provide deprecated
2361 keybindings through named functions instead of anonymous ones so
2362 that "??" doesn't appear in describe-mode output.
2363
2364 2014-01-13 Bastien Guerry <bzg@gnu.org>
2365
2366 * simple.el (define-alternatives): Call the selected command
2367 interactively. When setting `COMMAND--implementation' for the
2368 first time, tell the user how to chose another implementation.
2369 Enhance the docstring.
2370
2371 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2374 (log-edit--match-first-line): New function.
2375 (log-edit-font-lock-keywords): Use it.
2376 (log-edit-mode): Make jit-lock-defer-multiline work.
2377
2378 2014-01-13 Bastien Guerry <bzg@gnu.org>
2379
2380 * rect.el (rectangle-mark-mode): When the region is not active,
2381 display a message saying that the mark as been set and that
2382 rectangle mode is in use.
2383 (rectangle--highlight-for-redisplay): Only put an overlay with a
2384 visible vertical bar when (display-graphic-p) is non-nil.
2385 This partially fixes Bug#16403.
2386
2387 2014-01-13 Juri Linkov <juri@jurta.org>
2388
2389 * info.el (Info-find-file): Go to DIR before displaying the error
2390 about a nonexistent file if no previous Info file is visited.
2391 Use `user-error' instead of `error' for "Info file %s does not exist".
2392 (Info-find-node-2): In case of a nonexistent node in unwind forms
2393 go to the Top node if there is no previous node to revert to.
2394 (Bug#16405)
2395
2396 2014-01-13 Martin Rudalics <rudalics@gmx.at>
2397
2398 fit-frame/window-to-buffer code fixes including one for Bug#14096.
2399 * window.el (fit-frame-to-buffer): Fix doc-string.
2400 Respect window-min-height/-width. Fit pixelwise when
2401 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
2402 when avoiding that frame goes partially off-screen.
2403 (fit-window-to-buffer): Respect window-min-height/-width
2404 (Bug#14096).
2405
2406 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2409 after an empty line.
2410
2411 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2412
2413 * net/shr.el (shr-render-region): Autoload.
2414
2415 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
2416
2417 * net/eww.el (eww-download-directory): Rename from
2418 `eww-download-path' (Bug#16419).
2419
2420 2014-01-12 Leo Liu <sdl.web@gmail.com>
2421
2422 * dired-x.el (dired-mode-map): Fix last change.
2423
2424 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2425
2426 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
2427
2428 Spelling fixes.
2429 * emacs-lisp/generic.el (generic--normalize-comments):
2430 Rename from generic--normalise-comments. All uses changed.
2431 * play/bubbles.el (bubbles--neighborhood-score)
2432 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2433 (bubbles--neighborhood-available)
2434 (bubbles--update-neighborhood-score):
2435 Rename from names with 'neighbourhood'. All uses changed.
2436
2437 2014-01-12 Leo Liu <sdl.web@gmail.com>
2438
2439 Re-implement the feature of showing eldoc info after editing.
2440 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2441 (eldoc-edit-message-commands): New function.
2442 (eldoc-print-after-edit): New variable.
2443 (eldoc-pre-command-refresh-echo-area): Emit message only by
2444 eldoc-message-commands.
2445 (eldoc-mode): Restrict eldoc-message-commands to editing commands
2446 if eldoc-print-after-edit is set. (Bug#16346)
2447 * simple.el (read--expression): Enable eldoc-mode.
2448 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2449
2450 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
2451 Eric S. Raymond <esr@thyrsus.com>
2452
2453 * version.el (emacs-repository-get-version): Enhance so the
2454 function works correctly in either a Bazaar or Git repo.
2455
2456 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
2457
2458 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2459 Goes with removal of the joke manpages from /etc.
2460
2461 2014-01-10 Kenichi Handa <handa@gnu.org>
2462
2463 * mail/rmail.el (rmail-get-coding-system):
2464 Check rmail-get-coding-function before "funcall"ing it.
2465
2466 2014-01-10 Glenn Morris <rgm@gnu.org>
2467
2468 * emacs-lisp/authors.el (authors-fixed-entries):
2469 Update for files that no longer exist.
2470
2471 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
2472
2473 * version.el (emacs-bzr-get-version): Restore compatibilty with
2474 24.3 (Tested).
2475
2476 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
2477
2478 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2479 and Podfile.
2480
2481 2014-01-10 Eli Zaretskii <eliz@gnu.org>
2482
2483 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2484
2485 2014-01-10 Chong Yidong <cyd@gnu.org>
2486
2487 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2488
2489 2014-01-10 Anders Lindgren <andlind@gmail.com>
2490
2491 * follow.el (follow-cache-command-list): Include right-char and
2492 left-char.
2493
2494 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
2495
2496 Spelling fixes.
2497 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2498 * woman.el (woman-mark-horizontal-position):
2499 Rename from woman-mark-horizonal-position. Use changed.
2500
2501 2014-01-10 Glenn Morris <rgm@gnu.org>
2502
2503 * info.el (info-initialize): If running uninstalled, ensure our
2504 own info files are always found first, even if INFOPATH is set.
2505
2506 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2507
2508 2014-01-09 David Engster <deng@randomsample.de>
2509
2510 * emacs-lisp/eieio-custom.el:
2511 * emacs-lisp/eieio-opt.el: Set generated autoload file to
2512 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2513 * emacs-lisp/eieio.el: Regenerate autoloads.
2514
2515 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
2516
2517 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
2518 following renames. (Bug#8756)
2519
2520 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2523 (bug#16382).
2524 (activate-mark): Add `no-tmm' argument.
2525 (set-mark, push-mark-command): Use it instead of running
2526 activate-mark-hook by hand.
2527
2528 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
2529
2530 In preparation for the move to git, sanitize out some
2531 Bazaar-specific names.
2532
2533 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2534
2535 * version.el (emacs-bzr-version): Name changed to
2536 emacs-repository-version. Obsolete-variable alias made.
2537 * loadup.el: Follow through on this name change.
2538 * mail/emacsbug.el (report-emacs-bug): Factor out any
2539 assumption about the version control system in use.
2540
2541 2014-01-08 David Engster <deng@randomsample.de>
2542
2543 * help-fns.el (help-fns-describe-function-functions):
2544 New variable to call functions for augmenting help buffers.
2545 (describe-function-1): Remove explicit calls to
2546 `help-fns--compiler-macro', `help-fns--parent-mode' and
2547 `help-fns--obsolete'. Put them in above new variable instead, and
2548 call them through `run-hook-with-args'.
2549 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2550 `eieio-describe-class'. Not meant for interactive use anymore,
2551 but to augment existing help buffers. Remove optional second
2552 argument. Create proper button for file location.
2553 Rewrite function to use `insert' instead of `princ' and `prin1' where
2554 possible.
2555 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2556 (eieio-method-def, eieio-class-def): Move further up.
2557 (describe-method, describe-generic, eieio-describe-method):
2558 Remove aliases.
2559 (eieio-help-constructor, eieio-help-generic): Rename from
2560 `eieio-describe-constructor' and `eieio-describe-generic', resp.
2561 Rewrite to use `insert' in the current buffer and use proper help
2562 buttons.
2563 (eieio-help-find-method-definition)
2564 (eieio-help-find-class-definition): Also accept symbols as
2565 arguments.
2566 (eieio-help-mode-augmentation-maybee): Remove.
2567 (eieio-describe-class-sb): Use `describe-function'.
2568 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2569 Add `eieio-help-generic' and `eieio-help-constructor'.
2570
2571 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
2572
2573 Spelling fixes.
2574 * language/china-util.el (hz-ascii-designation):
2575 Rename from hz-ascii-designnation.
2576 (hz-ascii-designation): Rename from hz-ascii-designnation.
2577 All uses changed.
2578
2579 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
2582 package-alist.
2583
2584 2014-01-08 Bastien Guerry <bzg@gnu.org>
2585
2586 * emacs-lisp/package.el (package-delete):
2587 Correctly delete the package from package-alist.
2588
2589 2014-01-08 Daiki Ueno <ueno@gnu.org>
2590
2591 * emacs-lisp/package.el (url-recreate-url): Declare.
2592 (url-http-target-url): Declare.
2593 (package-handle-response): Include requested URL in the error message.
2594 (package--check-signature): Don't re-signal errors from
2595 package--with-work-buffer. Suggested by Stefan Monnier.
2596
2597 2014-01-07 Bastien Guerry <bzg@gnu.org>
2598
2599 * minibuffer.el (completion--try-word-completion): When both a
2600 hyphen and a space are possible candidates for the character
2601 following a word, display both candidates. (Bug#15980)
2602
2603 2014-01-07 Martin Rudalics <rudalics@gmx.at>
2604
2605 * window.el (balance-windows-2): While rounding don't give a
2606 window more than the remainder. Bug#16351, bug#16383.
2607
2608 2014-01-07 Glenn Morris <rgm@gnu.org>
2609
2610 * menu-bar.el (menu-bar-help-extra-packages): Remove.
2611 (menu-bar-help-menu): Use view-external-packages instead.
2612
2613 2014-01-07 Bastien Guerry <bzg@gnu.org>
2614
2615 * emacs-lisp/package.el (package-delete): Also delete the package
2616 name from `package-alist', not its description only.
2617
2618 2014-01-07 Glenn Morris <rgm@gnu.org>
2619
2620 * help.el (view-external-packages):
2621 * menu-bar.el (menu-bar-help-extra-packages):
2622 Visit efaq.info rather than etc/MORE.STUFF.
2623
2624 2014-01-07 Juri Linkov <juri@jurta.org>
2625
2626 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
2627 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
2628
2629 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
2630 that shadows RET. (Bug#16342)
2631
2632 2014-01-07 Chong Yidong <cyd@gnu.org>
2633
2634 * isearch.el (isearch-yank-char, isearch-yank-word)
2635 (isearch-yank-line): Doc fix.
2636
2637 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
2640 * emacs-lisp/elint.el (elint-find-builtins):
2641 * emacs-lisp/eldoc.el (eldoc-symbol-function):
2642 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
2643 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
2644 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2645 * apropos.el (apropos-safe-documentation):
2646 * subr.el (symbol-file): Remove redundant fboundp.
2647 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2648
2649 2014-01-06 Bastien Guerry <bzg@gnu.org>
2650
2651 * hl-line.el (global-hl-line-overlay): Make a local variable.
2652 (global-hl-line-overlays): New variable to store all overlays.
2653 (global-hl-line-mode): Don't delete overlays from the current
2654 buffer when `global-hl-line-sticky-flag' is non-nil.
2655 (global-hl-line-highlight): Add new overlays to
2656 `global-hl-line-overlays'.
2657 (global-hl-line-unhighlight-all): New function to delete all
2658 overlays when turning off `global-hl-line-mode'.
2659 This fixes Bug#16183.
2660
2661 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2662
2663 * subr.el (set-transient-map): Fix nested case and docstring.
2664
2665 2014-01-06 Tassilo Horn <tsdh@gnu.org>
2666
2667 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
2668 `Texinfo' entry.
2669
2670 2014-01-06 Daniel Colascione <dancol@dancol.org>
2671
2672 Fix defun navigation in vc log view.
2673
2674 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
2675 like `beginning-of-defun'.
2676 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
2677 log-view-end-of-defun to log-view-end-of-defun-1. Replace
2678 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
2679 (log-view-extract-comment): Call `log-view-current-entry' directly
2680 instead of relying on broken `log-view-beginning-of-defun' behavior.
2681
2682 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
2683
2684 Spelling fixes.
2685 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
2686 * emacs-lisp/debug.el (cancel-debug-on-entry):
2687 * epg.el (epg-error-to-string):
2688 * files.el (recover-file):
2689 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2690 * mail/emacsbug.el (report-emacs-bug-hook):
2691 * mail/sendmail.el (mail-recover):
2692 * ses.el (ses-yank-resize):
2693 * term/ns-win.el (ns-print-buffer):
2694 Spelling fixes in diagnostics, mostly for "canceled" with one L.
2695 * epg.el (epg-key-capability-alist): Rename from misspelled version.
2696 All uses changed.
2697 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2698
2699 2014-01-06 Leo Liu <sdl.web@gmail.com>
2700
2701 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
2702 to avoid shadowing global key. (Bug#16354)
2703
2704 2014-01-06 Daniel Colascione <dancol@dancol.org>
2705
2706 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
2707 rst-mode.
2708
2709 2014-01-05 Martin Rudalics <rudalics@gmx.at>
2710
2711 * window.el (balance-windows): Add mising t to fix Bug#16351.
2712
2713 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2714
2715 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
2716 (bug#16285).
2717 (shr-insert): If we have a word that's longer than `shr-width',
2718 break after it anyway. Otherwise we'll do no breaking once we get
2719 such a long word.
2720
2721 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2722
2723 * net/eww.el (eww): Support single/double quote for search.
2724 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
2725 (eww-history-quit): Delete and use quit-window.
2726 (eww-history-kill): Delete, because it doesn't work well and
2727 not necessary.
2728 (eww-history-mode-map): Delete some keys and add easy-menu.
2729
2730 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
2731
2732 Fix misspelling of 'chinese' in rx (Bug#16237).
2733 * emacs-lisp/rx.el (rx-categories): Correct spelling of
2734 chinese-two-byte.
2735
2736 Change subword regexps back to vars (Bug#16296).
2737 * progmodes/subword.el (subword-forward-regexp)
2738 (subword-backward-regexp): Change these back to variables.
2739
2740 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
2743 syntax-begin-function (bug#16247).
2744
2745 2014-01-03 Chong Yidong <cyd@gnu.org>
2746
2747 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
2748 (advice--docstring): Delete variable.
2749 (advice--make-1): Leave the docstring empty.
2750 (advice-add): Use function-documentation for advised docstring.
2751
2752 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
2753 Ignore function-documentation property when getting documentation.
2754 (ad-activate-advised-definition): Use function-documentation
2755 generate the docstring.
2756 (ad-make-advised-definition): Don't call
2757 ad-make-advised-definition-docstring.
2758 (ad-make-advised-definition-docstring, ad-advised-definition-p):
2759 Delete functions.
2760
2761 * progmodes/sql.el (sql-help): Use function-documentation instead
2762 of dynamic-docstring-function property. No need to autoload now.
2763 (sql--help-docstring): New variable.
2764 (sql--make-help-docstring): Use it.
2765
2766 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * ielm.el (ielm-tab): Retarget.
2769 (ielm-map): Use ielm-tab for tab.
2770 (ielm-complete-filename): Use comint-filename-completion.
2771 (ielm-complete-symbol): Remove.
2772 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
2773 remove ielm-tab from completion-at-point-functions (bug#16224).
2774
2775 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
2776 Beware signals raised by predicates (bug#16201).
2777
2778 2014-01-02 Richard Stallman <rms@gnu.org>
2779
2780 * dired-aux.el (dired-do-print): Handle printer-name.
2781
2782 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
2783 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
2784 (rmail-epa-decrypt): Turn off mime processing.
2785
2786 * mail/rmail.el (rmail-make-in-reply-to-field):
2787 Add parens in message-id.
2788
2789 * mail/rmail.el (rmail-get-coding-function): Variable.
2790 (rmail-get-coding-system): Use it.
2791
2792 2013-12-31 Eli Zaretskii <eliz@gnu.org>
2793
2794 * international/mule-conf.el: Unify the charset indian-is13194.
2795 (indian-is13194): Specify unify-map.
2796
2797 2013-12-31 Leo Liu <sdl.web@gmail.com>
2798
2799 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
2800
2801 2013-12-30 Daniel Colascione <dancol@dancol.org>
2802
2803 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2804 of printing a useless when we resume from sleep.
2805
2806 * progmodes/sh-script.el
2807 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2808 in indentation code. (Bug#16233)
2809
2810 2013-12-28 João Távora <joaotavora@gmail.com>
2811
2812 * elec-pair.el (electric-pair-post-self-insert-function):
2813 Don't open extra newlines at beginning of buffer. (Bug#16272)
2814
2815 2013-12-28 Eli Zaretskii <eliz@gnu.org>
2816
2817 * frame.el (window-system-for-display): Don't allow to create a
2818 GUI frame from a -nw session on MS-Windows. (Bug#14739)
2819
2820 2013-12-28 Glenn Morris <rgm@gnu.org>
2821
2822 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2823 Update callers.
2824
2825 * apropos.el (apropos-match-face):
2826 * calculator.el (calculator-displayer):
2827 * dabbrev.el (dabbrev-search-these-buffers-only):
2828 * face-remap.el (buffer-face-mode-face):
2829 * simple.el (yank-handled-properties):
2830 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2831 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2832 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2833 (hashcash-double-spend-database):
2834 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2835 (ruby-deep-indent-paren-style):
2836 * textmodes/flyspell.el (flyspell-auto-correct-binding):
2837 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2838 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2839 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2840 Specify custom types.
2841
2842 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2843 * bookmark.el (bookmark-bmenu-use-header-line):
2844 * doc-view.el (doc-view-scale-internally):
2845 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2846 * register.el (register-preview-delay):
2847 * net/shr.el (shr-bullet):
2848 * progmodes/cfengine.el (cfengine-cf-promises)
2849 (cfengine-parameters-indent):
2850 * progmodes/octave.el (inferior-octave-error-regexp-alist):
2851 * textmodes/reftex-vars.el (reftex-label-regexps):
2852 * vc/log-edit.el (log-edit-setup-add-author): Add version.
2853
2854 * net/tls.el (tls-certtool-program): Fix default value.
2855
2856 * desktop.el (desktop-restore-in-current-display):
2857 * newcomment.el (comment-empty-lines):
2858 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2859 (idlwave-pad-keyword):
2860 * progmodes/tcl.el (tcl-tab-always-indent):
2861 * textmodes/reftex-vars.el (reftex-index-default-tag):
2862 * elec-pair.el (electric-pair-skip-whitespace):
2863 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2864
2865 * emacs-lisp/authors.el (authors-ignored-files)
2866 (authors-valid-file-names, authors-renamed-files-alist): Additions.
2867
2868 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
2869
2870 * shell.el (shell-dynamic-complete-command): Doc fix.
2871 (shell--command-completion-data): Shell completion now matches
2872 executable filenames from the current buffer's directory, on
2873 systems in which this behavior is the default (windows-nt, ms-dos).
2874
2875 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2876
2877 * net/shr.el (shr-insert): Don't infloop if the width is zero.
2878
2879 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2880
2881 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2882 (bug#16251).
2883
2884 * electric.el: Move all electric-pair-* to elec-pair.el.
2885 * elec-pair.el: New file, split from electric.el.
2886
2887 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2888
2889 * net/shr.el (shr-find-fill-point): Don't try to fill if the
2890 indentation level is larger than the width, because that will
2891 infloop.
2892 (shr-insert): Fill repeatedly long texts, so that Japanese is
2893 formatted correctly (bug#16263).
2894 (shr-find-fill-point): Off by one error in comparison with the
2895 indentation.
2896
2897 2013-12-26 João Távora <joaotavora@gmail.com>
2898
2899 * electric.el (electric-pair-mode): More flexible engine for skip-
2900 and inhibit predicates, new options for pairing-related functionality.
2901 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2902 if that keeps or improves their balance in buffers.
2903 (electric-pair-delete-adjacent-pairs): Delete the pair when
2904 backspacing over adjacent matched delimiters.
2905 (electric-pair-open-extra-newline): Open extra newline when
2906 inserting newlines between adjacent matched delimiters.
2907 (electric--sort-post-self-insertion-hook):
2908 Sort post-self-insert-hook according to priority values when
2909 minor-modes are activated.
2910 * simple.el (newline-and-indent): Call newline with interactive
2911 set to t.
2912 (blink-paren-post-self-insert-function): Set priority to 100.
2913 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2914 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2915 comments. Locally set electric-pair-skip-whitespace to 'chomp and
2916 electric-pair-open-newline-between-pairs to nil.
2917
2918 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
2919
2920 * progmodes/python.el: Use lexical-binding.
2921 (python-nav-beginning-of-defun): Stop searching ASAP.
2922
2923 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
2924
2925 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2926 Fix interactive spec. Doc fix. (Bug#15754)
2927
2928 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
2929
2930 * emacs-lisp/byte-run.el (eval-when-compile):
2931 * progmodes/cc-defs.el (cc-eval-when-compile):
2932 Fix edebug spec (bug#16184).
2933
2934 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2935
2936 * net/shr.el (shr-visit-file): Remove debugging function.
2937 (shr-insert): Don't infloop if we can't find a good place to break
2938 the line (bug#16256).
2939
2940 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
2941
2942 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2943 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
2944 python-nav-lisp-forward-sexp-safe.
2945 (python-nav--forward-sexp): New argument SAFE allows switching
2946 forward sexp movement behavior for parens.
2947 (python-nav-forward-sexp): Throw errors on unterminated parens
2948 (Bug#16191).
2949 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2950 (python-nav-backward-sexp-safe): New functions.
2951 (python-shell-buffer-substring):
2952 Use `python-nav-forward-sexp-safe'.
2953
2954 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2955
2956 * net/shr.el (shr-find-fill-point): Don't break lines before a
2957 quotation mark.
2958 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2959 (shr-find-fill-point): Remove the special checks for the quotation
2960 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2961
2962 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
2963
2964 * net/eww.el (eww-form-textarea): Use a different face for
2965 textareas than text input since they have different keymaps
2966 (bug#16142).
2967
2968 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
2969
2970 * progmodes/python.el (python-nav-beginning-of-statement):
2971 Speed up (Bug#15295).
2972
2973 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2974
2975 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2976 the window configuration.
2977
2978 2013-12-24 Eli Zaretskii <eliz@gnu.org>
2979
2980 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2981 we run on MS-Windows or MS-DOS.
2982
2983 2013-12-24 Martin Rudalics <rudalics@gmx.at>
2984
2985 * window.el (balance-windows-area): Call window-size instead of
2986 window-height and window-width. Bug#16241.
2987
2988 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2989
2990 * net/eww.el (eww-bookmark-quit): Remove.
2991 (eww-bookmark-browse): Restore the window configuration when you
2992 choose a bookmark (bug#16144).
2993
2994 2013-12-24 Daniel Colascione <dancol@dancol.org>
2995
2996 * icomplete.el: Remove redundant :group arguments to `defcustom'
2997 throughout.
2998 (icomplete-show-matches-on-no-input): New customizable variable.
2999 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3000 we have something to show.
3001 (icomplete-exhibit): Compute completions even if we have no user input.
3002
3003 2013-12-23 Daniel Colascione <dancol@dancol.org>
3004
3005 * icomplete.el: Move `provide' to end of file.
3006
3007 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
3008
3009 * net/gnutls.el (gnutls-verify-error): Add version tag.
3010
3011 2013-12-23 Chong Yidong <cyd@gnu.org>
3012
3013 * subr.el (set-transient-map): Rename from
3014 set-temporary-overlay-map. Doc fix.
3015
3016 * face-remap.el (text-scale-adjust):
3017 * indent.el (indent-rigidly):
3018 * kmacro.el (kmacro-call-macro):
3019 * minibuffer.el (minibuffer-force-complete):
3020 * repeat.el (repeat):
3021 * simple.el (universal-argument--mode):
3022 * calendar/todo-mode.el (todo-insert-item--next-param):
3023 * progmodes/f90.el (f90-abbrev-start): Callers changed.
3024
3025 * indent.el (indent-rigidly): Use substitute-command-keys.
3026
3027 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3028
3029 * net/eww.el (eww-tag-select): Add text-property to jump to next
3030 select field.
3031 (eww): Add non-supported ftp error.
3032
3033 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3034
3035 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3036 comments. Handle electric indent after typing `?' and `!'.
3037
3038 2013-12-22 Chong Yidong <cyd@gnu.org>
3039
3040 * faces.el (face-spec-recalc): If the theme specs are not
3041 applicable to a frame, fall back on the defface spec.
3042 This prevents themes from obliterating faces on low-color terminals.
3043
3044 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3045
3046 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3047 after `{'. We need it after block openers, and it doesn't seem
3048 to hurt after hash openers.
3049
3050 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3051
3052 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3053 extracted from `ruby-smie-rules'.
3054 (ruby--electric-indent-chars): New variable.
3055 (ruby--electric-indent-p): New function.
3056 (ruby-mode): Use `electric-indent-functions' instead of
3057 `electric-indent-chars'.
3058
3059 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3060
3061 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3062 docstring.
3063 (ruby-smie-rules): Indent plus one level after `=>'.
3064
3065 2013-12-21 Richard Stallman <rms@gnu.org>
3066
3067 * simple.el (newline): Doc fix.
3068
3069 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3070
3071 * net/eww.el (eww-list-histories, eww-list-histories)
3072 (eww-history-browse, eww-history-quit, eww-history-kill)
3073 (eww-history-mode-map, eww-history-mode): New command and
3074 functions to list browser histories.
3075 (eww-form-text): Support text form with disabled
3076 and readonly attributes.
3077 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3078
3079 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3080
3081 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3082 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3083 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3084 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3085 Use `user-error'.
3086 (eww-bookmark-mode-map): Add menu.
3087 (eww-render, eww-mode): Use `setq-local'.
3088 (eww-tool-bar-map): New variable.
3089 (eww-mode): Set `tool-bar-map'.
3090 (eww-view-source): Check for `html-mode' with `fboundp'.
3091
3092 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3093
3094 * net/shr.el (shr--extract-best-source): Don't bug out on audio
3095 elements with text inside. Also remove debugging.
3096
3097 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
3098
3099 * cus-start.el (all): Add ns-use-srgb-colorspace.
3100
3101 2013-12-21 Chong Yidong <cyd@gnu.org>
3102
3103 * custom.el (custom-theme-recalc-face): Do nothing if the face is
3104 undefined. Thus, theme settings for undefined faces do not take
3105 effect until the faces are defined with defface, the same as with
3106 theme variables.
3107
3108 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3109 (face-spec-reset-face): Don't assign extra properties in temacs.
3110 (face-spec-recalc): Apply X resources too.
3111
3112 2013-12-21 Chong Yidong <cyd@gnu.org>
3113
3114 * faces.el (face-spec-set):
3115 * cus-face.el (custom-theme-set-faces, custom-set-faces):
3116 * custom.el (defface): Doc fixes (Bug#16203).
3117
3118 * indent.el (indent-rigidly-map): Add docstring, and move commands
3119 into named functions.
3120 (indent-rigidly-left, indent-rigidly-right)
3121 (indent-rigidly-left-to-tab-stop)
3122 (indent-rigidly-right-to-tab-stop): New functions. Decide on
3123 indentation direction based on bidi direction, and accumulate
3124 sequential commands in a single undo boundary.
3125 (indent-rigidly--pop-undo): New utility function.
3126
3127 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
3128
3129 * faces.el (read-face-name): Require crm.el when using crm-separator.
3130
3131 2013-12-20 Daniel Colascione <dancol@dancol.org>
3132
3133 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3134 so that we don't reflow comments into the shebang line.
3135
3136 2013-12-20 Juri Linkov <juri@jurta.org>
3137
3138 * saveplace.el (save-place-to-alist): Add `dired-filename' as
3139 a position when `dired-directory' is non-nil. Check integer
3140 positions with `integerp'.
3141 (toggle-save-place, save-places-to-alist): Add check for
3142 `dired-directory'.
3143 (save-place-find-file-hook): Check integer positions with
3144 `integerp'.
3145 (save-place-dired-hook): Use `dired-goto-file' when
3146 `dired-filename' is found in the assoc list. Check integer
3147 positions with `integerp'.
3148 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3149
3150 * dired.el (dired-initial-position-hook): Rename back from
3151 `dired-initial-point-hook'.
3152 (dired-initial-position): Rename `dired-initial-point-hook' to
3153 `dired-initial-position-hook'.
3154 (dired-file-name-at-point): Doc fix. (Bug#15329)
3155
3156 2013-12-20 Juri Linkov <juri@jurta.org>
3157
3158 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3159 (read-regexp-suggestions): New function.
3160 (read-regexp): Use `read-regexp-defaults-function' to get default values.
3161 Use `read-regexp-suggestions'. Add non-empty default to history
3162 for empty input.
3163 (occur-read-regexp-defaults-function): Remove function.
3164 (occur-read-primary-args): Use `regexp-history-last' instead of
3165 `occur-read-regexp-defaults-function'.
3166
3167 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3168 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3169 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3170 `hi-lock-read-regexp-defaults-function'. Doc fix.
3171 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3172 with `find-tag-default-as-symbol-regexp'. Doc fix.
3173 (hi-lock-read-regexp-defaults): Remove function.
3174 (hi-lock-regexp-okay): Add check for null.
3175
3176 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3177 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
3178
3179 * subr.el (find-tag-default-as-symbol-regexp): New function.
3180 (find-tag-default-as-regexp): Move symbol regexp formatting to
3181 `find-tag-default-as-symbol-regexp'.
3182
3183 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
3184
3185 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3186 (Bug#14179)
3187
3188 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3189
3190 * calendar/todo-mode.el: New implementation of item insertion
3191 commands and key bindings.
3192 (todo-key-prompt): New face.
3193 (todo-insert-item): New command.
3194 (todo-insert-item--parameters): New defconst, replacing defvar
3195 todo-insertion-commands-args-genlist.
3196 (todo-insert-item--param-key-alist): New defconst, replacing
3197 defvar todo-insertion-commands-arg-key-list.
3198 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3199 (todo-insert-item--argsleft, todo-insert-item--apply-args)
3200 (todo-insert-item--next-param): New functions.
3201 (todo-insert-item--args, todo-insert-item--argleft)
3202 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3203 New variables.
3204 (todo-key-bindings-t): Change binding of "i" from
3205 todo-insertion-map to todo-insert-item.
3206 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3207 (todo-insertion-command-name, todo-insertion-commands-names)
3208 (todo-define-insertion-command, todo-insertion-commands)
3209 (todo-insertion-key-bindings, todo-insertion-map): Remove.
3210
3211 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3212
3213 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3214 (todo-toggle-item-highlighting): Use eval-and-compile instead of
3215 eval-when-compile.
3216 (todo-move-category): Allow choosing a non-existing todo file to
3217 move the category to, and create that file.
3218 (todo-default-priority): New user option.
3219 (todo-set-item-priority): Use it.
3220 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3221 (desktop-restore-file-buffer): Declare.
3222 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3223 (todo-modes-set-2): Locally set desktop-save-buffer to
3224 todo-desktop-save-buffer.
3225 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3226 (auto-mode-alist): Add autoload cookie.
3227
3228 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
3229
3230 * emacs-lisp/subr-x.el: Renamed from helpers.el.
3231 helpers.el was a poor choice of name.
3232 (string-remove-prefix): New function.
3233 (string-remove-suffix): New function.
3234
3235 2013-12-20 Martin Rudalics <rudalics@gmx.at>
3236
3237 Fix assignment for new window total sizes.
3238 * window.el (window--pixel-to-size): Remove function.
3239 (window--pixel-to-total-1, window--pixel-to-total):
3240 Fix calculation of new total sizes.
3241
3242 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
3243
3244 * comint.el (comint-output-filter): Fix rear-nonsticky property
3245 placement (Bug#16010).
3246
3247 2013-12-20 Chong Yidong <cyd@gnu.org>
3248
3249 * faces.el (read-color): Minor fix for completion function.
3250
3251 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
3252
3253 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3254 New option. (Bug#16182)
3255 (ruby-smie--indent-to-stmt-p): Use it.
3256 (ruby-smie-rules): Revert the logic in the handling of `when'.
3257 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3258 (ruby-deep-arglist, ruby-deep-indent-paren)
3259 (ruby-deep-indent-paren-style): Update docstrings to note that the
3260 vars don't have any effect with SMIE.
3261
3262 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
3263
3264 * calc/calc.el (calc-enter, calc-pop): Use the variable
3265 `calc-context-sensitive-enter'.
3266
3267 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3268
3269 * net/shr.el (shr-insert): Protect against infloops in degenerate
3270 tables.
3271
3272 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3273
3274 * progmodes/octave.el (octave): Add link to manual and octave
3275 homepage.
3276 (octave-mode-menu): Link to octave-mode manual.
3277
3278 2013-12-20 Leo Liu <sdl.web@gmail.com>
3279
3280 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3281 insertion using skeleton-end-newline. (Bug#16138)
3282
3283 2013-12-20 Juri Linkov <juri@jurta.org>
3284
3285 * replace.el (occur-engine): Use `add-face-text-property'
3286 to add the face property to matches and titles. (Bug#14645)
3287
3288 * hi-lock.el (hi-green): Use lighter color "light green" closer to
3289 the palette of other hi-lock colors.
3290 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3291
3292 2013-12-19 Juri Linkov <juri@jurta.org>
3293
3294 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3295 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
3296 (minibuffer-history-symbol): Move variable declaration closer to
3297 its usage.
3298
3299 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3300 (Bug#14785)
3301
3302 2013-12-19 Juri Linkov <juri@jurta.org>
3303
3304 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3305 New function.
3306 (log-edit-hook): Add it to :options. (Bug#16170)
3307
3308 2013-12-19 Juri Linkov <juri@jurta.org>
3309
3310 * simple.el (eval-expression-print-format): Don't check for
3311 command names and the last command. Always display additional
3312 formats of the integer result in the echo area, and insert them
3313 to the current buffer only with a zero prefix arg.
3314 Display character when char-displayable-p is non-nil.
3315 (eval-expression): With a zero prefix arg, set `print-length' and
3316 `print-level' to nil, and insert the integer values from
3317 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
3318
3319 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3320 `eval-last-sexp-arg-internal'. Doc fix.
3321 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3322 `eval-last-sexp-print-value'. Doc fix.
3323 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3324 Set `print-length' and `print-level' to nil when arg is zero.
3325 (eval-last-sexp): Doc fix.
3326 (eval-defun-2): Print the integer values from
3327 `eval-expression-print-format' at the end.
3328
3329 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3330 values from `eval-expression-print-format' at the end.
3331
3332 * ielm.el (ielm-eval-input): Print the integer
3333 values from `eval-expression-print-format' at the end.
3334
3335 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
3336
3337 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3338 2013-12-11T19:01:44Z!tzz@lifelogs.com.
3339
3340 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
3341
3342 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
3343 (hl-line-highlight, global-hl-line-highlight): Use it.
3344 (hl-line-overlay): Use defvar-local.
3345
3346 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
3347
3348 * term/ns-win.el: Require dnd.
3349 (global-map): Remove drag items.
3350 (ns-insert-text, ns-set-foreground-at-mouse)
3351 (ns-set-background-at-mouse):
3352 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3353 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3354 New functions.
3355
3356 2013-12-19 Glenn Morris <rgm@gnu.org>
3357
3358 * emacs-lisp/ert.el (ert-select-tests):
3359 Fix string/symbol mixup. (Bug#16121)
3360
3361 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3362
3363 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3364 keywords to their parent.
3365
3366 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
3367
3368 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3369 first arg to be a string (fixed dead code), or an operator symbol.
3370 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3371 operator symbols.
3372 (ruby-smie-rules): Remove parent token check in the `.' clause, it
3373 did nothing. Don't respond to `(:after ".")', it will be called
3374 with :before anyway. Remove the ` @ ' rule, it didn't seem to
3375 change anything. Only return indentation for binary operators
3376 when they are hanging. De-dent opening paren when its parent is
3377 `.', otherwise it looks bad when the dot is not at bol or eol
3378 (bug#16182).
3379
3380 2013-12-19 Juri Linkov <juri@jurta.org>
3381
3382 * replace.el (query-replace-read-args): Split a non-negative arg
3383 and a negative arg into separate elements.
3384 (query-replace, query-replace-regexp, replace-string)
3385 (replace-regexp): Add arg `backward'. Doc fix.
3386 (replace-match-maybe-edit): When new arg `backward' is non-nil,
3387 move point to the beginning of the match.
3388 (replace-search, replace-highlight): Use new arg `backward'
3389 to set the value of `isearch-forward'.
3390 (perform-replace): Add arg `backward' and use it to perform
3391 replacement backward. (Bug#14979)
3392
3393 * isearch.el (isearch-query-replace): Use a negative prefix arg
3394 to call `perform-replace' with a non-nil arg `backward'.
3395
3396 2013-12-18 Juri Linkov <juri@jurta.org>
3397
3398 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3399 to the default list. Move `log-edit-show-files' to the end.
3400 Add more available functions to options.
3401 (log-edit): Move default specific settings to
3402 `log-edit-insert-message-template'. Don't move point.
3403 (log-edit-insert-message-template): New function.
3404 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3405 (Bug#16170)
3406
3407 2013-12-18 Juri Linkov <juri@jurta.org>
3408
3409 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3410 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
3411
3412 2013-12-18 Leo Liu <sdl.web@gmail.com>
3413
3414 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3415 (Bug#16186)
3416
3417 2013-12-18 Eli Zaretskii <eliz@gnu.org>
3418
3419 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3420 formats for displaying file sizes when the -s switch is given.
3421 Instead, compute a separate format for displaying the size in
3422 blocks, which is displayed in addition to the "regular" size.
3423 When -h is given in addition to -s, produce size in blocks in
3424 human-readable form as well. (Bug#16179)
3425
3426 2013-12-18 Tassilo Horn <tsdh@gnu.org>
3427
3428 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3429 Reference tables with ~\ref{...} instead of only \ref{...}.
3430
3431 2013-12-18 Chong Yidong <cyd@gnu.org>
3432
3433 * cus-edit.el (custom-magic-alist): Fix "themed" description
3434 (Bug#14348).
3435
3436 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3437 is non-nil, do not create a new entry in the symbol's theme-value
3438 or theme-face property; update theme-settings only (Bug#14664).
3439 (custom-available-themes): Doc fix.
3440
3441 * cus-theme.el (custom-new-theme-mode-map): Add bindings
3442 (Bug#15674).
3443
3444 * replace.el (occur-engine): Avoid infloop (Bug#7593).
3445
3446 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
3447
3448 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3449 (Bug#13914).
3450
3451 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3452
3453 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3454
3455 2013-12-18 Glenn Morris <rgm@gnu.org>
3456
3457 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
3458 * cus-start.el (load-prefer-newer): New option.
3459
3460 2013-12-18 Le Wang <l26wang@gmail.com>
3461
3462 * comint.el (comint-previous-matching-input-from-input):
3463 Retain point (Bug#13404).
3464
3465 2013-12-18 Chong Yidong <cyd@gnu.org>
3466
3467 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3468
3469 2013-12-18 Glenn Morris <rgm@gnu.org>
3470
3471 * mail/emacsbug.el (report-emacs-bug):
3472 Only mention enable-multibyte-characters if non-standard.
3473
3474 2013-12-17 Juri Linkov <juri@jurta.org>
3475
3476 * arc-mode.el (archive-extract-by-file): Check if directory exists
3477 before deletion to not show irrelevant errors if it doesn't exist.
3478
3479 2013-12-17 Juri Linkov <juri@jurta.org>
3480
3481 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3482 (Bug#14751)
3483
3484 * net/eww.el (browse-web): Add alias to `eww'.
3485 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3486 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
3487
3488 * net/browse-url.el (browse-url-browser-function): Move `eww'
3489 closer to similar functions.
3490
3491 * startup.el (fancy-startup-screen, fancy-about-screen):
3492 Set browse-url-browser-function to eww-browse-url locally.
3493 (Bug#14751)
3494
3495 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * window.el (window--pixel-to-total): Remove unused `mini' var.
3498 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3499 (split-window): Remove unused `new' var.
3500 (window--display-buffer): Remove unused `frame' and `delta' vars.
3501 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3502 and display-width'.
3503
3504 2013-12-17 Martin Rudalics <rudalics@gmx.at>
3505
3506 * dired.el (dired-mark-pop-up):
3507 * register.el (register-preview): Don't bind
3508 split-height-threshold here since it's now done in
3509 display-buffer-below-selected.
3510
3511 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
3512
3513 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3514 xterm-rgb-convert-to-16bit.
3515 (rxvt-register-default-colors): Standardize with
3516 xterm-register-default-colors (Bug#14078).
3517
3518 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
3519
3520 * simple.el (kill-region): Pass mark first, then point, so that
3521 kill-append works right (Bug#12819).
3522 (copy-region-as-kill, kill-ring-save): Likewise.
3523
3524 2013-12-17 Leo Liu <sdl.web@gmail.com>
3525
3526 * net/rcirc.el (rcirc-add-face):
3527 * eshell/em-prompt.el (eshell-emit-prompt):
3528 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3529 (Bug#16167)
3530
3531 2013-12-17 Chong Yidong <cyd@gnu.org>
3532
3533 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3534 Suggested by Xue Fuqiao.
3535
3536 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3537
3538 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3539
3540 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * net/shr.el (shr-insert-document): Remove unused var
3543 `shr-preliminary-table-render'.
3544 (shr-rescale-image): Remove unused arg `force'.
3545 (shr-put-image): Update calls accordingly.
3546 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3547
3548 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
3549
3550 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3551 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3552 :close-all, to see which indentation method to use (Bug#16116).
3553 (smie-rules-function): Document the method :close-all.
3554
3555 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3556
3557 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3558
3559 * net/eww.el (eww-display-html): If we can't find the anchor we're
3560 looking for, then go to point-min.
3561
3562 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
3563
3564 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3565 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3566 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3567 Expand dir too, in case it's relative.
3568
3569 2013-12-16 Juri Linkov <juri@jurta.org>
3570
3571 * desktop.el (desktop-auto-save-timeout): Change default to
3572 `auto-save-timeout'. Doc fix.
3573 (desktop-save): Skip the timestamp in desktop-saved-frameset
3574 when checking for auto-save changes.
3575 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3576 `desktop-auto-save' is called repeatedly by the idle timer.
3577 (desktop-auto-save-set-timer): Replace `run-with-timer' with
3578 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
3579 (Bug#15331)
3580
3581 2013-12-16 Juri Linkov <juri@jurta.org>
3582
3583 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
3584 (Bug#16035)
3585 (isearch-pre-command-hook): Check `this-command' for symbolp.
3586
3587 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3588
3589 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
3590
3591 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
3592
3593 * progmodes/cfengine.el (cfengine3--current-word): Remove.
3594 (cfengine3--current-function): Bring in the current-function
3595 functionality from `cfengine3--current-word'.
3596 (cfengine3-completion-function): Bring in the
3597 bounds-of-current-word functionality from
3598 `cfengine3--current-word'.
3599
3600 2013-12-16 Martin Rudalics <rudalics@gmx.at>
3601
3602 * window.el (display-buffer-below-selected):
3603 Bind split-height-threshold to 0 as suggested by Juri Linkov.
3604
3605 2013-12-16 Leo Liu <sdl.web@gmail.com>
3606
3607 * progmodes/compile.el (compile-goto-error): Do not push-mark.
3608 Remove NOMSG arg and all uses changed.
3609
3610 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3611
3612 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
3613 (cua--deactivate-rectangle): Don't deactivate the mark.
3614 (cua-set-rectangle-mark): Don't set mark-active since
3615 cua--activate-rectangle already does it for us.
3616 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
3617 non-rectangular region.
3618
3619 * emulation/cua-base.el (cua-repeat-replace-region):
3620 Use with-current-buffer.
3621
3622 * net/gnutls.el: Use cl-lib.
3623 (gnutls-negotiate): `mapcan' -> cl-mapcan.
3624
3625 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3626
3627 * emacs-lisp/package.el (package-built-in-p): Support both
3628 built-in and the package.el converted package descriptions.
3629 (package-show-package-list): Allow keywords.
3630 (package-keyword-button-action): Use it instead of
3631 `finder-list-matches'.
3632 (package-menu-filter-interactive): Interactive filtering (by
3633 keyword) function.
3634 (package-menu--generate): Support keywords and change keymappings
3635 and headers when they are given.
3636 (package--has-keyword-p): Helper function.
3637 (package-menu--refresh): Use it.
3638 (package--mapc): Helper function.
3639 (package-all-keywords): Use it.
3640 (package-menu-mode-map): Set up menu items and keybindings to
3641 provide a filtering UI.
3642
3643 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
3644
3645 * net/gnutls.el (gnutls-verify-error): New defcustom to control
3646 the behavior when a certificate fails validation. Defaults to
3647 old behavior: never abort, just warn.
3648 (gnutls-negotiate): Use it.
3649
3650 2013-12-14 Martin Rudalics <rudalics@gmx.at>
3651
3652 * window.el (display-buffer-below-selected): Never split window
3653 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
3654
3655 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
3656
3657 * emacs-lisp/package.el (package--prepare-dependencies): New function.
3658 (package-buffer-info): Use it (bug#15108).
3659
3660 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 * icomplete.el (icomplete-completions): Make sure the prefix is already
3663 displayed elsewhere before hiding it (bug#16219).
3664
3665 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
3666
3667 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
3668 open-paren tokens when preceded by a open-paren, too.
3669 (ruby-smie-rules): Handle virtual indentation after open-paren
3670 tokens specially. If there is code between it and eol, return the
3671 column where is starts (Bug#16118).
3672
3673 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3674
3675 * progmodes/cfengine.el: Fix `add-hook' doc.
3676 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
3677 (cfengine3--current-word): Fix parameters.
3678 (cfengine3-make-syntax-cache): Simplify further.
3679 (cfengine3-completion-function, cfengine3--current-function):
3680 Use `assq' for symbols.
3681 (cfengine3--current-function): Fix `cfengine3--current-word' call.
3682
3683 2013-12-13 Glenn Morris <rgm@gnu.org>
3684
3685 * loadup.el (load-path): Warn if site-load or site-init changes it.
3686 No more need to reset it when bootstrapping.
3687
3688 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
3689
3690 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
3691 locations for cf-promises.
3692 (cfengine-mode-syntax-functions-regex): New caching variable.
3693 (cfengine3-fallback-syntax): Fallback syntax for cases where
3694 cf-promises doesn't run.
3695 (cfengine3--current-word): Reimplement using
3696 `cfengine-mode-syntax-functions-regex'.
3697 (cfengine3-completion-function, cfengine3--current-function):
3698 Use `cfengine3-make-syntax-cache' directly.
3699 (cfengine3-clear-syntax-cache): New function.
3700 (cfengine3-make-syntax-cache): Simplify and create
3701 `cfengine-mode-syntax-functions-regex' on demand.
3702 (cfengine3-format-function-docstring): Don't call
3703 `cfengine3-make-syntax-cache' explicitly.
3704
3705 2013-12-13 Martin Rudalics <rudalics@gmx.at>
3706
3707 Fix windmove-find-other-window broken after pixelwise resizing
3708 (Bug#16017).
3709 * windmove.el (windmove-other-window-loc): Revert change from
3710 2013-12-04.
3711 (windmove-find-other-window): Call window-in-direction.
3712 * window.el (window-in-direction): New arguments SIGN, WRAP and
3713 MINI to emulate original windmove-find-other-window behavior.
3714
3715 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
3716
3717 * simple.el (blink-matching--overlay): New variable.
3718 (blink-matching-open): Instead of moving point, highlight the
3719 matching paren with an overlay
3720 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
3721
3722 * faces.el (paren-showing-faces, show-paren-match)
3723 (show-paren-mismatch): Move from paren.el.
3724
3725 2013-12-13 Leo Liu <sdl.web@gmail.com>
3726
3727 * indent.el (indent-region): Disable progress reporter in
3728 minibuffer. (Bug#16108)
3729
3730 * bindings.el (visual-order-cursor-movement): Fix version.
3731
3732 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3733
3734 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
3735 Also match after beginning of line.
3736 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
3737 files. Thanks to Russell Sim. (Bug#15378)
3738
3739 2013-12-13 Juri Linkov <juri@jurta.org>
3740
3741 * simple.el <Keypad support>: Remove key bindings duplicated
3742 with bindings.el. (Bug#14397)
3743
3744 2013-12-13 Juri Linkov <juri@jurta.org>
3745
3746 * comint.el (comint-mode-map): Replace `delete-char' with
3747 `delete-forward-char'. (Bug#16109)
3748
3749 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3750
3751 * progmodes/python.el (python-indent-calculate-indentation):
3752 Fix de-denters cornercase. (Bug#15731)
3753
3754 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
3757 (advice--make): Pay attention to `depth'.
3758 (advice--make-1): Don't autoload commands eagerly.
3759 * emacs-lisp/elp.el (elp-instrument-function):
3760 * emacs-lisp/trace.el (trace-function-internal):
3761 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
3762
3763 * iswitchb.el (iswitchb-mode): Don't belittle ido.
3764
3765 2013-12-12 Eli Zaretskii <eliz@gnu.org>
3766
3767 * term/w32-win.el (w32-handle-dropped-file):
3768 * startup.el (normal-top-level):
3769 * net/browse-url.el (browse-url-file-url):
3770 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
3771 decode file names using 'utf-8' rather than
3772 file-name-coding-system.
3773
3774 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
3775
3776 * progmodes/python.el (python-indent-context)
3777 (python-indent-calculate-indentation): Fix auto-identation
3778 behavior for comment blocks. (Bug#15916)
3779
3780 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
3781
3782 * progmodes/python.el (python-indent-calculate-indentation):
3783 When determining indentation, don't treat "return", "pass", etc., as
3784 operators when they are just string constituents. (Bug#15812)
3785
3786 2013-12-12 Juri Linkov <juri@jurta.org>
3787
3788 * uniquify.el (uniquify-buffer-name-style): Change default to
3789 `post-forward-angle-brackets'.
3790
3791 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3792 `uniquify'. Change default to `post-forward-angle-brackets'.
3793
3794 2013-12-11 Glenn Morris <rgm@gnu.org>
3795
3796 * emacs-lisp/package.el (finder-list-matches):
3797 Autoload rather than falsely declaring.
3798
3799 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
3800
3801 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3802 (eww-mode-map): Use them.
3803
3804 2013-12-11 Martin Rudalics <rudalics@gmx.at>
3805
3806 * window.el (display-buffer-in-side-window): Fix doc-string
3807 (Bug#16115).
3808
3809 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
3810
3811 * vc/vc-git.el: Silence byte-compiler warnings.
3812 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3813 (log-edit-set-header): Declare.
3814
3815 2013-12-11 Eli Zaretskii <eliz@gnu.org>
3816
3817 * Makefile.in (custom-deps, finder-data): Run output file names
3818 through unmsys--file-name. (Bug#16099)
3819
3820 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3823 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3824
3825 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3826 instead of deleting the selection "by hand" (bug#16098).
3827 Rely on insert-for-yank to yank rectangles.
3828 (cua-highlight-region-shift-only): Mark obsolete.
3829 (cua-mode): Don't enable/disable transient-mark-mode,
3830 shift-select-mode (cua-mode works both with and without them), and
3831 pc-selection-mode (obsolete).
3832 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3833 (cua--deactivate-rectangle): Deactivate it.
3834
3835 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3836 (delete-selection-helper): Make sure yank starts at the top of the
3837 deleted region.
3838 (minibuffer-keyboard-quit): Use region-active-p.
3839
3840 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3841
3842 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3843 to `delete' (bug#16109).
3844
3845 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3846
3847 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3848 info manual and show keybindings and set `:group' keyword.
3849
3850 2013-12-11 Juri Linkov <juri@jurta.org>
3851
3852 * delsel.el (delete-active-region): Let-bind `this-command'
3853 to prevent `kill-region' from changing its original value.
3854 (delete-selection-helper): Handle `overwrite-mode' for the type
3855 `kill' exactly the same way as for the type `t'.
3856 (insert-char, quoted-insert, reindent-then-newline-and-indent):
3857 Support more commands. (Bug#13312)
3858
3859 2013-12-11 Juri Linkov <juri@jurta.org>
3860
3861 * bindings.el: Map kp keys to non-kp keys systematically
3862 with basic modifiers control, meta and shift. (Bug#14397)
3863
3864 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3865
3866 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3867 "Close browser" menu items. Fix wrong function of "List
3868 bookmarks".
3869
3870 2013-12-11 Juri Linkov <juri@jurta.org>
3871
3872 * misearch.el (multi-isearch-buffers): Set the value of
3873 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3874 arg of isearch-forward to t.
3875 (multi-isearch-buffers-regexp): Set the value of
3876 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
3877 arg of isearch-forward-regexp to t.
3878 (multi-isearch-files): Set the value of
3879 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3880 arg of isearch-forward to t.
3881 (multi-isearch-files-regexp): Set the value of
3882 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
3883 arg of isearch-forward-regexp to t. (Bug#16035)
3884
3885 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3886 arg of isearch-forward to t.
3887 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3888 arg of isearch-forward-regexp to t.
3889 (dired-isearch-filter-filenames): Remove unnecessary check for
3890 `dired-isearch-filenames'.
3891
3892 * comint.el (comint-history-isearch-backward):
3893 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3894 (comint-history-isearch-backward-regexp):
3895 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3896
3897 2013-12-10 Eli Zaretskii <eliz@gnu.org>
3898
3899 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3900 unmsys--file-name. (Bug#16099)
3901
3902 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
3903
3904 * emacs-lisp/package.el (package-keyword-button-action):
3905 Remove finder.el require dependency.
3906
3907 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
3908
3909 * emacs-lisp/package.el: Require finder.el.
3910 (describe-package-1): Add keyword buttons.
3911 (package-make-button): New convenience function.
3912 (package-keyword-button-action): Keyword button action using
3913 `finder-list-matches'.
3914
3915 2013-12-09 Eli Zaretskii <eliz@gnu.org>
3916
3917 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3918 last commit.
3919
3920 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
3921
3922 * autorevert.el (auto-revert-notify-add-watch): Do not handle
3923 symlinked files.
3924
3925 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3926
3927 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3928 after the end of a percent literal.
3929
3930 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
3931
3932 * progmodes/ruby-mode.el (ruby-forward-string): Document.
3933 Handle caret-delimited strings (Bug#16079).
3934
3935 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
3936
3937 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3938 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3939 `ruby-parse-partial' (Bug#16078).
3940
3941 2013-12-09 Leo Liu <sdl.web@gmail.com>
3942
3943 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
3944
3945 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
3946
3947 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3948 (js-switch-indent-offset): New option.
3949 (js--proper-indentation): Use it. And handle the case when
3950 "default" is actually a key in an object literal.
3951 (js--same-line): New function.
3952 (js--multi-line-declaration-indentation): Use it.
3953 (js--indent-in-array-comp, js--array-comp-indentation):
3954 New functions.
3955 (js--proper-indentation): Use them, to handle array comprehension
3956 continuations.
3957
3958 2013-12-08 Leo Liu <sdl.web@gmail.com>
3959
3960 * progmodes/flymake.el (flymake-highlight-line): Re-write.
3961 (flymake-make-overlay): Remove arg MOUSE-FACE.
3962 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3963
3964 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3965
3966 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3967 New function.
3968 (redisplay-highlight-region-function): Use it.
3969
3970 * emulation/cua-base.el (cua--explicit-region-start)
3971 (cua--last-region-shifted): Remove.
3972 (cua--deactivate): Use deactivate-mark.
3973 (cua--pre-command-handler-1): Don't handle shift-selection.
3974 (cua--post-command-handler-1): Don't change transient-mark-mode.
3975 (cua--select-keymaps): Use region-active-p rather than
3976 cua--explicit-region-start or cua--last-region-shifted.
3977 (cua-mode): Enable shift-select-mode.
3978
3979 2013-12-08 Leo Liu <sdl.web@gmail.com>
3980
3981 * progmodes/flymake.el (flymake-popup-current-error-menu):
3982 Rename from flymake-display-err-menu-for-current-line. Reimplement.
3983 (flymake-posn-at-point-as-event, flymake-popup-menu)
3984 (flymake-make-emacs-menu): Remove. (Bug#16077)
3985
3986 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * rect.el (rectangle-mark-mode): Activate mark even if
3989 transient-mark-mode is off (bug#16066).
3990 (rectangle--highlight-for-redisplay): Fix boundary condition when point
3991 is > mark and at bolp.
3992
3993 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3994 (region-extract-function): Use it.
3995 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3996 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3997 Delete functions.
3998 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3999 kill-ring-save, kill-region, delete-char, delete-forward-char.
4000 Ignore self-insert-iso.
4001
4002 * emulation/cua-gmrk.el (cua--init-global-mark):
4003 Ignore `self-insert-iso'.
4004
4005 * emulation/cua-base.el (cua--prefix-copy-handler)
4006 (cua--prefix-cut-handler): Rely on region-extract-function rather than
4007 checking cua--rectangle.
4008 (cua-delete-region): Use region-extract-function.
4009 (cua-replace-region): Delete function.
4010 (cua-copy-region, cua-cut-region): Obey region-extract-function.
4011 (cua--pre-command-handler-1): Don't do the delete-selection thing.
4012 (cua--self-insert-char-p): Ignore `self-insert-iso'.
4013 (cua--init-keymaps): Don't remap delete-selection commands.
4014 (cua-mode): Use delete-selection-mode instead of rolling our own
4015 (bug#16085).
4016
4017 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4018 Obey region-extract-function.
4019
4020 Make registers and delete-selection-mode work on rectangles.
4021 * register.el (describe-register-1): Don't modify the register's value.
4022 (copy-to-register): Obey region-extract-function.
4023 * delsel.el (delete-active-region): Obey region-extract-function.
4024
4025 2013-12-08 Leo Liu <sdl.web@gmail.com>
4026
4027 * progmodes/flymake.el (flymake, flymake-error-bitmap)
4028 (flymake-warning-bitmap, flymake-fringe-indicator-position)
4029 (flymake-compilation-prevents-syntax-check)
4030 (flymake-start-syntax-check-on-newline)
4031 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4032 (flymake-start-syntax-check-on-find-file, flymake-log-level)
4033 (flymake-xml-program, flymake-master-file-dirs)
4034 (flymake-master-file-count-limit)
4035 (flymake-allowed-file-name-masks): Relocate.
4036 (flymake-makehash, flymake-float-time)
4037 (flymake-replace-regexp-in-string, flymake-split-string)
4038 (flymake-get-temp-dir): Remove.
4039 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4040 (flymake-current-row, flymake-selected-frame)
4041 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4042 related functions. (Bug#16077)
4043
4044 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
4045
4046 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4047
4048 2013-12-07 Tassilo Horn <tsdh@gnu.org>
4049
4050 * help-fns.el (describe-function-1): Use new advice-* functions
4051 rather than old ad-* functions. Fix function type description and
4052 source links for advised functions and subrs.
4053
4054 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4055
4056 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4057
4058 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
4059
4060 * progmodes/compile.el (compilation-start):
4061 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4062
4063 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4064 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
4065
4066 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4067
4068 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4069 Touch up the last change.
4070
4071 2013-12-06 Leo Liu <sdl.web@gmail.com>
4072
4073 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4074 (inferior-octave-startup): Always use "octave> " for prompt.
4075 (octave-goto-function-definition)
4076 (octave-sync-function-file-names)
4077 (octave-find-definition-default-filename): Remove redundant backquotes.
4078
4079 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4080
4081 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4082 syntax for `?'.
4083 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4084 where appropriate already.
4085 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4086 end of method names (Bug#15874).
4087
4088 2013-12-06 Juri Linkov <juri@jurta.org>
4089
4090 * isearch.el (isearch--saved-overriding-local-map):
4091 New internal variable.
4092 (isearch-mode): Set it to the initial value of
4093 `overriding-terminal-local-map'.
4094 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4095 with `isearch--saved-overriding-local-map'. (Bug#16035)
4096
4097 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4098
4099 * progmodes/octave.el (inferior-octave-completion-table):
4100 Turn back into function, use `completion-table-with-cache'
4101 (Bug#11906). Update all references.
4102
4103 * minibuffer.el (completion-table-with-cache): New function.
4104
4105 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
4106
4107 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4108
4109 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
4110
4111 * net/eww.el (eww-current-source): New variable to store page
4112 source.
4113 (eww-display-html, eww-mode, eww-save-history)
4114 (eww-restore-history): Use it.
4115 (eww-view-source): New command to view page source.
4116 Opportunistically uses `html-mode' to highlight the buffer.
4117 (eww-mode-map): Install it.
4118
4119 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
4120
4121 * net/dbus.el (dbus-unregister-service)
4122 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4123 Fix docstring.
4124 (dbus-unregister-service): Skip :serial entries in
4125 `dbus-registered-objects-table'.
4126 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4127
4128 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
4129
4130 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4131 around keywords with extra `split-string' argument.
4132
4133 2013-12-04 Martin Rudalics <rudalics@gmx.at>
4134
4135 * windmove.el (windmove-other-window-loc): Handle navigation
4136 between windows (excluding the minibuffer window - Bug#16017).
4137
4138 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
4139
4140 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4141 in D-Bus type syntax.
4142 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4143 preserve unibyte strings. (Bug#16048)
4144
4145 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4148 Call force-mode-line-update is the proper buffer (bug#16042).
4149
4150 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
4151
4152 * vc/log-edit.el (log-edit-add-new-comment): Rename to
4153 `log-edit-remember-comment', make argument optional. Adjust all
4154 callers.
4155 (log-edit-mode): Add `log-edit-remember-comment' to
4156 `kill-buffer-hook' locally.
4157 (log-edit-kill-buffer): Don't remember comment explicitly since
4158 the buffer is killed anyway.
4159
4160 2013-12-04 Juri Linkov <juri@jurta.org>
4161
4162 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4163 add-hook and remove-hook for multi-buffer search. (Bug#16035)
4164
4165 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
4166
4167 * notifications.el (notifications-close-notification): Call the
4168 D-Bus method with ID being a `:uint32'. (Bug#16030)
4169
4170 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4171
4172 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4173
4174 2013-12-03 Juri Linkov <juri@jurta.org>
4175
4176 * progmodes/compile.el (compilation-start): Rename window alist
4177 entry `no-display-ok' to `allow-no-window'.
4178
4179 * simple.el (shell-command): Add window alist entry
4180 `allow-no-window' to `display-buffer'.
4181 (async-shell-command): Doc fix.
4182
4183 * window.el (display-buffer-no-window): New action function.
4184 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
4185
4186 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4187
4188 * vc/log-edit.el (log-edit-set-header): Extract from
4189 `log-edit-toggle-header'.
4190 (log-edit-extract-headers): Separate the summary, when extracted
4191 from header, from the rest of the message with an empty line.
4192
4193 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4194 line, if present, to the Summary header.
4195
4196 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4199 in current-buffer (bug#16029).
4200
4201 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
4202
4203 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4204 (debugger-mode-map): Bind it.
4205 (debugger--backtrace-base): New function.
4206 (debugger-eval-expression): Use it.
4207 (debugger-frame-number): Skip local vars when present.
4208 (debugger--locals-visible-p, debugger--insert-locals)
4209 (debugger--show-locals, debugger--hide-locals): New functions.
4210
4211 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
4212
4213 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4214 "LC_ALL".
4215 (tramp-get-remote-locale): New defun.
4216 (tramp-open-connection-setup-interactive-shell): Use it.
4217
4218 2013-12-02 Leo Liu <sdl.web@gmail.com>
4219
4220 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
4221
4222 * progmodes/sh-script.el (sh-shell-process):
4223 * progmodes/octave.el (inferior-octave-process-live-p):
4224 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4225 (gdb-inferior-io-sentinel):
4226 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4227
4228 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4229
4230 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4231 `save-selected-window' to `log-edit-hide-buf'. This makes
4232 `log-edit-show-files' idempotent.
4233 (log-edit-show-files): Mark the new window as dedicated.
4234
4235 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4236
4237 * vc/log-edit.el (log-edit-mode-map): Add binding for
4238 `log-edit-kill-biffer'.
4239 (log-edit-hide-buf): Add a FIXME comment.
4240 (log-edit-add-new-comment): New function, extracted from
4241 `log-edit-done'.
4242 (log-edit-done, log-edit-add-to-changelog): Use it.
4243 (log-edit-kill-buffer): New command.
4244
4245 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4246
4247 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4248 instead of killing the buffer.
4249
4250 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4253
4254 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4255
4256 * net/eww.el (eww-form-checkbox-selected-symbol)
4257 (eww-form-checkbox-symbol): New customizable variable.
4258 (eww-form-checkbox, eww-toggle-checkbox):
4259 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4260
4261 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4262 (shr--get-media-pref, shr--extract-best-source): New function.
4263 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4264 no :src tag was specified.
4265
4266 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4267 (eww-render): Handle `eww-use-external-browser-for-content-type'.
4268 Use \\` to match beginning of string instead of ^.
4269 (eww-browse-with-external-browser): Provide optional URL parameter.
4270 (eww-render): Set `eww-current-title' back to "".
4271
4272 * net/shr.el (shr-tag-video): Display content for video if no
4273 poster is available.
4274 (shr-tag-audio): Add support for <audio> tag.
4275
4276 * net/eww.el (eww-text-input-types): New const.
4277 (eww-process-text-input): Treat input types in
4278 `eww-text-input-types' as text.
4279
4280 * net/shr.el (shr-tag-table): Fix comment typo.
4281
4282 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4283
4284 * net/eww.el (eww-follow-link): New command to avoid reloading
4285 pages when we follow #target links (bug#15243).
4286 (eww-quit): Special mode buffers shouldn't query before exiting.
4287
4288 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4289
4290 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4291 forms.
4292
4293 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4294
4295 * net/eww.el (eww-restore-history): Update the window title after
4296 moving in the history.
4297 (eww-current-dom): New variable used to save the current DOM.
4298
4299 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
4300
4301 * vc/log-edit.el (log-edit-mode-map): Add binding for
4302 `log-edit-beginning-of-line'.
4303 (log-edit-setup-add-author): New user option.
4304 (log-edit-beginning-of-line): New command.
4305 (log-edit): Move major mode call above the contents setup so that
4306 the local variable values are already applied.
4307 (log-edit): Only insert "Author: " when
4308 `log-edit-setup-add-author' is non-nil.
4309 (log-edit): When SETUP is non-nil, position point after ": "
4310 instead of point-min.
4311
4312 2013-12-01 Glenn Morris <rgm@gnu.org>
4313
4314 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4315
4316 2013-11-30 Eli Zaretskii <eliz@gnu.org>
4317
4318 * startup.el (fancy-splash-frame): On MS-Windows, trigger
4319 redisplay to make sure the initial frame gets a chance to become
4320 visible. (Bug#16014)
4321
4322 2013-11-30 Martin Rudalics <rudalics@gmx.at>
4323
4324 Support resizing frames and windows pixelwise.
4325 * cus-start.el (frame-resize-pixelwise)
4326 (window-resize-pixelwise): New entries.
4327 * emacs-lisp/debug.el (debug): Use window-total-height instead
4328 of window-total-size.
4329 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4330 * help.el (describe-bindings-internal): Use help-buffer as
4331 argument for with-help-window.
4332 (temp-buffer-max-width): New option.
4333 (resize-temp-buffer-window, help-window-setup)
4334 (with-help-window): Rewrite.
4335 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
4336 dragging dividers.
4337 * window.el (frame-char-size, window-min-pixel-height)
4338 (window-safe-min-pixel-height, window-safe-min-pixel-width)
4339 (window-min-pixel-width, window-safe-min-pixel-size)
4340 (window-combination-p, window-safe-min-size)
4341 (window-resizable-p, window--size-to-pixel)
4342 (window--pixel-to-size, window--resize-apply-p): New functions.
4343 (window-safe-min-height): Fix doc-string.
4344 (window-size, window-min-size, window--min-size-1)
4345 (window-sizable, window-sizable-p, window--min-delta-1)
4346 (window-min-delta, window--max-delta-1, window-max-delta)
4347 (window--resizable, window--resizable-p, window-resizable)
4348 (window-full-height-p, window-full-width-p, window-at-side-p)
4349 (window--in-direction-2, window-in-direction)
4350 (window--resize-reset-1, window--resize-mini-window)
4351 (window-resize, window-resize-no-error)
4352 (window--resize-child-windows-normal)
4353 (window--resize-child-windows, window--resize-siblings)
4354 (window--resize-this-window, window--resize-root-window)
4355 (window--resize-root-window-vertically)
4356 (adjust-window-trailing-edge, enlarge-window, shrink-window)
4357 (maximize-window, minimize-window, delete-window)
4358 (quit-restore-window, window-split-min-size, split-window)
4359 (balance-windows-2, balance-windows)
4360 (balance-windows-area-adjust, balance-windows-area)
4361 (window--state-get-1, window-state-get, window--state-put-1)
4362 (window--state-put-2, window-state-put)
4363 (display-buffer-record-window, window--display-buffer):
4364 Make functions handle pixelwise sizing of windows.
4365 (display-buffer--action-function-custom-type)
4366 (display-buffer-fallback-action):
4367 Add display-buffer-in-previous-window.
4368 (display-buffer-use-some-window): Resize window to height it had
4369 before.
4370 (fit-window-to-buffer-horizontally): New option.
4371 (fit-frame-to-buffer): Describe new values.
4372 (fit-frame-to-buffer-bottom-margin): Replace with
4373 fit-frame-to-buffer-margins.
4374 (window--sanitize-margin): New function.
4375 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4376 using window-text-pixel-size.
4377
4378 2013-11-30 Glenn Morris <rgm@gnu.org>
4379
4380 * emacs-lisp/bytecomp.el (byte-compile-form):
4381 Make the `interactive-only' warning like the `obsolete' one.
4382 * comint.el (comint-run):
4383 * files.el (insert-file-literally, insert-file):
4384 * replace.el (replace-string, replace-regexp):
4385 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4386 (goto-line, insert-buffer, next-line, previous-line):
4387 Tweak `interactive-only' spec.
4388
4389 Stop keeping (most) generated cedet grammar files in the repository.
4390 * Makefile.in (semantic): New.
4391 (compile-main): Depend on semantic.
4392
4393 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4394
4395 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4396 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4397
4398 * uniquify.el (uniquify-buffer-name-style): Change default.
4399
4400 * loadup.el: Preload "uniquify".
4401
4402 * time.el (display-time-update): Update all mode lines (bug#15999).
4403
4404 * electric.el (electric-indent-mode): Enable by default.
4405 * loadup.el: Preload "electric".
4406
4407 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
4408
4409 * emacs-lisp/helpers.el (string-empty-p): New function.
4410 (string-blank-p): New function.
4411
4412 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
4413
4414 * imenu.el (imenu--index-alist): Add missing dot to the docstring
4415 (Bug#14029).
4416
4417 2013-11-29 Andreas Politz <politza@fh-trier.de>
4418 * imenu.el (imenu--subalist-p): Don't error on non-conses and
4419 allow non-lambda lists as functions.
4420 (imenu--in-alist): Don't recurse into non-subalists.
4421 (imenu): Don't pass function itself as an argument (Bug#14029).
4422
4423 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * progmodes/python.el (python-mode-map): Remove binding for ":".
4426 (python-indent-electric-colon): Remove command.
4427 (python-indent-post-self-insert-function): Integrate the previous code
4428 of python-indent-electric-colon. Make it conditional on
4429 electric-indent-mode.
4430 (python-mode): Add ?: to electric-indent-chars.
4431 Move python-indent-post-self-insert-function to the end of
4432 post-self-insert-hook.
4433
4434 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4435
4436 * doc-view.el (doc-view-goto-page): Update mode-line.
4437
4438 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4439
4440 2013-11-27 Glenn Morris <rgm@gnu.org>
4441
4442 * international/charprop.el, international/uni-bidi.el:
4443 * international/uni-category.el, international/uni-combining.el:
4444 * international/uni-comment.el, international/uni-decimal.el:
4445 * international/uni-decomposition.el, international/uni-digit.el:
4446 * international/uni-lowercase.el, international/uni-mirrored.el:
4447 * international/uni-name.el, international/uni-numeric.el:
4448 * international/uni-old-name.el, international/uni-titlecase.el:
4449 * international/uni-uppercase.el:
4450 Remove generated files from VCS repository.
4451
4452 2013-11-27 Eli Zaretskii <eliz@gnu.org>
4453
4454 * filenotify.el (file-notify-add-watch): Don't special-case
4455 w32notify when computing the directory to watch.
4456
4457 2013-11-27 Glenn Morris <rgm@gnu.org>
4458
4459 Make bootstrap without generated uni-*.el files possible again.
4460 * loadup.el: Update command-line-args checking for unidata-gen.
4461 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4462 * composite.el, international/characters.el:
4463 Handle unicode tables being undefined.
4464
4465 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4466 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4467 (compile-main): Depend on leim rule.
4468 (leim): New rule.
4469 * loadup.el: Move leim-list.el to leim/ subdirectory.
4470 * startup.el (normal-top-level): No more leim directory.
4471 * international/ja-dic-cnv.el (skkdic-convert):
4472 Disable version-control and autoloads in output files.
4473 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4474 Disable version-control and autoloads in output files.
4475 * leim/quail: Move here from ../leim.
4476 * leim/quail/hangul.el (hangul-input-method-activate):
4477 Add autoload cookie.
4478 (generated-autoload-load-name): Set file-local value.
4479 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4480 (generated-autoload-load-name): Set file-local value.
4481
4482 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
4483
4484 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
4485 (eww-add-bookmark): Ask confirmation when add to bookmarks.
4486 (eww-quit): Ask confirmation before quitting eww.
4487
4488 2013-11-26 Eli Zaretskii <eliz@gnu.org>
4489
4490 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4491 reading output from Diff on MS-Windows and MS-DOS.
4492
4493 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
4494
4495 * emacs-lisp/helpers.el (string-reverse): New function.
4496
4497 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
4498
4499 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4500 names on MS Windows, like "/[::1]:".
4501
4502 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4503 SWITCHES.
4504
4505 2013-11-26 Glenn Morris <rgm@gnu.org>
4506
4507 * progmodes/python.el (python-indent-guess-indent-offset):
4508 Avoid corner-case error. (Bug#15975)
4509
4510 Preload leim-list.el. (Bug#4789)
4511 * loadup.el: Load leim-list.el when found.
4512 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4513
4514 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
4515
4516 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4517
4518 * emacs-lisp/helpers.el (string-join): New function.
4519
4520 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
4521
4522 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4523 Mark as obsolete and replace it with a symbol property.
4524 (byte-compile-form): Use new 'interactive-only property.
4525 * comint.el, files.el, replace.el, simple.el:
4526 Apply new 'interactive-only properly.
4527
4528 2013-11-25 Martin Rudalics <rudalics@gmx.at>
4529
4530 * window.el (display-buffer-at-bottom): Make sure that
4531 split-window-sensibly creates the new window on bottom
4532 (Bug#15961).
4533
4534 2013-11-23 David Kastrup <dak@gnu.org>
4535
4536 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4537 on the conflict markers when available.
4538 (smerge--get-marker): New function.
4539 (smerge-end-re, smerge-base-re): Add subgroup.
4540
4541 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * frame.el (handle-focus-in, handle-focus-out): Add missing
4544 interactive spec.
4545
4546 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
4547
4548 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4549 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4550
4551 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
4552
4553 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
4554 (gomoku--last-pos): New var.
4555 (gomoku--intangible-chars): New const.
4556 (gomoku--intangible): New function.
4557 (gomoku-mode): Use it. Derive from special-mode.
4558 (gomoku-move-up): Adjust line count.
4559 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4560 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4561 Simplify accordingly.
4562
4563 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4564 Remove blink-cursor code.
4565 (blink-cursor-timer-function, blink-cursor-suspend):
4566 Don't special-case GUIs.
4567 (blink-cursor-mode): Use focus-in/out-hook.
4568
4569 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
4570
4571 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4572 work when annotation is invisible (Bug#13886).
4573
4574 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
4575
4576 * json.el (json-alist-p): Only return non-nil if the alist has
4577 simple keys (Bug#13518).
4578
4579 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
4580
4581 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
4582 when control-statement is the first statement in a buffer (Bug#15956).
4583
4584 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
4585
4586 * imenu.el (imenu-generic-skip-comments-and-strings):
4587 New option (Bug#15560).
4588 (imenu--generic-function): Use it.
4589
4590 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
4591
4592 * minibuffer.el (completion--in-region-1): Scroll the correct window.
4593 (Bug#13898)
4594
4595 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
4596
4597 * emacs-lisp/helpers.el: Add some string helpers.
4598 (string-trim-left): Removes leading whitespace.
4599 (string-trim-right): Removes trailing whitespace.
4600 (string-trim): Removes leading and trailing whitespace.
4601
4602 * subr.el (string-suffix-p): New function.
4603
4604 2013-11-23 Glenn Morris <rgm@gnu.org>
4605
4606 * progmodes/python.el (python-shell-send-file):
4607 Add option to delete file when done. (Bug#15647)
4608 (python-shell-send-string, python-shell-send-region): Use it.
4609
4610 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
4611
4612 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
4613 to set buffer-read-only to t, never to nil. (Bug#15938)
4614
4615 * textmodes/tex-mode.el (latex-noindent-environments):
4616 Add safe-local-variable property. (Bug#15936)
4617
4618 2013-11-23 Glenn Morris <rgm@gnu.org>
4619
4620 * textmodes/enriched.el (enriched-mode): Doc fix.
4621 * emacs-lisp/authors.el (authors-renamed-files-alist):
4622 Add enriched.doc -> enriched.txt.
4623
4624 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
4625
4626 2013-11-22 Leo Liu <sdl.web@gmail.com>
4627
4628 * progmodes/octave.el (inferior-octave-startup): Spit out error
4629 message.
4630
4631 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
4632
4633 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4634 Improve docstring.
4635 Add :version.
4636 (ruby-encoding-magic-comment-style): Add :version.
4637
4638 2013-11-22 Leo Liu <sdl.web@gmail.com>
4639
4640 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
4641 (Bug#15076)
4642 (octave-help-mode): Adapt to change to help-mode-finish to use
4643 derived-mode-p on 2013-09-17.
4644 (inferior-octave-prompt): Also match octave-gui.
4645 (octave-kill-process): Don't ask twice. (Bug#10564)
4646
4647 2013-11-22 Leo Liu <sdl.web@gmail.com>
4648
4649 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
4650 (inferior-octave-startup, inferior-octave-check-process)
4651 (inferior-octave-track-window-width-change)
4652 (octave-completion-at-point, octave-eldoc-function): Use it.
4653 (octave-kill-process): Provide confirmation. (Bug#10564)
4654
4655 2013-11-21 Leo Liu <sdl.web@gmail.com>
4656
4657 * progmodes/octave.el (octave-mode, inferior-octave-mode):
4658 Fix obsolete variable comment-use-global-state.
4659
4660 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4661
4662 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
4663 Add `octave-source-file'.
4664 (octave-source-file): New function. (Bug#15935)
4665
4666 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4667
4668 * net/eww.el (eww-local-regex): New variable.
4669 (eww): Use it to detect localhost and similar.
4670
4671 2013-11-21 Leo Liu <sdl.web@gmail.com>
4672
4673 Add completion for command `ag'.
4674 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
4675 (pcomplete/ag): New function.
4676 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
4677
4678 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
4681 (bug#14646).
4682 (make-obsolete): Remove interactive spec.
4683
4684 2013-11-21 Glenn Morris <rgm@gnu.org>
4685
4686 * startup.el (command-line-1): Use path-separator with -L.
4687
4688 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
4689
4690 * emacs-lisp/package.el (describe-package-1): Add package archive
4691 to shown fields.
4692
4693 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
4694
4695 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
4696 Change default to "# encoding: %s" to differentiate it from the
4697 default Ruby encoding comment template.
4698
4699 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
4700
4701 * ses.el (ses-mode): Doc fix. (Bug#14748)
4702
4703 2013-11-20 Leo Liu <sdl.web@gmail.com>
4704
4705 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
4706
4707 2013-11-19 Dan Nicolaescu <dann@gnu.org>
4708
4709 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
4710 when rebase or bisect are in progress.
4711
4712 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
4713
4714 * filenotify.el (file-notify-add-watch): Doc fix.
4715
4716 2013-11-19 Leo Liu <sdl.web@gmail.com>
4717
4718 * obsolete/rcompile.el: Mark obsolete.
4719
4720 * progmodes/compile.el (compilation-start)
4721 (compilation-goto-locus, compilation-find-file):
4722 Pass no-display-ok and handle nil value from display-buffer.
4723 (Bug#13594)
4724
4725 * window.el (display-buffer-alist, display-buffer): Document the
4726 new parameter no-display-ok. Return either a window or nil
4727 but never a non-window value.
4728
4729 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * electric.el (electric-indent-mode-map): Remove.
4732 (electric-indent-mode): Change the global-map instead (bug#15915).
4733
4734 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4735 Use add-function.
4736
4737 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * emacs-lisp/nadvice.el (remove-function): Align with
4740 add-function's behavior.
4741
4742 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4743 (gdb--string-regexp): New constant.
4744 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
4745 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
4746 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
4747 submatch 1.
4748 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
4749 Adjust use accordingly.
4750 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
4751
4752 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
4753
4754 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
4755 interpolation curlies (Bug#15914).
4756
4757 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
4758
4759 * calc/calc.el (calc-context-sensitive-enter): New variable.
4760 (calc-enter): Use `calc-context-sensitive-enter'.
4761
4762 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
4763
4764 * progmodes/cfengine.el: Version bump.
4765 (cfengine-cf-promises): New defcustom to locate cf-promises.
4766 (cfengine3-vartypes): Add new "data" type.
4767 (cfengine3--current-word): New function to get current name-like
4768 word or its bounds.
4769 (cfengine3--current-function): New function to look up a CFEngine
4770 function's definition.
4771 (cfengine3-format-function-docstring): New function.
4772 (cfengine3-make-syntax-cache): New function.
4773 (cfengine3-documentation-function): New function: ElDoc glue.
4774 (cfengine3-completion-function): New function: completion glue.
4775 (cfengine3-mode): Set `compile-command',
4776 `eldoc-documentation-function', and add to
4777 `completion-at-point-functions'.
4778
4779 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
4780
4781 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4782 `tramp-current-connection'.
4783
4784 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
4785
4786 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
4787 nil/self/true/false with "end of symbol".
4788
4789 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
4790
4791 * subr.el (version-regexp-alist): Fix a typo.
4792
4793 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
4794
4795 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4796 "en_US.utf8" and "LC_CTYPE" to "".
4797 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4798 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4799
4800 2013-11-15 Leo Liu <sdl.web@gmail.com>
4801
4802 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
4803
4804 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4805
4806 * progmodes/gud.el (ctl-x-map):
4807 Remove C-x SPC binding. (Bug#12342)
4808 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4809
4810 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
4811
4812 * subr.el (version-regexp-alist):
4813 Recognize hg, svn and darcs versions as snapshot versions.
4814
4815 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4816 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4817 (ruby--encoding-comment-required-p): Extract from
4818 `ruby-mode-set-encoding'.
4819 (ruby-mode-set-encoding): Add the ability to always insert an
4820 utf-8 encoding comment. Fix and simplify coding comment update
4821 logic.
4822
4823 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
4824
4825 * net/tramp-gvfs.el (top): Run init code only when
4826 `tramp-gvfs-enabled' is not nil.
4827 (tramp-gvfs-enabled): Check also :system bus.
4828
4829 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4830
4831 Sync with upstream verilog-mode revision 78e66ba.
4832 * progmodes/verilog-mode.el (verilog-end-of-defun)
4833 (verilog-type-completion, verilog-get-list): Remove unused funcs.
4834 (verilog-get-end-of-defun): Remove unused argument.
4835 (verilog-comment-depth): Remove unused local `e'.
4836 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4837 Don't pass arg to verilog-get-end-of-defun.
4838
4839 2013-11-14 Glenn Morris <rgm@gnu.org>
4840
4841 * obsolete/assoc.el (aget): Prefix dynamic variable.
4842
4843 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4844
4845 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * widget.el, hfy-cmap.el: Remove bogus package version number.
4848
4849 2013-11-13 Glenn Morris <rgm@gnu.org>
4850
4851 * replace.el (replace-eval-replacement):
4852 Try to give more helpful error message. (Bug#15836)
4853
4854 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4855 (archive-7z-update): Avoid custom type mismatches.
4856
4857 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4858
4859 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
4860
4861 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4862 address can be empty.
4863
4864 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4865 Accept nil SWITCHES.
4866 (tramp-gvfs-handle-write-region): Implement APPEND.
4867
4868 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
4869
4870 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4871 binary "|" operator and closing block args delimiter.
4872 Remove FIXME comment referring to Ruby 1.8-only syntax.
4873 (ruby-smie--implicit-semi-p): Not after "|" operator.
4874 (ruby-smie--closing-pipe-p): New function.
4875 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4876 (ruby-smie-rules): Indent after "|".
4877
4878 2013-11-12 Glenn Morris <rgm@gnu.org>
4879
4880 * ps-print.el (ps-face-attribute-list):
4881 Handle anonymous faces. (Bug#15827)
4882
4883 2013-11-12 Martin Rudalics <rudalics@gmx.at>
4884
4885 * window.el (display-buffer-other-frame): Fix doc-string.
4886 (Bug#15868)
4887
4888 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * subr.el (force-mode-line-update): Delete, move to buffer.c.
4891
4892 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
4893
4894 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4895 (tramp-sh-handle-file-local-copy): Don't write a message when
4896 saving temporary files.
4897
4898 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4899 both directories are remote.
4900 (tramp-smb-handle-directory-files): Do not return double entries.
4901 Do not expand full file names.
4902 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4903 (tramp-smb-handle-write-region): Implement APPEND.
4904 (tramp-smb-get-stat-capability): Fix a stupid bug.
4905
4906 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4909
4910 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4911
4912 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4913 throwing error over malformed let/let* (bug#15814).
4914
4915 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * iswitchb.el (iswitchb-mode): Mark obsolete.
4918
4919 2013-11-11 Glenn Morris <rgm@gnu.org>
4920
4921 * international/uni-bidi.el, international/uni-category.el:
4922 * international/uni-name.el, international/uni-numeric.el:
4923 Regenerate for Unicode 6.3.0.
4924
4925 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
4926
4927 * net/tramp.el (tramp-methods):
4928 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4929 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4930
4931 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
4932
4933 * progmodes/sh-script.el (sh-font-lock-keywords-var):
4934 Force highlighting text after Summary keyword in doc face for rpm.
4935
4936 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
4937
4938 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4939 available and the word has no wildcards, append one to the grep pattern.
4940 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4941 (ispell-complete-word): Call `ispell-lookup-words' with the value
4942 independent of `ispell-look-p'.
4943
4944 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4945
4946 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4947 Not after "||".
4948 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4949 their parent.
4950
4951 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
4954 (ruby-font-lock-keywords): Use backquote.
4955
4956 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4957
4958 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4959 (ruby-smie--backward-token): Only consider full-string matches.
4960
4961 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
4962
4963 * faces.el (describe-face): Add distant-foreground.
4964
4965 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
4966
4967 * progmodes/ruby-mode.el: Improve encoding comment handling.
4968 (ruby-encoding-magic-comment-style): New option.
4969 (ruby-custom-encoding-magic-comment-template): New option.
4970 (ruby--insert-coding-comment, ruby--detect-encoding):
4971 New functions extracted from `ruby-mode-set-encoding'.
4972 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4973 to control the style of the auto-inserted encoding comment.
4974
4975 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
4976
4977 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4978 Use `smie-backward-sexp' with token argument.
4979
4980 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
4981
4982 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4983 Remove instrumentation code.
4984
4985 2013-11-08 Glenn Morris <rgm@gnu.org>
4986
4987 * progmodes/autoconf.el (autoconf-mode):
4988 Tweak comment-start-skip. (Bug#15822)
4989
4990 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4993 at bobp (bug#15826).
4994 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4995
4996 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
4997
4998 * man.el (Man-start-calling): New macro, extracted from
4999 Man-getpage-in-background.
5000 (Man-getpage-in-background): Use it.
5001 (Man-update-manpage): New command.
5002 (Man-mode-map): Bind it.
5003
5004 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5005
5006 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5007 of "and", "or", "&&" and "||".
5008 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5009 argument. Prohibit opening curly brace because it could only be a
5010 block opener in that position.
5011 (ruby-smie--forward-token, ruby-smie--backward-token):
5012 Separate "|" from "&" or "*" going after it. That can happen in block
5013 arguments.
5014 (ruby-smie--indent-to-stmt): New function, seeks the end of
5015 previous statement or beginning of buffer.
5016 (ruby-smie-rules): Use it.
5017 (ruby-smie-rules): Check if there's a ":" before a curly block
5018 opener candidate; if there is, it's a hash.
5019
5020 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5023 (cl--block-wrapper): Fix last accidental change.
5024
5025 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
5026
5027 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5028 Instrument, in order to hunt failure on hydra.
5029
5030 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5031
5032 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5033 malformed bindings form (bug#15814).
5034
5035 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
5036
5037 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5038 "." compared to " @ ". This incidentally fixes some indentation
5039 examples with "do".
5040 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5041 (ruby-smie-grammar): New tokens: "and" and "or".
5042 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5043 Exclude "and" and "or". Remove "do" in order to work around token
5044 priorities.
5045 (ruby-smie-rules): Add all infix tokens. Handle the case of
5046 beginning-of-buffer.
5047
5048 2013-11-06 Glenn Morris <rgm@gnu.org>
5049
5050 * Makefile.in (setwins_almost, setwins_for_subdirs):
5051 Avoid accidental matches.
5052
5053 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5054
5055 * menu-bar.el (popup-menu): Use key-binding.
5056
5057 2013-11-06 Eli Zaretskii <eliz@gnu.org>
5058
5059 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5060 menus, support also the menus produced by minor modes.
5061 (Bug#15817)
5062
5063 2013-11-06 Leo Liu <sdl.web@gmail.com>
5064
5065 * thingatpt.el (thing-at-point-looking-at): Add optional arg
5066 DISTANCE to bound the search. All uses changed. (Bug#15808)
5067
5068 2013-11-06 Glenn Morris <rgm@gnu.org>
5069
5070 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5071 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5072 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5073
5074 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * electric.el (electric-indent-just-newline): New command.
5077 (electric-indent-mode-map): New keymap.
5078 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5079 Re-add :group which weren't redundant.
5080
5081 * electric.el (electric-indent-local-mode): New minor mode.
5082 (electric-indent-functions-without-reindent): New var.
5083 (electric-indent-post-self-insert-function): Use it.
5084 * emacs-lisp/gv.el (buffer-local-value): Add setter.
5085
5086 2013-11-05 Eli Zaretskii <eliz@gnu.org>
5087
5088 * international/quail.el (quail-help): Be more explicit about the
5089 meaning of the labels shown on the keys. (Bug#15800)
5090
5091 * startup.el (normal-top-level): Load the subdirs.el files before
5092 setting the locale environment. (Bug#15805)
5093
5094 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5097 via arguments so as to get the right ones (bug#15418).
5098
5099 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5100
5101 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
5102
5103 Fix problems found while writing a test suite.
5104
5105 * net/tramp-compat.el (tramp-compat-load): New defun.
5106 * net/tramp.el (tramp-handle-load): Use it.
5107
5108 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5109 "(numberp ok-if-already-exists)" correctly.
5110
5111 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
5112
5113 * international/characters.el (glyphless-char-display-control):
5114 Add usage note.
5115
5116 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
5117
5118 * progmodes/python.el (python-mode):
5119 * progmodes/scheme.el (scheme-mode):
5120 * progmodes/prolog.el (prolog-mode):
5121 * progmodes/ruby-mode.el (ruby-mode):
5122 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5123 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5124
5125 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 * rect.el (rectangle--highlight-for-redisplay):
5128 * emacs-lisp/smie.el (smie--next-indent-change):
5129 Use buffer-chars-modified-tick.
5130
5131 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5132
5133 * electric.el (electric-indent-post-self-insert-function):
5134 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5135
5136 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
5137
5138 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5139
5140 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5141
5142 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5143 (bug#15786).
5144
5145 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
5148
5149 * progmodes/python.el: Fix up last change.
5150 (python-shell--save-temp-file): New function.
5151 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
5152 `string' comes from the current buffer.
5153 (python-shell-send-string-no-output): Remove `msg' arg.
5154 (python--use-fake-loc): New var.
5155 (python-shell-buffer-substring): Obey it. Try to compensate for the
5156 extra coding line added by python-shell--save-temp-file.
5157 (python-shell-send-region): Use python-shell--save-temp-file and
5158 python-shell-send-file directly. Add `nomain' argument.
5159 (python-shell-send-buffer): Use python-shell-send-region.
5160 (python-electric-pair-string-delimiter): New function.
5161 (python-mode): Use it.
5162
5163 2013-11-04 Eli Zaretskii <eliz@gnu.org>
5164
5165 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5166 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5167 environment and decoding all of the default-directory's to here
5168 from command-line.
5169 (command-line): Decode also argv[0].
5170
5171 * loadup.el: Error out if default-directory is a multibyte string
5172 when we are dumping.
5173
5174 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
5175
5176 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5177
5178 * emacs-lisp/package.el (package-menu-mode)
5179 (package-menu--print-info, package-menu--archive-predicate):
5180 Add Archive column to package list.
5181
5182 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
5183
5184 Fix problems found while writing a test suite.
5185
5186 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5187 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5188 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5189 to nil when running original file name handler. Otherwise,
5190 there are problems with constructs like "$$FOO".
5191
5192 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5193 for `localname'.
5194
5195 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
5196
5197 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5198
5199 * subr.el (version<, version<=, version=):
5200 Update docstrings with information for snapshot versions.
5201
5202 * helpers.el: New library for misc helper functions.
5203 (hash-table-keys): New function returning a list of hash keys.
5204 (hash-table-values): New function returning a list of hash values.
5205
5206 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
5207
5208 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5209 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5210
5211 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
5212
5213 * textmodes/fill.el (fill-single-char-nobreak-p): New function
5214 checking whether point is after a 1-letter word.
5215
5216 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5217
5218 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5219 Don't infloop when expanding region over `multiline' syntax-type that
5220 begins a line (bug#15778).
5221
5222 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5225 Make it into a proper minor mode.
5226 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
5227 (rectangle-mark-mode-map): New keymap.
5228 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5229
5230 2013-11-04 Glenn Morris <rgm@gnu.org>
5231
5232 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5233
5234 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5235
5236 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5237 (ruby-smie-rules): Use smie-rule-parent instead.
5238
5239 * emacs-lisp/smie.el (smie-rule-parent): Always call
5240 smie-indent-virtual rather than only for hanging tokens.
5241 (smie--next-indent-change): New helper command.
5242
5243 2013-11-03 Glenn Morris <rgm@gnu.org>
5244
5245 * Makefile.in (abs_srcdir): Remove.
5246 (emacs): Unset EMACSLOADPATH.
5247
5248 2013-11-02 Glenn Morris <rgm@gnu.org>
5249
5250 * Makefile.in (EMACS): Use a relative filename.
5251 (abs_top_builddir): Remove.
5252 (custom-deps, finder-data, autoloads): Use --chdir.
5253
5254 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5255
5256 Use relative filenames in TAGS files.
5257 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5258 (lisptagsfiles4, TAGS): Use relative file names.
5259 (TAGS-LISP): Remove.
5260 (maintainer-clean): No more TAGS-LISP file.
5261
5262 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5263 (lisptagsfiles4): Use absolute filenames again.
5264 (TAGS, TAGS-LISP): Not everything needs to run in one line.
5265 Remove all *loaddefs files, not just the first. Remove esh-groups.
5266 (maintainer-clean): Delete TAGS, TAGS-LISP.
5267
5268 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5269
5270 * emacs-lisp/package.el (package-version-join):
5271 Recognize snapshot versions.
5272
5273 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5274
5275 * subr.el (version-regexp-alist): Add support for snapshot versions.
5276
5277 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5278
5279 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5280 New function, replacement for `smie-rule-parent' for when we want to
5281 skip over our direct parent if it's an assignment token..
5282 (ruby-smie-rules): Use it.
5283
5284 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
5285
5286 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5287 unconditionally. Remove now unnecessary forward declarations.
5288 Remove XEmacs-specific setup.
5289 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5290 (ruby-font-lock-syntactic-keywords)
5291 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5292 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5293 (ruby-here-doc-end-syntax): Remove.
5294 (ruby-mode): Don't check whether `syntax-propertize-rules' is
5295 defined as function.
5296
5297 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
5298
5299 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5300
5301 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5302
5303 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5304 table and abbrev table, `define-derived-mode' does that for us
5305 anyway.
5306
5307 2013-11-01 Glenn Morris <rgm@gnu.org>
5308
5309 * Makefile.in: Remove manual mh-e dependencies (writing .elc
5310 files is atomic for some time, so no parallel compilation issues).
5311
5312 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
5313
5314 * faces.el (face-x-resources): Add :distant-foreground.
5315 (region): Use :distant-foreground for gtk and ns.
5316
5317 2013-11-01 Tassilo Horn <tsdh@gnu.org>
5318
5319 Allow multiple bibliographies when BibLaTeX is used rather than
5320 BibTeX.
5321 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5322 (reftex-locate-bibliography-files): Us it.
5323
5324 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
5325
5326 * image.el (image-type-header-regexps): Fix the 'pbm' part to
5327 allow comments in pbm files.
5328
5329 * term/w32-win.el (dynamic-library-alist): Support newer versions
5330 of libjpeg starting with v7: look only for the DLL from the
5331 version against which Emacs was built.
5332 Support versions of libpng beyond 1.4.x.
5333 Support libtiff v4.x.
5334
5335 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
5336
5337 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5338 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5339 Add property :safe.
5340 (ruby-deep-arglist): Add property :type.
5341
5342 2013-10-31 Glenn Morris <rgm@gnu.org>
5343
5344 * Makefile.in (custom-deps, finder-data): No need to setq the target
5345 variables, we are in the right directory and the defaults work fine.
5346
5347 2013-10-30 Glenn Morris <rgm@gnu.org>
5348
5349 * Makefile.in (autoloads): Do not use abs_lisp.
5350
5351 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5352 `newline' does not respect `standard-output', so use `princ'.
5353
5354 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
5355
5356 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
5357 * buff-menu.el (Buffer-menu--unmark): New function.
5358 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5359
5360 2013-10-30 Glenn Morris <rgm@gnu.org>
5361
5362 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5363
5364 * emacs-lisp/package.el (lm-homepage): Declare.
5365
5366 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5367 Fix doc typos.
5368
5369 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5370
5371 * Makefile.in (finder-data, autoloads, update-subdirs)
5372 (compile-main, compile-clean, compile-always, bootstrap-clean):
5373 Check return value of cd.
5374 (compile-calc): Remove.
5375
5376 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5379
5380 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5381 (byte-compile-and-folded): New function.
5382 (=, <, >, <=, >=): Use it.
5383
5384 * dos-w32.el (minibuffer-history-case-insensitive-variables)
5385 (path-separator, null-device, buffer-file-coding-system)
5386 (lpr-headers-switches): Check system-type before modifying them.
5387 (find-buffer-file-type-coding-system): Mark obsolete.
5388 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5389 find-file-not-found-set-buffer-file-coding-system.
5390 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5391 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5392 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5393 (w32-direct-print-region-helper, w32-direct-print-region-function)
5394 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5395 * startup.el (normal-top-level-add-subdirs-to-load-path):
5396 * ps-print.el (ps-print-region-function):
5397 * lpr.el (print-region-function): Use new name.
5398
5399 * subr.el (custom-declare-variable-early): Remove function.
5400 (custom-declare-variable-list): Remove var.
5401 (error, user-error): Remove `while' loop.
5402 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5403 (user-emacs-directory-warning, locate-user-emacs-file):
5404 Move to files.el.
5405 * simple.el (read-quoted-char-radix, read-quoted-char):
5406 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5407 Move from subr.el.
5408 * custom.el (custom-declare-variable-list): Don't process
5409 custom-declare-variable-list.
5410
5411 * progmodes/python.el (python-shell-get-buffer): New function.
5412 (python-shell-get-process): Use it.
5413 (python-shell-send-string): Always use utf-8 and add a cookie to tell
5414 Python which encoding was used. Don't split-string since we only care
5415 about the first line. Return the temp-file, if applicable.
5416 (python-shell-send-region): Tell compile.el how to turn locations in
5417 the temp-file into locations in the source buffer.
5418
5419 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5420
5421 * subr.el (undefined): Add missing behavior from the C code for
5422 unbound keys.
5423
5424 * rect.el: Use lexical-binding. Add new rectangular region support.
5425 (rectangle-mark): New command.
5426 (rectangle--region): New var.
5427 (deactivate-mark-hook): Reset rectangle--region.
5428 (rectangle--extract-region, rectangle--insert-for-yank)
5429 (rectangle--highlight-for-redisplay)
5430 (rectangle--unhighlight-for-redisplay): New functions.
5431 (region-extract-function, redisplay-unhighlight-region-function)
5432 (redisplay-highlight-region-function): Use them to handle
5433 rectangular region.
5434 * simple.el (region-extract-function): New var.
5435 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5436 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5437 (kill-region): Replace obsolete `yank-handler' arg with `region'.
5438 (copy-region-as-kill, kill-ring-save): Add `region' argument.
5439 (redisplay-unhighlight-region-function)
5440 (redisplay-highlight-region-function): New vars.
5441 (redisplay--update-region-highlight): New function.
5442 (pre-redisplay-function): Use it.
5443 (exchange-point-and-mark): Don't deactivate the mark before
5444 reactivate-it anyway.
5445 * comint.el (comint-kill-region): Remove yank-handler argument.
5446 * delsel.el (delete-backward-char, backward-delete-char-untabify)
5447 (delete-char): Remove property, since it's now part of their
5448 default behavior.
5449 (self-insert-iso): Remove property since this command doesn't exist.
5450
5451 * emacs-lisp/package.el (package--download-one-archive)
5452 (describe-package-1): Don't query the user about final newline.
5453
5454 2013-10-29 Daniel Colascione <dancol@dancol.org>
5455
5456 * net/tramp.el (tramp-methods): Document new functionality.
5457 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5458 tramp-hostname-checker if method provides one instead of scanning
5459 argument list for "%h" to decide hostname acceptability.
5460
5461 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
5462
5463 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5464 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5465 Handle COPY-CONTENTS. (Bug#15737)
5466
5467 2013-10-28 Daiki Ueno <ueno@gnu.org>
5468
5469 * epa-file.el
5470 (epa-file-cache-passphrase-for-symmetric-encryption):
5471 Document that this option has no effect with GnuPG 2.0 (bug#15552).
5472
5473 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
5474
5475 * image.el (defimage, image-load-path): Doc fixes.
5476
5477 2013-10-27 Alan Mackenzie <acm@muc.de>
5478
5479 Indent statements in macros following "##" correctly.
5480 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5481 Modify the "#" arm of a cond form to handle "#" and "##" operators.
5482
5483 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5484
5485 * linum.el (linum-update-window): Fix boundary test (bug#13446).
5486
5487 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
5488
5489 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5490 after `=' is probably a new expression.
5491
5492 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5493
5494 * man.el (man-imenu-title): New option.
5495 (Man-mode-map): Add menu. (Bug#15722)
5496 (Man-mode): Add imenu to menu.
5497
5498 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
5499
5500 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5501 specific in what the first arg can be: a non-keyword word,
5502 string/regexp/percent literal opener, opening paren, or unary
5503 operator followed directly by word.
5504
5505 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5508 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5509 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5510 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5511 Remove vars, they do not apply any more.
5512 (prolog-mode-abbrev-table): Remove redundant declaration.
5513 (prolog-upper-case-string, prolog-lower-case-string): Remove.
5514 (prolog-use-smie): Remove.
5515 (prolog-smie-rules): Add indentation rule for the if-then-else layout
5516 supported by prolog-electric-if-then-else-flag.
5517 (prolog-mode-variables, prolog-menu): Use setq-local.
5518 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5519 Remove binding to `Backspace' since this key doesn't exist anyway.
5520 Remove bindings for electric self-inserting keys.
5521 (prog-mode): Assume it's defined.
5522 (prolog-post-self-insert): New function.
5523 (prolog-mode): Use it.
5524 (prolog-indent-line, prolog-indent-level)
5525 (prolog-find-indent-of-matching-paren)
5526 (prolog-indentation-level-of-line, prolog-goto-comment-column)
5527 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5528 (prolog-goto-next-paren, prolog-in-string-or-comment)
5529 (prolog-tokenize, prolog-inside-mline-comment)
5530 (prolog-find-start-of-mline-comment): Remove functions.
5531 (prolog-find-unmatched-paren, prolog-clause-end)
5532 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5533 (prolog-electric--if-then-else): Rename from
5534 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5535 (prolog-tokenize-searchkey): Remove const.
5536 (prolog-clause-info): Use forward-sexp.
5537 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5538 (prolog-electric-if-then-else): Remove commands.
5539 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5540 for use in post-self-insert-hook.
5541 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5542 for use in post-self-insert-hook.
5543 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5544 for use in post-self-insert-hook.
5545 (prolog-electric--underscore): Rename from prolog-electric--underscore;
5546 adapt it for use in post-self-insert-hook.
5547
5548 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
5549
5550 * emacs-lisp/ert.el (ert-run-tests-interactively):
5551 Use `completing-read'. (Bug#9756)
5552
5553 2013-10-25 Eli Zaretskii <eliz@gnu.org>
5554
5555 * simple.el (line-move): Call line-move-1 instead of
5556 line-move-visual when the current window hscroll is zero, but
5557 temporary-goal-column indicates we will need to hscroll as result
5558 of the movement. (Bug#15712)
5559
5560 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
5561
5562 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
5563 capitalization. Use :visible instead of :active.
5564 Fix `ruby-indent-exp' reference. Add menu items for the generic
5565 commands that are used with SMIE.
5566 (ruby-do-end-to-brace): Insert space after `{'.
5567
5568 2013-10-25 John Anthony <john@jo.hnanthony.com>
5569
5570 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
5571
5572 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
5573
5574 2013-10-25 Glenn Morris <rgm@gnu.org>
5575
5576 * vc/vc.el (vc-print-log): Don't use a working revision unless
5577 one was explicitly specified. (Bug#15322)
5578
5579 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * subr.el (add-to-list): Preserve return value in compiler-macro
5582 (bug#15692).
5583
5584 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5585
5586 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
5587 result. Ask user to retry using '-all' flag. (Bug#15701)
5588
5589 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * emacs-lisp/smie.el: New smie-config system.
5592 (smie-config): New defcustom.
5593 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
5594 (smie-config-guess, smie-config-save): New commands.
5595 (smie-config--mode-local, smie-config--buffer-local)
5596 (smie-config--trace, smie-config--modefuns): New vars.
5597 (smie-config--advice, smie-config--mode-hook)
5598 (smie-config--setter, smie-config-local, smie-config--get-trace)
5599 (smie-config--guess-value, smie-config--guess): New functions.
5600 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
5601 text properties. Treat "string fence" syntax like string syntax.
5602
5603 * progmodes/sh-script.el (sh-use-smie): Change default.
5604 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
5605 (sh-var-value): Simplify by CSE.
5606 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
5607 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
5608 is used.
5609 (sh-guess-basic-offset): Use cl-incf.
5610 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
5611
5612 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
5613
5614 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
5615 (bug#15699).
5616
5617 2013-10-24 Glenn Morris <rgm@gnu.org>
5618
5619 * Makefile.in (abs_top_srcdir): Remove.
5620 (update-subdirs): Use relative path to update-subdirs.
5621
5622 2013-10-24 Eli Zaretskii <eliz@gnu.org>
5623
5624 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
5625 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5626 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5627 Call unmsys--file-name before expand-file-name, not after it.
5628
5629 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
5630
5631 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
5632 (ert-test-skipped): New error.
5633 (ert-skip, ert-stats-skipped): New defuns.
5634 (ert--skip-unless): New macro.
5635 (ert-test-skipped): New struct.
5636 (ert--run-test-debugger, ert-test-result-type-p)
5637 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
5638 (ert--stats-set-test-and-result, ert-char-for-test-result)
5639 (ert-string-for-test-result, ert-run-tests-batch)
5640 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
5641 Handle skipped tests. (Bug#9803)
5642
5643 2013-10-24 Glenn Morris <rgm@gnu.org>
5644
5645 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
5646
5647 * Makefile.in (abs_top_srcdir): New, set by configure.
5648 (update-subdirs): Correct build-aux location.
5649
5650 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
5651
5652 * vc/vc.el (vc-print-root-log): Always set `default-directory'
5653 value, whether we could auto-deduce `backend', or not.
5654
5655 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
5656 with parameters" example. Simplify the "is it block or is it
5657 hash" check, but also make it more thorough.
5658
5659 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
5660
5661 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
5662
5663 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
5666 { if it is hanging.
5667
5668 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
5669 :before ";".
5670
5671 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
5672
5673 * progmodes/compile.el (compilation-directory-matcher)
5674 (compilation-page-delimiter):
5675 Support GNU Make-4.0 directory quoting. (Bug#15678)
5676
5677 2013-10-23 Leo Liu <sdl.web@gmail.com>
5678
5679 * ido.el (ido-tidy): Handle read-only text.
5680
5681 2013-10-23 Glenn Morris <rgm@gnu.org>
5682
5683 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
5684 (emacs, compile, compile-always):
5685 Quote entities that might contain whitespace.
5686 (custom-deps, finder-data, autoloads): Use abs_lisp.
5687 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5688 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5689 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
5690
5691 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
5692
5693 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
5694 Use `following-char'.
5695
5696 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5697
5698 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
5699 * progmodes/ruby-mode.el (ruby-smie-rules):
5700 Remove corresponding workaround. Fix indentation rule of ";" so it
5701 also applies when ";" is the parent.
5702
5703 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
5704
5705 * frame.el (display-screens, display-pixel-height)
5706 (display-pixel-width, display-mm-width, display-backing-store)
5707 (display-save-under, display-planes, display-color-cells)
5708 (display-visual-class, display-monitor-attributes-list):
5709 Mention the optional ‘display’ argument in doc strings.
5710
5711 2013-10-22 Michael Gauland <mikelygee@amuri.net>
5712
5713 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
5714 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
5715
5716 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5717
5718 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
5719 TODO. Add "." after " @ ".
5720 (ruby-smie--at-dot-call): New function. Checks if point at method
5721 call with explicit target.
5722 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
5723 to the method name tokens when it precedes them.
5724 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
5725 (ruby-smie-rules): Add rule for indentation before and after "."
5726 token.
5727
5728 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * textmodes/remember.el (remember-diary-extract-entries):
5731 Avoid add-to-list.
5732
5733 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
5734 an instruction.
5735
5736 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
5737
5738 * progmodes/ruby-mode.el (ruby-smie-grammar):
5739 Add (almost) all infix operators.
5740 (ruby-smie--implicit-semi-p): Add new operator chars.
5741
5742 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
5743 `smie-down-list'.
5744 (ruby-smie--args-separator-p): Check that there's no newline
5745 between method call and its arguments.
5746
5747 2013-10-20 Alan Mackenzie <acm@muc.de>
5748
5749 Allow comma separated lists after Java "implements".
5750
5751 * progmodes/cc-engine.el (c-backward-over-enum-header):
5752 Parse commas.
5753 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
5754 from a "disallowed" list in enum fontification.
5755
5756 2013-10-20 Johan Bockgård <bojohan@gnu.org>
5757
5758 * startup.el (default-frame-background-mode): Remove unused defvar.
5759
5760 * progmodes/verilog-mode.el (verilog-mode): Don't set
5761 comment-indent-function globally.
5762
5763 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
5764
5765 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
5766 Move Info menu item creation to ns-win.el.
5767
5768 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
5769 in menu bar.
5770
5771 * menu-bar.el: Move GNUstep specific menus...
5772
5773 * term/ns-win.el (ns-initialize-window-system): ... to here.
5774
5775 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5776
5777 * simple.el (newline): Only run post-self-insert-hook when
5778 called interactively.
5779
5780 2013-10-19 Johan Bockgård <bojohan@gnu.org>
5781
5782 * icomplete.el (icomplete-with-completion-tables): Add :version.
5783
5784 2013-10-19 Alan Mackenzie <acm@muc.de>
5785
5786 Fix fontification bugs with constructors and const.
5787
5788 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
5789 CASE 2) Remove the check for the absence of a suffix construct
5790 after a function declaration with only types (no identifiers) in
5791 the parentheses. Also, accept a function declaration with just a
5792 type inside the parentheses, if this type can be positively
5793 recognised as such, or if a prefix keyword like "explicit" nails
5794 down the construct as a declaration.
5795
5796 2013-10-19 Eli Zaretskii <eliz@gnu.org>
5797
5798 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5799 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
5800 the problem whereby selecting a menu item that leads to a
5801 minibuffer prompt moves the cursor out of the minibuffer window,
5802 making it hard to type at the prompt. Suggested by Stefan Monnier
5803 <monnier@iro.umontreal.ca>.
5804
5805 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
5806
5807 * menu-bar.el: Don't make Services menu.
5808
5809 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5810
5811 * ffap.el: Handle "/usr/include/c++/<version>" directories.
5812 (ffap-alist): Use ffap-c++-mode for c++-mode.
5813 (ffap-c++-path): New variable.
5814 (ffap-c++-mode): New function.
5815
5816 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
5817
5818 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
5819
5820 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
5821
5822 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5823 introduced on 2013-09-08, which results in an infinite loop
5824 requesting a password.
5825
5826 2013-10-18 Glenn Morris <rgm@gnu.org>
5827
5828 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5829
5830 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
5831
5832 Sync with upstream verilog-mode revision 1a6ecec7.
5833 * progmodes/verilog-mode.el (verilog-mode-version): Update.
5834 (verilog-mode-release-date): Remove.
5835 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5836 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5837 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5838 (verilog-auto-tieoff-ignore-regexp)
5839 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5840 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5841 (verilog-signals-with, verilog-dir-cache-preserving)
5842 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5843 Doc fixes.
5844 (verilog-case-fold): New option, to control case folding in
5845 regexp searches, bug597.
5846 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5847 (verilog-string-match-fold, verilog-in-paren-count)
5848 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5849 (verilog-at-close-struct-p): New functions.
5850 (verilog-beg-block-re-ordered, verilog-extended-case-re)
5851 (verilog-forward-sexp, verilog-set-auto-endcomments)
5852 (verilog-leap-to-case-head): Handle "unique0" case.
5853 (verilog-in-constraint-re): New constant.
5854 (verilog-keywords, verilog-type-font-keywords):
5855 Add some SystemVerilog 1800-2012 keywords.
5856 (verilog-label-be): Remove unimplemented argument, bug669.
5857 (verilog-batch-execute-func): When batch expanding clear
5858 create-lockfiles to prevent spurious user locks when a file ends
5859 up not changing.
5860 (verilog-calculate-indent, verilog-calc-1)
5861 (verilog-at-close-constraint-p, verilog-at-constraint-p)
5862 (verilog-do-indent): Fix indentation of nested constraints
5863 and structures.
5864 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5865 (verilog-auto-inst-param): Use verilog-string-match-fold.
5866 (verilog-read-inst-module-matcher):
5867 Fix AUTOINST on gate primitives with #1.
5868 (verilog-read-decls): Fix double-declaring user-defined typed signals.
5869 Reads all user-defined typed variables.
5870 (verilog-read-defines): Fix reading definitions inside comments, bug647.
5871 (verilog-signals-matching-regexp)
5872 (verilog-signals-not-matching-regexp, verilog-auto):
5873 Respect verilog-case-fold.
5874 (verilog-diff-report): Fix line count.
5875 (verilog-auto-assign-modport): Remove unused local `modi'.
5876 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5877 better handle multidimensional arrays.
5878 Fix packed array ports misadding bit index in AUTOINST, bug637.
5879 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5880 to not double-declare existing outputs and inputs, respectively.
5881 (verilog-template-map): Bind U to verilog-sk-uvm-component.
5882 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5883 (verilog-sk-uvm-component): New skeleton.
5884 (verilog-submit-bug-report): Add verilog-case-fold,
5885 remove verilog-mode-release-date.
5886
5887 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
5888
5889 * subr.el (sit-for): Call (input-pending-p t) so as to behave
5890 as before.
5891
5892 2013-10-18 Reuben Thomas <rrt@sc3d.org>
5893
5894 * textmodes/remember.el (remember): Set buffer-offer-save in
5895 remember buffers (bug#13566).
5896
5897 2013-10-18 Daniel Colascione <dancol@dancol.org>
5898
5899 When evaluating forms in ielm, direct standard output to ielm
5900 buffer. Add new ielm-return-for-effect command. Remove trailing
5901 whitespace throughout.
5902
5903 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5904 (ielm-return-for-effect): New command.
5905 (ielm-send-input): Accept optional `for-effect' parameter.
5906 (ielm-eval-input): Accept optional `for-effect' parameter.
5907 Bind `standard-output' to stream we create using
5908 `ielm-standard-output-impl'. Suppress printing result when
5909 `for-effect'.
5910 (ielm-standard-output-impl): New function.
5911 (inferior-emacs-lisp-mode): Explain new features in documentation.
5912
5913 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
5914
5915 Code cleanup.
5916
5917 * net/tramp.el (tramp-debug-message): Do not check for connection
5918 buffer.
5919 (tramp-message): Use "vector" connection property.
5920
5921 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5922 (tramp-equal-remote, tramp-eshell-directory-change)
5923 * net/tramp-adb.el (tramp-adb-handle-copy-file)
5924 (tramp-adb-handle-rename-file)
5925 * net/tramp-cmds.el (tramp-list-remote-buffers)
5926 (tramp-cleanup-connection, tramp-cleanup-this-connection)
5927 * net/tramp-compat.el (tramp-compat-process-running-p)
5928 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5929 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5930 (tramp-gvfs-handle-rename-file)
5931 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5932 (tramp-set-file-uid-gid)
5933 * net/tramp-smb.el (tramp-smb-handle-copy-file)
5934 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5935 of `file-remote-p'.
5936
5937 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5938 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5939 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5940 (tramp-gw-open-network-stream): Suppress unrelated traces.
5941
5942 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5943 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5944 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5945 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5946 connection property.
5947
5948 * net/tramp-cache.el (top): Suppress traces when reading
5949 persistency file.
5950
5951 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5952 Refactor common code. Improve debug message.
5953 (tramp-maybe-open-connection)
5954 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5955 connection buffer too early.
5956
5957 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5958 from `tramp-smb-actions-with-acl'.
5959 (tramp-smb-actions-set-acl): New defconst.
5960 (tramp-smb-handle-copy-directory)
5961 (tramp-smb-action-get-acl): New defun, renamed from
5962 `tramp-smb-action-with-acl'.
5963 (tramp-smb-action-set-acl): New defun.
5964 (tramp-smb-handle-set-file-acl): Rewrite.
5965
5966 2013-10-17 Glenn Morris <rgm@gnu.org>
5967
5968 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
5969
5970 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5971
5972 * skeleton.el (skeleton-newline): Remove.
5973 (skeleton-internal-1): Use (insert "\n") instead.
5974
5975 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5976 let-bindings.
5977
5978 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5979 forward-sexp-function while we redo its job (bug#15613).
5980
5981 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
5982
5983 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5984 represented by lists.
5985
5986 2013-10-16 Glenn Morris <rgm@gnu.org>
5987
5988 * tmm.el (tmm--history): New dynamic variable.
5989 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
5990
5991 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
5992
5993 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5994 (tramp-smb-errors): Add error messages.
5995 (tramp-smb-actions-with-acl): New defconst.
5996 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5997 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5998 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5999 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6000 (tramp-smb-get-stat-capability): Fix tests.
6001
6002 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
6003
6004 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6005 (bug#15580).
6006
6007 2013-10-16 Glenn Morris <rgm@gnu.org>
6008
6009 * ansi-color.el (ansi-color-drop-regexp):
6010 Add 1J, 1K, 2K. (Bug#15617)
6011
6012 * files.el (hack-local-variables--warned-lexical): New.
6013 (hack-local-variables):
6014 Warn about misplaced lexical-binding. (Bug#15616)
6015
6016 * net/eww.el (eww-render): Always set eww-current-url,
6017 and update header line. (Bug#15622)
6018 (eww-display-html): ... Rather than just doing it here.
6019
6020 2013-10-15 Eli Zaretskii <eliz@gnu.org>
6021
6022 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6023 menu navigations commands.
6024
6025 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
6026
6027 * progmodes/subword.el (subword-capitalize): Be careful when
6028 the search for [[:alpha:]] fails (bug#15580).
6029
6030 2013-10-14 Eli Zaretskii <eliz@gnu.org>
6031
6032 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6033 to commands that scroll the menu.
6034
6035 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
6036
6037 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6038 Handle methods ending with `?' and `!'.
6039
6040 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
6041
6042 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6043 `japanese-cp932' to `cp932' to fix the problem where saving a
6044 source file written in Shift_JIS twice would end up having
6045 `coding: japanese-cp932' which Ruby could not recognize.
6046 (ruby-mode-set-encoding): Add support for encodings mapped to nil
6047 in `ruby-encoding-map'.
6048 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6049 doesn't need to be explicitly declared in magic comment.
6050 (ruby-encoding-map): Add type declaration for better customize UI.
6051
6052 2013-10-13 Glenn Morris <rgm@gnu.org>
6053
6054 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6055 Occur buffers are read-only. http://bugs.debian.org/720775
6056
6057 * emacs-lisp/authors.el (authors-fixed-entries):
6058 Comment out old alpha stuff.
6059
6060 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
6061
6062 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6063 to `after-save-hook' instead of `before-save-hook'.
6064 (ruby-mode-set-encoding): Use the value of coding system used to
6065 write the file. Call `basic-save-buffer-1' after modifying the
6066 buffer.
6067
6068 2013-10-13 Alan Mackenzie <acm@muc.de>
6069
6070 Fix indentation/fontification of Java enum with
6071 "implements"/generic.
6072
6073 * progmodes/cc-engine.el (c-backward-over-enum-header):
6074 Extracted from the three other places and enhanced to handle generics.
6075 (c-inside-bracelist-p): Uses new function above.
6076 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6077 function above.
6078 (c-font-lock-enum-tail): Uses new function above.
6079
6080 2013-10-13 Kenichi Handa <handa@gnu.org>
6081
6082 * international/mule-cmds.el (select-safe-coding-system): Remove a
6083 superfluous condition in chekcing whether a coding system is safe
6084 or not.
6085
6086 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
6087
6088 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
6089
6090 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
6091
6092 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
6093
6094 2013-10-13 Glenn Morris <rgm@gnu.org>
6095
6096 * menu-bar.el (menu-bar-update-buffers):
6097 Unify Buffers menu prompt string. (Bug#15576)
6098
6099 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
6100
6101 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6102 Add some entries.
6103 (authors-fixed-entries): Use accented form of name.
6104
6105 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6106
6107 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6108 method calls (bug#15594).
6109 (ruby-smie--args-separator-p): New function.
6110 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6111 recognize paren-free method calls.
6112
6113 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6114 internals of universal-argument.
6115
6116 2013-10-11 Eli Zaretskii <eliz@gnu.org>
6117
6118 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6119 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6120 dropped menu on second mouse click on the menu bar.
6121
6122 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6125 (explicit-shell-file-name): Declare.
6126 (sh--vars-before-point, sh--cmd-completion-table): New functions.
6127 (sh-completion-at-point-function): New function.
6128 (sh-mode): Use it.
6129 (sh-smie--keyword-p): Remove unused argument.
6130 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6131 vars.
6132 (sh-set-shell): Always setup SMIE, even if we use the
6133 old indentation code.
6134
6135 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
6136
6137 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6138 cases of ? and =.
6139 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6140 predicate would return nil are almost non-existent.
6141 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6142
6143 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6144 cache also after commands that modify the buffer but don't move
6145 point.
6146
6147 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 * env.el (substitute-env-in-file-name): New function.
6150 (substitute-env-vars): Extend the meaning of the optional arg.
6151
6152 2013-10-10 Eli Zaretskii <eliz@gnu.org>
6153
6154 * term/w32-win.el (dynamic-library-alist): Define separate lists
6155 of GIF DLLs for versions before and after 5.0.0 of giflib.
6156 (Bug#15531)
6157
6158 2013-10-10 João Távora <joaotavora@gmail.com>
6159
6160 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6161 not locked, use last revision and current source as
6162 defaults. (Bug#15569)
6163
6164 2013-10-10 Masatake YAMATO <yamato@redhat.com>
6165
6166 * menu-bar.el (menu-bar-open): Don't use popup-menu if
6167 menu-bar is hidden.
6168
6169 2013-10-10 Martin Rudalics <rudalics@gmx.at>
6170
6171 * window.el (pop-to-buffer-same-window): Fix doc-string.
6172 (Bug#15492)
6173
6174 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6177
6178 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
6179
6180 * calendar/icalendar.el (icalendar-import-file):
6181 Fix interactive spec. (Bug#15482)
6182
6183 2013-10-10 Glenn Morris <rgm@gnu.org>
6184
6185 * desktop.el (desktop-save): Default to saving in .emacs.d,
6186 since PWD is no longer in desktop-path by default. (Bug#15319)
6187
6188 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6189 now that text mode has a menu with the same entry.
6190 (menu-bar-text-mode-auto-fill): Remove now unused func.
6191 * textmodes/text-mode.el (text-mode-map):
6192 Use auto-fill help text from menu-bar.el.
6193
6194 2013-10-10 John Anthony <john@jo.hnanthony.com>
6195
6196 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
6197
6198 2013-10-09 Juri Linkov <juri@jurta.org>
6199
6200 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6201 instead of this-command-keys. Add universal-argument-more and
6202 universal-argument-minus to the list of prefix commands. (Bug#15568)
6203
6204 2013-10-09 Glenn Morris <rgm@gnu.org>
6205
6206 * vc/vc-svn.el (vc-svn-create-repo):
6207 Expand paths in file://... url. (Bug#15446)
6208
6209 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6210 Add some entries.
6211 (authors): Remove unused local variables.
6212
6213 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6214
6215 * profiler.el: Create a more coherent calltree from partial backtraces.
6216 (profiler-format): Hide the tail with `invisible' so that C-s can still
6217 find the hidden elements.
6218 (profiler-calltree-depth): Don't recurse so enthusiastically.
6219 (profiler-function-equal): New hash-table-test.
6220 (profiler-calltree-build-unified): New function.
6221 (profiler-calltree-build): Use it.
6222 (profiler-report-make-name-part): Indent the calltree less.
6223 (profiler-report-mode): Add visibility specs for profiler-format.
6224 (profiler-report-expand-entry, profiler-report-toggle-entry):
6225 Expand the whole subtree when provided with a prefix arg.
6226
6227 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
6228
6229 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6230 iuwu-mod token.
6231 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6232 hanging iuwu-mod token.
6233 (ruby-smie--forward-token): Do not include a dot after a token in
6234 that token.
6235 (ruby-smie--backward-token): Likewise.
6236
6237 2013-10-08 Juri Linkov <juri@jurta.org>
6238
6239 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6240 to isearch-other-control-char.
6241 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6242 and isearch-post-command-hook to post-command-hook.
6243 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6244 and isearch-post-command-hook from post-command-hook.
6245 (isearch-unread-key-sequence)
6246 (isearch-reread-key-sequence-naturally)
6247 (isearch-lookup-scroll-key, isearch-other-control-char)
6248 (isearch-other-meta-char): Remove functions.
6249 (isearch-pre-command-hook, isearch-post-command-hook):
6250 New functions based on isearch-other-meta-char rewritten
6251 relying on the new behavior of overriding-terminal-local-map
6252 that does not replace the local keymaps any more. (Bug#15200)
6253
6254 2013-10-08 Eli Zaretskii <eliz@gnu.org>
6255
6256 Support menus on text-mode terminals.
6257 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6258 functionality.
6259
6260 * tooltip.el (tooltip-mode): Don't error out on TTYs.
6261
6262 * menu-bar.el (popup-menu, popup-menu-normalize-position):
6263 Move here from mouse.el.
6264 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6265 and arrow keys.
6266 (tty-menu-navigation-map): New map for TTY menu navigation.
6267
6268 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6269
6270 * frame.el (display-mouse-p): Report text-mode mouse as available
6271 on w32.
6272 (display-popup-menus-p): Report availability if mouse is
6273 available; don't condition on window-system.
6274
6275 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6276 (tty-menu-selected-face): New faces.
6277
6278 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6281 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6282 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6283 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6284 New constants.
6285 (lisp-mode-variables): New `elisp' argument.
6286 (emacs-lisp-mode): Use it.
6287 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6288 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6289
6290 * indent.el: Use lexical-binding.
6291 (indent-region): Add progress reporter.
6292 (tab-stop-list): Make it implicitly extend to infinity by repeating the
6293 last step.
6294 (indent--next-tab-stop): New function to implement this behavior.
6295 (tab-to-tab-stop, move-to-tab-stop): Use it.
6296
6297 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
6298
6299 * indent.el (indent-rigidly--current-indentation): New function.
6300 (indent-rigidly-map): New var.
6301 (indent-rigidly): Use it to provide interactive mode (bug#8196).
6302
6303 2013-10-08 Bastien Guerry <bzg@gnu.org>
6304
6305 * register.el (insert-register): Fix 2013-10-07 change.
6306
6307 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * progmodes/perl-mode.el: Use lexical-binding.
6310 Remove redundant :group args.
6311 (perl-nochange): Change default to be closer to other major modes's
6312 standard behavior.
6313 (perl-indent-line): Don't consider text on current line as a
6314 valid beginning of function from which to indent.
6315
6316 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6317 with more than one argument (bug#15538).
6318
6319 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6320
6321 * vc/pcvs.el: Use lexical-binding.
6322 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6323 environment of `eval'.
6324 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6325 than a list of expressions. Adjust callers.
6326 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6327
6328 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
6329
6330 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6331 case of the dot in a chained method call being on the following line.
6332
6333 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6334
6335 * electric.el (electric-indent-inhibit): New var.
6336 (electric-indent-post-self-insert-function): Use it.
6337 * progmodes/python.el (python-mode): Set it.
6338
6339 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6340 open braces.
6341
6342 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6343
6344 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6345 (css-mode): Use electric-indent-chars.
6346
6347 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6348 (font-lock-beg, font-lock-end): Move before first use.
6349 (nxml-mode): Use syntax-propertize-function.
6350 (nxml-after-change, nxml-after-change1): Adjust accordingly.
6351 (nxml-extend-after-change-region): Remove.
6352 * nxml/xmltok.el: Use lexical-binding.
6353 (xmltok-save): Use `declare'.
6354 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6355 * nxml/nxml-util.el: Use lexical-binding.
6356 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6357 Use `declare'.
6358 * nxml/nxml-ns.el: Use lexical-binding.
6359 (nxml-ns-save): Use `declare'.
6360 (nxml-ns-prefixes-for): Avoid add-to-list.
6361 * nxml/rng-match.el: Use lexical-binding.
6362 (rng--ipattern): Use cl-defstruct.
6363 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6364 (rng-cons-group-after, rng-subst-group-after)
6365 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6366 Use closures instead of `(lambda...).
6367
6368 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
6369
6370 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6371 of BEG and END.
6372
6373 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6374 Use `tramp-handle-insert-file-contents'.
6375 (tramp-gvfs-handle-insert-file-contents): Remove function.
6376
6377 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6378 Use `save-restriction' in order to keep markers.
6379
6380 * net/trampver.el: Update release number.
6381
6382 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6383
6384 * progmodes/compile.el (compilation-parse-errors):
6385 Use compilation--put-prop.
6386 (compilation--ensure-parse): Check compilation-multiline.
6387
6388 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6389
6390 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6391 lexical-binding.
6392
6393 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6394
6395 * progmodes/ruby-mode.el: Fix recently added tests.
6396 (ruby-smie-grammar): Add - and +.
6397 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6398 (ruby-smie--backward-id): New functions.
6399 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6400 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
6401 any more.
6402
6403 2013-10-07 Leo Liu <sdl.web@gmail.com>
6404
6405 * register.el (register-preview-delay)
6406 (register-preview-functions): New variables.
6407 (register-read-with-preview, register-preview)
6408 (register-describe-oneline): New functions.
6409 (point-to-register, window-configuration-to-register)
6410 (frame-configuration-to-register, jump-to-register)
6411 (number-to-register, view-register, insert-register)
6412 (copy-to-register, append-to-register, prepend-to-register)
6413 (copy-rectangle-to-register): Use register-read-with-preview to
6414 read register. (Bug#15525)
6415
6416 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
6417
6418 * net/network-stream.el (network-stream-open-starttls): Don't add
6419 --insecure if it's already present, because that gnutls-cli
6420 rejects getting that parameter twice.
6421
6422 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
6423
6424 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6425 keyword, too.
6426
6427 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
6428
6429 * newcomment.el (comment-use-global-state): Change default value
6430 to t, mark obsolete (Bug#15251).
6431 (comment-beginning): In addition to `comment-to-syntax', check the
6432 value of `comment-use-global-state'.
6433
6434 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6437 (ruby-comment-column): Follow the global default, by default.
6438 (ruby-smie-grammar): Add assignment syntax.
6439 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6440 open-paren, a comma, or a \.
6441 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6442 and line continuations.
6443 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6444 followed by implicit semi-colons. Add rule for string concatenation
6445 and for indentation at BOB.
6446 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
6447
6448 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6449 calling next-sexp, since next-token may have skipped chars which
6450 next-sexp doesn't know should be skipped!
6451
6452 2013-10-05 Leo Liu <sdl.web@gmail.com>
6453
6454 * progmodes/octave.el (octave-send-region):
6455 Call compilation-forget-errors.
6456
6457 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6458
6459 * vc/vc-svn.el (vc-svn-find-admin-dir):
6460 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6461 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6462 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6463 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6464
6465 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6466
6467 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6468
6469 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 * subr.el (read-passwd): Hide chars even when called within a context
6472 where after-change-functions is disabled (bug#15501).
6473 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6474 until we removed ourself from overriding-terminal-local-map.
6475
6476 2013-10-04 Leo Liu <sdl.web@gmail.com>
6477
6478 * progmodes/octave.el (inferior-octave-mode):
6479 Call compilation-forget-errors.
6480
6481 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
6482
6483 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6484
6485 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
6486
6487 * net/secrets.el (secrets-create-collection): Add optional
6488 argument ALIAS. Use proper Label keyword. Append ALIAS as
6489 dbus-call-method argument. (Bug#15516)
6490
6491 2013-10-04 Leo Liu <sdl.web@gmail.com>
6492
6493 * progmodes/octave.el (inferior-octave-error-regexp-alist)
6494 (inferior-octave-compilation-font-lock-keywords): New variables.
6495 (compilation-error-regexp-alist)
6496 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6497 (inferior-octave-mode): Use compilation-shell-minor-mode.
6498
6499 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
6500
6501 * minibuffer.el (completion--replace): Be careful that `end' might be
6502 a marker.
6503
6504 2013-10-03 Daiki Ueno <ueno@gnu.org>
6505
6506 Add support for package signature checking.
6507 * emacs-lisp/package.el (url-http-file-exists-p)
6508 (epg-make-context, epg-context-set-home-directory)
6509 (epg-verify-string, epg-context-result-for)
6510 (epg-signature-status, epg-signature-to-string)
6511 (epg-check-configuration, epg-configuration)
6512 (epg-import-keys-from-file): Declare.
6513 (package-check-signature): New user option.
6514 (package-unsigned-archives): New user option.
6515 (package-desc): Add `signed' field.
6516 (package-load-descriptor): Set `signed' field if .signed file exists.
6517 (package--archive-file-exists-p): New function.
6518 (package--check-signature): New function.
6519 (package-install-from-archive): Check package signature.
6520 (package--download-one-archive): Check archive signature.
6521 (package-delete): Remove .signed file.
6522 (package-import-keyring): New command.
6523 (package-refresh-contents): Import default keyring.
6524 (package-desc-status): Add "unsigned" status.
6525 (describe-package-1, package-menu--print-info)
6526 (package-menu-mark-delete, package-menu--find-upgrades)
6527 (package-menu--status-predicate): Support "unsigned" status.
6528
6529 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6530
6531 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6532 the new compilation scheme using the new byte-codes.
6533
6534 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6535 (byte-pophandler): New byte codes.
6536 (byte-goto-ops): Adjust accordingly.
6537 (byte-compile--use-old-handlers): New var.
6538 (byte-compile-catch): Use new byte codes depending on
6539 byte-compile--use-old-handlers.
6540 (byte-compile-condition-case--old): Rename from
6541 byte-compile-condition-case.
6542 (byte-compile-condition-case--new): New function.
6543 (byte-compile-condition-case): New function that dispatches depending
6544 on byte-compile--use-old-handlers.
6545 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6546 when we can.
6547
6548 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6549 Optimize under `condition-case' and `catch' if
6550 byte-compile--use-old-handlers is nil.
6551 (disassemble-offset): Handle new bytecodes.
6552
6553 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * subr.el (error): Use `declare'.
6556 (decode-char, encode-char): Use advertised-calling-convention instead
6557 of the docstring to discourage use of the `restriction' arg.
6558
6559 2013-10-03 Daiki Ueno <ueno@gnu.org>
6560
6561 * epg.el (epg-verify-file): Add a comment saying that it does not
6562 notify verification error as a return value nor a signal.
6563 (epg-verify-string): Ditto.
6564
6565 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6566
6567 * progmodes/compile.el (compilation-start): Try globbing the arg to
6568 `cd' (bug#15417).
6569
6570 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
6571
6572 Sync with Tramp 2.2.8.
6573
6574 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6575 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6576 * net/trampver.el: Update release number.
6577
6578 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
6579
6580 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6581 and default-process-coding-system for darwin only.
6582
6583 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
6586
6587 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
6588
6589 * vc/vc-git.el (vc-git-grep): Disable pager.
6590
6591 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
6592
6593 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
6594 Use :url instead of :homepage, as per
6595 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6596
6597 * newcomment.el (comment-beginning): When `comment-use-syntax' is
6598 non-nil, use `syntax-ppss' (Bug#15251).
6599
6600 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6601
6602 * progmodes/octave.el (inferior-octave-startup-file):
6603 Prefer ~/.emacs.d/init_octave.m.
6604
6605 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
6606
6607 * emacs-lisp/package.el (package-desc-from-define):
6608 Accept additional arguments as plist, convert them to an alist and store
6609 them in the `extras' slot.
6610 (package-generate-description-file): Convert extras alist back to
6611 plist and append to the `define-package' form arguments.
6612 (package--alist-to-plist): New function.
6613 (package--ac-desc): Add `extras' slot.
6614 (package--add-to-archive-contents): Check if the archive-contents
6615 vector is long enough, and if it is, pass its `extras' slot value
6616 to `package-desc-create'.
6617 (package-buffer-info): Call `lm-homepage', pass the returned value
6618 to `package-desc-from-define'.
6619 (describe-package-1): Render the homepage button (Bug#13291).
6620
6621 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6622 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
6623
6624 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
6625
6626 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6627 and default-process-coding-system to utf-8-unix (Bug#15402).
6628
6629 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
6630
6631 * subr.el (looking-back): Do not recommend using looking-back.
6632
6633 2013-09-28 Alan Mackenzie <acm@muc.de>
6634
6635 Fix indentation/fontification of Java enum with "implements".
6636
6637 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
6638 regexp which matches "implements", etc., in Java.
6639 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
6640 specifier clauses coming after "enum".
6641 * progmodes/cc-fonts.el (c-font-lock-declarations)
6642 (c-font-lock-enum-tail): Check for extra specifier clauses coming
6643 after "enum".
6644
6645 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
6646
6647 * faces.el (region): Change ns_selection_color to
6648 ns_selection_fg_color, add ns_selection_bg_color.
6649
6650 2013-09-28 Leo Liu <sdl.web@gmail.com>
6651
6652 * progmodes/octave.el (inferior-octave-completion-table)
6653 (inferior-octave-completion-at-point): Minor tweaks.
6654
6655 * textmodes/ispell.el (ispell-lookup-words): Rename from
6656 lookup-words. (Bug#15460)
6657 (lookup-words): Obsolete.
6658 (ispell-complete-word, ispell-command-loop): All uses changed.
6659
6660 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6661
6662 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
6663 (octave-mode-menu): Add octave-send-buffer.
6664 (octave-send-buffer): New function.
6665
6666 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6667
6668 * progmodes/octave.el (octave-mode-map): Add key binding for
6669 octave-lookfor.
6670 (octave-mode-menu): Add octave-lookfor.
6671 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
6672 octave-lookfor.
6673 (octave-lookfor): New function.
6674
6675 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6676
6677 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
6678 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
6679 its convention.
6680 (cl--loop-set-iterator-function): New function.
6681 (cl-loop): Adjust accordingly, so as not to use cl-subst.
6682 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
6683 Bind `it' with `let' instead of substituting it with `cl-subst'.
6684 (cl--unused-var-p): New function.
6685 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
6686 Eliminate some unused variable warnings (bug#15326).
6687
6688 2013-09-27 Tassilo Horn <tsdh@gnu.org>
6689
6690 * doc-view.el (doc-view-scale-reset): Rename from
6691 `doc-view-reset-zoom-level'.
6692 (doc-view-scale-adjust): New command.
6693 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
6694 `doc-view-scale-adjust'.
6695
6696 2013-09-26 Tassilo Horn <tsdh@gnu.org>
6697
6698 * doc-view.el (doc-view-reset-zoom-level): New command.
6699 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
6700 zoom commands (bug#15466).
6701
6702 2013-09-26 Kenichi Handa <handa@gnu.org>
6703
6704 * international/quail.el (quail-help): Make it not a command.
6705
6706 2013-09-26 Leo Liu <sdl.web@gmail.com>
6707
6708 * minibuffer.el (completion-all-sorted-completions): Make args
6709 optional as they are.
6710
6711 2013-09-25 Daniel Colascione <dancol@dancol.org>
6712
6713 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
6714 specs are and that they're not evaluated.
6715
6716 2013-09-24 Sam Steingold <sds@gnu.org>
6717
6718 * midnight.el (clean-buffer-list-kill-regexps)
6719 (clean-buffer-list-kill-buffer-names): Update for the new Man
6720 buffer naming which includes the object name.
6721
6722 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * eshell/esh-cmd.el (eshell--sep-terms): New var.
6725 (eshell-parse-command, eshell-parse-pipeline): Use it since
6726 eshell-separate-commands requires a dynamic scoped var.
6727 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
6728
6729 2013-09-23 Leo Liu <sdl.web@gmail.com>
6730
6731 * autoinsert.el (auto-insert-alist): Make the value of
6732 lexical-binding match its file setting.
6733
6734 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
6735
6736 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
6737
6738 * autoarg.el (autoarg-kp-digit-argument):
6739 * electric.el (Electric-command-loop):
6740 * kmacro.el (kmacro-step-edit-insert):
6741 Do not set universal-argument-num-events.
6742
6743 2013-09-22 Leo Liu <sdl.web@gmail.com>
6744
6745 * files.el (interpreter-mode-alist): Add octave.
6746
6747 2013-09-21 Alan Mackenzie <acm@muc.de>
6748
6749 C++: fontify identifier in declaration following "public:" correctly.
6750 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
6751 to match "public", etc.
6752 (c-decl-prefix-re): Add ":" into the C++ value.
6753 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
6754 bit. Add a check for a ":" preceded by "public", etc.
6755
6756 2013-09-21 Eli Zaretskii <eliz@gnu.org>
6757
6758 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
6759 recognized by GDB 7.5 and later.
6760
6761 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
6762
6763 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
6764
6765 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6766
6767 * subr.el (internal--call-interactively): New const.
6768 (called-interactively-p): Use it (bug#3984).
6769
6770 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
6771
6772 * vc/pcvs.el (cvs-mode-ignore):
6773 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
6774 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
6775
6776 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
6779 (eshell-ls-orig-insert-directory): Remove.
6780 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
6781 (eshell-ls-use-in-dired): Use advice-add/remove.
6782 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
6783 Add `orig-fun' arg for use in :around advice.
6784 Make it check (redundantly) eshell-ls-use-in-dired.
6785
6786 2013-09-19 Glenn Morris <rgm@gnu.org>
6787
6788 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6789
6790 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6791
6792 * emacs-lisp/eieio.el (class-parent): Undo previous change.
6793
6794 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
6795
6796 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6797 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6798 (tramp-get-remote-python): New defuns.
6799 (tramp-get-remote-uid-with-perl)
6800 (tramp-get-remote-gid-with-perl): New defuns. Perl code
6801 contributed by yary <not.com@gmail.com> (tiny change).
6802 (tramp-get-remote-uid-with-python)
6803 (tramp-get-remote-gid-with-python): New defuns. Python code
6804 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6805 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6806
6807 2013-09-19 Glenn Morris <rgm@gnu.org>
6808
6809 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6810
6811 * eshell/em-unix.el (eshell-remove-entries):
6812 Rename argument to avoid name-clash with global `top-level'.
6813
6814 * eshell/esh-proc.el (eshell-kill-process-function):
6815 Remove eshell-reset-after-proc from eshell-kill-hook if present.
6816 (eshell-reset-after-proc): Remove unused arg `proc'.
6817
6818 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6819 (directory-files-and-attributes): Mark unused arg.
6820
6821 * eshell/em-unix.el (eshell-remove-entries):
6822 Remove unused arg `path'. Update callers.
6823
6824 * eshell/em-hist.el (eshell-hist-parse-arguments):
6825 Remove unused arg `silent'. Update callers.
6826
6827 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6828 Fix (f)boundp mix-up.
6829
6830 * eshell/em-smart.el (eshell-smart-scroll-window)
6831 (eshell-disable-after-change):
6832 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6833
6834 2013-09-18 Alan Mackenzie <acm@muc.de>
6835
6836 Fix fontification of type when followed by "const".
6837 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6838 "known" types from fontification.
6839
6840 2013-09-18 Glenn Morris <rgm@gnu.org>
6841
6842 * emacs-lisp/chart.el (x-display-color-cells): Declare.
6843 (chart-face-list): Drop Emacsen without display-color-p.
6844
6845 * net/eww.el (libxml-parse-html-region): Declare.
6846 (eww-display-html): Explicit error if no libxml2 support.
6847
6848 * doc-view.el (doc-view-mode): Silence --without-x compilation.
6849
6850 * image.el (image-type-from-buffer, image-multi-frame-p):
6851 Remove --without-x warning/error.
6852
6853 * mouse.el (mouse-yank-primary):
6854 * term.el (term-mouse-paste):
6855 Reorder to silence --without-x compilation.
6856
6857 * mpc.el (doc-view-mode): Silence --without-x compilation.
6858
6859 * mail/rmailmm.el (rmail-mime-set-bulk-data):
6860 Silence --without-x compilation.
6861
6862 * progmodes/gud.el (gud-find-file, gud-mode):
6863 Silence --without-x compilation.
6864 (tooltip-mode): Declare.
6865
6866 * wdired.el (dired-backup-overwrite): Remove declaration.
6867 (wdired-mode-map): Add doc string.
6868
6869 * custom.el (x-get-resource): Declare.
6870
6871 * eshell/em-glob.el (ange-cache):
6872 * eshell/em-unix.el (ange-cache): Declare.
6873
6874 * faces.el (x-display-list, x-open-connection, x-get-resource):
6875 Declare.
6876
6877 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6878 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6879 Declare.
6880
6881 * frame.el (x-display-grayscale-p, x-display-name): Declare.
6882
6883 * net/gnutls.el (gnutls-log-level): Declare.
6884
6885 * net/shr.el (image-size, image-animate): Declare.
6886
6887 * simple.el (font-info): Declare.
6888
6889 * subr.el (x-popup-dialog): Declare.
6890
6891 * term/common-win.el (x-select-enable-primary)
6892 (x-last-selected-text-primary, x-last-selected-text-clipboard):
6893 Declare.
6894
6895 * term/ns-win.el (x-handle-args): Declare.
6896
6897 * term/x-win.el (x-select-enable-clipboard): Declare.
6898
6899 * term/w32-win.el (create-default-fontset): Declare.
6900
6901 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6902 Declare.
6903
6904 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6905 (fit-frame-to-buffer): Explicit error if --without-x.
6906 (mouse-autoselect-window-select): Silence compiler.
6907
6908 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6909
6910 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6911 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6912 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6913 * eshell/esh-util.el (eshell-sublist):
6914 Remove unused local variables.
6915
6916 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6917
6918 * textmodes/two-column.el: Make 2C-split work for --without-x.
6919 (scroll-bar-columns): Autoload.
6920 (top-level): Require fringe when compiling.
6921
6922 2013-09-18 Leo Liu <sdl.web@gmail.com>
6923
6924 * subr.el (add-hook): Robustify to handle closure as well.
6925
6926 2013-09-17 Glenn Morris <rgm@gnu.org>
6927
6928 * simple.el (messages-buffer-mode-map): Unbind "g".
6929
6930 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6931
6932 * help-mode.el (help-mode-finish): Use derived-mode-p.
6933 Remove obsolete highlighting.
6934
6935 * play/life.el (life-mode): Use define-derived-mode. Derive from
6936 special-mode.
6937 (life): Let-bind inhibit-read-only.
6938 (life-setup): Avoid `setq'. Use `life-mode'.
6939
6940 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6941 which should not be needed any more.
6942 (package-menu-refresh, package-menu-describe-package): Use user-error.
6943
6944 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6945 (eshell-post-rewrite-command-hook): Make obsolete.
6946 (eshell-parse-command): Simplify.
6947 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6948 (eshell--cmd): Declare.
6949 (eshell-parse-pipeline): Remove unused var `final-p'.
6950 Pass a dynvar to eshell-post-rewrite-command-hook.
6951 Implement the new eshell-post-rewrite-command-function.
6952 (eshell-invoke-directly): Remove unused arg `input'.
6953 * eshell/esh-io.el (eshell-io-initialize):
6954 Use eshell-post-rewrite-command-function (bug#15399).
6955 (eshell--apply-redirections): Rename from eshell-apply-redirections;
6956 adjust to new calling convention.
6957 (eshell-create-handles): Rename args to avoid clashing with dynvar
6958 `standard-output'.
6959
6960 2013-09-17 Glenn Morris <rgm@gnu.org>
6961
6962 * simple.el (messages-buffer-mode): New major mode.
6963 (messages-buffer): New function.
6964 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6965 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6966 (ert-run-test): Use `messages-buffer' function.
6967 (ert--force-message-log-buffer-truncation): Ignore read-only.
6968 * help.el (view-echo-area-messages): Use `messages-buffer' function.
6969 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6970
6971 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6972
6973 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6974
6975 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6976
6977 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * icomplete.el (icomplete-in-buffer): New var.
6980 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6981 vars and replace them with functions.
6982 (icomplete-minibuffer-setup): Adjust accordingly.
6983 (icomplete--completion-table, icomplete--completion-predicate)
6984 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6985 New functions.
6986 (icomplete-forward-completions, icomplete-backward-completions)
6987 (icomplete-simple-completing-p, icomplete-exhibit)
6988 (icomplete-completions): Use them.
6989 (icomplete--in-region-buffer): New var.
6990 (icomplete--in-region-setup): New function.
6991 (icomplete-mode): Use it.
6992
6993 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6994 (bug#15379).
6995 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6996 return args and options.
6997 (eshell-eval-using-options): Use the new return value of
6998 eshell--do-opts to set the options's vars in their scope.
6999 (eshell--set-option): Rename from eshell-set-option.
7000 Add arg `opt-vals'.
7001 (eshell--process-option): Rename from eshell-process-option.
7002 Add arg `opt-vals'.
7003 (eshell--process-args): Use an `opt-vals' alist to store the options's
7004 values during their processing and return them additionally to the
7005 remaining args.
7006
7007 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
7008
7009 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7010 continuation character an operator, as far as indentation is
7011 concerned (Bug#15369).
7012
7013 2013-09-15 Martin Rudalics <rudalics@gmx.at>
7014
7015 * window.el (window--state-put-2): Don't process buffer state
7016 when buffer doesn't exist any more (Bug#15382).
7017
7018 2013-09-15 Glenn Morris <rgm@gnu.org>
7019
7020 * eshell/em-unix.el (eshell/rm):
7021 Make -f ignore missing files. (Bug#15373)
7022
7023 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
7024 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7025 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7026
7027 2013-09-14 Glenn Morris <rgm@gnu.org>
7028
7029 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7030
7031 2013-09-13 Glenn Morris <rgm@gnu.org>
7032
7033 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7034 (dired-guess-default): Make `file' available in the env. (Bug#15363)
7035
7036 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
7037
7038 * frame.el (x-focus-frame): Mark as declared in frame.c.
7039
7040 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * ls-lisp.el: Use advice-add.
7043 (original-insert-directory): Remove.
7044 (ls-lisp--insert-directory): Rename from insert-directory; add
7045 `orig-fun' argument.
7046 (insert-directory): Advise.
7047
7048 2013-09-13 Eli Zaretskii <eliz@gnu.org>
7049
7050 * term.el (term-emulate-terminal): Decode the command string
7051 before passing it to term-command-hook. (Bug#15337)
7052
7053 2013-09-13 Glenn Morris <rgm@gnu.org>
7054
7055 * eshell/esh-util.el (ange-cache): Move declaration earlier.
7056
7057 * eshell/esh-ext.el (eshell-search-path): Declare.
7058
7059 * eshell/em-prompt.el (eshell/pwd): Autoload it.
7060 Otherwise an error occurs if eshell-dirs module not loaded.
7061
7062 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7063
7064 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
7065
7066 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7067 `tramp-check-proper-host'. Check for a valid method name.
7068
7069 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7070 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7071 * net/tramp-sh.el (tramp-maybe-open-connection):
7072 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7073
7074 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7075 also for hash values.
7076
7077 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * term/ns-win.el (parameters): Don't declare as dynamic.
7080 (before-make-frame-hook): Don't add ineffective function.
7081
7082 * eshell/*.el: Use lexical-binding (bug#15231).
7083
7084 2013-09-12 Kenichi Handa <handa@gnu.org>
7085
7086 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7087
7088 2013-09-12 Glenn Morris <rgm@gnu.org>
7089
7090 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7091 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7092
7093 * subr.el (do-after-load-evaluation): Also give compiler warnings
7094 when obsolete files are used (except by obsolete files).
7095
7096 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7097 in the status output, assume `filename' is the first. (Bug#15322)
7098
7099 * vc/vc.el (vc-deduce-fileset): Doc fix.
7100
7101 * calc/calc-help.el (Info-goto-node):
7102 * progmodes/cperl-mode.el (Info-find-node):
7103 * vc/ediff.el (Info-goto-node): Update declarations.
7104
7105 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7106
7107 * vc/vc-bzr.el (vc-compilation-mode): Declare.
7108 (vc-bzr-pull): Require vc-dispatcher.
7109 * vc/vc-git.el (vc-compilation-mode): Declare.
7110 (vc-git-pull): Require vc-dispatcher.
7111
7112 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7113
7114 * progmodes/octave.el (help-button-action): Declare.
7115
7116 * shell.el (shell-directory-tracker): Output error as a message
7117 rather than just returning it as a string.
7118 (shell-process-pushd): Remove useless use of message.
7119
7120 * dframe.el (dframe-timer-fn):
7121 * files.el (dir-locals-read-from-file):
7122 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7123 (mpc-format):
7124 * reveal.el (reveal-post-command):
7125 * saveplace.el (load-save-place-alist-from-file):
7126 * shell.el (shell-resync-dirs):
7127 * w32-common-fns.el (x-get-selection-value):
7128 * emacs-lisp/copyright.el (copyright-find-copyright):
7129 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7130 * emulation/tpu-edt.el (tpu-copy-keyfile):
7131 * play/bubbles.el (bubbles--mark-neighbourhood):
7132 * progmodes/executable.el
7133 (executable-make-buffer-file-executable-if-script-p):
7134 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7135
7136 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 Cleanup Eshell to rely less on dynamic scoping.
7139 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7140 last-value, and ext-command here. Bind `args' closer to `body'.
7141 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7142 (eshell--args): Declare new dynamic var.
7143 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
7144 last-value, and ext-command. Pass `args' to `body'.
7145 (eshell-process-args): Bind eshell--args.
7146 (eshell-set-option): Use eshell--args.
7147 * eshell/eshell.el (eshell): Use derived-mode-p.
7148 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7149 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7150 (eshell-glob-function): Declare.
7151 * eshell/esh-util.el: Require cl-lib.
7152 (eshell-read-hosts-file): Avoid add-to-list.
7153 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7154 `err'.
7155 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7156 Declare.
7157 (eshell/diff): Remove unused var `err'.
7158 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7159 `killflag'.
7160 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7161 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7162 first use.
7163 * eshell/em-glob.el (eshell-glob-matches, message-shown):
7164 Move declaration before first use.
7165 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7166 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7167 rely on cl-return.
7168
7169 2013-09-12 Glenn Morris <rgm@gnu.org>
7170
7171 * term/ns-win.el (global-map): Remove binding for ispell-next,
7172 deleted 1999-05-29. (Bug#15357)
7173
7174 2013-09-11 Glenn Morris <rgm@gnu.org>
7175
7176 * echistory.el (electric-command-history): Remove call to deleted func.
7177
7178 * play/landmark.el (landmark-mode): Fix typos.
7179
7180 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7181 Check cvs-sort-ignore-file is bound.
7182
7183 * savehist.el: No need for cl when compiling on Emacs.
7184
7185 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7188 (bug#15338).
7189 (eshell-self-insert-command, eshell-send-invisible):
7190 Remove unused argument.
7191 (eshell-handle-control-codes): Remove unused var `orig'.
7192 Avoid delete-backward-char.
7193
7194 * files.el (set-auto-mode): Simplify a bit further.
7195
7196 2013-09-11 Glenn Morris <rgm@gnu.org>
7197
7198 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7199 (set-auto-mode): Don't regexp-quote elements.
7200 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7201 * progmodes/cc-mode.el (interpreter-mode-alist):
7202 * progmodes/ruby-mode.el (interpreter-mode-alist):
7203 Revert previous change.
7204
7205 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * play/snake.el (snake-mode):
7208 * play/mpuz.el (mpuz-mode):
7209 * play/landmark.el (lm-mode):
7210 * play/blackbox.el (blackbox-mode):
7211 * play/5x5.el (5x5-mode):
7212 * obsolete/options.el (Edit-options-mode):
7213 * net/quickurl.el (quickurl-list-mode):
7214 * net/newst-treeview.el (newsticker-treeview-mode):
7215 * mail/rmailsum.el (rmail-summary-mode):
7216 * mail/mspools.el (mspools-mode):
7217 * locate.el (locate-mode):
7218 * ibuffer.el (ibuffer-mode):
7219 * emulation/ws-mode.el (wordstar-mode):
7220 * emacs-lisp/debug.el (debugger-mode):
7221 * array.el (array-mode):
7222 * net/eudc.el (eudc-mode): Use define-derived-mode.
7223 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7224 Move initialization into declaration.
7225 (mairix-searches-mode): Use define-derived-mode.
7226 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7227 (eudc-edit-hotlist): Use dolist.
7228 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7229 (Man-mode): Use define-derived-mode.
7230 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7231 (Info-edit-mode): Use define-derived-mode.
7232 (Info-cease-edit): Use Info-mode.
7233 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7234 into declaration.
7235 (eshell-mode): Use define-derived-mode.
7236 * chistory.el (command-history-mode-map): Rename from
7237 command-history-map.
7238 (command-history-mode): Use define-derived-mode.
7239 (Command-history-setup): Remove function.
7240 * calc/calc.el (calc-trail-mode-map): New var.
7241 (calc-trail-mode): Use define-derived-mode.
7242 (calc-trail-buffer): Set calc-main-buffer manually.
7243 * bookmark.el (bookmark-insert-annotation): New function.
7244 (bookmark-edit-annotation): Use it.
7245 (bookmark-edit-annotation-mode): Make it a proper major mode.
7246 (bookmark-send-edited-annotation): Use derived-mode-p.
7247 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7248 closer to its ideal place. Use \' to match EOS.
7249
7250 * profiler.el (profiler-calltree-find): Use function-equal.
7251
7252 2013-09-10 Glenn Morris <rgm@gnu.org>
7253
7254 * files.el (interpreter-mode-alist): Convert to regexps.
7255 (set-auto-mode): Adapt for this. (Bug#15306)
7256 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7257 Comment out unused variable.
7258 * progmodes/cc-mode.el (interpreter-mode-alist):
7259 * progmodes/python.el (interpreter-mode-alist):
7260 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7261 * progmodes/sh-script.el (sh-set-shell):
7262 No longer use interpreter-mode-alist to get list of shells.
7263
7264 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7265
7266 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * simple.el: Use set-temporary-overlay-map for universal-argument.
7269 (universal-argument-map): Don't use default-bindings (bug#15317).
7270 Bind switch-frame explicitly. Replace universal-argument-minus with
7271 a conditional binding.
7272 (universal-argument-num-events, saved-overriding-map): Remove.
7273 (restore-overriding-map): Remove.
7274 (universal-argument--mode): Rename from save&set-overriding-map,
7275 and rewrite.
7276 (universal-argument, universal-argument-more, negative-argument)
7277 (digit-argument): Adjust accordingly.
7278 (universal-argument-minus): Remove.
7279 (universal-argument-other-key): Remove.
7280
7281 * subr.el (with-demoted-errors): Add `format' argument.
7282
7283 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
7284
7285 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
7286 `tramp-cleanup-connection'.
7287
7288 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7289 parameters KEEP-DEBUG and KEEP-PASSWORD.
7290
7291 * net/tramp.el (tramp-file-name-handler):
7292 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7293 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7294 (tramp-maybe-open-connection):
7295 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7296 Use `tramp-cleanup-connection'.
7297
7298 * net/tramp-sh.el (tramp-maybe-open-connection):
7299 Catch 'uname-changed inside the progress reporter.
7300
7301 2013-09-10 Glenn Morris <rgm@gnu.org>
7302
7303 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
7304
7305 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7306 returns "alternate access method" in mode (eg "-rw-r--r--.").
7307
7308 2013-09-08 Glenn Morris <rgm@gnu.org>
7309
7310 * saveplace.el (load-save-place-alist-from-file):
7311 Demote errors. (Bug#15305)
7312
7313 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
7314
7315 Improve compatibility with older Emacsen, and XEmacs.
7316
7317 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7318 only if it is bound. It isn't for XEmacs.
7319 (with-tramp-progress-reporter): Do not let-bind `result'.
7320 This yields to scoping errors in XEmacs.
7321 (tramp-handle-make-auto-save-file-name): New function, moved from
7322 tramp-sh.el.
7323
7324 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7325 for `make-auto-save-file-name'.
7326 (tramp-adb--gnu-switches-to-ash):
7327 Use `tramp-compat-replace-regexp-in-string'.
7328
7329 * net/tramp-cache.el (tramp-cache-print): Call
7330 `substring-no-properties' only if it is bound. It isn't for XEmacs.
7331
7332 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7333 bound. It isn't for XEmacs.
7334
7335 * net/tramp-compat.el (tramp-compat-copy-file):
7336 Catch `wrong-number-of-arguments' error.
7337 (tramp-compat-replace-regexp-in-string): New defun.
7338
7339 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7340 for `make-auto-save-file-name'.
7341 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7342 `copy-file'.
7343 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7344 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7345 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7346
7347 * net/tramp-gw.el (tramp-gw-open-network-stream):
7348 Use `tramp-compat-replace-regexp-in-string'.
7349
7350 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7351 Call `tramp-handle-make-auto-save-file-name'.
7352 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7353 (tramp-sh-file-gvfs-monitor-dir-process-filter)
7354 (tramp-sh-file-inotifywait-process-filter):
7355 Use `tramp-compat-replace-regexp-in-string'.
7356 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7357
7358 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7359 for `make-auto-save-file-name'.
7360 (tramp-smb-handle-copy-directory):
7361 Call `tramp-compat-replace-regexp-in-string'.
7362 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7363 (tramp-smb-handle-copy-file): Improve error message.
7364 (tramp-smb-handle-rename-file): Rename directly only in case
7365 `newname' does not exist yet. This is a restriction of smbclient.
7366 (tramp-smb-maybe-open-connection): Rerun the function only when
7367 `auth-sources' is non-nil.
7368
7369 2013-09-08 Kenichi Handa <handa@gnu.org>
7370
7371 * international/characters.el: Set category "^" (Combining) for
7372 more characters.
7373
7374 2013-09-07 Alan Mackenzie <acm@muc.de>
7375
7376 Correctly fontify Java class constructors.
7377 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7378 in Java Mode.
7379 (c-recognize-typeless-decls): Set the Java value to t.
7380 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7381 While handling a "(", add a check for, effectively, Java, and handle a
7382 "typeless" declaration there.
7383
7384 2013-09-07 Roland Winkler <winkler@gnu.org>
7385
7386 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7387 field subtitle for entry type book.
7388
7389 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * minibuffer.el: Make minibuffer-complete call completion-in-region
7392 rather than other way around.
7393 (completion--some, completion-pcm--find-all-completions):
7394 Don't delay signals when debugging.
7395 (minibuffer-completion-contents): Beware fields within the
7396 minibuffer contents.
7397 (completion-all-sorted-completions): Use defvar-local.
7398 (completion--do-completion, completion--cache-all-sorted-completions)
7399 (completion-all-sorted-completions, minibuffer-force-complete):
7400 Add args `beg' and `end'.
7401 (completion--in-region-1): New fun, extracted from minibuffer-complete.
7402 (minibuffer-complete): Use completion-in-region.
7403 (completion-complete-and-exit): New fun, extracted from
7404 minibuffer-complete-and-exit.
7405 (minibuffer-complete-and-exit): Use it.
7406 (completion--complete-and-exit): Rename from
7407 minibuffer--complete-and-exit.
7408 (completion-in-region--single-word): New function, extracted from
7409 minibuffer-complete-word.
7410 (minibuffer-complete-word): Use it.
7411 (display-completion-list): Make `common-substring' argument obsolete.
7412 (completion--in-region): Call completion--in-region-1 instead of
7413 minibuffer-complete.
7414 (completion-help-at-point): Pass boundaries to
7415 minibuffer-completion-help as args rather than via an overlay.
7416 (completion-pcm--string->pattern): Use `any-delim'.
7417 (completion-pcm--optimize-pattern): New function.
7418 (completion-pcm--pattern->regex): Handle `any-delim'.
7419 * icomplete.el (icomplete-forward-completions)
7420 (icomplete-backward-completions, icomplete-completions):
7421 Adjust calls to completion-all-sorted-completions and
7422 completion--cache-all-sorted-completions.
7423 (icomplete-with-completion-tables): Default to t.
7424 * emacs-lisp/crm.el (crm--current-element): Rename from
7425 crm--select-current-element. Don't put an overlay but return the
7426 boundaries instead.
7427 (crm--completion-command): Take two new args to bind to the boundaries.
7428 (crm-completion-help): Adjust accordingly.
7429 (crm-complete): Use completion-in-region.
7430 (crm-complete-word): Use completion-in-region--single-word.
7431 (crm-complete-and-exit): Use completion-complete-and-exit.
7432
7433 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7436 than dynamically.
7437
7438 2013-09-06 Juri Linkov <juri@jurta.org>
7439
7440 * info.el (Info-display-images-node): When image file doesn't exist
7441 display text version of the image if it's provided in the Info file.
7442 Otherwise, display the location of missing image from SRC attribute.
7443 Add help-echo text property from ALT attribute. (Bug#15279)
7444
7445 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7448 (edit-abbrevs-mode): Use define-derived-mode.
7449
7450 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7451 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7452 that it's defined.
7453 (epa-key-list-mode, epa-key-mode, epa-info-mode):
7454 Use define-derived-mode.
7455
7456 * epg.el (epg-start-encrypt): Minor CSE simplification.
7457
7458 2013-09-06 William Xu <william.xwl@gmail.com>
7459
7460 * arc-mode.el: Add support for 7za (bug#15264).
7461 (archive-7z-program): New var.
7462 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7463 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7464 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7465
7466 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
7467
7468 Remove URL syntax.
7469
7470 * net/tramp.el (tramp-syntax, tramp-prefix-format)
7471 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7472 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7473 (tramp-postfix-host-format, tramp-file-name-regexp)
7474 (tramp-completion-file-name-regexp)
7475 (tramp-completion-dissect-file-name)
7476 (tramp-handle-substitute-in-file-name): Remove 'url case.
7477 (tramp-file-name-regexp-url)
7478 (tramp-completion-file-name-regexp-url): Remove constants.
7479
7480 2013-09-06 Glenn Morris <rgm@gnu.org>
7481
7482 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
7483
7484 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
7485
7486 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7487 keywords" below "here-doc beginnings" (Bug#15270).
7488
7489 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * subr.el (pop): Use `car-safe'.
7492 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7493 to detect unused `pop' return value.
7494
7495 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7496 var `block-regexp'.
7497 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7498 (python-fill-string): Remove unused var `marker'.
7499 (python-skeleton-add-menu-items): Remove unused var `items'.
7500
7501 * international/mule-cmds.el: Require CL.
7502 (find-coding-systems-for-charsets): Avoid add-to-list.
7503 (sanitize-coding-system-list): New function, extracted from
7504 select-safe-coding-system-interactively.
7505 (select-safe-coding-system-interactively): Use it.
7506 (read-input-method-name): Accept symbols for `default'.
7507
7508 * emacs-lisp/advice.el (defadvice): Add indent rule.
7509
7510 2013-09-05 Daniel Hackney <dan@haxney.org>
7511
7512 * dired-x.el:
7513 * net/ange-ftp.el:
7514 * net/browse-url.el:
7515 * net/dbus.el:
7516 * net/eudc.el:
7517 * net/eudcb-ldap.el:
7518 * net/eww.el:
7519 * net/imap.el:
7520 * printing.el:
7521 * vc/ediff-diff.el:
7522 * vc/ediff-init.el:
7523 * vc/ediff-merg.el:
7524 * vc/ediff-mult.el:
7525 * vc/ediff-util.el:
7526 * vc/ediff-wind.el:
7527 * vc/ediff.el:
7528 * vc/emerge.el:
7529 * vc/pcvs.el:
7530 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7531 byte compiler. Remove some unused let-bound variables.
7532
7533 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7536 a "ref-cell", since it gets better optimized (bug#14883).
7537
7538 2013-09-05 Glenn Morris <rgm@gnu.org>
7539
7540 * progmodes/cc-awk.el (c-forward-sws): Declare.
7541
7542 2013-09-04 Glenn Morris <rgm@gnu.org>
7543
7544 * generic-x.el [rul-generic-mode]: Require cc-mode.
7545 (c++-mode-syntax-table): Declare.
7546 (rul-generic-mode-syntax-table): Init in the defvar.
7547
7548 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7549
7550 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7551 (vc-do-command, vc-set-async-update):
7552 * vc/vc-mtn.el (vc-mtn-dir-status):
7553 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7554 (vc-hg-pull, vc-hg-merge-branch):
7555 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7556 (vc-git-merge-branch):
7557 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7558 (vc-cvs-dir-status-files):
7559 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7560 (vc-bzr-dir-status-files):
7561 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7562 * vc/vc-annotate.el: Use lexical-binding.
7563 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7564 (vc-sentinel-movepoint): Declare.
7565 (vc-annotate): Don't use `goto-line'.
7566 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7567 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7568 (vc-sentinel-movepoint): Declare.
7569 * vc/vc-svn.el: Use lexical-binding.
7570 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7571 * vc/vc-sccs.el:
7572 * vc/vc-rcs.el: Use lexical-binding.
7573
7574 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7575 `deleted'. Don't drop errors silently.
7576
7577 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7578
7579 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
7580
7581 * vc/vc.el (vc-ignore): Rewrite.
7582 (vc-default-ignore): New function.
7583 (vc-default-ignore-completion-table): Use find-ignore-file.
7584
7585 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
7586 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
7587 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
7588 Remove. Most code moved to vc.el.
7589
7590 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
7593 * net/tramp-smb.el (tramp-smb-get-file-entries):
7594 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
7595 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
7596
7597 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
7598 Update call to it.
7599 (eww-change-select): Remove unused var `properties'.
7600 (eww-make-unique-file-name): Remove unused var `base'.
7601
7602 * finder.el (finder-compile-keywords): Don't mess with windows.
7603
7604 * calculator.el (calculator-funcall): Fix typo in last change.
7605
7606 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
7607
7608 * emacs-lisp/package.el (package-activate-1): Don't let a missing
7609 <pkg>-autoloads.el file stop us.
7610
7611 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
7612 warnings, and factor out common code.
7613
7614 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
7615
7616 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
7617 two-character operators and whether the character preceding them
7618 changes their meaning (Bug#15208).
7619
7620 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7621
7622 Format code sent to Python shell for robustness.
7623 * progmodes/python.el (python-shell-buffer-substring):
7624 New function.
7625 (python-shell-send-region, python-shell-send-buffer): Use it.
7626
7627 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
7628
7629 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
7630 * net/tramp.el (tramp-user-error): ... here.
7631 (tramp-find-method, tramp-check-proper-host)
7632 (tramp-dissect-file-name, tramp-debug-message)
7633 (tramp-handle-shell-command):
7634 * net/tramp-adb.el (tramp-adb-handle-shell-command):
7635 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
7636
7637 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
7638
7639 2013-09-02 Martin Rudalics <rudalics@gmx.at>
7640
7641 * avoid.el (mouse-avoidance-point-position)
7642 (mouse-avoidance-too-close-p): Handle case where posn-at-point
7643 returns nil.
7644
7645 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7646
7647 * progmodes/python.el (python-shell-completion-get-completions):
7648 Drop use of deleted `comint-last-prompt-overlay'.
7649 (python-nav-if-name-main): New command.
7650
7651 2013-09-01 Glenn Morris <rgm@gnu.org>
7652
7653 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7654 Avoid leading space in $wins. Otherwise the sed command used by
7655 eg compile-main ends up containing "/*.el". (Bug#15170)
7656
7657 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
7658
7659 2013-08-30 Glenn Morris <rgm@gnu.org>
7660
7661 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7662 Fix is-this-a-directory logic. (Bug#15220)
7663
7664 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7665
7666 * textmodes/css-mode.el: Use SMIE.
7667 (css-smie-grammar): New var.
7668 (css-smie--forward-token, css-smie--backward-token)
7669 (css-smie-rules): New functions.
7670 (css-mode): Use them.
7671 (css-navigation-syntax-table): Remove var.
7672 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
7673 (css-indent-calculate, css-indent-line): Remove functions.
7674
7675 Misc changes to reduce use of `(lambda...); and other cleanups.
7676 * cus-edit.el: Use lexical-binding.
7677 (customize-push-and-save, customize-apropos)
7678 (custom-buffer-create-internal): Use closures.
7679 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
7680 * progmodes/ada-xref.el: Use setq.
7681 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
7682 * dframe.el: Use lexical-binding.
7683 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
7684 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
7685 * descr-text.el: Use lexical-binding.
7686 (describe-text-widget, describe-text-sexp, describe-property-list):
7687 Use closures.
7688 * comint.el (comint-history-isearch-push-state): Use a closure.
7689 * calculator.el: Use lexical-binding.
7690 (calculator-number-to-string): Make it work with lexical-binding.
7691 (calculator-funcall): Same and use cl-letf.
7692
7693 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
7694 (lisp--company-doc-string, lisp--company-location): New functions.
7695 (lisp-completion-at-point): Use them to improve Company support.
7696
7697 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
7698 params of lambda expressions.
7699 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
7700 (ruby-smie--opening-pipe-p): New function.
7701 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
7702 symbols and matched |...| for formal params.
7703 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
7704 from being treated as hanging. Handle "rescue".
7705
7706 2013-08-29 Glenn Morris <rgm@gnu.org>
7707
7708 * progmodes/cc-engine.el (c-pull-open-brace):
7709 Move definition before use.
7710
7711 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
7714 are immutable. Don't use `unsafe' any more.
7715 (cl--defsubst-expand): Don't substitute at the same time as keeping
7716 a residual unused let-binding. Don't use `unsafe' any more.
7717
7718 2013-08-29 Glenn Morris <rgm@gnu.org>
7719
7720 * calendar/cal-china.el (calendar-chinese-year-cache):
7721 Recenter on 2015.
7722
7723 * nxml/nxml-util.el (nxml-debug-clear-inside):
7724 Use cl-loop rather than loop.
7725
7726 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
7727
7728 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
7729
7730 2013-08-28 Glenn Morris <rgm@gnu.org>
7731
7732 * progmodes/antlr-mode.el: No need to require cc-mode twice.
7733
7734 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
7735
7736 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
7737
7738 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * simple.el (repeat-complex-command--called-interactively-skip):
7741 New function.
7742 (repeat-complex-command): Use it (bug#14136).
7743
7744 * progmodes/cc-mode.el: Minor cleanup of var declarations.
7745 (c-define-abbrev-table): Add `doc' argument.
7746 (c-mode-abbrev-table, c++-mode-abbrev-table)
7747 (objc-mode-abbrev-table, java-mode-abbrev-table)
7748 (idl-mode-abbrev-table, pike-mode-abbrev-table)
7749 (awk-mode-abbrev-table): Use it.
7750 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
7751 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
7752 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
7753 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
7754 Move initialization into the declaration; and remove any
7755 autoload cookie.
7756
7757 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
7758 and dynamic let binding.
7759
7760 * vc/smerge-mode.el: Remove redundant :group args.
7761
7762 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
7763 to load-path.
7764
7765 2013-08-28 Juri Linkov <juri@jurta.org>
7766
7767 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
7768 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
7769 (isearch-other-meta-char): Handle an undefined shifted printing
7770 character by downshifting it. (Bug#15200)
7771
7772 2013-08-28 Juri Linkov <juri@jurta.org>
7773
7774 * isearch.el (isearch-search): Change regexp error message for
7775 non-regexp searches. (Bug#15166)
7776
7777 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
7778
7779 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
7780 for portability to hosts where /bin/sh has problems.
7781
7782 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
7785
7786 2013-08-27 Juri Linkov <juri@jurta.org>
7787
7788 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
7789 in the keyboard macro. (Bug#15126)
7790
7791 2013-08-27 Juri Linkov <juri@jurta.org>
7792
7793 * isearch.el (isearch-quote-char): Comment out converting unibyte
7794 to multibyte, thus syncing with its `quoted-insert' counterpart.
7795 (Bug#15166)
7796
7797 2013-08-27 Martin Rudalics <rudalics@gmx.at>
7798
7799 * window.el (display-buffer-use-some-window): Add missing
7800 argument in call of get-largest-window (Bug#15185).
7801 Reported by Stephen Leake.
7802
7803 2013-08-27 Glenn Morris <rgm@gnu.org>
7804
7805 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7806
7807 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * progmodes/python.el (python-font-lock-keywords): Don't return nil
7810 from a matcher-function unless there's no more matches (bug#15161).
7811
7812 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7813
7814 * minibuffer.el: Revert change from 2013-08-20.
7815
7816 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7817 with text property `tramp-default', if appropriate.
7818 (tramp-check-proper-host): New defun.
7819 (tramp-dissect-file-name): Do not check hostname. Revert change
7820 of 2013-03-18.
7821 (tramp-backtrace): Make VEC-OR-PROC optional.
7822
7823 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7824 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7825 * net/tramp-sh.el (tramp-maybe-open-connection):
7826 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7827 Apply `tramp-check-proper-host'.
7828
7829 2013-08-26 Tassilo Horn <tsdh@gnu.org>
7830
7831 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7832 lambda expression in order to have `describe-variable' display it.
7833
7834 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
7835
7836 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7837 BUF can be optional. (Bug#15186)
7838
7839 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
7840
7841 * progmodes/flymake.el (flymake-get-real-file-name-function):
7842 Fix broken customization. (Bug#15184)
7843
7844 2013-08-25 Alan Mackenzie <acm@muc.de>
7845
7846 Improve indentation of bracelists defined by macros (without "=").
7847
7848 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7849 expansion begins with "{", regard it as bracelist when it doesn't
7850 contain a ";".
7851
7852 Parse C++ inher-intro when there's a template split over 2 lines.
7853
7854 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7855 rigorously the search for "class" etc. followed by ":".
7856
7857 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7858 random languages a regexp which never matches rather than nil.
7859
7860 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7861
7862 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7863 (c-awk-regexp-one-line-possibly-open-char-list-re)
7864 (c-awk-one-line-possibly-open-regexp-re)
7865 (c-awk-one-line-non-syn-ws*-re): Remove.
7866 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7867 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7868 (c-awk-space*-unclosed-regexp-/-re): New constants.
7869 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7870 aren't regexp delimiters.
7871
7872 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7873 handling for a rare situation in AWK Mode involving unterminated
7874 strings/regexps.
7875
7876 2013-08-23 Glenn Morris <rgm@gnu.org>
7877
7878 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7879
7880 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7881
7882 * files.el (create-file-buffer): If the result would begin with
7883 spaces, prepend a "|" instead of removing them. (Bug#15162)
7884
7885 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7888 text-properties (bug#15155).
7889
7890 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7891 exist any more.
7892 (calc-keypad-redraw): Remove unused var `pad'.
7893 (calc-keypad-press): Remove unused var `menu'.
7894
7895 2013-08-23 Martin Rudalics <rudalics@gmx.at>
7896
7897 * window.el (display-buffer-pop-up-frame):
7898 Call pop-up-frame-function with BUFFER current so `make-frame' will
7899 use it as the new frame's buffer (Bug#15133).
7900
7901 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * calendar/timeclock.el: Minor cleanups.
7904 (timeclock-ask-before-exiting, timeclock-use-display-time):
7905 Use `symbol'.
7906 (timeclock-modeline-display): Define as alias before the
7907 actual definition.
7908 (timeclock-mode-line-display): Use define-minor-mode.
7909 (timeclock-day-list-template): Make it a function, add an argument.
7910 (timeclock-day-list-required, timeclock-day-list-length)
7911 (timeclock-day-list-debt, timeclock-day-list-span)
7912 (timeclock-day-list-break): Adjust calls accordingly.
7913
7914 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7915
7916 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7917 Use read--expression so that completion works again.
7918
7919 2013-08-21 Sam Steingold <sds@gnu.org>
7920
7921 Add rudimentary inferior shell interaction
7922 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7923 (sh-set-shell): Reset it.
7924 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7925 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7926
7927 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * align.el: Use lexical-binding.
7930 (align-region): Simplify accordingly.
7931
7932 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
7933
7934 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7935
7936 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7937 `non-essential' up.
7938
7939 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
7940
7941 * net/tramp.el:
7942 * net/tramp-adb.el:
7943 * net/tramp-cmds.el:
7944 * net/tramp-ftp.el:
7945 * net/tramp-gvfs.el:
7946 * net/tramp-gw.el:
7947 * net/tramp-sh.el: Don't wrap external variable declarations by
7948 `eval-when-compile'.
7949
7950 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7951
7952 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7953 now that Emacs supports ImageMagick animations.
7954
7955 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
7956
7957 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7958 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7959
7960 2013-08-16 Martin Rudalics <rudalics@gmx.at>
7961
7962 * window.el (mouse-autoselect-window-select): Do autoselect when
7963 mouse pointer is on margin.
7964
7965 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
7966
7967 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
7968
7969 2013-08-16 Glenn Morris <rgm@gnu.org>
7970
7971 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7972 Handle "Remote Directory" response of some clients. (Bug#15058)
7973
7974 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7975 Tweak warning. (Bug#14926)
7976
7977 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7978 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
7979
7980 * image-mode.el (image-mode-map): Add menu items to reverse,
7981 increase, decrease, reset animation speed.
7982 (image--set-speed, image-increase-speed, image-decrease-speed)
7983 (image-reverse-speed, image-reset-speed): New functions.
7984 (image-mode-map): Add bindings for speed commands.
7985
7986 * image.el (image-animate-get-speed, image-animate-set-speed):
7987 New functions.
7988 (image-animate-timeout): Respect image :speed property.
7989
7990 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7993 previous line (bug#15101).
7994 (debugger-eval-expression, debugger-record-expression):
7995 Use read--expression (bug#15102).
7996
7997 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
7998
7999 Remove byte compiler warnings, visible when compiling with
8000 `byte-compile-force-lexical-warnings' set to t.
8001
8002 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8003 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8004 (tramp-handle-unhandled-file-name-directory)
8005 (tramp-handle-file-notify-add-watch, tramp-action-login)
8006 (tramp-action-succeed, tramp-action-permission-denied)
8007 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8008 arguments with "_".
8009
8010 * net/tramp-adb.el (tramp-adb-parse-device-names)
8011 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8012 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8013 (tramp-adb-handle-file-truename): Remove unused arguments.
8014
8015 * net/tramp-cache.el (tramp-flush-directory-property)
8016 (tramp-flush-connection-property, tramp-list-connections)
8017 (tramp-parse-connection-properties): Prefix unused arguments with "_".
8018
8019 * net/tramp-compat.el (tramp-compat-make-temp-file):
8020 Rename FILENAME to F.
8021
8022 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8023 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8024 (tramp-zeroconf-parse-workstation-device-names)
8025 (tramp-zeroconf-parse-webdav-device-names)
8026 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8027
8028 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8029 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8030
8031 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8032 arguments.
8033 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8034 (tramp-sh-handle-insert-file-contents-literally)
8035 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8036 with "_".
8037 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8038 Remove unused variables.
8039
8040 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8041 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8042 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8043
8044 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8045 Make them a defconst.
8046 (tramp-uuencode-region): Remove unused variable.
8047
8048 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
8049
8050 * frameset.el (frameset--prop-setter): New function.
8051 (frameset-prop): Add gv-setter declaration.
8052 (frameset-filter-minibuffer): Deal with the case that the minibuffer
8053 parameter was already set in FILTERED. Doc fix.
8054 (frameset--record-minibuffer-relationships): Allow saving a
8055 minibufferless frame without its corresponding minibuffer frame.
8056 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8057 frame, if the frame id matches.
8058 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8059 frames before orphaned ones.
8060 (frameset-restore): Warn about orphaned windows, instead of error out.
8061
8062 2013-08-14 Martin Rudalics <rudalics@gmx.at>
8063
8064 * window.el (window-make-atom): Don't overwrite parameter
8065 already present.
8066 (display-buffer-in-atom-window): Handle special case where we
8067 split an already atomic window.
8068 (window--major-non-side-window, display-buffer-in-side-window)
8069 (window--side-check): Ignore minibuffer window when walking
8070 window tree.
8071 (window-deletable-p): Return 'frame only if no other frame uses
8072 our minibuffer window.
8073 (record-window-buffer): Run buffer-list-update-hook.
8074 (split-window): Make sure window--check-frame won't destroy an
8075 existing atomic window in case the new window gets nested
8076 inside.
8077 (display-buffer-at-bottom): Ignore minibuffer window when
8078 walking window tree. Don't split a side window.
8079 (pop-to-buffer): Don't set-buffer here, the select-window call
8080 should do that.
8081 (mouse-autoselect-window-select): Autoselect only if we are in the
8082 text portion of the window.
8083
8084 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8085
8086 * net/shr.el (shr-parse-image-data): New function to grab both the
8087 data itself and the Content-Type.
8088 (shr-put-image): Use it.
8089
8090 * net/eww.el (eww-display-image): Ditto.
8091
8092 * image.el (image-content-type-suffixes): New variable.
8093
8094 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8095
8096 * progmodes/python.el (python-imenu--build-tree)
8097 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8098
8099 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
8100
8101 * simple.el (backward-word): Mention the optional argument.
8102
8103 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * frameset.el (frameset--make): Rename constructor from make-frameset.
8106 (frameset-p, frameset-valid-p): Don't autoload.
8107 (frameset-valid-p): Use normal accessors.
8108
8109 2013-08-13 Glenn Morris <rgm@gnu.org>
8110
8111 * progmodes/compile.el (compile-command): Tweak example in doc.
8112 * obsolete/scribe.el (scribe-mode):
8113 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
8114
8115 * mail/feedmail.el (feedmail-confirm-outgoing)
8116 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8117
8118 * cus-start.el (truncate-partial-width-windows): Fix type.
8119
8120 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8121
8122 * net/shr.el (shr-table-horizontal-line): Fix custom type.
8123
8124 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * emacs-lisp/timer.el (timer--time-setter): New function.
8127 (timer--time): Use it as gv-setter.
8128
8129 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8130 setter is not a symbol.
8131
8132 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
8133
8134 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8135 if sending fails. This makes debugging easier.
8136
8137 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
8138
8139 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8140 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8141 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8142
8143 2013-08-12 Eli Zaretskii <eliz@gnu.org>
8144
8145 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8146
8147 2013-08-12 Glenn Morris <rgm@gnu.org>
8148
8149 * format.el (format-annotate-function):
8150 Handle read-only text properties in the source. (Bug#14887)
8151
8152 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8153
8154 * net/eww.el (eww-display-html): Ignore coding system errors.
8155 One web site uses "utf-8lias" as the coding system.
8156
8157 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
8158
8159 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8160
8161 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
8162
8163 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8164 (tutorial--detailed-help): Remove unused local variables.
8165 (tutorial--save-tutorial-to): Use ignore-errors.
8166 (help-with-tutorial): Use looking-at-p.
8167
8168 * view.el (view-buffer-other-window, view-buffer-other-frame):
8169 Mark unused arguments.
8170
8171 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8172 (woman-select-symbol-fonts, woman, woman-find-file)
8173 (woman-insert-file-contents, woman-non-underline-faces):
8174 Use string-match-p.
8175 (woman1-unquote): Move declaration.
8176
8177 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8178 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
8179 argument. Remove unused local variable.
8180 (xml-parse-elem-type): Use string-match-p.
8181 (xml-substitute-numeric-entities): Use ignore-errors.
8182
8183 * calculator.el (calculator): Mark unused argument.
8184 (calculator-paste, calculator-quit, calculator-integer-p):
8185 Use ignore-errors.
8186 (calculator-string-to-number, calculator-decimal, calculator-exp)
8187 (calculator-op-or-exp): Use string-match-p.
8188
8189 * dired.el (dired-buffer-more-recently-used-p): Declare.
8190 (dired-insert-set-properties, dired-insert-old-subdirs):
8191 Use ignore-errors.
8192
8193 * dired-aux.el (dired-compress): Use ignore-errors.
8194 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8195 (dired-do-async-shell-command, dired-do-shell-command)
8196 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8197 (dired-insert-subdir-validate): Use string-match-p.
8198 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8199 (dired-add-entry): Use string-match-p, looking-at-p.
8200 (dired-insert-subdir-newpos): Remove unused local variable.
8201
8202 * filenotify.el (file-notify-callback): Remove unused local variable.
8203
8204 * filesets.el (filesets-error): Mark unused argument.
8205 (filesets-which-command-p, filesets-filter-dir-names)
8206 (filesets-directory-files, filesets-get-external-viewer)
8207 (filesets-ingroup-get-data): Use string-match-p.
8208
8209 * find-file.el (ff-other-file-name, ff-other-file-name)
8210 (ff-find-the-other-file, ff-cc-hh-converter):
8211 Remove unused local variables.
8212 (ff-get-file-name): Use string-match-p.
8213 (ff-all-dirs-under): Use ignore-errors.
8214
8215 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8216 (follow-select-if-visible): Remove unused local variable.
8217
8218 * forms.el (read-file-filter): Move declaration.
8219 (forms--make-format, forms--make-parser, forms-insert-record):
8220 Quote function with #'.
8221 (forms--update): Use string-match-p. Quote function with #'.
8222
8223 * help-mode.el (help-dir-local-var-def): Mark unused argument.
8224 (help-make-xrefs): Use looking-at-p.
8225 (help-xref-on-pp): Use looking-at-p, ignore-errors.
8226
8227 * ibuffer.el (ibuffer-ext-visible-p): Declare.
8228 (ibuffer-confirm-operation-on): Use string-match-p.
8229
8230 * msb.el (msb-item-handler, msb-dired-item-handler):
8231 Mark unused arguments.
8232
8233 * ses.el (ses-decode-cell-symbol)
8234 (ses-kill-override): Remove unused local variable.
8235 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8236 (ses-load): Use ignore-errors, looking-at-p.
8237 (ses-jump-safe): Use ignore-errors.
8238 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8239
8240 * tabify.el (untabify, tabify): Mark unused arguments.
8241
8242 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8243 Mark unused argument.
8244 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8245 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8246
8247 * emacs-lisp/timer.el (timer--time): Define setter with
8248 gv-define-setter to avoid deprecation warning.
8249
8250 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8251 (*record-cmpl-statistics-p*): Remove (was commented out).
8252 (cmpl-statistics-block): Remove (body was commented out).
8253 All callers changed.
8254 (add-completions-from-buffer, load-completions-from-file):
8255 Remove unused variables.
8256
8257 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8258
8259 * filecache.el (file-cache-delete-file-list):
8260 Print message only when told so.
8261 (file-cache-files-matching): Use #' in mapconcat argument.
8262
8263 * ffap.el (ffap-url-at-point): Fix reference to variable
8264 thing-at-point-default-mail-uri-scheme.
8265
8266 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8267
8268 * subr.el (define-error): New function.
8269 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8270 error-file-not-found and define with define-error.
8271 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8272 and define with define-error.
8273 * userlock.el (file-locked, file-supersession):
8274 * simple.el (mark-inactive):
8275 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8276 * progmodes/ada-mode.el (ada-mode-errors):
8277 * play/life.el (life-extinct):
8278 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8279 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8280 * nxml/rng-util.el (rng-error):
8281 * nxml/rng-uri.el (rng-uri-error):
8282 * nxml/rng-match.el (rng-compile-error):
8283 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8284 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8285 * nxml/nxml-rap.el (nxml-scan-error):
8286 * nxml/nxml-outln.el (nxml-outline-error):
8287 * net/soap-client.el (soap-error):
8288 * net/gnutls.el (gnutls-error):
8289 * net/ange-ftp.el (ftp-error):
8290 * mpc.el (mpc-proc-error):
8291 * json.el (json-error, json-readtable-error, json-unknown-keyword)
8292 (json-number-format, json-string-escape, json-string-format)
8293 (json-key-format, json-object-format):
8294 * jka-compr.el (compression-error):
8295 * international/quail.el (quail-error):
8296 * international/kkc.el (kkc-error):
8297 * emacs-lisp/ert.el (ert-test-failed):
8298 * calc/calc.el (calc-error, inexact-result, math-overflow)
8299 (math-underflow):
8300 * bookmark.el (bookmark-error-no-filename):
8301 * epg.el (epg-error): Define with define-error.
8302
8303 * time.el (display-time-event-handler)
8304 (display-time-next-load-average): Don't call sit-for since it seems
8305 unnecessary (bug#15045).
8306
8307 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8308 Use #' instead of ' to quote functions.
8309 (checkdoc-output-mode): Use setq-local.
8310 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8311 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8312 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8313 (checkdoc-ispell, checkdoc-ispell-current-buffer)
8314 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8315 (checkdoc-ispell-message-text, checkdoc-ispell-start)
8316 (checkdoc-ispell-continue, checkdoc-ispell-comments)
8317 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8318
8319 * ido.el (ido-completion-help): Fix up compiler warning.
8320
8321 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
8322
8323 * frameset.el (frameset-p): Add autoload cookie.
8324 (frameset--jump-to-register): New function, based on code moved from
8325 register.el.
8326 (frameset-to-register): Move from register.el. Adapt to `registerv'.
8327
8328 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8329 (frameset-restore, frameset-save, frameset-session-filter-alist):
8330 Remove declarations.
8331 (register-alist): Doc fix.
8332 (frameset-to-register): Move to frameset.el.
8333 (jump-to-register, describe-register-1): Remove frameset-specific code.
8334
8335 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8336
8337 * allout-widgets.el (allout-widgets-pre-command-business)
8338 (allout-widgets-post-command-business)
8339 (allout-widgets-after-change-handler)
8340 (allout-decorate-item-and-context, allout-set-boundary-marker)
8341 (allout-body-modification-handler)
8342 (allout-graphics-modification-handler): Mark ignored arguments.
8343 (allout-widgets-post-command-business)
8344 (allout-widgets-exposure-change-processor)
8345 (allout-widgets-exposure-undo-processor)
8346 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8347 (allout-parse-item-at-point, allout-decorate-item-guides)
8348 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8349 * allout.el (epa-passphrase-callback-function): Declare.
8350 (allout-overlay-insert-in-front-handler)
8351 (allout-overlay-interior-modification-handler)
8352 (allout-isearch-end-handler, allout-chart-siblings)
8353 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8354 (allout-yank-processing, allout-process-exposed)
8355 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
8356 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
8357 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8358 (lisp-indent-defform): Mark ignored arguments.
8359 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
8360 (calculate-lisp-indent): Remove unused variables.
8361 * international/characters.el (indian-2-column, arabic-2-column)
8362 (tibetan): Mark ignored arguments.
8363 (use-cjk-char-width-table): Mark ignored arguments.
8364 Remove unused variables.
8365 * international/fontset.el (build-default-fontset-data)
8366 (x-compose-font-name, create-fontset-from-fontset-spec):
8367 Mark ignored arguments.
8368 (fontset-plain-name): Remove unused variables.
8369 * international/mule.el (charset-id, charset-bytes, generic-char-p)
8370 (keyboard-coding-system): Mark ignored arguments.
8371 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
8372 * help.el (resize-temp-buffer-window):
8373 * window.el (display-buffer-in-major-side-window)
8374 (display-buffer-in-side-window, display-buffer-in-previous-window):
8375 Remove unused variables.
8376 * isearch.el (isearch-forward-symbol):
8377 * version.el (emacs-bzr-version-bzr):
8378 * international/mule-cmds.el (current-language-environment):
8379 * term/common-win.el (x-handle-iconic, x-handle-geometry)
8380 (x-handle-display):
8381 * term/pc-win.el (x-list-fonts, x-display-planes)
8382 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8383 (x-server-version, x-display-screens, x-display-mm-height)
8384 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8385 (x-selection-owner-p, x-own-selection-internal)
8386 (x-disown-selection-internal, x-get-selection-internal)
8387 (msdos-initialize-window-system):
8388 * term/tty-colors.el (tty-color-alist, tty-color-clear):
8389 * term/x-win.el (x-handle-no-bitmap-icon):
8390 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8391 (vc-default-find-file-hook, vc-default-extra-menu):
8392 Mark ignored arguments.
8393
8394 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8397 break-condition in the context of the debugged code (bug#12685).
8398
8399 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
8400
8401 * comint.el:
8402 Do not use an overlay to highlight the last prompt. (Bug#14744)
8403 (comint-mode): Make comint-last-prompt buffer local.
8404 (comint-last-prompt): New variable.
8405 (comint-last-prompt-overlay): Remove. Superseded by
8406 comint-last-prompt.
8407 (comint-snapshot-last-prompt, comint-output-filter):
8408 Use comint-last-prompt.
8409
8410 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8411
8412 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
8413 (frameset-save): Check validity of the resulting frameset.
8414
8415 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
8416
8417 * ido.el (ido-record-command): Add doc string.
8418
8419 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8420
8421 * frameset.el (frameset): Do not disable creation of the default
8422 frameset-p predicate. Doc fix.
8423 (frameset-valid-p): New function, copied from the old predicate-p.
8424 Add additional checks.
8425 (frameset-restore): Check with frameset-valid-p.
8426 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8427 (frameset-name, frameset-description, frameset-properties)
8428 (frameset-states): Add docstring.
8429 (frameset-session-filter-alist, frameset-persistent-filter-alist)
8430 (frameset-filter-alist): Doc fixes.
8431
8432 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8433
8434 * frameset.el (frameset-p, frameset-prop): Doc fixes.
8435
8436 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8439 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8440 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8441 (byte-compile-normal-call): Remove obsolescence check.
8442
8443 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
8444
8445 * frameset.el (frameset-restore): Doc fix.
8446
8447 * register.el (frameset-frame-id, frameset-frame-with-id)
8448 (frameset-p, frameset-restore, frameset-save): Declare.
8449 (register-alist): Document framesets.
8450 (frameset-session-filter-alist): Declare.
8451 (frameset-to-register): New function.
8452 (jump-to-register): Implement jumping to framesets. Doc fix.
8453 (describe-register-1): Describe framesets.
8454
8455 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8456
8457 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
8458
8459 * desktop.el (desktop-save-frameset): Use new frameset-save args.
8460 Use lexical-binding.
8461
8462 * frameset.el (frameset): Use type vector, not list (incompatible
8463 change). Do not declare a new constructor, use the default one.
8464 Upgrade suggested properties `app', `name' and `desc' to slots `app',
8465 `name' and `description', respectively, and add read-only slot
8466 `timestamp'. Doc fixes.
8467 (frameset-copy, frameset-persistent-filter-alist)
8468 (frameset-filter-alist, frameset-switch-to-gui-p)
8469 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8470 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8471 (frameset-filter-iconified, frameset-keep-original-display-p):
8472 Doc fixes.
8473 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8474 Rename from frameset-filter-(save|restore)-param. All callers changed.
8475 Doc fix.
8476 (frameset-p): Adapt to change to vector and be more thorough.
8477 Change arg name to OBJECT. Doc fix.
8478 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
8479 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8480 All callers changed.
8481 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8482 All callers changed.
8483 (frameset--record-minibuffer-relationships): Rename from
8484 frameset--process-minibuffer-frames. All callers changed.
8485 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8486 Use new default constructor (again). Doc fix.
8487 (frameset--find-frame-if): Rename from `frameset--find-frame'.
8488 All callers changed.
8489 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8490 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8491 Doc fix.
8492 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8493 PARAMETERS and WINDOW-STATE, respectively.
8494 (frameset-restore): Add new keyword argument PREDICATE.
8495 Reset frameset--target-display to nil. Doc fix.
8496
8497 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8500 (bat-mode): Use it.
8501 (bat-mode-syntax-table): Mark \n as end-of-comment.
8502 (bat-font-lock-keywords): Remove comment rule.
8503
8504 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
8505 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
8506
8507 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8508 (byte-compile-callargs-warn): Use `push'.
8509 (byte-compile-arglist-warn): Ignore higher-order "calls".
8510 (byte-compile-file-form-autoload): Use `pcase'.
8511 (byte-compile-function-form): If quoting a symbol, check that it exists.
8512
8513 2013-08-07 Eli Zaretskii <eliz@gnu.org>
8514
8515 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8516 and add a few popular commands found in batch files.
8517 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8518 (dos-mode): Doc fixes.
8519
8520 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8523 (dos-mode): Use setq-local. Add space after "rem".
8524 (dos-mode-syntax-table): Don't use "w" for symbol chars.
8525 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8526
8527 2013-08-07 Arni Magnusson <arnima@hafro.is>
8528
8529 * progmodes/dos.el: New file.
8530 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8531 dos-mode.
8532
8533 2013-08-06 Glenn Morris <rgm@gnu.org>
8534
8535 * calendar/calendar.el: Add new faces, and day-header-array.
8536 (calendar-weekday-header, calendar-weekend-header)
8537 (calendar-month-header): New faces.
8538 (calendar-day-header-construct): New function.
8539 (calendar-day-header-width): Also :set calendar-day-header-array.
8540 (calendar-american-month-header, calendar-european-month-header)
8541 (calendar-iso-month-header): Use calendar- faces.
8542 (calendar-generate-month):
8543 Use calendar-day-header-array for day headers; apply faces to them.
8544 (calendar-mode): Check calendar-font-lock-keywords non-nil.
8545 (calendar-abbrev-construct): Add optional maxlen argument.
8546 (calendar-day-name-array): Doc fix.
8547 (calendar-day-name-array, calendar-abbrev-length)
8548 (calendar-day-abbrev-array):
8549 Also :set calendar-day-header-array, and maybe redraw.
8550 (calendar-day-header-array): New option. (Bug#15007)
8551 (calendar-font-lock-keywords): Set to nil and make obsolete.
8552 (calendar-day-name): Add option to use header array.
8553
8554 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8555
8556 * net/shr.el (shr-render-td): Remove debugging.
8557 (shr-render-td): Make width computation consistent by defaulting
8558 all zero-width columns to 10 characters. This may not be optimal,
8559 but it's at least consistent.
8560 (shr-make-table-1): Redo last change to fix the real problem in
8561 colspan handling.
8562
8563 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8564
8565 * files.el (cache-long-line-scans):
8566 Make obsolete alias to `cache-long-scans'.
8567
8568 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8569
8570 * frameset.el (frameset, frameset-filter-alist)
8571 (frameset-filter-params, frameset-save, frameset--reuse-frame)
8572 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8573 (frameset-compute-pos): Rename from frameset--compute-pos,
8574 and add docstring.
8575 (frameset-move-onscreen): Use frameset-compute-pos.
8576 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8577
8578 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8579 Fix typos in docstrings.
8580
8581 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
8582
8583 * frame.el (get-other-frame): Tiny cleanup.
8584
8585 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
8586
8587 * vc/vc.el (vc-default-ignore-completion-table):
8588 Silence byte-compiler warning.
8589
8590 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
8591 slot, which can indeed be nil.
8592 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8593 Move entry for `left' from persistent to live filter alist.
8594 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
8595 Doc fixes.
8596 (frameset-filter-params): When restoring a frame, copy items added to
8597 `filtered', to avoid unwittingly modifying the original parameters.
8598 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
8599 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
8600
8601 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
8602 to use looking-at-p instead of looking-at. (Bug#15028)
8603
8604 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 Revert introduction of isearch-filter-predicates (bug#14714).
8607 Rely on add-function instead.
8608 * isearch.el (isearch-filter-predicates): Rename it back to
8609 isearch-filter-predicate.
8610 (isearch-message-prefix): Use advice-function-mapc and advice
8611 properties to get the isearch-message-prefix.
8612 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
8613 instead of run-hook-with-args-until-failure.
8614 (isearch-filter-visible): Not obsolete any more.
8615 * loadup.el: Preload nadvice.
8616 * replace.el (perform-replace): Revert to funcall
8617 instead of run-hook-with-args-until-failure.
8618 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
8619 * dired-aux.el (dired-isearch-filenames-mode): Rename from
8620 dired-isearch-filenames-toggle; make it into a proper minor mode.
8621 Use add/remove-function.
8622 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
8623 Call the minor-mode rather than add/remove-hook.
8624 (dired-isearch-filter-filenames):
8625 Remove isearch-message-prefix property.
8626 * info.el (Info--search-loop): New function, extracted from Info-search.
8627 Funcall isearch-filter-predicate instead of
8628 run-hook-with-args-until-failure isearch-filter-predicates.
8629 (Info-search): Use it.
8630 (Info-mode): Use isearch-filter-predicate instead of
8631 isearch-filter-predicates.
8632
8633 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8634
8635 Do not call to `selected-window' where it is assumed by default.
8636 Affected functions are `window-minibuffer-p', `window-dedicated-p',
8637 `window-hscroll', `window-width', `window-height', `window-buffer',
8638 `window-frame', `window-start', `window-point', `next-window'
8639 and `window-display-table'.
8640 * abbrev.el (abbrev--default-expand):
8641 * bs.el (bs--show-with-configuration):
8642 * buff-menu.el (Buffer-menu-mouse-select):
8643 * calc/calc.el (calc):
8644 * calendar/calendar.el (calendar-generate-window):
8645 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
8646 (diary-make-entry):
8647 * comint.el (send-invisible, comint-dynamic-complete-filename)
8648 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
8649 * completion.el (complete):
8650 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
8651 * disp-table.el (describe-current-display-table):
8652 * doc-view.el (doc-view-insert-image):
8653 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
8654 * ehelp.el (with-electric-help):
8655 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8656 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
8657 * emacs-lisp/helper.el (Helper-help-scroller):
8658 * emulation/cua-base.el (cua--post-command-handler-1):
8659 * eshell/esh-mode.el (eshell-output-filter):
8660 * ffap.el (ffap-gnus-wrapper):
8661 * help-macro.el (make-help-screen):
8662 * hilit-chg.el (highlight-compare-buffers):
8663 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
8664 * hl-line.el (global-hl-line-highlight):
8665 * icomplete.el (icomplete-simple-completing-p):
8666 * isearch.el (isearch-done):
8667 * jit-lock.el (jit-lock-stealth-fontify):
8668 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
8669 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8670 * mpc.el (mpc-tagbrowser, mpc):
8671 * net/rcirc.el (rcirc-any-buffer):
8672 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
8673 * play/landmark.el (landmark-max-width, landmark-max-height):
8674 * play/zone.el (zone):
8675 * progmodes/compile.el (compilation-goto-locus):
8676 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
8677 * progmodes/etags.el (find-tag-other-window):
8678 * progmodes/fortran.el (fortran-column-ruler):
8679 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
8680 * progmodes/verilog-mode.el (verilog-point-text):
8681 * reposition.el (reposition-window):
8682 * rot13.el (toggle-rot13-mode):
8683 * server.el (server-switch-buffer):
8684 * shell.el (shell-dynamic-complete-command)
8685 (shell-dynamic-complete-environment-variable):
8686 * simple.el (insert-buffer, set-selective-display)
8687 (delete-completion-window):
8688 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
8689 (speedbar-recenter):
8690 * startup.el (fancy-splash-head):
8691 * textmodes/ispell.el (ispell-command-loop):
8692 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
8693 * tutorial.el (help-with-tutorial):
8694 * vc/add-log.el (add-change-log-entry):
8695 * vc/compare-w.el (compare-windows):
8696 * vc/ediff-help.el (ediff-indent-help-message):
8697 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
8698 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
8699 (ediff-setup-control-frame):
8700 * vc/emerge.el (emerge-position-region):
8701 * vc/pcvs-util.el (cvs-bury-buffer):
8702 * window.el (walk-windows, mouse-autoselect-window-select):
8703 * winner.el (winner-set-conf, winner-undo): Related users changed.
8704
8705 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8706
8707 * frameset.el (frameset--set-id): Doc fix.
8708 (frameset-frame-id, frameset-frame-id-equal-p)
8709 (frameset-locate-frame-id): New functions.
8710 (frameset--process-minibuffer-frames, frameset--reuse-frame)
8711 (frameset-restore): Use them.
8712
8713 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
8714
8715 Do not call to `selected-frame' where it is assumed by default.
8716 Affected functions are `raise-frame', `redraw-frame',
8717 `frame-first-window', `frame-terminal' and `delete-frame'.
8718 * calendar/appt.el (appt-disp-window):
8719 * epg.el (epg-wait-for-completion):
8720 * follow.el (follow-delete-other-windows-and-split)
8721 (follow-avoid-tail-recenter):
8722 * international/mule.el (set-terminal-coding-system):
8723 * mail/rmail.el (rmail-mail-return):
8724 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
8725 * progmodes/f90.el (f90-add-imenu-menu):
8726 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
8727 * server.el (server-switch-buffer):
8728 * simple.el (delete-completion-window):
8729 * talk.el (talk):
8730 * term/xterm.el (terminal-init-xterm-modify-other-keys)
8731 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
8732 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
8733 * vc/ediff.el (ediff-documentation): Related users changed.
8734 * frame.el (selected-terminal): Remove the leftover.
8735
8736 2013-08-05 Glenn Morris <rgm@gnu.org>
8737
8738 * calendar/calendar.el (calendar-generate-month):
8739 Fix for calendar-column-width != 1 + calendar-day-digit-width.
8740 (calendar-generate-month, calendar-font-lock-keywords):
8741 Fix for calendar-day-header-width > length of any day name.
8742
8743 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
8744
8745 * desktop.el (desktop-clear): Use new name of sort predicate.
8746
8747 * frameset.el (frameset): Add docstring. Move :version property to its
8748 own `version' slot.
8749 (frameset-copy): Rename from copy-frameset.
8750 (frameset-p): Check more thoroughly.
8751 (frameset-prop): Do not check for :version, which is no longer a prop.
8752 (frameset-live-filter-alist, frameset-persistent-filter-alist):
8753 Use new :never value instead of t.
8754 (frameset-filter-alist): Expand and clarify docstring.
8755 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
8756 (frameset-filter-minibuffer, frameset-filter-save-param)
8757 (frameset-filter-restore-param, frameset-filter-iconified):
8758 Add pointer to docstring of frameset-filter-alist.
8759 (frameset-filter-params): Rename filter values to be more meaningful:
8760 :never instead of t, and reverse the meanings of :save and :restore.
8761 (frameset--process-minibuffer-frames): Clarify error message.
8762 (frameset-save): Avoid unnecessary and confusing call to framep.
8763 Use new BOA constructor for framesets.
8764 (frameset--reuse-list): Doc fix.
8765 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
8766 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
8767 (frameset-minibufferless-first-p): Doc fix.
8768 Rename from frameset-sort-frames-for-deletion.
8769 (frameset-restore): Doc fixes. Use new function names.
8770 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8771
8772 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8773
8774 * desktop.el (desktop-restore-forces-onscreen)
8775 (desktop-restore-reuses-frames): Document :keyword constant values.
8776 (desktop-filter-parameters-alist): Remove, now identical to
8777 frameset-filter-alist.
8778 (desktop--filter-tty*): Remove, moved to frameset.el.
8779 (desktop-save-frameset, desktop-restore-frameset):
8780 Do not pass :filters argument.
8781
8782 * frameset.el (frameset-live-filter-alist)
8783 (frameset-persistent-filter-alist): New variables.
8784 (frameset-filter-alist): Use them. Add autoload cookie.
8785 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
8786 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
8787 `frameset--id' (it's supposed to be internal to frameset.el).
8788 (frameset--process-minibuffer-frames): Ditto. Doc fix.
8789 (frameset--initial-params): New function.
8790 (frameset--get-frame): Use it. Doc fix.
8791 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8792 Accept :all, not 'all.
8793 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8794 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
8795 with fbound symbols. Fix frame id matching, and remove matching ids if
8796 the frame being restored is deleted. Obey :delete.
8797
8798 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * subr.el (macrop): New function.
8801 (text-clone--maintaining): New var.
8802 (text-clone--maintain): Rename from text-clone-maintain. Use it
8803 instead of inhibit-modification-hooks.
8804
8805 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8806 a proxy, so as handle autoloads and redefinitions of the target.
8807 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8808
8809 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8810 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
8811 (pcase--mutually-exclusive-p): New function.
8812 (pcase--split-consp): Use it.
8813 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
8814 mutually exclusive with the current predicate.
8815
8816 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8817 (edebug-macrop): Remove. Use `macrop' instead.
8818 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
8819 (ad-macro-p):
8820 * eshell/esh-cmd.el (eshell-macrop):
8821 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
8822
8823 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
8824
8825 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8826 (advice-mapc): New function, using it.
8827 (advice-function-member-p): New function.
8828 (advice--normalize): Store the cdr in advice--saved-rewrite since
8829 that's the part that will be changed.
8830 (advice--symbol-function): New function.
8831 (advice-remove): Handle removal before the function is defined.
8832 Adjust to new advice--saved-rewrite.
8833 (advice-member-p): Use advice-function-member-p and
8834 advice--symbol-function.
8835
8836 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
8837
8838 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8839 (frameset-filter-minibuffer): Doc fix.
8840 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
8841 (frameset--set-id, frameset--process-minibuffer-frames)
8842 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8843 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8844
8845 * desktop.el (desktop-clear): Only delete frames when called
8846 interactively and desktop-restore-frames is non-nil. Doc fix.
8847 (desktop-read): Set desktop-saved-frameset to nil.
8848
8849 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
8850
8851 * vc/vc.el (vc-ignore): Rewrite.
8852 (vc-default-ignore-completion-table, vc--read-lines)
8853 (vc--add-line, vc--remove-regexp): New functions.
8854
8855 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8856 (vc-svn-ignore-completion-table): New function.
8857
8858 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8859 (vc-hg-ignore-completion-table)
8860 (vc-hg-find-ignore-file): New functions.
8861
8862 * vc/vc-git.el (vc-git-ignore): Rewrite.
8863 (vc-git-ignore-completion-table)
8864 (vc-git-find-ignore-file): New functions.
8865
8866 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8867
8868 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8869 (vc-bzr-ignore-completion-table)
8870 (vc-bzr-find-ignore-file): New functions.
8871
8872 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
8873
8874 * frameset.el (frameset-prop): New function and setter.
8875 (frameset-save): Do not modify frame list passed by the caller.
8876
8877 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8880
8881 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8882
8883 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8884 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8885
8886 * custom.el (custom-initialize-default, custom-initialize-set)
8887 (custom-initialize-reset, custom-initialize-changed): Affect the
8888 toplevel-default-value (bug#6275, bug#14586).
8889 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8890 for bug#6275.
8891
8892 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8893
8894 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8895 Add cl-def* expressions.
8896
8897 * frameset.el (frameset-filter-params): Fix order of arguments.
8898
8899 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
8900
8901 Move code related to saving frames to frameset.el.
8902 * desktop.el: Require frameset.
8903 (desktop-restore-frames): Doc fix.
8904 (desktop-restore-reuses-frames): Rename from
8905 desktop-restoring-reuses-frames.
8906 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8907 (desktop-clear): Clear frames too.
8908 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8909 (desktop--filter-tty*, desktop-save, desktop-read):
8910 Use frameset functions.
8911 (desktop-before-saving-frames-functions, desktop--filter-*-color)
8912 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8913 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8914 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8915 (desktop--process-minibuffer-frames, desktop-save-frames)
8916 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8917 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8918 (desktop--sort-states, desktop-restoring-frames-p)
8919 (desktop-restore-frames): Remove. Most code moved to frameset.el.
8920 (desktop-restoring-frameset-p, desktop-restore-frameset)
8921 (desktop--check-dont-save, desktop-save-frameset): New functions.
8922 (desktop--app-id): New constant.
8923 (desktop-first-buffer, desktop-buffer-ok-count)
8924 (desktop-buffer-fail-count): Move before first use.
8925 * frameset.el: New file.
8926
8927 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8928
8929 * files.el: Use lexical-binding.
8930 (dir-locals-read-from-file): Remove unused `err' variable.
8931 (hack-dir-local-variables--warned-coding): New var.
8932 (hack-dir-local-variables): Use it to avoid repeated warnings.
8933 (make-backup-file-name--default-function): New function.
8934 (make-backup-file-name-function): Use it as default.
8935 (buffer-stale--default-function): New function.
8936 (buffer-stale-function): Use it as default.
8937 (revert-buffer-insert-file-contents--default-function): New function.
8938 (revert-buffer-insert-file-contents-function): Use it as default.
8939 (insert-directory): Avoid add-to-list.
8940
8941 * autorevert.el (auto-revert-handler): Simplify.
8942 Use buffer-stale--default-function.
8943
8944 2013-08-01 Tassilo Horn <tsdh@gnu.org>
8945
8946 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8947
8948 * whitespace.el (whitespace-ensure-local-variables): New function.
8949 (whitespace-cleanup-region): Call it.
8950 (whitespace-turn-on): Call it.
8951
8952 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
8953
8954 Complete file name handlers.
8955
8956 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8957 (tramp-handle-verify-visited-file-modtime)
8958 (tramp-handle-file-notify-rm-watch): New functions.
8959 (tramp-call-process): Do not bind `default-directory'.
8960
8961 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8962 Order alphabetically.
8963 <access-file, add-name-to-file, dired-call-process>:
8964 <dired-compress-file, file-acl, file-notify-rm-watch>:
8965 <file-ownership-preserved-p, file-selinux-context>:
8966 <make-directory-internal, make-symbolic-link, set-file-acl>:
8967 <set-file-selinux-context, set-visited-file-modtime>:
8968 <verify-visited-file-modtime>: Add handler.
8969 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8970
8971 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8972 <file-notify-add-watch, file-notify-rm-watch>:
8973 <set-file-times, set-visited-file-modtime>:
8974 <verify-visited-file-modtime>: Add handler.
8975 (with-tramp-gvfs-error-message)
8976 (tramp-gvfs-handle-set-visited-file-modtime)
8977 (tramp-gvfs-fuse-file-name): Remove.
8978 (tramp-gvfs-handle-file-notify-add-watch)
8979 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8980 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8981
8982 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8983 Order alphabetically.
8984 <file-notify-rm-watch>: Use default Tramp handler.
8985 <executable-find>: Remove private handler.
8986 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8987 `default-directory'.
8988 (tramp-sh-handle-executable-find)
8989 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8990 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8991 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8992 Do not use `format' in `tramp-message'.
8993
8994 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8995 <file-notify-rm-watch, set-visited-file-modtime>:
8996 <verify-visited-file-modtime>: Add handler.
8997 (tramp-smb-call-winexe): Do not bind `default-directory'.
8998
8999 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
9000
9001 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9002
9003 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
9004
9005 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9006 use it.
9007 (log-view-diff-changeset): Same.
9008 (log-view-diff-common): Call backend command `previous-revision'
9009 to find out the previous revision, in both cases. Swap the
9010 variables `to' and `fr', so that `fr' usually refers to the
9011 earlier revision (Bug#14989).
9012
9013 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
9014
9015 * ibuf-ext.el (ibuffer-filter-by-filename):
9016 Make it work with dired buffers too.
9017
9018 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
9019
9020 * emacs-lisp/re-builder.el (reb-color-display-p):
9021 * files.el (save-buffers-kill-terminal):
9022 * net/browse-url.el (browse-url):
9023 * server.el (server-save-buffers-kill-terminal):
9024 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9025 Prefer nil to selected-frame for the first arg of frame-parameter.
9026
9027 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
9028
9029 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9030
9031 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
9032
9033 * minibuffer.el (completion--twq-all): Try and preserve each
9034 completion's case choice (bug#14907).
9035
9036 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9037
9038 * net/network-stream.el (open-network-stream): Mention the new
9039 :nogreeting parameter.
9040 (network-stream-open-starttls): Use the :nogreeting parameter
9041 (bug#14938).
9042
9043 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9044
9045 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9046 more natural than popping.
9047
9048 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9049 (shr-urlify): Highlight under mouse.
9050
9051 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9052
9053 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9054
9055 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9056
9057 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
9058 buffer for output.
9059
9060 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
9061 point-min==1. Fix search string. Fix parentheses missing.
9062
9063 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
9064 assume point-min==1. Fix search string. Fix parentheses missing.
9065
9066 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9067
9068 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
9069 buffer for output.
9070
9071 2013-07-29 Eli Zaretskii <eliz@gnu.org>
9072
9073 * frame.el (frame-notice-user-settings): Avoid inflooping when the
9074 initial frame is minibuffer-less. (Bug#14841)
9075
9076 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
9077
9078 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9079 option.
9080
9081 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9082 (tramp-maybe-open-connection): Use it.
9083
9084 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9085
9086 * desktop.el (desktop--make-frame): Include `minibuffer' in the
9087 minimal set of parameters passed when creating a frame, because
9088 the minibuffer status of a frame cannot be changed later.
9089
9090 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
9091
9092 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9093 replace-regexp-in-string and inadvertent omissions in previous change.
9094 (todo-filter-items): Ensure only file names are comma-separated in
9095 name of filtered items buffer.
9096
9097 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9098
9099 * desktop.el: Optionally force offscreen frames back onscreen.
9100 (desktop-restoring-reuses-frames): New option.
9101 (desktop--compute-pos, desktop--move-onscreen): New functions.
9102 (desktop--make-frame): Use desktop--move-onscreen.
9103
9104 2013-07-27 Alan Mackenzie <acm@muc.de>
9105
9106 Fontify a Java generic method as a function.
9107 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9108 value to t.
9109
9110 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
9111
9112 * calendar/todo-mode.el: Add command to rename todo files.
9113 (todo-rename-file): New command.
9114 (todo-key-bindings-t): Add key binding for it. Change the
9115 bindings of todo-filter-regexp-items(-multifile) to use `x'
9116 instead of `r', since the latter is better suited to the new
9117 renaming command.
9118
9119 2013-07-27 Alan Mackenzie <acm@muc.de>
9120
9121 Make Java try-with-resources statement parse properly.
9122 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9123 (c-block-stmt-1-2-key): New language constants/variables.
9124 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9125 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9126 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9127 with c-block-stmt-1-2-key.
9128
9129 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
9130
9131 * desktop.el (desktop--make-frame): Apply most frame parameters after
9132 creating the frame to force (partially or totally) offscreen frames to
9133 be restored as such.
9134
9135 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
9136
9137 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9138 (Bug#14948)
9139
9140 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9143 `base' arg of backtrace-frame.
9144
9145 2013-07-26 Eli Zaretskii <eliz@gnu.org>
9146
9147 * simple.el (list-processes): Doc fix.
9148
9149 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9150
9151 * desktop.el (desktop--select-frame):
9152 Try harder to reuse existing frames.
9153
9154 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9155
9156 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9157 (edebug-eval): Use backtrace-eval.
9158 (edebug--display, edebug--recursive-edit): Don't let-bind the
9159 edebug-outer-* vars that keep track of variables we locally let-bind.
9160 (edebug-outside-excursion): Don't restore outside values of locally
9161 let-bound vars.
9162 (edebug--display): Use user-error.
9163 (cl-lexical-debug, cl-debug-env): Remove.
9164
9165 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9166
9167 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9168 are restored to be sure that they are visible before deleting any
9169 remaining ones.
9170
9171 2013-07-26 Matthias Meulien <orontee@gmail.com>
9172
9173 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9174 vc-print-root-log. (Bug#14948)
9175
9176 2013-07-26 Richard Stallman <rms@gnu.org>
9177
9178 Add aliases for encrypting mail.
9179 * epa.el (epa-mail-aliases): New option.
9180 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9181 Bind inhibit-read-only so read-only text doesn't ruin everything.
9182 (epa-mail-default-recipients): New subroutine broken out.
9183 Handle epa-mail-aliases.
9184
9185 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 Add support for lexical variables to the debugger's `e' command.
9188 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9189 vars, except for debugger-outer-match-data.
9190 (debugger-frame-number): Move check for "on a function call" from
9191 callers into it. Add `skip-base' argument.
9192 (debugger-frame, debugger-frame-clear): Simplify accordingly.
9193 (debugger-env-macro): Only reset the state stored in non-variables,
9194 i.e. current-buffer and match-data.
9195 (debugger-eval-expression): Rewrite using backtrace-eval.
9196 * subr.el (internal--called-interactively-p--get-frame): Remove.
9197 (called-interactively-p):
9198 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9199 `base' arg of backtrace-frame instead.
9200
9201 2013-07-26 Glenn Morris <rgm@gnu.org>
9202
9203 * align.el (align-regexp): Doc fix. (Bug#14857)
9204 (align-region): Explicit error if subexpression missing/does not match.
9205
9206 * simple.el (global-visual-line-mode):
9207 Do not duplicate the mode lighter. (Bug#14858)
9208
9209 2013-07-25 Martin Rudalics <rudalics@gmx.at>
9210
9211 * window.el (display-buffer): In display-buffer bind
9212 split-window-keep-point to t, bug#14829.
9213
9214 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9215
9216 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9217 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9218 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9219 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9220 Change accordingly.
9221 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9222 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9223
9224 2013-07-25 Glenn Morris <rgm@gnu.org>
9225
9226 * dired-x.el (dired-mark-extension): Convert comment to doc string.
9227
9228 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9229
9230 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9231 parameter to modify-frame-parameters if the value has not changed;
9232 this is a workaround for bug#14949.
9233 (desktop--make-frame): On cl-delete-if call, check parameter name,
9234 not full parameter.
9235
9236 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9237
9238 * vc/vc.el (vc-ignore): New function.
9239
9240 * vc/vc-svn.el (vc-svn-ignore): New function.
9241
9242 * vc/vc-hg.el (vc-hg-ignore): New function.
9243
9244 * vc/vc-git.el (vc-git-ignore): New function.
9245
9246 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9247 (vc-dir-ignore): New function.
9248
9249 * vc/vc-cvs.el (vc-cvs-ignore): New function.
9250 (cvs-append-to-ignore): Move here from pcvs.el.
9251
9252 * vc/vc-bzr.el (vc-bzr-ignore): New function.
9253
9254 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9255
9256 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
9257
9258 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9259 (desktop-restore-frames): Warn when deleting an existing frame failed.
9260
9261 2013-07-24 Glenn Morris <rgm@gnu.org>
9262
9263 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
9264
9265 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
9266
9267 * filenotify.el (file-notify-supported-p):
9268 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9269 Remove functions.
9270
9271 * autorevert.el (auto-revert-use-notify)
9272 (auto-revert-notify-add-watch):
9273 * net/tramp.el (tramp-file-name-for-operation):
9274 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9275 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9276 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9277 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9278 Remove `file-notify-supported-p' entry.
9279
9280 2013-07-24 Glenn Morris <rgm@gnu.org>
9281
9282 * printing.el: Replace all uses of deleted ps-windows-system,
9283 ps-lp-system, ps-flatten-list with lpr- versions.
9284
9285 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9288 checked with memq (bug#14935).
9289
9290 * files.el (revert-buffer-function): Use a non-nil default.
9291 (revert-buffer-preserve-modes): Declare var to
9292 provide access to the `preserve-modes' argument.
9293 (revert-buffer): Let-bind it.
9294 (revert-buffer--default): New function, extracted from revert-buffer.
9295
9296 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * lpr.el: Signal print errors more prominently.
9299 (print-region-function): Don't default to nil.
9300 (lpr-print-region): New function, extracted from print-region-1.
9301 Check lpr's return value and signal an error in case of problem.
9302 (print-region-1): Use it.
9303 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
9304 versions instead.
9305 (ps-printer-name): Default to nil.
9306 (ps-printer-name-option): Default to lpr-printer-switch.
9307 (ps-print-region-function): Don't default to nil.
9308 (ps-postscript-code-directory): Simplify default.
9309 (ps-do-despool): Use lpr-print-region to properly check the outcome.
9310 (ps-string-list, ps-eval-switch, ps-flatten-list)
9311 (ps-flatten-list-1): Remove.
9312 (ps-multibyte-buffer): Avoid setq.
9313 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9314 (print-region-function, ps-print-region-function): Don't set them here.
9315
9316 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
9317
9318 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9319 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9320 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9321 (ido-decorations): Doc fix.
9322
9323 * ansi-color.el: Fix old URL.
9324
9325 2013-07-23 Michael R. Mauger <michael@mauger.com>
9326
9327 * progmodes/sql.el: Version 3.3
9328 (sql-product-alist): Improve oracle :prompt-cont-regexp.
9329 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9330 (sql-interactive-remove-continuation-prompt): Rewrite, use
9331 functions above. Fix continuation prompt and complete output line
9332 handling.
9333 (sql-redirect-one, sql-execute): Use `read-only-mode' on
9334 redirected output buffer.
9335 (sql-mode): Restore deleted code (Bug#13591).
9336
9337 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9338
9339 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9340
9341 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
9342
9343 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9344
9345 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9346 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9347 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9348
9349 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
9350
9351 * desktop.el (desktop-clear): Simplify; remove useless checks
9352 against invalid buffer names.
9353 (desktop-list*): Use cl-list*.
9354 (desktop-buffer-info, desktop-create-buffer): Simplify.
9355
9356 2013-07-23 Leo Liu <sdl.web@gmail.com>
9357
9358 * bookmark.el (bookmark-make-record): Restore NAME as a default
9359 value. (Bug#14933)
9360
9361 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * emacs-lisp/autoload.el (autoload--setup-output): New function,
9364 extracted from autoload--insert-text.
9365 (autoload--insert-text): Remove.
9366 (autoload--print-cookie-text): New function, extracted from
9367 autoload--insert-cookie-text.
9368 (autoload--insert-cookie-text): Remove.
9369 (autoload-generate-file-autoloads): Adjust calls accordingly.
9370
9371 * winner.el (winner-hook-installed-p): Remove.
9372 (winner-mode): Simplify accordingly.
9373
9374 * subr.el (add-to-list): Fix compiler-macro when `append' is
9375 not constant. Don't use `cl-member' for the base case.
9376
9377 * progmodes/subword.el: Fix boundary case (bug#13758).
9378 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
9379 own group.
9380 (subword-backward-regexp): Make it a constant.
9381 (subword-forward-internal): Don't treat a trailing capital as the
9382 beginning of a word.
9383
9384 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
9385
9386 * emacs-lisp/package.el (package-menu-mode): Don't modify the
9387 global value of tabulated-list-revert-hook (bug#14930).
9388
9389 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
9390
9391 * desktop.el: Require 'cl-lib.
9392 (desktop-before-saving-frames-functions): New hook.
9393 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9394 for frames being saved. Rename from desktop--save-minibuffer-frames.
9395 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9396 Do not save frames with non-nil `desktop-dont-save' parameter.
9397 Filter out deleted frames.
9398 (desktop--find-frame): Use cl-find-if.
9399 (desktop--select-frame): Use cl-(first|second|third) to access values
9400 of desktop-mini.
9401 (desktop--make-frame): Use cl-delete-if.
9402 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9403 (desktop-restore-frames): Use cl-(first|second|third) to access values
9404 of desktop-mini. Look for visible frame at the end, not while
9405 restoring frames.
9406
9407 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9408 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9409 Use string-match-p, looking-at-p (bug#14927).
9410
9411 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
9412
9413 * desktop.el (desktop-saved-frame-states):
9414 Rename from desktop--saved-states; all users changed.
9415 (desktop-save-frames): Rename from desktop--save-frames.
9416 Do not save state to desktop file.
9417 (desktop-save): Save desktop-saved-frame-states to desktop file
9418 and reset to nil.
9419 (desktop-restoring-frames-p): New function.
9420 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
9421 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
9422 buffer-lists when restoring frames. Suggested by Martin Rudalics.
9423
9424 * desktop.el: Correctly restore iconified frames.
9425 (desktop--filter-iconified-position): New function.
9426 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9427
9428 2013-07-20 Glenn Morris <rgm@gnu.org>
9429
9430 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9431 Let `message' do the formatting.
9432 (def-gdb-preempt-display-buffer): Add explicit format.
9433
9434 * image-dired.el (image-dired-track-original-file):
9435 Use with-current-buffer.
9436 (image-dired-track-thumbnail): Use with-current-buffer.
9437 Avoid changing point of wrong window.
9438
9439 * image-dired.el (image-dired-track-original-file):
9440 Avoid changing point of wrong window. (Bug#14909)
9441
9442 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
9443
9444 * progmodes/gdb-mi.el (gdb-done-or-error):
9445 Guard against "%" in gdb output. (Bug#14127)
9446
9447 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
9448
9449 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9450 (Bug#14826)
9451
9452 * international/mule.el (coding-system-iso-2022-flags): Fix last
9453 change.
9454
9455 2013-07-20 Kenichi Handa <handa@gnu.org>
9456
9457 * international/mule.el (coding-system-iso-2022-flags):
9458 Add `8-bit-level-4'. (Bug#8522)
9459
9460 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9461
9462 * net/shr.el (shr-mouse-browse-url): New command and keystroke
9463 (bug#14815).
9464
9465 * net/eww.el (eww-process-text-input): Allow inputting when the
9466 point is at the start of the line, as the properties aren't
9467 front-sticky.
9468
9469 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9470 degenerate widths.
9471
9472 2013-07-19 Richard Stallman <rms@gnu.org>
9473
9474 * epa.el (epa-popup-info-window): Doc fix.
9475
9476 * subr.el (split-string): New arg TRIM.
9477
9478 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
9479
9480 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9481 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9482
9483 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
9484
9485 * filenotify.el (file-notify--library): Rename from
9486 `file-notify-support'. Do not autoload. Adapt all uses.
9487 (file-notify-supported-p): New defun.
9488
9489 * autorevert.el (auto-revert-use-notify):
9490 Use `file-notify-supported-p' instead of `file-notify-support'.
9491 Adapt docstring.
9492 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9493
9494 * net/tramp.el (tramp-file-name-for-operation):
9495 Add `file-notify-supported-p'.
9496
9497 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9498 New defun.
9499 (tramp-sh-file-name-handler-alist): Add it as handler for
9500 `file-notify-supported-p '.
9501
9502 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9503 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9504 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9505 Add `ignore' as handler for `file-notify-*' functions.
9506
9507 2013-07-17 Eli Zaretskii <eliz@gnu.org>
9508
9509 * simple.el (line-move-partial, line-move): Don't start vscroll or
9510 scroll-up if the current line is not taller than the window.
9511 (Bug#14881)
9512
9513 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
9514
9515 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9516 highlight question marks in the method names as strings.
9517 (ruby-block-beg-keywords): Inline.
9518 (ruby-font-lock-keyword-beg-re): Extract from
9519 `ruby-font-lock-keywords'.
9520
9521 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
9522
9523 * frame.el (blink-cursor-blinks): New defcustom.
9524 (blink-cursor-blinks-done): New defvar.
9525 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9526 (blink-cursor-timer-function): Check if number of blinks has been
9527 done on X and NS.
9528 (blink-cursor-suspend, blink-cursor-check): New defuns.
9529
9530 2013-07-15 Glenn Morris <rgm@gnu.org>
9531
9532 * edmacro.el (edmacro-format-keys): Fix previous change.
9533
9534 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
9535
9536 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9537 The hack didn't work outside English locales anyway.
9538
9539 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
9540
9541 * simple.el (define-alternatives): Rename from alternatives-define,
9542 per RMS' suggestion.
9543
9544 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
9545
9546 * desktop.el (desktop-restore-frames): Change default to t.
9547 (desktop-restore-in-current-display): Now offer more options.
9548 (desktop-restoring-reuses-frames): New customization option.
9549 (desktop--saved-states): Doc fix.
9550 (desktop-filter-parameters-alist): New variable, renamed and expanded
9551 from desktop--excluded-frame-parameters.
9552 (desktop--target-display): New variable.
9553 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9554 (desktop--filter-tty*, desktop--filter-*-color)
9555 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9556 (desktop--filter-save-desktop-parm)
9557 (desktop-restore-in-original-display-p): New functions.
9558 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9559 (desktop--save-minibuffer-frames): New function, inspired by a similar
9560 function from Martin Rudalics.
9561 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9562 (desktop--restore-in-this-display-p): Remove.
9563 (desktop--find-frame): Rename from desktop--find-frame-in-display
9564 and add predicate argument.
9565 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9566 (desktop--reuse-list): New variable.
9567 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9568 New functions.
9569 (desktop--restore-frames): Add support for "minibuffer-special" frames.
9570
9571 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
9572
9573 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9574
9575 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
9576
9577 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9578 Highlight conversion methods on Kernel.
9579
9580 2013-07-13 Alan Mackenzie <acm@muc.de>
9581
9582 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
9583 and comment it out. This out-commenting enables certain C++
9584 declarations to be parsed correctly.
9585
9586 2013-07-13 Eli Zaretskii <eliz@gnu.org>
9587
9588 * international/mule.el (define-coding-system): Doc fix.
9589
9590 * simple.el (default-font-height): Don't call font-info if the
9591 frame's default font didn't change since the frame was created.
9592 (Bug#14838)
9593
9594 2013-07-13 Leo Liu <sdl.web@gmail.com>
9595
9596 * ido.el (ido-read-file-name): Guard against non-symbol value.
9597
9598 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9599
9600 * progmodes/python.el (python-imenu--build-tree): Fix corner case
9601 in nested defuns.
9602
9603 2013-07-13 Leo Liu <sdl.web@gmail.com>
9604
9605 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
9606 ido-set-matches call. (Bug#6852)
9607
9608 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
9609
9610 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
9611 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
9612 Ruby 2.0.
9613 (ruby-font-lock-keywords): Distinguish calls to functions with
9614 module-like names from module references. Highlight character
9615 literals.
9616
9617 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
9618
9619 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
9620 (gdb-send): Handle continued commands. (Bug#14847)
9621
9622 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9623
9624 * desktop.el (desktop--v2s): Remove unused local variable.
9625 (desktop-save-buffer): Make defvar-local; adjust docstring.
9626 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
9627 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
9628
9629 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
9630
9631 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
9632
9633 2013-07-12 Eli Zaretskii <eliz@gnu.org>
9634
9635 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
9636 (Bug#14842)
9637
9638 2013-07-12 Glenn Morris <rgm@gnu.org>
9639
9640 * doc-view.el: Require cl-lib at runtime too.
9641 (doc-view-remove-if): Remove.
9642 (doc-view-search-next-match, doc-view-search-previous-match):
9643 Use cl-remove-if.
9644
9645 * edmacro.el: Require cl-lib at runtime too.
9646 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
9647 (edmacro-mismatch, edmacro-subseq): Remove.
9648
9649 * shadowfile.el: Require cl-lib.
9650 (shadow-remove-if): Remove.
9651 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
9652 Use cl-remove-if.
9653
9654 * wid-edit.el: Require cl-lib.
9655 (widget-choose): Use cl-remove-if.
9656 (widget-remove-if): Remove.
9657
9658 * progmodes/ebrowse.el: Require cl-lib at runtime too.
9659 (ebrowse-delete-if-not): Remove.
9660 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
9661 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
9662 Use cl-delete-if-not.
9663
9664 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
9665
9666 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
9667 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
9668
9669 2013-07-12 Leo Liu <sdl.web@gmail.com>
9670
9671 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
9672
9673 2013-07-11 Glenn Morris <rgm@gnu.org>
9674
9675 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
9676 (edebug-gensym-index, edebug-gensym):
9677 Remove reimplementation of cl-gensym.
9678 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
9679
9680 * thumbs.el: Require cl-lib at run-time too.
9681 (thumbs-gensym-counter, thumbs-gensym):
9682 Remove reimplementation of cl-gensym.
9683 (thumbs-temp-file): Use cl-gensym.
9684
9685 * emacs-lisp/ert.el: Require cl-lib at runtime too.
9686 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
9687 (ert--intersection, ert--set-difference, ert--set-difference-eq)
9688 (ert--union, ert--gensym-counter, ert--gensym-counter)
9689 (ert--coerce-to-vector, ert--remove*, ert--string-position)
9690 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9691 (ert-make-test-unbound, ert--expand-should-1)
9692 (ert--expand-should, ert--should-error-handle-error)
9693 (should-error, ert--explain-equal-rec)
9694 (ert--plist-difference-explanation, ert-select-tests)
9695 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
9696 Use cl-lib functions rather than reimplementations.
9697
9698 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
9699
9700 * net/tramp.el (tramp-methods): Extend docstring.
9701 (tramp-connection-timeout): New defcustom.
9702 (tramp-error-with-buffer): Reset timestamp only when appropriate.
9703 (with-tramp-progress-reporter): Simplify.
9704 (tramp-process-actions): Improve messages.
9705
9706 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9707 * net/tramp-sh.el (tramp-maybe-open-connection):
9708 Use `tramp-connection-timeout'.
9709 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
9710 (Bug#14808)
9711
9712 2013-07-11 Leo Liu <sdl.web@gmail.com>
9713
9714 * ido.el (ido-read-file-name): Conform to the requirements of
9715 read-file-name. (Bug#11861)
9716 (ido-read-directory-name): Conform to the requirements of
9717 read-directory-name.
9718
9719 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
9720
9721 * subr.el (delay-warning): New function.
9722
9723 2013-07-10 Eli Zaretskii <eliz@gnu.org>
9724
9725 * simple.el (default-line-height): New function.
9726 (line-move-partial, line-move): Use it instead of computing the
9727 line height inline.
9728 (line-move-partial): Always compute ROWH. If the last line is
9729 partially-visible, but its text is completely visible, allow
9730 cursor to enter such a partially-visible line.
9731
9732 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
9733
9734 Improve error messages. (Bug#14808)
9735
9736 * net/tramp.el (tramp-current-connection): New defvar, moved from
9737 tramp-sh.el.
9738 (tramp-message-show-progress-reporter-message): Remove, not
9739 needed anymore.
9740 (tramp-error-with-buffer): Show message in minibuffer.
9741 Discard input before waiting. Reset connection timestamp.
9742 (with-tramp-progress-reporter): Improve messages.
9743 (tramp-process-actions): Use progress reporter. Delete process in
9744 case of error. Improve messages.
9745
9746 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
9747 Call `tramp-error-with-buffer' with vector and buffer.
9748 (tramp-current-connection): Remove.
9749 (tramp-maybe-open-connection): The car of
9750 `tramp-current-connection' are the first 3 slots of the vector.
9751
9752 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
9753
9754 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
9755 inside continued strings.
9756
9757 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
9758
9759 Timestamp fixes for undo (Bug#14824).
9760 * files.el (clear-visited-file-modtime): Move here from fileio.c.
9761
9762 2013-07-10 Leo Liu <sdl.web@gmail.com>
9763
9764 * files.el (require-final-newline): Allow safe local value.
9765 (Bug#14834)
9766
9767 2013-07-09 Leo Liu <sdl.web@gmail.com>
9768
9769 * ido.el (ido-read-directory-name): Handle fallback.
9770 (ido-read-file-name): Update DIR to ido-current-directory.
9771 (Bug#1516)
9772 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
9773
9774 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
9775
9776 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
9777 "autoload". Remove "warn lower camel case" section, previously
9778 commented out. Highlight negation char. Do not highlight the
9779 target in singleton method definitions.
9780
9781 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * faces.el (tty-setup-hook): Declare the hook.
9784
9785 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
9786 and detect when a guard/pred depends on local vars (bug#14773).
9787 (pcase--u1): Adjust caller.
9788
9789 2013-07-08 Eli Zaretskii <eliz@gnu.org>
9790
9791 * simple.el (line-move-partial, line-move): Account for
9792 line-spacing.
9793 (line-move-partial): Avoid setting vscroll when the last
9794 partially-visible line in window is of default height.
9795
9796 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9797
9798 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9799 been used a while.
9800
9801 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
9802
9803 * subr.el (read-quoted-char): Remove unused local variable `char'.
9804
9805 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
9806
9807 * ediff.el (ediff-version): Version update.
9808 (ediff-files-command, ediff3-files-command, ediff-merge-command)
9809 (ediff-merge-with-ancestor-command, ediff-directories-command)
9810 (ediff-directories3-command, ediff-merge-directories-command)
9811 (ediff-merge-directories-with-ancestor-command): New functions.
9812 All are command-line interfaces to ediff: to facilitate calling
9813 Emacs with the appropriate ediff functions invoked.
9814
9815 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9816 (viper-save-kill-buffer): Check if buffer is modified.
9817
9818 * viper.el (viper-version): Version update.
9819 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9820
9821 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9822
9823 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9824 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9825 (viper-intercept-ESC-key): Simplify.
9826 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9827 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9828 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9829 (viper-setup-ESC-to-escape): New functions.
9830 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9831 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
9832
9833 2013-07-07 Eli Zaretskii <eliz@gnu.org>
9834
9835 * simple.el (default-font-height, window-screen-lines):
9836 New functions.
9837 (line-move, line-move-partial): Use them instead of
9838 frame-char-height and window-text-height. This makes scrolling
9839 text smoother when the buffer's default face uses a font that is
9840 different from the frame's default font.
9841
9842 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
9843
9844 * files.el (write-file): Do not display confirm dialog for NS,
9845 it does its own dialog, which can't be canceled (Bug#14578).
9846
9847 2013-07-06 Eli Zaretskii <eliz@gnu.org>
9848
9849 * simple.el (line-move-partial): Adjust the row returned by
9850 posn-at-point for the current window-vscroll. (Bug#14567)
9851
9852 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
9853
9854 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9855 (tramp-sh-file-inotifywait-process-filter): Handle file names with
9856 spaces.
9857
9858 2013-07-06 Martin Rudalics <rudalics@gmx.at>
9859
9860 * window.el (window-state-put-stale-windows): New variable.
9861 (window--state-put-2): Save list of windows without matching buffer.
9862 (window-state-put): Remove "bufferless" windows if possible.
9863
9864 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9865
9866 * simple.el (alternatives-define): Remove leftover :group keyword.
9867 Tweak docstring.
9868
9869 2013-07-06 Leo Liu <sdl.web@gmail.com>
9870
9871 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9872 (ido-enable-virtual-buffers): New variable.
9873 (ido-buffer-internal, ido-toggle-virtual-buffers)
9874 (ido-make-buffer-list): Use it.
9875 (ido-exhibit): Support turning on and off virtual buffers
9876 automatically.
9877
9878 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
9879
9880 * simple.el (alternatives-define): New macro.
9881
9882 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * subr.el (read-quoted-char): Use read-key.
9885 (sit-for): Let read-event decode tty input (bug#14782).
9886
9887 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
9888
9889 * calendar/todo-mode.el: Add handling of file deletion, both by
9890 mode command and externally. Fix various related bugs.
9891 Clarify Commentary and improve some documentation strings and code.
9892 (todo-delete-file): New command.
9893 (todo-check-file): New function.
9894 (todo-show): Handle external deletion of the file we're trying to
9895 show (bug#14688). Replace called-interactively-p by an optional
9896 prefix argument to avoid problematic interaction with catch form
9897 when byte compiled (bug#14702).
9898 (todo-quit): Handle external deletion of the archive's todo file.
9899 Make sure the buffer that was visiting the archive file is still
9900 live before trying to bury it.
9901 (todo-category-completions): Handle external deletion of any
9902 category completion files.
9903 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9904 of todo files, in case of external deletion.
9905 (todo-add-file): Replace unnecessary setq by let-binding.
9906 (todo-find-archive): Check whether there are any archives.
9907 Replace unnecessary setq by let-binding.
9908 (todo-archive-done-item): Use find-file-noselect to get the
9909 archive buffer whether or not the archive already exists.
9910 Remove superfluous code. Use file size instead of buffer-file-name to
9911 check if the archive is new; if it is, update list of archives.
9912 (todo-default-todo-file): Allow nil to be a valid value for when
9913 there are no todo files.
9914 (todo-reevaluate-default-file-defcustom): Use corrected definition
9915 of todo-default-todo-file.
9916 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9917 (todo-delete-category, todo-show-categories-table)
9918 (todo-category-number): Clarify comment.
9919 (todo-filter-items): Clarify documentation string.
9920 (todo-show-current-file, todo-display-as-todo-file)
9921 (todo-reset-and-enable-done-separator): Tweak documentation string.
9922 (todo-done-separator): Make separator length window-width, since
9923 bug#2749 is now fixed.
9924
9925 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
9926
9927 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9928 Support both "gvfs-monitor-dir" and "inotifywait".
9929 (tramp-sh-file-inotifywait-process-filter): Rename from
9930 `tramp-sh-file-notify-process-filter'.
9931 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9932 (tramp-get-remote-gvfs-monitor-dir): New defuns.
9933
9934 2013-07-05 Leo Liu <sdl.web@gmail.com>
9935
9936 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9937
9938 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9939
9940 * frame.el (display-pixel-height, display-pixel-width)
9941 (display-mm-height, display-mm-width): Mention behavior on
9942 multi-monitor setups in docstrings.
9943 (w32-display-monitor-attributes-list): Declare function.
9944 (display-monitor-attributes-list): Use it.
9945
9946 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
9947
9948 * filenotify.el: New package.
9949
9950 * autorevert.el (top): Require filenotify.el.
9951 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
9952 instead.
9953 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9954 (auto-revert-notify-handler): Use `file-notify-*' functions.
9955
9956 * subr.el (file-notify-handle-event): Move function to filenotify.el.
9957
9958 * net/tramp.el (tramp-file-name-for-operation):
9959 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9960
9961 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9962 for `file-notify-add-watch' and `file-notify-rm-watch'.
9963 (tramp-process-sentinel): Improve trace.
9964 (tramp-sh-handle-file-notify-add-watch)
9965 (tramp-sh-file-notify-process-filter)
9966 (tramp-sh-handle-file-notify-rm-watch)
9967 (tramp-get-remote-inotifywait): New defuns.
9968
9969 2013-07-03 Juri Linkov <juri@jurta.org>
9970
9971 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9972 call of `occur-read-primary-args' to interactive spec.
9973
9974 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9975 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
9976
9977 2013-07-03 Matthias Meulien <orontee@gmail.com>
9978
9979 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9980 `Buffer-menu-multi-occur'. Add it to the menu.
9981 (Buffer-menu-mode): Document it in docstring.
9982 (Buffer-menu-multi-occur): New command. (Bug#14673)
9983
9984 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
9985
9986 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9987 keywords and built-ins.
9988
9989 2013-07-03 Glenn Morris <rgm@gnu.org>
9990
9991 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
9992
9993 Make info-xref checks case-sensitive by default
9994 * info.el (Info-find-node, Info-find-in-tag-table)
9995 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9996 Add option for exact case matching of nodes.
9997 * info-xref.el (info-xref): New custom group.
9998 (info-xref-case-fold): New option.
9999 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10000
10001 2013-07-03 Leo Liu <sdl.web@gmail.com>
10002
10003 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10004
10005 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10006
10007 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10008 middle of block statement initially, lower the depth. Remove
10009 FIXME comment, not longer valid. Remove middle of block statement
10010 detection, no need to do that anymore since we've been using
10011 `ruby-parse-region' here.
10012
10013 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
10014
10015 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10016
10017 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10018
10019 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10020
10021 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
10022
10023 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10024 (desktop-restore-in-current-display): New customization option.
10025 (desktop--excluded-frame-parameters): Add `font'.
10026 (desktop--save-frames): Rename from desktop--save-windows.
10027 (desktop--restore-in-this-display-p): New function.
10028 (desktop--make-full-frame): Remove unwanted width/height from
10029 full(width|height) frames.
10030 (desktop--restore-frames): Rename from desktop--restore-windows.
10031 Obey desktop-restore-current-display. Do not delete old frames or
10032 select a new frame unless we were able to restore at least one frame.
10033
10034 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
10035
10036 * files.el (find-file-noselect): Simplify conditional expression.
10037
10038 * textmodes/remember.el (remember-append-to-file):
10039 Don't mix `find-buffer-visiting' and `get-file-buffer'.
10040
10041 Add `remember-notes' function to store random notes across Emacs
10042 restarts.
10043 * textmodes/remember.el (remember-data-file): Add :set callback to
10044 affect notes buffer (if any).
10045 (remember-notes): New command.
10046 (remember-notes-buffer-name, bury-remember-notes-on-kill):
10047 New defcustoms for the `remember-notes' function.
10048 (remember-notes-save-and-bury-buffer): New command.
10049 (remember-notes-mode-map): New variable.
10050 (remember-mode): New minor mode.
10051 (remember-notes--kill-buffer-query): New function.
10052 * startup.el (initial-buffer-choice): Add notes to custom type.
10053
10054 2013-06-30 Eli Zaretskii <eliz@gnu.org>
10055
10056 * bindings.el (right-char, left-char): Don't call sit-for, this is
10057 no longer needed. Use arithmetic comparison only for numerical
10058 arguments.
10059
10060 * international/mule-cmds.el (select-safe-coding-system):
10061 Handle the case of FROM being a string correctly. (Bug#14755)
10062
10063 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10064
10065 * net/shr.el (shr-make-table-1): Add a sanity check that allows
10066 progression on degenerate tables.
10067 (shr-rescale-image): ImageMagick animated images currently don't work.
10068
10069 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
10070
10071 Some fixes and improvements for desktop frame restoration.
10072 It is still experimental and disabled by default.
10073 * desktop.el (desktop--save-windows): Put the selected frame at
10074 the head of the list.
10075 (desktop--make-full-frame): New function.
10076 (desktop--restore-windows): Try to re-select the frame that was
10077 selected upon saving. Do not abort if some frames fail to restore,
10078 just show an error message and continue. Set up maximized frames
10079 so they have default non-maximized dimensions.
10080
10081 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
10082
10083 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10084 Don't start heredoc inside a string or comment.
10085
10086 2013-06-29 Eli Zaretskii <eliz@gnu.org>
10087
10088 * bindings.el (visual-order-cursor-movement): New defcustom.
10089 (right-char, left-char): Provide visual-order cursor motion by
10090 calling move-point-visually. Update the doc strings.
10091
10092 2013-06-28 Kenichi Handa <handa@gnu.org>
10093
10094 * international/mule.el (define-coding-system): New coding system
10095 properties :inhibit-null-byte-detection,
10096 :inhibit-iso-escape-detection, and :prefer-utf-8.
10097 (set-buffer-file-coding-system): If :charset-list property of
10098 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10099 appropriate for setting.
10100
10101 * international/mule-cmds.el (select-safe-coding-system):
10102 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10103 multibyte characters, return utf-8 (or one of its siblings).
10104
10105 * international/mule-conf.el (prefer-utf-8): New coding system.
10106 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10107 files.
10108
10109 2013-06-28 Ivan Kanis <ivan@kanis.fr>
10110
10111 * net/shr.el (shr-render-region): New function.
10112
10113 * net/eww.el: Autoload `eww-browse-url'.
10114
10115 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
10116
10117 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10118 Adapt to `package-desc-version' being a list.
10119 Use `package--ac-desc-version' to retrieve version from a package
10120 archive element.
10121
10122 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
10123
10124 New experimental feature to save&restore window and frame setup.
10125 * desktop.el (desktop-save-windows): New defcustom.
10126 (desktop--saved-states): New var.
10127 (desktop--excluded-frame-parameters): New defconst.
10128 (desktop--filter-frame-parms, desktop--find-frame-in-display)
10129 (desktop--restore-windows, desktop--save-windows): New functions.
10130 (desktop-save): Call `desktop--save-windows'.
10131 (desktop-read): Call `desktop--restore-windows'.
10132
10133 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10134
10135 * net/shr.el (add-face-text-property): Remove compat definition.
10136
10137 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10138
10139 * info.el (Info-try-follow-nearest-node): Move search for footnote
10140 above search for node name to prevent missing a footnote (bug#14717).
10141
10142 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10143
10144 * obsolete/otodo-mode.el: Add obsolescence info to file header.
10145
10146 2013-06-27 Leo Liu <sdl.web@gmail.com>
10147
10148 * net/eww.el (eww-read-bookmarks): Check file size.
10149
10150 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10151
10152 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10153 advice--pending if newdef is nil or an autoload (bug#13820).
10154 (advice-mapc): New function.
10155
10156 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10157
10158 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10159 probably.
10160 (eww-mode-map): Add a menu bar.
10161 (eww-add-bookmark): New command.
10162 (eww-bookmark-mode): New mode and commands.
10163 (eww-add-bookmark): Remove newlines from the title.
10164 (eww-bookmark-browse): Don't bug out if it's the only window.
10165
10166 2013-06-26 Glenn Morris <rgm@gnu.org>
10167
10168 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10169 (hfy-size): Handle ttys. (Bug#14668)
10170
10171 * info-xref.el: Update for Texinfo 5 change in *note format.
10172 (info-xref-node-re, info-xref-note-re): New constants.
10173 (info-xref-check-buffer): Use info-xref-note-re.
10174
10175 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10176
10177 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10178
10179 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10180 nil terminate the loop (bug#14718).
10181
10182 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10183
10184 * net/eww.el: Rework history traversal. When going forward/back,
10185 put these actions into the history, too, so that they can be
10186 replayed.
10187 (eww-render): Move the history reset to the correct buffer.
10188
10189 2013-06-25 Juri Linkov <juri@jurta.org>
10190
10191 * files-x.el (modify-dir-local-variable): Change the header comment
10192 in the file with directory local variables. (Bug#14692)
10193
10194 * files-x.el (read-file-local-variable-value): Add `default'.
10195 (Bug#14710)
10196
10197 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10198
10199 * net/eww.el (eww-make-unique-file-name): Create a unique file
10200 name before saving to entering `y' accidentally asynchronously.
10201
10202 2013-06-25 Ivan Kanis <ivan@kanis.fr>
10203
10204 * net/eww.el (eww-download): New command and keystroke.
10205
10206 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10207
10208 * net/eww.el (eww-copy-page-url): Change name of command.
10209
10210 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10211 be more consistent with Info and dired.
10212
10213 * net/eww.el (eww-mode-map): Ditto.
10214
10215 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
10218 packages from archives.
10219 (package-archive-contents): Change format; include obsolete packages.
10220 (package-desc): Use `dir' to mark builtin packages.
10221 (package--from-builtin): Set the `dir' field to `builtin'.
10222 (generated-autoload-file, version-control): Declare.
10223 (package-compute-transaction): Change first arg and return value to be
10224 lists of package-descs. Adjust to new package-archive-contents format.
10225 (package--add-to-archive-contents): Adjust to new
10226 package-archive-contents format.
10227 (package-download-transaction): Arg is now a list of package-descs.
10228 (package-install): If `pkg' is a package name, pass it as
10229 a requirement, so it is subject to the usual (e.g. disabled) checks.
10230 (describe-package): Accept package-desc as well.
10231 (describe-package-1): Describe a specific package-desc. Add links to
10232 other package-descs for the same package name.
10233 (package-menu-describe-package): Pass the actual package-desc.
10234 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10235 works correctly.
10236 (package-desc-status): New function.
10237 (package-menu--refresh): New function, extracted
10238 from package-menu--generate.
10239 (package-menu--generate): Use it.
10240 (package-delete): Update package-alist.
10241 (package-menu-execute): Don't call package-initialize.
10242
10243 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10244 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10245 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10246 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10247 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10248 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10249
10250 2013-06-25 Martin Rudalics <rudalics@gmx.at>
10251
10252 * window.el (window--state-get-1): Workaround for bug#14527.
10253 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10254
10255 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10256
10257 * net/eww.el (eww-back-url): Implement the history by stashing all
10258 the data into a list.
10259 (eww-forward-url): Allow going forward in the history, too.
10260
10261 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10262
10263 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10264 for values and use read--expression for expressions (bug#14710).
10265 (read-file-local-variable): Avoid setq.
10266 (read-file-local-variable-mode): Use minor-mode-list.
10267
10268 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10269
10270 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10271 for DOI URLs.
10272
10273 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10274
10275 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10276 Update imenu-support when dialect changes.
10277
10278 2013-06-25 Leo Liu <sdl.web@gmail.com>
10279
10280 * ido.el (ido-read-internal): Allow forward slash on windows.
10281
10282 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10283
10284 * net/eww.el (eww): Start of strings is \\`, not ^.
10285
10286 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10287
10288 * net/shr.el (shr-browse-url): Fix interactive spec.
10289
10290 * net/eww.el (eww): Add a trailing slash to domain names.
10291
10292 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
10293
10294 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10295
10296 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10297
10298 * net/shr.el (shr-browse-url): Use an external browser if given a
10299 prefix.
10300
10301 * net/eww.el (eww-external-browser): Move to shr.
10302
10303 2013-06-24 Ivan Kanis <ivan@kanis.fr>
10304
10305 * net/eww.el (eww): Work more correctly for file: URLs.
10306 (eww-detect-charset): Allow quoted charsets.
10307 (eww-yank-page-url): New command and keystroke.
10308
10309 2013-06-24 Daiki Ueno <ueno@gnu.org>
10310
10311 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10312 file name of gpg executable.
10313 (epg-context-program): New function.
10314 (epg-context-home-directory): New function.
10315 (epg-context-set-program): New function.
10316 (epg-context-set-home-directory): New function.
10317 (epg--start): Use `epg-context-program' instead of
10318 'epg-gpg-program'.
10319 (epg--list-keys-1): Likewise.
10320
10321 2013-06-24 Leo Liu <sdl.web@gmail.com>
10322
10323 * ido.el (ido-read-internal): Fix bug#14620.
10324
10325 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10326
10327 * faces.el (face-documentation): Simplify.
10328 (read-face-attribute, tty-find-type, x-resolve-font-name):
10329 Use `string-match-p'.
10330 (list-faces-display): Use `string-match-p'. Simplify.
10331 (face-spec-recalc): Check face to avoid face alias loops.
10332 (read-color): Use `string-match-p' and non-capturing parenthesis.
10333
10334 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10335
10336 * net/shr.el (shr-rescale-image): Use the new
10337 :max-width/:max-height functionality.
10338
10339 2013-06-23 Ivan Kanis <ivan@kanis.fr>
10340
10341 * net/eww.el (eww-search-prefix): New variable.
10342 (eww): Use it.
10343 (eww-external-browser): New variable.
10344 (eww-mode-map): New keystroke.
10345 (eww-browse-with-external-browser): New command.
10346
10347 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10348
10349 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
10350
10351 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10352 Don't skip aligning the next header field when padding is 0;
10353 otherwise, field width is not respected unless the title is as
10354 wide as the field.
10355
10356 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * emacs-lisp/package.el (package-el-version): Remove.
10359 (package-process-define-package): Fix inf-loop.
10360 (package-install): Allow symbols as arguments again.
10361
10362 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10363
10364 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10365 add some more keyword-like methods.
10366 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10367
10368 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
10369
10370 * bs.el (bs-buffer-show-mark): Make defvar-local.
10371 (bs-mode): Use setq-local.
10372
10373 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10374 (emacs-lock--try-unlocking): Make defvar-local.
10375
10376 2013-06-22 Glenn Morris <rgm@gnu.org>
10377
10378 * play/cookie1.el (cookie-apropos): Minor simplification.
10379
10380 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10381
10382 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
10383
10384 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10385 `regexp-opt', it breaks the build during dumping.
10386
10387 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
10388
10389 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10390 Highlight keyword-like methods on Kernel and Module with
10391 font-lock-builtin-face.
10392 (auto-mode-alist): Consolidate different entries into one regexp
10393 and add more *file-s.
10394
10395 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
10396
10397 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10398
10399 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10400 (diary-entry): Use it in the action of this button type instead of
10401 diary-goto-entry.
10402
10403 * calendar/todo-mode.el: New version.
10404 (todo-add-category): Append new category to end of file and give
10405 it the highest number, instead of putting it at the beginning and
10406 giving it 0. Incorporate noninteractive functionality.
10407 (todo-forward-category): Adapt to 1-based category numbering.
10408 Allow skipping over archived categories.
10409 (todo-backward-category): Derive from todo-forward-category.
10410 (todo-backward-item, todo-forward-item): Make noninteractive and
10411 delegate interactive part to new commands. Make sensitive to done items.
10412 (todo-categories): Make value an alist of category names and
10413 vectors of item counts.
10414 (todo-category-beg): Make a defconst.
10415 (todo-category-number): Use 1 instead of 0 as initial value.
10416 (todo-category-select): Make sensitive to overlays, optional item
10417 highlighting and done items.
10418 (todo-delete-item): Make sensitive to overlays and marked and done items.
10419 (todo-edit-item): Make sensitive to overlays and editing of
10420 date/time header optional. Add format checks.
10421 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
10422 no-op if point is not on an item. Advertise using todo-edit-quit.
10423 (todo-edit-mode): Make sensitive to new format, font-locking, and
10424 multiple todo files.
10425 (todo-insert-item, todo-insert-item-here): Derive from
10426 todo-basic-insert-item and extend functionality.
10427 (todo-item-end, todo-item-start): Make sensitive to done items.
10428 (todo-item-string): Don't return text properties. Restore point.
10429 (todo-jump-to-category): Make sensitive to multiple todo files and
10430 todo archives. Use extended category completion.
10431 (todo-lower-item, todo-raise-item): Rename to *-priority and
10432 derive from todo-set-item-priority.
10433 (todo-mode): Derive from special-mode. Make sensitive to new
10434 format, font-locking and multiple todo files. Make read-only.
10435 (todo-mode-map): Don't suppress digit keys, so they can supply
10436 prefix arguments. Add many new key bindings.
10437 (todo-prefix): Insert as an overlay instead of file text.
10438 Change semantics from diary date expression to purely visual mark.
10439 (todo-print): Rename to todo-print-buffer. Make buffer display
10440 features printable. Remove option to restrict number of items
10441 printed. Add option to print to file.
10442 (todo-print-function): Rename to todo-print-buffer-function.
10443 (todo-quit): Extend to handle exiting new todo modes.
10444 (todo-remove-item): Make sensitive to overlays.
10445 (todo-save): Extend to buffers of filtered items.
10446 (todo-show): Make sensitive to done items, multiple todo files and
10447 new todo modes. Offer to convert legacy todo file before creating
10448 first new todo file.
10449 (todo-show-priorities): Rename to todo-top-priorities.
10450 Change semantics of value 0.
10451 (todo-top-priorities): Rename to todo-filter-top-priorities,
10452 derive from todo-filter-items and extend functionality.
10453 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10454 and extend functionality to other types of filtered items.
10455 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10456 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10457 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10458 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10459 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10460 (todo-edit-mode-hook, todo-entry-prefix-function)
10461 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10462 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10463 (todo-initials, todo-insert-threshold, todo-item-string-start)
10464 (todo-line-string, todo-menu, todo-mode-hook)
10465 (todo-more-important-p, todo-previous-answer, todo-previous-line)
10466 (todo-print-priorities, todo-remove-separator)
10467 (todo-save-top-priorities-too, todo-string-count-lines)
10468 (todo-string-multiline-p, todo-time-string-format)
10469 (todo-tmp-buffer-name): Remove.
10470 (todo-add-file, todo-archive-done-item, todo-choose-archive)
10471 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10472 (todo-edit-category-diary-inclusion)
10473 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10474 (todo-edit-file, todo-edit-item-date-day)
10475 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10476 (todo-edit-item-date-month, todo-edit-item-date-to-today)
10477 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10478 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10479 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10480 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10481 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10482 (todo-filter-top-priorities-multifile, todo-find-archive)
10483 (todo-find-filtered-items-file, todo-go-to-source-item)
10484 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10485 (todo-jump-to-archive-category, todo-lower-category)
10486 (todo-mark-category, todo-marked-item-p, todo-merge-category)
10487 (todo-move-category, todo-move-item, todo-next-button)
10488 (todo-next-item, todo-padded-string, todo-powerset)
10489 (todo-previous-button, todo-previous-item)
10490 (todo-print-buffer-to-file, todo-raise-category)
10491 (todo-rename-category, todo-repair-categories-sexp, todo-search)
10492 (todo-set-category-number, todo-set-item-priority)
10493 (todo-set-top-priorities-in-category)
10494 (todo-set-top-priorities-in-file, todo-show-categories-table)
10495 (todo-sort-categories-alphabetically-or-numerically)
10496 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10497 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10498 (todo-toggle-item-header, todo-toggle-item-highlighting)
10499 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10500 (todo-toggle-view-done-items, todo-toggle-view-done-only)
10501 (todo-unarchive-items, todo-unmark-category): New commands.
10502 (todo-absolute-file-name, todo-add-to-buffer-list)
10503 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10504 (todo-basic-insert-item, todo-category-completions)
10505 (todo-category-number, todo-category-string-matcher-1)
10506 (todo-category-string-matcher-2, todo-check-filtered-items-file)
10507 (todo-check-format, todo-clear-matches)
10508 (todo-comment-string-matcher, todo-convert-legacy-date-time)
10509 (todo-current-category, todo-date-string-matcher)
10510 (todo-define-insertion-command, todo-diary-expired-matcher)
10511 (todo-diary-goto-entry, todo-diary-item-p)
10512 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10513 (todo-display-categories, todo-display-sorted, todo-done-item-p)
10514 (todo-done-item-section-p, todo-done-separator)
10515 (todo-done-string-matcher, todo-files, todo-filter-items)
10516 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10517 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10518 (todo-insert-category-line, todo-insert-item-from-calendar)
10519 (todo-insert-sort-button, todo-insert-with-overlays)
10520 (todo-insertion-command-name, todo-insertion-key-bindings)
10521 (todo-label-to-key, todo-longest-category-name-length)
10522 (todo-make-categories-list, todo-mode-external-set)
10523 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10524 (todo-modes-set-3, todo-multiple-filter-files)
10525 (todo-nondiary-marker-matcher, todo-prefix-overlays)
10526 (todo-read-category, todo-read-date, todo-read-dayname)
10527 (todo-read-file-name, todo-read-time)
10528 (todo-reevaluate-category-completions-files-defcustom)
10529 (todo-reevaluate-default-file-defcustom)
10530 (todo-reevaluate-filelist-defcustoms)
10531 (todo-reevaluate-filter-files-defcustom)
10532 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10533 (todo-reset-done-separator, todo-reset-done-separator-string)
10534 (todo-reset-done-string, todo-reset-global-current-todo-file)
10535 (todo-reset-highlight-item, todo-reset-nondiary-marker)
10536 (todo-reset-prefix, todo-set-categories)
10537 (todo-set-date-from-calendar, todo-set-show-current-file)
10538 (todo-set-top-priorities, todo-short-file-name)
10539 (todo-show-current-file, todo-sort, todo-time-string-matcher)
10540 (todo-total-item-counts, todo-update-buffer-list)
10541 (todo-update-categories-display, todo-update-categories-sexp)
10542 (todo-update-count, todo-validate-name, todo-y-or-n-p):
10543 New functions.
10544 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10545 New major modes.
10546 (todo-categories, todo-display, todo-edit, todo-faces)
10547 (todo-filtered): New defgroups.
10548 (todo-archived-only, todo-button, todo-category-string, todo-date)
10549 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10550 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10551 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10552 (todo-add-item-if-new-category, todo-always-add-time-string)
10553 (todo-categories-align, todo-categories-archived-label)
10554 (todo-categories-category-label, todo-categories-diary-label)
10555 (todo-categories-done-label, todo-categories-number-separator)
10556 (todo-categories-todo-label, todo-categories-totals-label)
10557 (todo-category-completions-files, todo-completion-ignore-case)
10558 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10559 (todo-done-separator-string, todo-done-string)
10560 (todo-files-function, todo-filter-done-items, todo-filter-files)
10561 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10562 (todo-initial-category, todo-initial-file, todo-item-mark)
10563 (todo-legacy-date-time-regexp, todo-mode-line-function)
10564 (todo-nondiary-marker, todo-number-prefix)
10565 (todo-print-buffer-function, todo-show-current-file)
10566 (todo-show-done-only, todo-show-first, todo-show-with-done)
10567 (todo-skip-archived-categories, todo-top-priorities-overrides)
10568 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10569 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10570 New defcustoms.
10571 (todo-category-done, todo-date-pattern, todo-date-string-start)
10572 (todo-diary-items-buffer, todo-done-string-start)
10573 (todo-filtered-items-buffer, todo-item-start)
10574 (todo-month-abbrev-array, todo-month-name-array)
10575 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10576 (todo-top-priorities-buffer): New defconsts.
10577 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10578 (todo-categories-with-marks, todo-category-string-face)
10579 (todo-comment-face, todo-comment-string, todo-current-todo-file)
10580 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10581 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
10582 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
10583 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
10584 (todo-font-lock-keywords, todo-global-current-todo-file)
10585 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
10586 (todo-insertion-commands-args)
10587 (todo-insertion-commands-args-genlist)
10588 (todo-insertion-commands-names, todo-insertion-map)
10589 (todo-key-bindings-t, todo-key-bindings-t+a)
10590 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
10591 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
10592 (todo-nondiary-face, todo-print-buffer, todo-time-face)
10593 (todo-visited): New variables.
10594
10595 2013-06-21 Glenn Morris <rgm@gnu.org>
10596
10597 * play/cookie1.el (cookie-apropos): Add optional display argument.
10598 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
10599 (psychoanalyze-pinhead): Use cookie-doctor.
10600
10601 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10602
10603 * emacs-lisp/package.el (tar-get-file-descriptor)
10604 (tar--extract): Declare.
10605
10606 2013-06-21 Eduard Wiebe <usenet@pusto.de>
10607
10608 Extend flymake's warning predicate to be a function (bug#14217).
10609 * progmodes/flymake.el (flymake-warning-predicate): New.
10610 (flymake-parse-line): Use it.
10611 (flymake-warning-re): Make obsolete alias to
10612 `flymake-warning-predicate'.
10613
10614 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * emacs-lisp/package.el (package-alist): Include obsolete packages.
10617 (package-obsolete-list): Remove.
10618 (package-activate): Remove min-version argument. Add `force' argument.
10619 Adjust to new package-alist format.
10620 (package-mark-obsolete): Remove.
10621 (package-unpack): Force reload of the package's autoloads.
10622 (package-installed-p): Check builtins if the installed package is not
10623 recent enough.
10624 (package-initialize): Don't reset package-obsolete-list.
10625 Don't specify which package version to activate.
10626 (package-process-define-package, describe-package-1)
10627 (package-menu--generate): Adjust to new package-alist format.
10628
10629 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10630
10631 * allout-widgets.el (allout-widgets-mode-off)
10632 (allout-widgets-mode-on, allout-widgets-pre-command-business)
10633 (allout-widgets-post-command-business)
10634 (allout-widgets-after-copy-or-kill-function)
10635 (allout-widgets-after-undo-function, allout-test-range-overlaps)
10636 (allout-decorate-item-and-context)
10637 (allout-graphics-modification-handler): Fix typos in docstrings.
10638 (allout-get-or-create-parent-widget): Use `looking-at-p'.
10639
10640 * cmuscheme.el (scheme-start-file): Doc fix.
10641 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
10642 (scheme-input-filter): Use `string-match-p'.
10643
10644 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
10645
10646 * dired-x.el: Use Dired consistently in docstrings.
10647
10648 * dired.el: Use Dired consistently in docstrings.
10649 (dired-readin, dired-mode): Use `setq-local'.
10650 (dired-switches-alist): Make defvar-local.
10651 (dired-buffers-for-dir): Use `zerop'.
10652 (dired-safe-switches-p, dired-switches-escape-p)
10653 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
10654 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
10655 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
10656 (dired-goto-next-nontrivial-file): Use `string-match-p'.
10657 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
10658 (dired-toggle-marks, dired-mark-files-containing-regexp)
10659 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
10660 (dired-flag-auto-save-files, dired-flag-backup-files):
10661 Use `looking-at-p'.
10662 (dired-mark-files-regexp, dired-build-subdir-alist):
10663 Use `string-match-p', `looking-at-p'.
10664
10665 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
10666 (direct-print-region-helper): Use `string-match-p'.
10667
10668 2013-06-21 Leo Liu <sdl.web@gmail.com>
10669
10670 * comint.el (comint-redirect-results-list-from-process):
10671 Fix infinite loop.
10672
10673 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10674
10675 * net/eww.el (eww-update-header-line-format): Quote % characters.
10676
10677 2013-06-21 Glenn Morris <rgm@gnu.org>
10678
10679 * play/cookie1.el (cookie): New custom group.
10680 (cookie-file): New option.
10681 (cookie-check-file): New function.
10682 (cookie): Make it interactive. Make start and end messages optional.
10683 Interactively, display the result. Default to cookie-file.
10684 (cookie-insert): Default to cookie-file.
10685 (cookie-snarf): Make start and end messages optional.
10686 Default to cookie-file. Use with-temp-buffer.
10687 (cookie-read): Rename from read-cookie.
10688 Make start and end messages optional. Default to cookie-file.
10689 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
10690 Do not autoload it.
10691 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
10692 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
10693
10694 2013-06-21 Leo Liu <sdl.web@gmail.com>
10695
10696 * progmodes/octave.el (octave-mode): Backward compatibility fix.
10697
10698 2013-06-21 Glenn Morris <rgm@gnu.org>
10699
10700 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
10701
10702 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
10703 Daniel Hackney <dan@haxney.org>
10704
10705 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
10706 Consolidate the single-file vs tarball code.
10707 (package-desc-suffix): New function.
10708 (package-desc-full-name): Don't bother inlining it.
10709 (package-load-descriptor): Return the new package-desc.
10710 (package-mark-obsolete): Remove unused arg `package'.
10711 (package-unpack): Make it work for single files as well.
10712 Make it update package-alist.
10713 (package--make-autoloads-and-stuff): Rename from
10714 package--make-autoloads-and-compile. Don't compile any more.
10715 (package--compile): New function.
10716 (package-generate-description-file): New function, extracted from
10717 package-unpack-single.
10718 (package-unpack-single): Remove.
10719 (package--with-work-buffer): Add indentation and debugging info.
10720 (package-download-single): Remove.
10721 (package-install-from-archive): Rename from package-download-tar, make
10722 it take a pkg-desc, and make it work for single files as well.
10723 (package-download-transaction): Simplify.
10724 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
10725 external tar program.
10726 (package-install-from-buffer): Remove `pkg-desc' argument.
10727 Use package-tar-file-info for tar-mode buffers.
10728 (package-install-file): Simplify accordingly.
10729 (package-archive-base): Change to take a pkg-desc.
10730 * tar-mode.el (tar--check-descriptor): New function, extracted from
10731 tar-get-descriptor.
10732 (tar-get-descriptor): Use it.
10733 (tar-get-file-descriptor): New function.
10734 (tar--extract): New function, extracted from tar-extract.
10735 (tar--extract): Use it.
10736 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
10737 case the summary uses non-ascii. Adjust to new calling convention of
10738 package-tar-file-info.
10739
10740 2013-06-21 Leo Liu <sdl.web@gmail.com>
10741
10742 * comint.el (comint-redirect-results-list-from-process):
10743 Fix random delay. (Bug#14681)
10744
10745 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
10746
10747 * profiler.el (profiler-format-number): Use log, not log10.
10748
10749 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10750
10751 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
10752
10753 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
10754
10755 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
10756 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
10757 yet available.
10758 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
10759 (AUTOGENEL): ... here.
10760 * emacs-lisp/cl-macs.el (cl--sublis): New function.
10761 (cl--defsubst-expand): Use it.
10762
10763 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
10764
10765 * subr.el (log10): Move here from C code, and declare as obsolete.
10766 All uses of (log10 X) replaced with (log X 10).
10767
10768 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10769
10770 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
10771 Declare with `defvar-local'.
10772 (tabulated-list-use-header-line, tabulated-list-entries)
10773 (tabulated-list-padding, tabulated-list-printer)
10774 (tabulated-list-sort-key): Declare with `defvar-local'.
10775 (tabulated-list-init-header, tabulated-list-print-fake-header):
10776 Use `setq-local'.
10777
10778 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
10779
10780 * arc-mode.el (archive-mode): Add `archive-write-file' to
10781 `write-contents-functions' also for remote files. (Bug#14652)
10782
10783 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
10784
10785 * cus-edit.el (custom-commands): Fix typos.
10786 (custom-display): Fix tooltip text.
10787 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
10788 Fix typos in docstrings.
10789 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10790 (custom-unlispify-menu-entry, custom-magic-value-create)
10791 (custom-add-see-also, custom-group-value-create): Use ?\s.
10792 (custom-guess-type, customize-apropos, editable-field)
10793 (custom-face-value-create): Use `string-match-p'.
10794 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10795
10796 * custom.el (custom-load-symbol): Use `string-match-p'.
10797
10798 * ansi-color.el: Convert to lexical binding.
10799 (ansi-colors): Fix URL.
10800 (ansi-color-context, ansi-color-context-region): Use defvar-local.
10801 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10802 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10803
10804 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10805
10806 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10807
10808 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10809
10810 2013-06-19 Tom Tromey <tromey@redhat.com>
10811
10812 * net/eww.el (eww-top-url): Remove.
10813 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10814 (eww-render): Set new variables. Don't set eww-top-url.
10815 (eww-handle-link): Handle "prev", "home", and "contents".
10816 Downcase the rel text.
10817 (eww-top-url): Choose best top URL.
10818
10819 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10820
10821 * net/eww.el: Rewrite to implement form elements "by hand" instead of
10822 relying in widget.el. Using widget.el leads to too many
10823 user interface inconsistencies.
10824 (eww-self-insert): Implement entering commands in text fields.
10825 (eww-process-text-input): New function to make text input field editing
10826 work.
10827 (eww-submit): Rewrite to use the new-style form methods.
10828 (eww-select-display): Display the correct selected item.
10829 (eww-change-select): Implement changing the select value.
10830 (eww-toggle-checkbox): Implement radio/checkboxes.
10831 (eww-update-field): Fix compilation error.
10832 (eww-tag-textarea): Implement <textarea>.
10833
10834 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10835 we don't shadow mode-specific bindings.
10836
10837 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10838 nothing to push.
10839
10840 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10841
10842 2013-06-19 Glenn Morris <rgm@gnu.org>
10843
10844 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10845
10846 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10847
10848 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10849 not needed.
10850
10851 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10852
10853 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10854
10855 * net/browse-url.el (browse-url-browser-function):
10856 `eww-browse-url' has the right calling signature, `eww' does not.
10857
10858 2013-06-19 Glenn Morris <rgm@gnu.org>
10859
10860 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10861 Only eval autoloaded macros.
10862 (byte-compile-autoload): Only give the macro warning for macros.
10863
10864 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10865 (ps-underlined-faces): Declare.
10866
10867 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10868 (speedbar-add-supported-extension): Declare.
10869
10870 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10871 Don't include a date stamp in the header of the generated file;
10872 it leads to needless differences between output files.
10873
10874 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
10875
10876 * net/secrets.el (secrets-struct-secret-content-type):
10877 Replace check of introspection data by a test call of "CreateItem".
10878 Some servers do not offer introspection.
10879
10880 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
10881
10882 * electric.el (electric-pair-mode): Improve interaction with
10883 electric-layout-mode.
10884 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10885 (electric-pair-syntax): Use text-mode-syntax-table in comments
10886 and strings.
10887 (electric-pair--insert): New function.
10888 (electric-pair-post-self-insert-function): Use it and
10889 electric--after-char-pos.
10890
10891 2013-06-19 Leo Liu <sdl.web@gmail.com>
10892
10893 * progmodes/octave.el (octave-help): Fix regexp.
10894
10895 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10896
10897 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10898 (shr-table-horizontal-line): Allow nil as a value, and change the
10899 default.
10900 (shr-insert-table-ruler): Respect the nil value.
10901
10902 2013-06-18 Tom Tromey <tromey@barimba>
10903
10904 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10905 New defvars.
10906 (eww-open-file): New defun.
10907 (eww-render): Initialize new variables.
10908 (eww-display-html): Handle "link" and "a".
10909 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10910 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
10911 (eww-back-url): Rename from eww-previous-url.
10912 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10913 New defuns.
10914
10915 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
10916
10917 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10918 Distinguish ternary operator tokens from slash symbol and slash
10919 char literal.
10920
10921 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10922
10923 Convert symbol prettification into minor mode and global minor mode.
10924
10925 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10926 `prog-prettify-symbols', and make a local defvar instead of defcustom.
10927 (prettify-symbols--keywords): Rename from
10928 `prog-prettify-symbols-alist' and make a local defvar.
10929 (prettify-symbols--compose-symbol): Rename from
10930 `prog--prettify-font-lock-compose-symbol'.
10931 (prettify-symbols--make-keywords): Rename from
10932 `prog-prettify-font-lock-symbols-keywords' and simplify.
10933 (prog-prettify-install): Remove.
10934 (prettify-symbols-mode): New minor mode, based on
10935 `prog-prettify-install'.
10936 (turn-on-prettify-symbols-mode): New function.
10937 (global-prettify-symbols-mode): New globalized minor mode.
10938
10939 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10940 * progmodes/cfengine.el (cfengine3-mode):
10941 * progmodes/perl-mode.el (perl-mode): Don't call
10942 `prog-prettify-install'; set `prettify-symbols-alist' instead.
10943
10944 2013-06-18 Juri Linkov <juri@jurta.org>
10945
10946 * files-x.el (modify-file-local-variable-message): New function.
10947 (modify-file-local-variable)
10948 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10949 and call `modify-file-local-variable-message' when it's non-nil.
10950 (add-file-local-variable, delete-file-local-variable)
10951 (add-file-local-variable-prop-line)
10952 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10953 and use it. (Bug#9820)
10954
10955 2013-06-18 Juri Linkov <juri@jurta.org>
10956
10957 * emulation/vi.el (vi-shell-op):
10958 * emulation/vip.el (vip-execute-com, ex-command):
10959 * emulation/viper-cmd.el (viper-exec-bang):
10960 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10961 the call of `shell-command-on-region'. (Bug#14637)
10962
10963 * simple.el (shell-command-on-region): Doc fix.
10964
10965 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10966
10967 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10968 (bug#14633).
10969
10970 2013-06-18 Glenn Morris <rgm@gnu.org>
10971
10972 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10973
10974 * newcomment.el (comment-search-forward, comment-search-backward):
10975 Doc fix. (Bug#14376)
10976
10977 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
10978
10979 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10980 (buffer-face-mode-invoke): Doc fix.
10981
10982 2013-06-18 Matthias Meulien <orontee@gmail.com>
10983
10984 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10985 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10986
10987 2013-06-18 Glenn Morris <rgm@gnu.org>
10988
10989 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10990 Replace obsolete function generic-make-keywords with its expansion.
10991
10992 * progmodes/python.el (ffap-alist): Declare.
10993
10994 * textmodes/reftex.el (bibtex-mode-map): Declare.
10995
10996 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
10997
10998 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10999 (package-unpack, package-unpack-single): Return the pkg-dir.
11000 (package-download-transaction): Use it to update package-alist.
11001
11002 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11003
11004 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11005 possible choice.
11006
11007 2013-06-17 Juri Linkov <juri@jurta.org>
11008
11009 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11010
11011 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11012
11013 * emacs-lisp/package.el (package-load-descriptor):
11014 Remove `with-syntax-table' call, `read' doesn't need it.
11015 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11016
11017 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11018
11019 * startup.el (command-line): Expand package name returned by
11020 `package--description-file' (bug#14639).
11021
11022 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11023
11024 * emacs-lisp/package.el (package-load-descriptor): Do not call
11025 `emacs-lisp-mode', just use its syntax table.
11026
11027 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11028
11029 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11030 `font-lock-extra-managed-props' if any prettifying keyword is added.
11031 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11032 (prog-mode): Use `setq-local'.
11033
11034 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11035
11036 * international/characters.el (standard-case-table): Set syntax of ?»
11037 and ?« to punctuation.
11038
11039 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
11040
11041 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11042 Save relevant match data before calling `syntax-ppss' (bug#14595).
11043
11044 2013-06-15 Juri Linkov <juri@jurta.org>
11045
11046 * files-x.el (modify-file-local-variable-prop-line): Add local
11047 variables to the end of the existing comment on the first line.
11048 Use `file-auto-mode-skip' to skip interpreter magic line,
11049 and also skip XML declaration.
11050
11051 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11052
11053 * startup.el (package--builtin-versions): New var.
11054 (package-subdirectory-regexp): Remove.
11055 (package--description-file): Hard code its value instead.
11056
11057 * emacs-lisp/package.el: Don't activate packages older than builtin.
11058 (package-obsolete-list): Rename from package-obsolete-alist, and make
11059 it into a simple list of package-desc.
11060 (package-strip-version): Remove.
11061 (package-built-in-p): Use package--builtin-versions.
11062 (package-mark-obsolete): Simplify.
11063 (package-process-define-package): Mark it obsolete if older than the
11064 builtin version.
11065 (package-handle-response): Use line-end-position.
11066 (package-read-archive-contents, package--download-one-archive):
11067 Simplify.
11068 (package--add-to-archive-contents): Skip if older than the builtin or
11069 installed version.
11070 (package-menu-describe-package): Fix last change.
11071 (package-list-unversioned): New var.
11072 (package-menu--generate): Use it.
11073
11074 * emacs-lisp/autoload.el: Manage package--builtin-versions.
11075 (autoload--insert-text, autoload--insert-cookie-text): New functions.
11076 (autoload-builtin-package-versions): New variable.
11077 (autoload-generate-file-autoloads): Use them.
11078 Remove the list of autoloaded functions/macros from the
11079 (autoload...) comments.
11080
11081 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11082
11083 2013-06-15 Eli Zaretskii <eliz@gnu.org>
11084
11085 * simple.el (line-move-partial): Don't jump to the next screen
11086 line as soon as it becomes visible. Instead, continue enlarging
11087 the vscroll until the portion of a tall screen line that's left on
11088 display is about the height of the frame's default font.
11089 (Bug#14567)
11090
11091 2013-06-15 Glenn Morris <rgm@gnu.org>
11092
11093 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11094 compilation-error-regexp-alist void, or local while let-bound.
11095
11096 * progmodes/make-mode.el (makefile-mode-syntax-table):
11097 Treat "=" as punctuation. (Bug#14614)
11098
11099 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
11100
11101 * help-fns.el (describe-variable):
11102 Add extra line for permanent-local variables.
11103
11104 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
11105
11106 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11107 Add export, import, library. (Bug#9164)
11108 (library): Set indent function.
11109
11110 2013-06-14 Glenn Morris <rgm@gnu.org>
11111
11112 * term/xterm.el (xterm--query):
11113 Stop after first matching handler. (Bug#14615)
11114
11115 2013-06-14 Ivan Kanis <ivan@kanis.fr>
11116
11117 Add support for dired in saveplace.
11118 * dired.el (dired-initial-position-hook): New variable.
11119 (dired-initial-position): Call hook to place cursor position.
11120 * saveplace.el (save-place-to-alist): Add dired position.
11121 (save-place-dired-hook): New function.
11122
11123 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11124
11125 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11126 through a symbol rather than letrec.
11127
11128 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
11129 (package-desc): Add `dir' field.
11130 (package-desc-full-name): New function.
11131 (package-load-descriptor): Combine the two arguments. Don't use `load'.
11132 (package-maybe-load-descriptor): Remove.
11133 (package-load-all-descriptors): Just call package-load-descriptor.
11134 (package--disabled-p): New function.
11135 (package-desc-vers, package-desc-doc): Remove aliases.
11136 (package--dir): Remove function.
11137 (package-activate): Check if a package is disabled.
11138 (package-process-define-package): New function, extracted from
11139 define-package.
11140 (define-package): Turn into a place holder.
11141 (package-unpack-single, package-tar-file-info):
11142 Use package--description-file.
11143 (package-compute-transaction): Use package--disabled-p.
11144 (package-download-transaction): Don't call
11145 package-maybe-load-descriptor since they're all loaded anyway.
11146 (package-install): Change argument to be a pkg-desc.
11147 (package-delete): Use a single pkg-desc argument.
11148 (describe-package-1): Use package-desc-dir instead of package--dir.
11149 Use package-desc property instead of package-symbol.
11150 (package-install-button-action): Adjust accordingly.
11151 (package--push): Rewrite.
11152 (package-menu--print-info): Adjust accordingly. Change the ID format
11153 to be a pkg-desc.
11154 (package-menu-describe-package, package-menu-get-status)
11155 (package-menu--find-upgrades, package-menu-mark-upgrades)
11156 (package-menu-execute, package-menu--name-predicate):
11157 Adjust accordingly.
11158 * startup.el (package--description-file): New function.
11159 (command-line): Use it.
11160 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11161 Use package-desc-version.
11162
11163 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11164 (byte-compile-preprocess): Use it.
11165 (byte-compile-file-form-defalias): Try a bit harder to use macros we
11166 can't quite recognize.
11167 (byte-compile-add-to-list): Remove.
11168 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11169 (cconv-closure-convert): Add assertion.
11170
11171 * emacs-lisp/map-ynp.el: Use lexical-binding.
11172 (map-y-or-n-p): Remove unused vars `tail' and `object'.
11173 Factor out some repeated code.
11174
11175 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11176
11177 * subr.el (with-eval-after-load): New macro.
11178 (eval-after-load): Allow form to be a function.
11179 take advantage of lexical-binding.
11180 (do-after-load-evaluation): Use dolist and adjust to new format.
11181 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11182
11183 2013-06-13 Juri Linkov <juri@jurta.org>
11184
11185 * replace.el (perform-replace): Display "symbol " and other search
11186 modes from `isearch-message-prefix' in the *Help* buffer.
11187
11188 * isearch.el (isearch-query-replace): Add " symbol" and other
11189 possible search modes from `isearch-message-prefix' to the prompt.
11190 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11191 when reading a regexp to collect.
11192
11193 2013-06-13 Juri Linkov <juri@jurta.org>
11194
11195 * isearch.el (word-search-regexp): Match whitespace if the search
11196 string begins or ends in whitespace. The LAX arg is applied to
11197 both ends of the search string. Use `regexp-quote' and explicit
11198 \< and \> instead of \b. Use \` and \' instead of ^ and $.
11199 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11200 boundaries are replaced with symbol boundaries, and characters
11201 between symbols match non-word non-symbol syntax. (Bug#14602)
11202
11203 2013-06-13 Juri Linkov <juri@jurta.org>
11204
11205 * isearch.el (isearch-del-char): Don't exceed the length of
11206 `isearch-string' by the prefix arg. (Bug#14563)
11207
11208 2013-06-13 Juri Linkov <juri@jurta.org>
11209
11210 * isearch.el (isearch-yank-word, isearch-yank-line)
11211 (isearch-char-by-name, isearch-quote-char)
11212 (isearch-printing-char, isearch-process-search-char):
11213 Add optional count prefix arg. (Bug#14563)
11214
11215 * international/isearch-x.el
11216 (isearch-process-search-multibyte-characters):
11217 Add optional count prefix arg.
11218
11219 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11220
11221 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11222 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11223 lexical-binding.
11224
11225 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
11226
11227 * subr.el (set-temporary-overlay-map): Add on-exit argument.
11228
11229 2013-06-13 Glenn Morris <rgm@gnu.org>
11230
11231 * startup.el (tty-handle-args):
11232 Don't just discard "--" and anything after. (Bug#14608)
11233
11234 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11235
11236 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
11237
11238 Implement changes in Secret Service API. Make it backward compatible.
11239 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11240 (secrets-create-item): Use it. Prefix properties with interface.
11241
11242 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
11243
11244 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
11245 (term-emulate-terminal): Respect term-suppress-hard-newline.
11246
11247 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
11248
11249 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11250 Only remove a `thumb-file' overlay. (Bug#14548)
11251
11252 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
11253
11254 * mail/reporter.el (reporter-submit-bug-report):
11255 Handle missing package-name. (Bug#14600)
11256
11257 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11258
11259 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11260 (reftex-citation-prompt, reftex-default-bibliography)
11261 (reftex-bib-or-thebib, reftex-get-bibfile-list)
11262 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11263 (reftex-bib-sort-author, reftex-bib-sort-year)
11264 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11265 (reftex-extract-bib-entries-from-thebibliography)
11266 (reftex-get-bibkey-default, reftex-get-bib-names)
11267 (reftex-parse-bibtex-entry, reftex-get-bib-field)
11268 (reftex-format-bib-entry, reftex-parse-bibitem)
11269 (reftex-format-bibitem, reftex-do-citation)
11270 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11271 (reftex-restrict-bib-matches, reftex-extract-bib-file)
11272 (reftex-insert-bib-matches, reftex-format-citation)
11273 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11274 (reftex-create-bibtex-file): Add docstrings, mostly by converting
11275 existing comments into docstrings.
11276
11277 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11278
11279 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11280
11281 2013-06-12 Andreas Schwab <schwab@suse.de>
11282
11283 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11284 for auto-save files.
11285
11286 2013-06-12 Glenn Morris <rgm@gnu.org>
11287
11288 * ido.el (ido-delete-ignored-files): Remove.
11289 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11290 Go back to calling ido-ignore-item-p directly.
11291
11292 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
11293
11294 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11295
11296 * ido.el (ido-delete-ignored-files): New function,
11297 split from ido-make-file-list-1.
11298 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
11299 (ido-make-file-list-1): Use ido-delete-ignored-files.
11300
11301 2013-06-12 Leo Liu <sdl.web@gmail.com>
11302
11303 * progmodes/octave.el (inferior-octave-startup)
11304 (inferior-octave-completion-table)
11305 (inferior-octave-track-window-width-change)
11306 (octave-eldoc-function-signatures, octave-help)
11307 (octave-find-definition): Use single quoted strings.
11308 (inferior-octave-startup-args): Change default value.
11309 (inferior-octave-startup): Do not hard code "-i" and
11310 "--no-line-editing".
11311 (inferior-octave-resync-dirs): Add optional arg NOERROR.
11312 (inferior-octave-directory-tracker): Use it.
11313 (octave-goto-function-definition): Robustify.
11314 (octave-help): Support highlighting operators in 'See also'.
11315 (octave-find-definition): Find subfunctions only in Octave mode.
11316
11317 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11318
11319 * help-fns.el (help-fns--compiler-macro): If the handler function is
11320 named, then put a link to it.
11321 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11322 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11323 (cl-typep): Use it.
11324 (cl-eval-when): Simplify debug spec.
11325 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
11326 compiler-macro function instead of setting `compiler-macro-file'.
11327
11328 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
11329
11330 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11331 * vc/vc-hooks.el (vc-stay-local): Doc fix.
11332
11333 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11334 Daniel Hackney <dan@haxney.org>
11335
11336 First part of Daniel Hackney's patch to package.el.
11337 * emacs-lisp/package.el: Use defstruct.
11338 (package-desc): New, main struct.
11339 (package--bi-desc, package--ac-desc): New structs, used to describe the
11340 format in external files.
11341 (package-desc-vers): Replace with package-desc-version accessor.
11342 (package-desc-doc): Replace with package-desc-summary accessor.
11343 (package-activate-1): Remove `package' arg since the pkg-vec now
11344 includes the name.
11345 (define-package): Use package-desc-from-define.
11346 (package-unpack-single): Change file-name arg to be a symbol.
11347 (package--add-to-archive-contents): Use package-desc-create and new
11348 accessor functions to package--ac-desc.
11349 (package-buffer-info, package-tar-file-info): Return a package-desc.
11350 (package-install-from-buffer): Remove `type' argument. Change pkg-info
11351 arg to be a package-desc.
11352 (package-install-file): Adjust accordingly. Use \' to match EOS.
11353 (package--from-builtin): New function.
11354 (describe-package-1, package-menu--generate): Use it.
11355 (package--make-autoloads-and-compile): Change name arg to be a symbol.
11356 (package-generate-autoloads): Idem and return the name of the file.
11357 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11358 Change pkg-info arg to be a package-desc.
11359 Use package-make-ac-desc.
11360 (package-upload-file): Use \' to match EOS.
11361 * finder.el (finder-compile-keywords): Use package-make-builtin.
11362
11363 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * vc/vc.el (vc-deduce-fileset): Change error message.
11366 (vc-read-backend): New function.
11367 (vc-next-action): Use it.
11368
11369 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11370
11371 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11372 (prolog-font-lock-keywords): Use regexp-opt instead.
11373 Don't manually highlight strings.
11374 (prolog-mode-variables): Simplify comment-start-skip.
11375 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
11376
11377 * emacs-lisp/generic.el (generic--normalise-comments)
11378 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11379 (generic-mode-set-comments): Use them.
11380 (generic-bracket-support): Use setq-local.
11381 (generic-make-keywords-list): Declare obsolete.
11382
11383 2013-06-11 Glenn Morris <rgm@gnu.org>
11384
11385 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11386 Prettify after setting font-lock-defaults. (Bug#14574)
11387
11388 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
11389
11390 * replace.el (query-replace, occur-read-regexp-defaults-function)
11391 (replace-search):
11392 * subr.el (declare-function, number-sequence, local-set-key)
11393 (substitute-key-definition, locate-user-emacs-file)
11394 (with-silent-modifications, split-string, eval-after-load):
11395 Fix typos, remove unneeded backslashes and reflow some docstrings.
11396
11397 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11398
11399 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11400 default for Elisp files.
11401
11402 2013-06-11 Glenn Morris <rgm@gnu.org>
11403
11404 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11405 although define-derived-mode was doing this anyway. (Bug#14583)
11406
11407 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
11408
11409 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11410 Fix make-variable-buffer-local call to refer to the correct variable.
11411
11412 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
11413
11414 * eshell/em-term.el (eshell-visual-commands)
11415 (eshell-visual-subcommands, eshell-visual-options):
11416 Add summary line to docstrings. Add cross-references.
11417
11418 2013-06-10 Glenn Morris <rgm@gnu.org>
11419
11420 * epa.el (epa-read-file-name): New function. (Bug#14510)
11421 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
11422
11423 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11424
11425 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11426 output redirection to be ignored with visual commands.
11427
11428 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
11429
11430 * eshell/em-term.el (eshell-visual-command-p): New function.
11431 (eshell-term-initialize): Move long lambda to separate function
11432 eshell-visual-command-p.
11433 * eshell/em-dirs.el (eshell-dirs-initialize):
11434 * eshell/em-script.el (eshell-script-initialize):
11435 Add missing #' to lambda.
11436
11437 2013-06-08 Leo Liu <sdl.web@gmail.com>
11438
11439 * progmodes/octave.el (octave-add-log-current-defun): New function.
11440 (octave-mode): Set add-log-current-defun-function.
11441 (octave-goto-function-definition): Do not move point if not found.
11442 (octave-find-definition): Enhance to try subfunctions first.
11443
11444 2013-06-08 Glenn Morris <rgm@gnu.org>
11445
11446 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11447 (byte-compile-backward-char, byte-compile-backward-word):
11448 Improve previous change, to handle non-explicit nil.
11449
11450 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11453 (smie--opener/closer-at-point): New function.
11454 (smie--matching-block-data): Use it. Don't match from right after an
11455 opener or right before a closer. Obey smie-blink-matching-inners.
11456 Don't signal a mismatch for repeated inners like "switch..case..case".
11457
11458 2013-06-07 Leo Liu <sdl.web@gmail.com>
11459
11460 * progmodes/octave.el (octave-mode): Set comment-use-global-state
11461 to t. (Bug#14303)
11462 (octave-function-header-regexp): Fix. (Bug#14570)
11463 (octave-help-mode-finish-hook, octave-help-mode-finish):
11464 Remove. Just use temp-buffer-show-hook.
11465
11466 * newcomment.el (comment-search-backward): Revert last change.
11467 (Bug#14434)
11468
11469 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11470
11471 2013-06-07 Eli Zaretskii <eliz@gnu.org>
11472
11473 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11474 through xargs, to avoid failure due to MS-Windows limitations on
11475 command-line length.
11476
11477 2013-06-06 Glenn Morris <rgm@gnu.org>
11478
11479 * font-lock.el (lisp-font-lock-keywords-2):
11480 Treat user-error like error.
11481
11482 * emacs-lisp/bytecomp.el (byte-compile-char-before)
11483 (byte-compile-backward-char, byte-compile-backward-word):
11484 Handle explicit nil arguments. (Bug#14565)
11485
11486 2013-06-05 Alan Mackenzie <acm@muc.de>
11487
11488 * isearch.el (isearch-allow-prefix): New user option.
11489 (isearch-other-meta-char): Don't exit isearch when a prefix
11490 argument is typed whilst `isearch-allow-prefix' is non-nil.
11491 (Bug#9706)
11492
11493 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * autorevert.el (auto-revert-notify-handler): Use memq.
11496 Hide assertion failure.
11497
11498 * skeleton.el: Use cl-lib.
11499 (skeleton-further-elements): Use defvar-local.
11500 (skeleton-insert): Use cl-progv.
11501
11502 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11503
11504 * progmodes/prog-mode.el (prog-prettify-symbols)
11505 (prog-prettify-install): Update docstrings.
11506
11507 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11508
11509 * simple.el: Move all the prog-mode code to prog-mode.el.
11510 * progmodes/prog-mode.el: New file.
11511 * loadup.el: Add prog-mode.el.
11512
11513 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11514
11515 * simple.el (prog-prettify-symbols): Add version.
11516 (prog-prettify-install): Add convenience function to prettify symbols.
11517
11518 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11519 (perl--augmented-font-lock-keywords-1)
11520 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11521 variables and use it.
11522
11523 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11524 (cfengine3-mode): Remove unneeded variable and use it.
11525
11526 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11527 (lisp--augmented-font-lock-keywords-1)
11528 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11529 Remove unneeded variables and use it.
11530
11531 2013-06-05 João Távora <joaotavora@gmail.com>
11532
11533 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
11534 to point when opening the connection. (Bug#14380)
11535
11536 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11537
11538 * subr.el (load-history-regexp, load-history-filename-element)
11539 (eval-after-load, after-load-functions, do-after-load-evaluation)
11540 (eval-next-after-load, display-delayed-warnings)
11541 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11542 definition of save-match-data.
11543 (overriding-local-map): Remove accidental obsolescence declaration.
11544
11545 * emacs-lisp/edebug.el (edebug-result): Move before first use.
11546
11547 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
11548
11549 Generalize symbol prettify support to prog-mode and implement it
11550 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11551 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11552 (prog--prettify-font-lock-compose-symbol)
11553 (prog-prettify-font-lock-symbols-keywords): New variables and
11554 functions to support symbol prettification.
11555 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11556 (lisp--augmented-font-lock-keywords-1)
11557 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11558 (lisp--prettify-symbols-alist): Implement prettify of lambda.
11559 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11560 (cfengine3--prettify-symbols-alist, cfengine3-mode):
11561 Implement prettify of -> => :: strings.
11562 * progmodes/perl-mode.el (perl-prettify-symbols)
11563 (perl--font-lock-compose-symbol)
11564 (perl--font-lock-symbols-keywords): Move to prog-mode.
11565 (perl--prettify-symbols-alist): Prettify -> => :: strings.
11566 (perl-font-lock-keywords-1)
11567 (perl-font-lock-keywords-2): Remove explicit prettify support.
11568 (perl--augmented-font-lock-keywords)
11569 (perl--augmented-font-lock-keywords-1)
11570 (perl--augmented-font-lock-keywords-2, perl-mode):
11571 Implement prettify support.
11572
11573 2013-06-05 Leo Liu <sdl.web@gmail.com>
11574
11575 Re-implement SMIE matching block highlight using
11576 show-paren-data-function. (Bug#14395)
11577 * emacs-lisp/smie.el (smie-matching-block-highlight)
11578 (smie--highlight-matching-block-overlay)
11579 (smie--highlight-matching-block-lastpos)
11580 (smie-highlight-matching-block)
11581 (smie-highlight-matching-block-mode): Remove.
11582 (smie--matching-block-data-cache): New variable.
11583 (smie--matching-block-data): New function.
11584 (smie-setup): Use smie--matching-block-data for
11585 show-paren-data-function.
11586
11587 * progmodes/octave.el (octave-mode-menu): Fix.
11588 (octave-find-definition): Skip garbage lines.
11589
11590 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11591
11592 Fix compilation error with simultaneous dynamic+lexical scoping.
11593 Add warning when a defvar appears after the first let-binding.
11594 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
11595 (byte-compile-close-variables): Initialize it.
11596 (byte-compile--declare-var): New function.
11597 (byte-compile-file-form-defvar)
11598 (byte-compile-file-form-define-abbrev-table)
11599 (byte-compile-file-form-custom-declare-variable): Use it.
11600 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
11601 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
11602 (byte-compile-bind): Handle dynamic bindings that shadow
11603 lexical bindings.
11604 (byte-compile-unbind): Make arg non-optional.
11605 (byte-compile-let): Simplify.
11606 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
11607 (cconv--analyse-function, cconv-analyse-form): Populate it.
11608 Protect byte-compile-bound-variables to limit the scope of defvars.
11609 (cconv-analyse-form): Add missing rule for (defvar <foo>).
11610 Remove unneeded rule for `declare'.
11611
11612 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
11613 so as to avoid depending on cl-adjoin at run-time.
11614 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
11615
11616 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
11617 (macroexp--warn-and-return): Use it.
11618
11619 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11620
11621 * subr.el: Convert to lexical binding.
11622 (overriding-local-map): Make obsolete.
11623 (add-to-list): Doc fix. Add compiler macro.
11624 (read-key): Swap values of local maps.
11625
11626 2013-06-05 Leo Liu <sdl.web@gmail.com>
11627
11628 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
11629
11630 2013-06-04 Leo Liu <sdl.web@gmail.com>
11631
11632 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
11633 (compilation-auto-jump): Suppress the "Mark set" message to give
11634 way to exit message.
11635
11636 2013-06-04 Alan Mackenzie <acm@muc.de>
11637
11638 Remove faulty optimisation from indentation calculation.
11639 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
11640 search limit based on 2000 characters back from indent-point.
11641
11642 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11643
11644 * eshell/em-term.el (cl-lib): Require `cl-lib'.
11645
11646 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
11647
11648 * emacs-lisp/lisp.el: Use lexical-binding.
11649 (lisp--local-variables-1, lisp--local-variables): New functions.
11650 (lisp--local-variables-completion-table): New var.
11651 (lisp-completion-at-point): Use it complete let-bound vars.
11652
11653 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
11654 eagerly (bug#14422).
11655
11656 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
11657
11658 * autorevert.el (auto-revert-notify-enabled)
11659 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11660 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
11661 (auto-revert-notify-handler): Handle also gfilenotify.
11662
11663 * subr.el (file-notify-handle-event): New defun. Replacing ...
11664 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
11665 Remove.
11666
11667 2013-06-03 Juri Linkov <juri@jurta.org>
11668
11669 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
11670 `M-s h .'. (Bug#14427)
11671
11672 * hi-lock.el (highlight-symbol-at-point): New alias for the new
11673 command `hi-lock-face-symbol-at-point'.
11674 (hi-lock-face-symbol-at-point): New command.
11675 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
11676 (hi-lock-menu): Add `highlight-symbol-at-point'.
11677 (hi-lock-mode): Doc fix.
11678
11679 * isearch.el (isearch-forward-symbol-at-point): New command.
11680 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
11681 (isearch-highlight-regexp): Add a regexp which matches
11682 words/symbols for word/symbol mode.
11683
11684 * subr.el (find-tag-default-bounds): New function with the body
11685 mostly moved from `find-tag-default'.
11686 (find-tag-default): Move most code to `find-tag-default-bounds',
11687 call it and apply `buffer-substring-no-properties' afterwards.
11688
11689 2013-06-03 Tassilo Horn <tsdh@gnu.org>
11690
11691 * eshell/em-term.el (eshell-term-initialize):
11692 Use `cl-intersection' rather than `intersection'.
11693
11694 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
11695
11696 * vc/log-view.el: Doc fix.
11697 (log-view-mode-map): Copy keymap from `special-mode-map'.
11698
11699 2013-06-02 Eric Ludlam <zappo@gnu.org>
11700
11701 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
11702 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
11703 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
11704 (eieio-unbound, eieio-default-superclass)
11705 (eieio--define-field-accessors, method-static, method-before)
11706 (method-primary, method-after, method-num-lists)
11707 (method-generic-before, method-generic-primary)
11708 (method-generic-after, method-num-slots)
11709 (eieio-specialized-key-to-generic-key)
11710 (eieio--check-type, class-v, class-p)
11711 (eieio-class-name, define-obsolete-function-alias)
11712 (eieio-class-parents-fast, eieio-class-children-fast)
11713 (same-class-fast-p, class-constructor, generic-p)
11714 (generic-primary-only-p, generic-primary-only-one-p)
11715 (class-option-assoc, class-option, eieio-object-p)
11716 (class-abstract-p, class-method-invocation-order)
11717 (eieio-defclass-autoload-map, eieio-defclass-autoload)
11718 (eieio-class-un-autoload, eieio-defclass)
11719 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
11720 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
11721 (eieio--defgeneric-init-form, eieio-defgeneric-form)
11722 (eieio-defgeneric-reset-generic-form)
11723 (eieio-defgeneric-form-primary-only)
11724 (eieio-defgeneric-reset-generic-form-primary-only)
11725 (eieio-defgeneric-form-primary-only-one)
11726 (eieio-defgeneric-reset-generic-form-primary-only-one)
11727 (eieio-unbind-method-implementations)
11728 (eieio--defmethod, eieio--typep)
11729 (eieio-perform-slot-validation, eieio-validate-slot-value)
11730 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
11731 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
11732 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
11733 (eieio-slot-name-index, eieio-class-slot-name-index)
11734 (eieio-set-defaults, eieio-initarg-to-attribute)
11735 (eieio-attribute-to-initarg, eieio-c3-candidate)
11736 (eieio-c3-merge-lists, eieio-class-precedence-c3)
11737 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
11738 (eieio-class-precedence-list, eieio-generic-call-methodname)
11739 (eieio-generic-call-arglst, eieio-generic-call-key)
11740 (eieio-generic-call-next-method-list)
11741 (eieio-pre-method-execution-functions, eieio-generic-call)
11742 (eieio-generic-call-primary-only, eieiomt-method-list)
11743 (eieiomt-optimizing-obarray, eieiomt-install)
11744 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
11745 (eieio-generic-form, eieio-defmethod, make-obsolete)
11746 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
11747 (defclass): Remove `eval-and-compile' from macro.
11748 (call-next-method, shared-initialize): Instead of using
11749 `scoped-class' variable, use new eieio--scoped-class, and
11750 eieio--with-scoped-class.
11751 (initialize-instance): Rename local variable 'scoped-class' to
11752 'this-class' to remove ambiguitity from old global.
11753
11754 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
11755 eieio.el.
11756 (eieio--scoped-class-stack): New variable.
11757 (eieio--scoped-class): New fcn.
11758 (eieio--with-scoped-class): New scoping macro.
11759 (eieio-defclass): Use pushnew instead of add-to-list.
11760 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
11761 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
11762 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
11763 `scoped-class' variable, use new eieio--scoped-class, and
11764 eieio--with-scoped-class.
11765
11766 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
11767
11768 2013-06-02 Tassilo Horn <tsdh@gnu.org>
11769
11770 * eshell/esh-ext.el (eshell-external-command): Pass args to
11771 `eshell-find-interpreter'.
11772 (eshell-find-interpreter): Add new second parameter ARGS.
11773
11774 * eshell/em-script.el (eshell-script-initialize): Add second arg
11775 to the function added as MATCH to `eshell-interpreter-alist'.
11776
11777 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
11778 the function added as MATCH to `eshell-interpreter-alist'.
11779
11780 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
11781 (eshell-visual-options): New defcustom.
11782 (eshell-escape-control-x): Adapt docstring.
11783 (eshell-term-initialize): Test `eshell-visual-subcommands' and
11784 `eshell-visual-options' in addition to `eshell-visual-commands'.
11785 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
11786
11787 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
11788
11789 * progmodes/python.el (python-indent-block-enders): Add break,
11790 continue and raise keywords.
11791
11792 2013-06-01 Glenn Morris <rgm@gnu.org>
11793
11794 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11795
11796 Plain (f)boundp silences compilation warnings since Emacs 22.1.
11797 * progmodes/cc-cmds.el (delete-forward-p):
11798 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11799 * progmodes/cc-engine.el (buffer-syntactic-context):
11800 * progmodes/cc-fonts.el (face-property-instance):
11801 * progmodes/cc-mode.el (set-keymap-parents):
11802 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11803 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11804 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11805 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11806 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11807
11808 * progmodes/cc-vars.el (other): Emacs has this widget since
11809 at least 21.1, so don't (re)define it.
11810
11811 * eshell/em-cmpl.el (eshell-cmpl-initialize):
11812 Replace the obsolete alias pcomplete-arg-quote-list.
11813
11814 2013-06-01 Leo Liu <sdl.web@gmail.com>
11815
11816 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11817 punctuation syntax.
11818 (inferior-octave-minimal-columns)
11819 (inferior-octave-last-column-width): New variables.
11820 (inferior-octave-track-window-width-change): New function.
11821 (inferior-octave-mode): Adjust column width so that Octave output,
11822 for example from 'ls', can fit into the window nicely.
11823
11824 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11825
11826 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11827 Highlight expansions inside regexp literals.
11828
11829 2013-05-31 Glenn Morris <rgm@gnu.org>
11830
11831 * obsolete/sym-comp.el (symbol-complete):
11832 Replace obsolete completion-annotate-function.
11833
11834 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11835
11836 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
11837
11838 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11839 New function, checks if point is inside a literal that allows
11840 expression expansion.
11841 (ruby-syntax-propertize-expansion): Use it.
11842 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11843 around the body.
11844
11845 2013-05-30 Juri Linkov <juri@jurta.org>
11846
11847 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11848 to "\M-si".
11849 (isearch-invisible): New variable.
11850 (isearch-forward): Doc fix.
11851 (isearch-mode): Set `isearch-invisible'
11852 to the value of `search-invisible'.
11853 (isearch-toggle-case-fold): Doc fix.
11854 (isearch-toggle-invisible): New command.
11855 (isearch-query-replace): Let-bind `search-invisible'
11856 to the value of `isearch-invisible'.
11857 (isearch-search): Use `isearch-invisible' instead of
11858 `search-invisible'. Let-bind `search-invisible'
11859 to the value of `isearch-invisible'. (Bug#11378)
11860
11861 2013-05-30 Juri Linkov <juri@jurta.org>
11862
11863 * replace.el (perform-replace): Avoid `isearch-range-invisible'
11864 call when `query-flag' is nil and `search-invisible' is non-nil.
11865 (Bug#11746)
11866
11867 2013-05-30 Glenn Morris <rgm@gnu.org>
11868
11869 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11870
11871 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11872 (cc-require): Suppress spurious "noruntime" warnings.
11873 (cc-require-when-compile): Use fboundp, for sake of compiler.
11874
11875 * progmodes/cc-mode.el: Move load of cc-vars before that of
11876 cc-langs (which in turn loads cc-vars), to quieten compiler.
11877
11878 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11879
11880 * paren.el: Simplify the code.
11881 (show-paren-mode): Always start the timer.
11882 (show-paren--idle-timer): Rename from show-paren-idle-timer.
11883 (show-paren--overlay, show-paren--overlay-1): Rename from
11884 show-paren-overlay and show-paren-overlay-1, and initialize to an
11885 overlay rather than to nil.
11886 (show-paren-function): Misc cleanup and simplifications.
11887
11888 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
11889
11890 * paren.el (show-paren-data-function): New hook.
11891 (show-paren--default): New function, extracted from show-paren-function.
11892 (show-paren-function): Use show-paren-data-function.
11893
11894 2013-05-30 Glenn Morris <rgm@gnu.org>
11895
11896 * ielm.el (ielm-map, ielm-complete-symbol):
11897 Use completion-at-point rather than obsolete functions.
11898 (inferior-emacs-lisp-mode): Doc fix.
11899 Set completion-at-point-functions, rather than
11900 comint-dynamic-complete-functions.
11901
11902 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11903 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11904 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11905
11906 * image.el (image-animated-p): Tweak definition.
11907
11908 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11909 (rlogin-process-connection-type): Tweak default. Add set-after.
11910 (rlogin-host): Doc fix.
11911 (rlogin): Tweak prompt.
11912 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11913
11914 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11915 * progmodes/tcl.el (inferior-tcl-mode-map):
11916 Use completion-at-point rather than obsolete alias.
11917
11918 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11919
11920 * minibuffer.el (read-file-name-completion-ignore-case):
11921 Move before completion--in-region, for eager macro expansion.
11922
11923 2013-05-29 Juri Linkov <juri@jurta.org>
11924
11925 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11926 for total count of matching lines. Add `global-matches' for total
11927 count of matches. Rename `matches' to `lines' for count of
11928 matching lines. Add `matches' for count of matches.
11929 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
11930 to `prev-line' for line number of prev match endpt.
11931 Increment `matches' for every match. Print the number of
11932 matching lines in the header.
11933 (occur-context-lines): Rename `lines' to `curr-line'.
11934 Rename `prev-lines' to `prev-line'. (Bug#14017)
11935
11936 2013-05-29 Juri Linkov <juri@jurta.org>
11937
11938 * replace.el (perform-replace): Add `skip-read-only-count',
11939 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11940 Increment them for corresponding conditions and report the number
11941 of skipped occurrences in the final message. (Bug#11746)
11942 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11943 (replace-string, replace-regexp): Doc fix.
11944
11945 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11946
11947 * emacs-lisp/trace.el (trace--read-args): Provide a default.
11948
11949 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11950 prog-mode-map (bug#14504).
11951
11952 2013-05-29 Leo Liu <sdl.web@gmail.com>
11953
11954 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11955 (octave-help): Small simplification.
11956
11957 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11958 off the highlight first.
11959
11960 2013-05-29 Glenn Morris <rgm@gnu.org>
11961
11962 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11963 Handle idlwave-last-system-routine-info-cons-cell being nil.
11964
11965 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11966 (idlwave-write-paths): Simplify via with-temp-buffer.
11967
11968 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11969 * emulation/cua-rect.el: Also load cua-base at run time.
11970
11971 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11972 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11973 (cperl-imenu-on-info): Require imenu.
11974
11975 2013-05-28 Alan Mackenzie <acm@muc.de>
11976
11977 Handle "capitalised keywords" correctly.
11978 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11979
11980 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
11981
11982 * eshell/em-unix.el: Add -r option to cp.
11983
11984 2013-05-28 Glenn Morris <rgm@gnu.org>
11985
11986 * vc/vc-arch.el (vc-exec-after): Declare.
11987 (vc-switches): Autoload.
11988 * vc/vc-bzr.el: No need to require vc when compiling.
11989 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11990 (vc-resynch-buffer, vc-dir-refresh): Declare.
11991 (vc-setup-buffer, vc-switches): Autoload.
11992 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11993 (vc-resynch-buffer): Declare.
11994 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11995 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11996 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11997 (grep-read-regexp, grep-read-files, grep-expand-template)
11998 (vc-dir-refresh): Declare.
11999 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12000 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12001 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12002 * vc/vc-mtn.el (vc-exec-after): Declare.
12003 (vc-switches): Autoload.
12004 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12005 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12006 (vc-file-tree-walk): Declare.
12007 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12008 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12009 (vc-tag-precondition, vc-rename-master): Autoload.
12010 * vc/vc-svn.el (vc-exec-after): Declare.
12011 (vc-switches, vc-setup-buffer): Autoload.
12012 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12013 Autoload.
12014 (vc-resynch-buffer): Declare.
12015
12016 * obsolete/fast-lock.el (byte-compile-warnings):
12017 Don't warn about obsolete features in this obsolete file.
12018
12019 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12020 Move definition before use.
12021
12022 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12023 (dun-unix-verbs): Remove dun-zippy.
12024 (dun-zippy): Remove function.
12025
12026 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12027
12028 2013-05-27 Juri Linkov <juri@jurta.org>
12029
12030 * replace.el (replace-search): New function with code moved out
12031 from `perform-replace'.
12032 (replace-highlight, replace-dehighlight): Move function definitions
12033 up closer to `replace-search'. (Bug#11746)
12034
12035 2013-05-27 Juri Linkov <juri@jurta.org>
12036
12037 * replace.el (perform-replace): Ignore invisible matches.
12038 In addition to checking `query-replace-skip-read-only', also
12039 filter out matches by calling `run-hook-with-args-until-failure'
12040 on `isearch-filter-predicates', and also check `search-invisible'
12041 for t or call `isearch-range-invisible'.
12042 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
12043
12044 2013-05-27 Juri Linkov <juri@jurta.org>
12045
12046 * isearch.el (isearch-filter-predicates): Rename from
12047 `isearch-filter-predicate'. Doc fix. (Bug#11378)
12048 (isearch-message-prefix): Display text from the property
12049 `isearch-message-prefix' of the currently active filters.
12050 (isearch-search): Don't compare `isearch-filter-predicate' with
12051 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
12052 on `isearch-filter-predicates'. Also check `search-invisible' for t
12053 or call `isearch-range-invisible'.
12054 (isearch-filter-visible): Make obsolete.
12055 (isearch-lazy-highlight-search):
12056 Call `run-hook-with-args-until-failure' on
12057 `isearch-filter-predicates' and use `isearch-range-invisible'.
12058
12059 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12060 `isearch-filter-predicates' instead of `funcall'ing
12061 `isearch-filter-predicate'.
12062 (Info-mode): Set `Info-isearch-filter' to
12063 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12064
12065 * dired-aux.el (dired-isearch-filter-predicate-orig):
12066 Remove variable.
12067 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12068 (dired-isearch-filenames-end): Add and remove
12069 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12070 instead of changing the value of `isearch-filter-predicate'.
12071 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12072 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12073 Put property `isearch-message-prefix' to "filename " on
12074 `dired-isearch-filter-filenames'.
12075
12076 * wdired.el (wdired-change-to-wdired-mode):
12077 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12078 locally instead of changing `isearch-filter-predicate'.
12079 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12080
12081 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
12082
12083 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12084 return the commit hash (Bug#14459). Also set the
12085 `vc-git-detached' property.
12086 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12087 (vc-git-mode-line-string): Use the same help-echo format whether
12088 in detached mode or not, because we know the actual revision now.
12089 When in detached mode, shorten the revision to 7 chars.
12090
12091 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12092
12093 * emacs-lisp/easy-mmode.el (define-minor-mode):
12094 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12095 mode hook and provide a docstring.
12096
12097 2013-05-27 Alan Mackenzie <acm@muc.de>
12098
12099 Remove spurious syntax-table text properties inserted by C-y.
12100 * progmodes/cc-mode.el (c-after-change): Also clear hard
12101 syntax-table property with value nil.
12102
12103 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
12104
12105 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12106 when reading the events; the buffer layout shall not be changed.
12107
12108 2013-05-27 Leo Liu <sdl.web@gmail.com>
12109
12110 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12111 New variable.
12112 (inferior-octave-directory-tracker): Automatically re-sync
12113 default-directory.
12114 (octave-help): Improve handling of 'See also'.
12115
12116 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12117
12118 * doc-view.el: Minor naming convention tweaks.
12119 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12120
12121 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12122 even if there's no `display' property yet (bug#14435).
12123
12124 2013-05-25 Eli Zaretskii <eliz@gnu.org>
12125
12126 * subr.el (unmsys--file-name): Rename from reveal-filename.
12127
12128 * Makefile.in (custom-deps, finder-data, autoloads)
12129 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12130 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12131 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12132
12133 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12136 error-completion on the first 2 args of condition-case (bug#14446).
12137 Don't burp at EOB.
12138
12139 2013-05-25 Leo Liu <sdl.web@gmail.com>
12140
12141 * comint.el (comint-previous-matching-input): Do not flood the
12142 *Messages* buffer with trivial messages.
12143
12144 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12145
12146 * progmodes/flymake.el (flymake-nop): Don't return a string.
12147 (flymake-set-at): Fix typo.
12148
12149 * simple.el (read--expression): New function, extracted from
12150 eval-expression. Set completion-at-point-functions (bug#14465).
12151 (eval-expression, eval-minibuffer): Use it.
12152
12153 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
12154
12155 * progmodes/flymake.el (flymake-save-buffer-in-file)
12156 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12157 (flymake-selected-frame, flymake-log, flymake-ins-after)
12158 (flymake-set-at, flymake-get-buildfile-from-cache)
12159 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12160 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12161 Refine the doc string.
12162 (flymake-get-file-name-mode-and-masks): Reformat.
12163 (flymake-get-real-file-name-function): Fix a minor bug.
12164
12165 2013-05-24 Juri Linkov <juri@jurta.org>
12166
12167 * progmodes/grep.el (grep-mode-font-lock-keywords):
12168 Support =linenumber= format used by git-grep for lines with
12169 function names. (Bug#13549)
12170
12171 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12172
12173 * progmodes/octave.el (octave-smie-rules): Return nil rather than
12174 0 after a semi-colon; it works better for smie-auto-fill.
12175 (octave--indent-new-comment-line): New function.
12176 (octave-indent-new-comment-line): Use it (indirectly).
12177 (octave-mode): Don't disable smie-auto-fill. Use add-function to
12178 modify comment-line-break-function.
12179
12180 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12181 (smie-setup): Use add-function to set it.
12182
12183 2013-05-24 Sam Steingold <sds@gnu.org>
12184
12185 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12186 argument (before the `interactive' argument).
12187
12188 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12189
12190 * image-mode.el (image-mode-winprops): Add winprops to
12191 image-mode-winprops-alist before running
12192 image-mode-new-window-functions.
12193 * doc-view.el (doc-view-new-window-function): Don't delay
12194 doc-view-goto-page via timers (bug#14435).
12195
12196 2013-05-24 Tassilo Horn <tsdh@gnu.org>
12197
12198 * doc-view.el: Integrate with desktop.el. (Bug#14435)
12199 (doc-view-desktop-save-buffer): New function.
12200 (doc-view-restore-desktop-buffer): New function.
12201 (desktop-buffer-mode-handlers):
12202 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12203 handler.
12204 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12205 `desktop-save-buffer' function.
12206
12207 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
12208
12209 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12210 (tramp-gvfs-file-name-handler): Raise a user error when
12211 `tramp-gvfs-enabled' is nil.
12212 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12213 Do not raise a user error when loading package. (Bug#14447)
12214
12215 * net/xesam.el: Move to obsolete/.
12216
12217 2013-05-24 Glenn Morris <rgm@gnu.org>
12218
12219 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12220
12221 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12222
12223 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12224 (Info-find-node, Man-getpage-in-background): Declare.
12225
12226 * mail/unrmail.el (unrmail):
12227 Replace obsolete detect-coding-with-priority.
12228
12229 * net/socks.el (socks-split-string): Use this rather than split-string.
12230 (socks-nslookup-host): Update for above change.
12231 (dynamic-choice, s5-dynamic-choice-match)
12232 (s5-dynamic-choice-match-inline, s5-widget-value-create):
12233 Comment out unused code.
12234
12235 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12236 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12237 (gud-tooltip-echo-area): Make obsolete.
12238 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12239
12240 * progmodes/js.el (js--optimize-arglist): Declare.
12241
12242 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12243
12244 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12245 (ediff-window-C): Declare.
12246
12247 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12248 Tweak requires to silence compiler.
12249
12250 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12251 (he-search-string, he-tried-table, he-expand-list)
12252 (he-init-string, he-string-member, he-substitute-string)
12253 (he-reset-string): Declare.
12254
12255 * obsolete/options.el (list-options): Use custom-variable-p,
12256 rather than obsolete alias.
12257
12258 2013-05-23 Sam Steingold <sds@gnu.org>
12259
12260 * simple.el (shell-command-on-region): Pass the `replace' argument
12261 down to `call-process-region' to comply with the doc as reported on
12262 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12263
12264 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12265
12266 * emacs-lisp/smie.el (smie-indent-forward-token)
12267 (smie-indent-backward-token): Handle string tokens (bug#14381).
12268
12269 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12270
12271 * ielm.el (ielm-menu): New menu.
12272 (inferior-emacs-lisp-mode): Set comment-start.
12273
12274 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12275
12276 * textmodes/reftex.el (reftex-ref-style-toggle):
12277 Fix deactivate action.
12278
12279 * textmodes/reftex-vars.el (reftex-ref-style-alist):
12280 Add cleveref macros.
12281
12282 * textmodes/reftex-parse.el
12283 (reftex-locate-bibliography-files): Accept options for
12284 bibliography commands.
12285 * textmodes/reftex-vars.el (reftex-bibliography-commands):
12286 Add addbibresource. Basic Biblatex support.
12287
12288 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
12289
12290 * net/tramp-gvfs.el (top):
12291 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12292 when loading package. (Bug#14447)
12293
12294 2013-05-23 Glenn Morris <rgm@gnu.org>
12295
12296 * progmodes/js.el: No need to load comint when compiling.
12297 (ring-insert, comint-send-string, comint-send-input)
12298 (comint-last-input-end, ido-chop): Declare.
12299
12300 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12301 * vc/ediff-mult.el: Adjust requires.
12302 (ediff-directories-internal, ediff-directory-revisions-internal)
12303 (ediff-patch-file-internal): Declare.
12304 * vc/ediff-ptch.el: Adjust requires.
12305 (ediff-use-last-dir, ediff-buffers-internal): Declare.
12306 (ediff-find-file): Autoload.
12307 * vc/ediff-util.el: No need to load ediff when compiling.
12308 (ediff-regions-internal): Declare.
12309 * vc/ediff-wind.el: Adjust requires.
12310 (ediff-compute-toolbar-width): Define when compiling.
12311 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12312 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12313 (dired-get-filename, dired-get-marked-files)
12314 (ediff-last-dir-patch, ediff-patch-default-directory)
12315 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12316 (ediff-patch-buffer-internal): Declare.
12317
12318 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12319 (ispell-process, ispell-buffer-local-words, lm-summary)
12320 (lm-section-start, lm-section-end): Declare.
12321 (checkdoc-ispell-init): Simplify.
12322
12323 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12324 (he-string-member, he-reset-string, he-substitute-string): Declare.
12325
12326 * eshell/em-ls.el: Adjust requires.
12327 (eshell-glob-regexp): Declare.
12328 * eshell/em-tramp.el: Adjust requires.
12329 (eshell-parse-command): Autoload.
12330 * eshell/em-xtra.el: Adjust requires.
12331 (eshell-parse-command): Autoload.
12332 * eshell/esh-ext.el: Adjust requires.
12333 (eshell-parse-command, eshell-close-handles): Autoload.
12334 * eshell/esh-io.el: Adjust requires.
12335 (eshell-output-filter): Autoload.
12336 * eshell/esh-util.el: No need to load tramp when compiling.
12337 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12338 Declare.
12339 (eshell-parse-ange-ls): Require ange-ftp and tramp.
12340 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12341 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12342 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12343 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12344 * eshell/esh-opt.el, eshell/esh-proc.el:
12345 * eshell/esh-var.el: Adjust requires.
12346 * eshell/eshell.el: Do not require esh-util twice.
12347 (eshell-add-input-to-history): Declare.
12348 (eshell-command): Check history module is active before using it.
12349
12350 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12351
12352 2013-05-22 Leo Liu <sdl.web@gmail.com>
12353
12354 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12355
12356 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
12357
12358 * autorevert.el (auto-revert-notify-add-watch)
12359 (auto-revert-notify-handler): Add `attrib' for the inotify case,
12360 it indicates changes in file modification time.
12361
12362 2013-05-22 Glenn Morris <rgm@gnu.org>
12363
12364 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12365 Always delete the autoloaded function from the noruntime and
12366 unresolved functions lists.
12367
12368 * allout.el: No need to load epa, epg, overlay when compiling.
12369 (epg-context-set-passphrase-callback, epg-list-keys)
12370 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12371 (epg-key-user-id-list): Declare.
12372
12373 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12374 (viper-set-parsing-style-toggling-macro)
12375 (viper-set-emacs-state-searchstyle-macros):
12376 Use called-interactively-p on Emacs.
12377 (viper-looking-back): Make it an obsolete alias. Update callers.
12378 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12379 Use looking-back rather than viper-looking-back.
12380 (viper-tmp-insert-at-eob, viper-enlarge-region)
12381 (viper-read-string-with-history, viper-register-to-point)
12382 (viper-append-to-register, viper-change-state-to-vi)
12383 (viper-backward-char-carefully, viper-forward-char-carefully)
12384 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12385 (viper-change-state-to-emacs): Declare.
12386 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12387 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12388 * emulation/viper-mous.el: Do not load viper-cmd.
12389 (viper-backward-char-carefully, viper-forward-char-carefully)
12390 (viper-forward-word, viper-adjust-window): Declare.
12391
12392 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12393
12394 * progmodes/idlw-help.el (idlwave-help-fontify):
12395 Use called-interactively-p.
12396
12397 * term/w32console.el (w32-get-console-codepage)
12398 (w32-get-console-output-codepage): Declare.
12399
12400 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12401 Remove unnecessary declarations.
12402 (dframe-message): Doc fix.
12403
12404 * info.el (dframe-select-attached-frame, dframe-current-frame):
12405 Declare.
12406
12407 * speedbar.el (speedbar-message): Make it an obsolete alias.
12408 Update all callers.
12409 (speedbar-with-attached-buffer)
12410 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12411 (speedbar-with-writable): Use backquote.
12412 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12413 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12414 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12415 rather than speedbar- aliases.
12416 * mail/rmail.el: Load dframe rather than speedbar when compiling.
12417 (speedbar-make-specialized-keymap, speedbar-insert-button)
12418 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12419 (speedbar-do-function-pointer): Declare.
12420 (rmail-speedbar-button, rmail-speedbar-find-file)
12421 (rmail-speedbar-move-message):
12422 Use dframe-with-attached-buffer rather than speedbar- alias.
12423 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12424 (dframe-message, speedbar-make-specialized-keymap)
12425 (speedbar-add-expansion-list, speedbar-mode-functions-list)
12426 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12427 (speedbar-insert-button, dframe-select-attached-frame)
12428 (dframe-maybee-jump-to-attached-frame)
12429 (speedbar-change-initial-expansion-list)
12430 (speedbar-previously-used-expansion-list-name): Declare.
12431 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12432 Use dframe-message, dframe-with-attached-buffer rather than
12433 speedbar- aliases.
12434 (gud-sentinel): Silence compiler.
12435 * progmodes/vhdl-mode.el (speedbar-refresh)
12436 (speedbar-do-function-pointer, speedbar-add-supported-extension)
12437 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12438 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12439 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12440 (speedbar-file-lists, speedbar-make-tag-line)
12441 (speedbar-line-directory, speedbar-goto-this-file)
12442 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12443 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12444 (speedbar-make-button, speedbar-reset-scanners)
12445 (speedbar-files-item-info, speedbar-line-text)
12446 (speedbar-find-file-in-frame, speedbar-set-timer)
12447 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12448 (speedbar-with-writable): Do not (re)define it.
12449 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12450 rather than speedbar- alias.
12451
12452 2013-05-21 Leo Liu <sdl.web@gmail.com>
12453
12454 * progmodes/octave.el (octave-mode-menu): Update and re-organize
12455 menu items.
12456 (octave-mode): Tweak fill-nobreak-predicate.
12457 (inferior-octave-startup): Check process to avoid infinite loop.
12458 (inferior-octave): Pop to buffer first to show abornmal process
12459 exit information.
12460
12461 2013-05-21 Glenn Morris <rgm@gnu.org>
12462
12463 * printing.el (pr-menu-bar): Define when compiling.
12464
12465 2013-05-21 Leo Liu <sdl.web@gmail.com>
12466
12467 * progmodes/octave.el (octave-auto-fill): Remove.
12468 (octave-indent-new-comment-line): Improve.
12469 (octave-mode): Use auto fill mode through
12470 comment-line-break-function and fill-nobreak-predicate.
12471 (octave-goto-function-definition): Support DEFUN_DLD.
12472 (octave-beginning-of-defun): Small tweak.
12473 (octave-help): Show parent directory.
12474
12475 2013-05-21 Glenn Morris <rgm@gnu.org>
12476
12477 * files.el (dired-unmark):
12478 * progmodes/gud.el (gdb-input): Update declarations.
12479
12480 * calculator.el (electric, ehelp): No need to load when compiling.
12481 (Electric-command-loop, electric-describe-mode): Declare.
12482
12483 * doc-view.el (doc-view-current-converter-processes): Move before use.
12484
12485 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12486 Move MODE-set-explicitly definition before use.
12487
12488 * international/mule-diag.el (mule-diag):
12489 Don't use obsolete window-system-version.
12490
12491 * mail/feedmail.el (smtpmail): No need to load when compiling.
12492 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12493
12494 * mail/mail-utils.el (rfc822): No need to load when compiling.
12495 (rfc822-addresses): Autoload it.
12496 (mail-strip-quoted-names): Trivial simplification.
12497
12498 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12499 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12500
12501 * net/snmp-mode.el (tempo): Don't duplicate requires.
12502
12503 * progmodes/prolog.el (info): No need to load when compiling.
12504 (comint): Require before shell requires it.
12505 (Info-goto-node): Autoload it.
12506 (Info-follow-nearest-node): Declare.
12507 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12508
12509 * textmodes/artist.el (picture-mode-exit): Declare.
12510
12511 * textmodes/reftex-parse.el (reftex-parse-from-file):
12512 Trivial rewrite so the compiler can parse it better.
12513
12514 2013-05-20 Leo Liu <sdl.web@gmail.com>
12515
12516 * progmodes/octave.el (octave-help-mode-map)
12517 (octave-help-mode-finish-hook): New variables.
12518 (octave-help-mode, octave-help-mode-finish): New functions.
12519 (octave-help): Use octave-help-mode.
12520
12521 2013-05-20 Glenn Morris <rgm@gnu.org>
12522
12523 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
12524
12525 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
12526
12527 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12528 start at point, so that expansion starting right after opening
12529 slash in a regexp is recognized.
12530 (ruby-syntax-before-regexp-re): New defvar, extracted from
12531 ruby-syntax-propertize-function. Since the value of this regexp
12532 is looked up at runtime now, we should be able to turn
12533 `ruby-syntax-methods-before-regexp' into a defcustom later.
12534 (ruby-syntax-propertize-function): Split regexp matching into two
12535 parts, for opening and closing slashes. That allows us to skip
12536 over string interpolations and support multiline regexps.
12537 Don't call `ruby-syntax-propertize-expansions', instead use another rule
12538 for them, which calls `ruby-syntax-propertize-expansion'.
12539 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12540 call to `ruby-syntax-propertize-function'.
12541 (ruby-syntax-propertize-expansion): Extracted from
12542 `ruby-syntax-propertize-expansions'. Handles one expansion.
12543 (ruby-syntax-propertize-percent-literal): Leave point right after
12544 the percent symbol, so that the expression expansion rule can
12545 propertize the contents.
12546 (ruby-syntax-propertize-heredoc): Leave point at bol following the
12547 heredoc openers.
12548 (ruby-syntax-propertize-expansions): Remove.
12549
12550 2013-05-18 Juri Linkov <juri@jurta.org>
12551
12552 * man.el (Man-default-man-entry): Remove `-' from the end
12553 of the default value. (Bug#14400)
12554
12555 2013-05-18 Glenn Morris <rgm@gnu.org>
12556
12557 * comint.el (comint-password-prompt-regexp):
12558 Allow "password for XXX" where XXX contains colons (eg https://...).
12559
12560 2013-05-18 Leo Liu <sdl.web@gmail.com>
12561
12562 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
12563 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
12564 (octave-source-directories): Don't check process.
12565 (octave-source-directories, octave-find-definition): Doc fix.
12566
12567 2013-05-18 Glenn Morris <rgm@gnu.org>
12568
12569 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12570 Remove backspace/delete bindings. (Bug#14392)
12571
12572 * cus-dep.el (custom-make-dependencies): Sort the output.
12573 (custom-versions-load-alist): Convert comment to doc.
12574
12575 2013-05-17 Leo Liu <sdl.web@gmail.com>
12576
12577 * newcomment.el (comment-search-backward): Stricter in finding
12578 comment start. (Bug#14303)
12579
12580 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12581 (octave-comment-start-skip): Properly anchored.
12582
12583 2013-05-17 Leo Liu <sdl.web@gmail.com>
12584
12585 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
12586 Clean up when turned off. (Bug#14395)
12587 (smie--highlight-matching-block-overlay): No longer buffer-local.
12588 (smie-highlight-matching-block): Adjust.
12589
12590 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
12591
12592 Doc string fix for "nanoseconds" (Bug#14406).
12593 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
12594 Fix doc string typo that had "nanoseconds" instead of "microseconds".
12595
12596 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
12597
12598 * calc/calc-units.el (math-extract-units): Preserve powers
12599 of units.
12600
12601 2013-05-17 Leo Liu <sdl.web@gmail.com>
12602
12603 * subr.el (delete-consecutive-dups): New function.
12604 * ido.el (ido-set-matches-1): Use it.
12605 * progmodes/octave.el (inferior-octave-completion-table): Use it.
12606 * ido.el (ido-remove-consecutive-dups): Remove.
12607
12608 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12609
12610 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12611 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
12612 regexp-opt's `words'.
12613
12614 2013-05-16 Leo Liu <sdl.web@gmail.com>
12615
12616 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
12617 (smie--highlight-matching-block-overlay)
12618 (smie--highlight-matching-block-lastpos)
12619 (smie--highlight-matching-block-timer): New variables.
12620 (smie-highlight-matching-block): New function.
12621 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
12622 (smie-setup): Conditionally enable smie-blink-matching-open.
12623
12624 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
12625
12626 Sync with upstream verilog-mode r840.
12627 * progmodes/verilog-mode.el (verilog-mode-version)
12628 (verilog-mode-release-date): Update.
12629 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
12630 (verilog-sig-tieoff): Fix string error on
12631 AUTORESET with colon define, bug594. Reported by Andrew Hou.
12632 (verilog-read-decls): Fix parameters confusing
12633 AUTOINST interfaces, bug565. Reported by Leith Johnson.
12634
12635 2013-05-16 Eli Zaretskii <eliz@gnu.org>
12636
12637 * subr.el (reveal-filename): New function.
12638
12639 * loadup.el: Compute Emacs executable versions on MS-Windows,
12640 where executables have the .exe extension. Add a hard link
12641 emacs-XX.YY.ZZ.exe on MS-Windows.
12642
12643 * Makefile.in (XARGS_LIMIT): New variable.
12644 (custom-deps, finder-data, autoloads)
12645 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12646 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12647 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
12648 (compile-main): Limit xargs according to $(XARGS_LIMIT).
12649
12650 2013-05-16 Leo Liu <sdl.web@gmail.com>
12651
12652 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
12653 (octave-mode-menu, octave-mode-map): Remove its uses.
12654
12655 2013-05-16 Reto Zimmermann <reto@gnu.org>
12656
12657 Sync with upstream vhdl mode v3.34.2.
12658 * progmodes/vhdl-mode.el: Use `push' throughout.
12659 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
12660 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
12661 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
12662 (vhdl-actual-generic-name): New option to derive actual generic name.
12663 (vhdl-port-paste-signals): Replace formal by actual generics.
12664 (vhdl-beautify): New name for old group vhdl-align. Update users.
12665 (vhdl-beautify-options): New option.
12666 (vhdl-last-input-event): New compat alias. Use throughout.
12667 (vhdl-goto-line): Replace user level function `goto-line'.
12668 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
12669 vhdl-fix-statement-buffer.
12670 (vhdl-create-mode-menu): Add some entries.
12671 (vhdl-align-region-groups): Respect vhdl-beautify-options.
12672 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
12673 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
12674 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
12675 to force statements on one line.
12676 (vhdl-remove-trailing-spaces-region):
12677 New, split from vhdl-remove-trailing-spaces.
12678 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
12679 Respect vhdl-beautify-options.
12680 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
12681 (vhdl-update-sensitivity-list): Not add with index if exists without.
12682 Not include array index with signal. Ignore keywords in comments.
12683 (vhdl-get-visible-signals): Regexp tweaks.
12684 (vhdl-template-component-inst): Handle empty library.
12685 (vhdl-template-type): Add template for 'enum' type.
12686 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
12687 Use vhdl-replace-string.
12688 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
12689 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
12690 (vhdl-speedbar-initialize): Update for above name change.
12691 (vhdl-compose-wire-components): Fix in handling of constants.
12692 (vhdl-error-regexp-emacs-alist): New variable.
12693 (vhdl-error-regexp-add-emacs): New function;
12694 adds support for new compile.el (Emacs 22+)
12695 (vhdl-generate-makefile-1): Change target order for single lib. units.
12696 Allow use of absolute file names.
12697
12698 2013-05-16 Leo Liu <sdl.web@gmail.com>
12699
12700 * simple.el (prog-indent-sexp): Indent enclosing defun.
12701
12702 2013-05-15 Glenn Morris <rgm@gnu.org>
12703
12704 * cus-start.el (show-trailing-whitespace): Move to editing basics.
12705 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
12706 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
12707 (whitespace-highlight): Move to whitespace group.
12708
12709 * comint.el (comint-source):
12710 * pcmpl-linux.el (pcmpl-linux):
12711 * shell.el (shell-faces):
12712 * eshell/esh-opt.el (eshell-opt):
12713 * international/ccl.el (ccl): Remove empty custom groups.
12714
12715 * completion.el (dynamic-completion-mode):
12716 * jit-lock.el (jit-lock-debug-mode):
12717 * minibuffer.el (completion-in-region-mode):
12718 * type-break.el (type-break-mode-line-message-mode)
12719 (type-break-query-mode):
12720 * emulation/tpu-edt.el (tpu-edt-mode):
12721 * progmodes/subword.el (global-subword-mode, global-superword-mode):
12722 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12723 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
12724
12725 * term/xterm.el (xterm): Change parent group to terminals.
12726
12727 * master.el (master): Remove empty custom group.
12728 (master-mode): Remove unused :group argument.
12729 * textmodes/refill.el (refill): Remove empty custom group.
12730 (refill-mode): Remove unused :group argument.
12731
12732 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
12733
12734 * cus-dep.el: Provide a feature.
12735 (custom-make-dependencies): Ignore dotfiles (dir-locals).
12736 Don't mistakenly ignore files whose basenames match a basename
12737 from preloaded-file-list (eg cedet/ede/simple.el).
12738 Add a fallback method for getting :group.
12739
12740 2013-05-15 Juri Linkov <juri@jurta.org>
12741
12742 * isearch.el (isearch-char-by-name): Rename from
12743 `isearch-insert-char-by-name'. Doc fix.
12744 (isearch-forward): Mention `isearch-char-by-name' in
12745 the docstring. (Bug#13348)
12746
12747 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
12748 `exit-minibuffer' instead of
12749 `isearch-nonincremental-exit-minibuffer'.
12750 (isearch-edit-string): Remove mention of
12751 `isearch-nonincremental-exit-minibuffer' from docstring.
12752 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
12753 (isearch-forward-exit-minibuffer)
12754 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
12755
12756 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12757
12758 * loadup.el: Just use unversioned DOC.
12759
12760 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
12761 literals as extending to EOB.
12762 (nxml-last-fontify-end): Remove unused variable.
12763 (nxml-after-change1): Use with-silent-modifications.
12764 (nxml-extend-after-change-region): Simplify.
12765 (nxml-extend-after-change-region1): Remove function.
12766 (nxml-after-change1): Don't adjust for dependent regions.
12767 (nxml-fontify-matcher): Simplify.
12768 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
12769 (xmltok-add-dependent): Remove function.
12770 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
12771 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
12772 (xmltok-scan-prolog-after-processing-instruction-open): Treat
12773 unclosed <[[, <?, comment, and other literals as extending to EOB.
12774 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
12775 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
12776 Remove functions.
12777 (rng-do-some-validation-1): Don't mark dependent regions.
12778 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
12779 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
12780 (nxml-clear-dependent-regions): Remove functions.
12781 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
12782 (nxml-ensure-scan-up-to-date):
12783 Don't clear&mark dependent regions.
12784
12785 2013-05-15 Leo Liu <sdl.web@gmail.com>
12786
12787 * progmodes/octave.el (octave-goto-function-definition):
12788 Improve and fix callers.
12789
12790 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12791
12792 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12793 the setter (bug#14387).
12794
12795 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12796 surrounding group (bug#14402).
12797
12798 2013-05-14 Juri Linkov <juri@jurta.org>
12799
12800 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12801 (Bug#14390)
12802
12803 2013-05-14 Glenn Morris <rgm@gnu.org>
12804
12805 * progmodes/f90.el (f90-imenu-generic-expression):
12806 Fix typo in 2013-05-08 change. (Bug#14402)
12807
12808 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12809
12810 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12811 Remove signals for which replies are never received.
12812
12813 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12814
12815 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12816 (gdb-handler-alist, gdb-handler-number): Remove variables.
12817 (gdb-handler-list): New variable.
12818 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12819 (gdb-pending-handler-p, gdb-handle-reply)
12820 (gdb-remove-all-pending-triggers): New functions.
12821 (gdb-discard-unordered-replies): New defcustom.
12822 (gdb-handler): New defstruct.
12823 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
12824 instead of gdb-pending-triggers. Update docstring.
12825 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
12826 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12827 (gdb-var-update-handler, def-gdb-auto-update-trigger)
12828 (def-gdb-auto-update-handler, gdb-get-changed-registers)
12829 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12830 (gdb-frame-handler): Pending triggers are now automatically managed.
12831 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12832 Remove argument.
12833 (gdb-input): Automatically handles pending triggers. Update docstring.
12834 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12835 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12836 Update comments.
12837 (gdb-done-or-error): Now use gdb-handle-reply.
12838
12839 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
12840
12841 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12842 gdb-debug-log.
12843
12844 2013-05-14 Glenn Morris <rgm@gnu.org>
12845
12846 * subr.el (user-emacs-directory-warning): New option.
12847 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
12848
12849 2013-05-14 Leo Liu <sdl.web@gmail.com>
12850
12851 * progmodes/octave.el (octave-font-lock-keywords): Fix error
12852 during redisplay.
12853 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12854 (octave-font-lock-texinfo-comment): Fix invalid search bound
12855 error: wrong side of point.
12856
12857 2013-05-14 Glenn Morris <rgm@gnu.org>
12858
12859 * progmodes/flymake.el (flymake-xml-program): New option.
12860 (flymake-xml-init): Use it.
12861
12862 * term/xterm.el: Provide a feature.
12863
12864 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
12865
12866 2013-05-13 Glenn Morris <rgm@gnu.org>
12867
12868 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12869 Add compat aliases as a hack workaround. (Bug#14384)
12870
12871 2013-05-13 Leo Liu <sdl.web@gmail.com>
12872
12873 * progmodes/octave.el (octave-indent-comment): Fix indentation for
12874 ###, and %!.
12875 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12876 C-M-q.
12877 (octave-comment-start-skip): Include %!.
12878 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12879
12880 2013-05-12 Leo Liu <sdl.web@gmail.com>
12881
12882 * progmodes/octave.el (inferior-octave-startup): Store the value
12883 of __octave_srcdir__ for octave-source-directories.
12884 (inferior-octave-check-process): New function refactored out of
12885 inferior-octave-send-list-and-digest.
12886 (octave-source-directories)
12887 (octave-find-definition-filename-function): New variables.
12888 (octave-source-directories)
12889 (octave-find-definition-default-filename): New functions.
12890 (octave-find-definition): Improve to find functions implemented in C++.
12891
12892 2013-05-12 Glenn Morris <rgm@gnu.org>
12893
12894 * calendar/diary-lib.el (diary-outlook-format-1):
12895 Don't include dayname in the output. (Bug#14349)
12896
12897 2013-05-11 Glenn Morris <rgm@gnu.org>
12898
12899 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12900
12901 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12902 Treat cc-provide like provide.
12903
12904 2013-05-11 Kevin Ryde <user42@zip.com.au>
12905
12906 * cus-dep.el (custom-make-dependencies):
12907 Use generated-autoload-load-name for the sake of files such
12908 such cedet/semantic/bovine/c.el, where the base file name
12909 is not in load-path. (Bug#5277)
12910
12911 2013-05-11 Glenn Morris <rgm@gnu.org>
12912
12913 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12914 Provide features.
12915
12916 2013-05-11 Leo Liu <sdl.web@gmail.com>
12917
12918 * progmodes/octave.el (octave-indent-comment): Improve.
12919 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12920 (octave-eldoc-function-signatures, octave-eldoc-function):
12921 New functions.
12922 (octave-mode, inferior-octave-mode): Add eldoc support.
12923
12924 2013-05-11 Richard Stallman <rms@gnu.org>
12925
12926 * epa.el (epa-decrypt-file): Take output file name as argument
12927 and read it using `interactive'.
12928
12929 2013-05-11 Leo Liu <sdl.web@gmail.com>
12930
12931 * progmodes/octave.el (octave-beginning-of-line)
12932 (octave-end-of-line): Check before using up-list because it jumps
12933 out of more syntactic contructs since moving to smie.
12934 (octave-indent-comment): New function.
12935 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
12936 (octave-begin-keywords, octave-end-keywords)
12937 (octave-reserved-words, octave-smie-bnf-table)
12938 (octave-smie-rules): Add new keywords from Octave 3.6.4.
12939
12940 2013-05-11 Glenn Morris <rgm@gnu.org>
12941
12942 * faces.el (internal-face-x-get-resource):
12943 * frame.el (ns-display-monitor-attributes-list):
12944 * calc/calc-aent.el (math-to-radians-2):
12945 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12946 Fix declarations.
12947
12948 * calc/calc-menu.el: Make it loadable in isolation.
12949
12950 * net/eudcb-bbdb.el: Make it loadable without bbdb.
12951 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12952 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12953 (eudc-bbdb-query-internal): Require 'bbdb.
12954
12955 * lpr.el (lpr-headers-switches):
12956 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12957
12958 * progmodes/sql.el (sql-login-params): Fix and improve :type.
12959
12960 * emulation/edt-mapper.el: In batch mode, error rather than hang.
12961
12962 * term.el (term-set-escape-char): Make it idempotent.
12963
12964 2013-05-10 Leo Liu <sdl.web@gmail.com>
12965
12966 * progmodes/octave.el (inferior-octave-completion-table):
12967 No longer a function and all uses changed. Use cache to speed up
12968 completion due to bug#11906.
12969 (octave-beginning-of-defun): Re-write to be more general.
12970
12971 2013-05-10 Glenn Morris <rgm@gnu.org>
12972
12973 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12974
12975 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12976
12977 * comint.el (comint-redirect-send-command-to-process): Use :around
12978 rather than :override for comint-redirect-filter.
12979 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12980 Call it instead of comint-redirect-original-filter-function (which
12981 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
12982
12983 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
12984
12985 * frame.el (display-monitor-attributes-list): Add NS case.
12986 (ns-display-monitor-attributes-list): Declare.
12987
12988 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
12989
12990 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
12991
12992 2013-05-09 Glenn Morris <rgm@gnu.org>
12993
12994 * international/fontset.el (vertical-centering-font-regexp):
12995 Set standard-value.
12996
12997 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12998
12999 * bookmark.el (bookmark-search-delay):
13000 * cus-start.el (vertical-centering-font-regexp):
13001 * ps-mule.el (ps-mule-font-info-database-default):
13002 * ps-print.el (ps-default-fg, ps-default-bg):
13003 * type-break.el (type-break-good-break-interval):
13004 * whitespace.el (whitespace-indentation-regexp)
13005 (whitespace-space-after-tab-regexp):
13006 * emacs-lisp/testcover.el (testcover-1value-functions)
13007 (testcover-noreturn-functions, testcover-progn-functions)
13008 (testcover-prog1-functions):
13009 * emulation/viper-init.el (viper-emacs-state-cursor-color):
13010 * eshell/em-glob.el (eshell-glob-translate-alist):
13011 * play/tetris.el (tetris-tty-colors):
13012 * progmodes/cpp.el (cpp-face-default-list):
13013 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13014 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13015 (idlwave-help-browser-generic-args):
13016 * progmodes/make-mode.el (makefile-special-targets-list):
13017 * progmodes/python.el (python-shell-virtualenv-path):
13018 * progmodes/verilog-mode.el (verilog-active-low-regexp)
13019 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13020 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13021 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13022 * textmodes/reftex-vars.el (reftex-format-label-function):
13023 * textmodes/remember.el (remember-diary-file): Fix custom types.
13024
13025 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13026 Add :version.
13027
13028 2013-05-09 Leo Liu <sdl.web@gmail.com>
13029
13030 * progmodes/octave.el (inferior-octave-completion-at-point):
13031 Restore file completion. (Bug#14300)
13032 (inferior-octave-startup): Fix incorrect highlighting for the
13033 first prompt.
13034
13035 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13036
13037 * progmodes/ruby-mode.el: First cut at SMIE support.
13038 (ruby-use-smie): New var.
13039 (ruby-smie-grammar): New constant.
13040 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13041 (ruby-smie--forward-token, ruby-smie--backward-token)
13042 (ruby-smie-rules): New functions.
13043 (ruby-mode-variables): Setup SMIE if applicable.
13044
13045 2013-05-08 Eli Zaretskii <eliz@gnu.org>
13046
13047 * simple.el (line-move-visual): Signal beginning/end of buffer
13048 only if vertical-motion moved less than it was requested. Avoids
13049 silly incorrect error messages when there are display strings with
13050 multiple newlines at EOL.
13051
13052 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13055 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13056 (prolog-char-quote-workaround):
13057 * progmodes/cperl-mode.el (cperl-under-as-char):
13058 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13059 Mark as obsolete.
13060 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13061 their declaration.
13062 (vhdl-mode-syntax-table-init): Remove.
13063
13064 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13065 last change.
13066
13067 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13068 syntax for "_".
13069 (ld-script-font-lock-keywords):
13070 Change regexps to use things like \_< and \_>.
13071
13072 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13073 Change all regexps to use things like \_< and \_>.
13074
13075 * progmodes/autoconf.el (autoconf-definition-regexp)
13076 (autoconf-font-lock-keywords, autoconf-current-defun-function):
13077 Handle a _ with symbol syntax.
13078 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13079
13080 * progmodes/ada-mode.el (ada-mode-abbrev-table):
13081 Consolidate declaration.
13082 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13083 the declaration.
13084 (ada-create-syntax-table): Remove.
13085 (ada-capitalize-word): Don't mess with the syntax of "_" since it
13086 already has the right syntax nowadays.
13087 (ada-goto-next-word): Don't change the syntax of "_".
13088
13089 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13090 with-wrapper-hook.
13091
13092 2013-05-08 Sam Steingold <sds@gnu.org>
13093
13094 * thingatpt.el (thing-at-point): Accept optional second argument
13095 NO-PROPERTIES to strip the text properties from the return value.
13096 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13097 to `thing-at-point' instead of stripping the properties ourselves.
13098 Also, when `thing-at-point' fails to find a url, prepend "http://"
13099 to the filename at point on the assumption that the user is
13100 pointing at something like gnu.org/gnu.
13101
13102 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
13103
13104 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13105 * faces.el (crm-separator):
13106 Silence byte-compiler.
13107
13108 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13109 (tool-bar-map): Remove unneeded defvars.
13110
13111 2013-05-08 Leo Liu <sdl.web@gmail.com>
13112
13113 Re-work a fix for bug#10994 based on Le Wang's patch.
13114 * ido.el (ido-remove-consecutive-dups): New helper.
13115 (ido-completing-read): Use it.
13116 (ido-chop): Revert fix for bug#10994.
13117
13118 2013-05-08 Adam Spiers <emacs@adamspiers.org>
13119
13120 * cus-edit.el (custom-save-variables):
13121 Pretty-print long values. (Bug#14187)
13122
13123 2013-05-08 Glenn Morris <rgm@gnu.org>
13124
13125 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13126 (m4-mode-syntax-table): Init in the defvar.
13127 (m4-mode-abbrev-table): Let define-derived-mode define it.
13128
13129 2013-05-08 Tom Tromey <tromey@redhat.com>
13130
13131 * progmodes/m4-mode.el (m4-mode-syntax-table):
13132 Do not treat "_" as word constituent. (Bug#14167)
13133
13134 2013-05-07 Glenn Morris <rgm@gnu.org>
13135
13136 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13137 Remove explicit eshell-isearch-cancel-map.
13138
13139 * progmodes/f90.el (f90-smart-end-names): New option.
13140 (f90-smart-end): Doc fix.
13141 (f90-end-block-optional-name): New constant.
13142 (f90-block-match): Respect f90-smart-end-names.
13143
13144 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13145
13146 * progmodes/octave.el (octave-smie-forward-token): Be more careful
13147 about implicit semi-colons (bug#14218).
13148
13149 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13150
13151 * frame.el (display-monitor-attributes-list)
13152 (frame-monitor-attributes): New functions.
13153
13154 2013-05-06 Leo Liu <sdl.web@gmail.com>
13155
13156 * progmodes/octave.el (octave-syntax-propertize-function): Change
13157 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
13158 (octave-font-lock-keywords): Use octave-operator-regexp.
13159 (octave-completion-at-point): Rename from
13160 octave-completion-at-point-function.
13161 (inferior-octave-directory-tracker): Robustify.
13162 (octave-text-functions): Remove and fix its uses. No such things
13163 any more.
13164
13165 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13166
13167 * emacs-lisp/trace.el (trace--display-buffer): New function.
13168 (trace-make-advice): Use it.
13169
13170 2013-05-06 Juri Linkov <juri@jurta.org>
13171
13172 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
13173 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13174 Doc fix.
13175 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13176 in the help string. (Bug#12985)
13177
13178 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
13179
13180 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
13181
13182 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13183
13184 * progmodes/perl-mode.el: Add support for here documents.
13185 (perl-syntax-propertize-function): Match here-doc markers.
13186 (perl-syntax-propertize-special-constructs): Find their end.
13187 (perl-imenu-generic-expression): Use [:alnum:].
13188
13189 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13190 (advice--add-function): Refresh the advice if already present
13191 (bug#14317).
13192
13193 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
13194
13195 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
13196
13197 2013-05-06 Glenn Morris <rgm@gnu.org>
13198
13199 * w32-fns.el (w32-charset-info-alist): Declare.
13200
13201 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13202 of its defcustom properties.
13203 (eshell-cmpl-initialize): No need to load pcomplete.
13204
13205 * generic-x.el: No need to require comint when compiling.
13206
13207 * net/eudc-export.el: Make it loadable without bbdb.
13208 (top-level): Use require rather than load-library.
13209 (eudc-create-bbdb-record, eudc-bbdbify-phone)
13210 (eudc-batch-export-records-to-bbdb)
13211 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13212 Require bbdb.
13213
13214 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13217 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13218 some tweaks, instead.
13219
13220 2013-05-05 Leo Liu <sdl.web@gmail.com>
13221
13222 * progmodes/octave.el (octave-font-lock-keywords)
13223 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13224 (inferior-octave-send-list-and-digest): Improve error message.
13225 (octave-mode, inferior-octave-mode): Use setq-local.
13226 (octave-help): Set info-lookup-mode.
13227
13228 2013-05-05 Richard Stallman <rms@gnu.org>
13229
13230 * vc/compare-w.el (compare-windows-whitespace):
13231 Treat no-break space as whitespace.
13232
13233 * mail/rmailsum.el (rmail-summary-rmail-update):
13234 Detect empty summary and don't change selected message.
13235 (rmail-summary-goto-msg): Likewise.
13236
13237 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13238 Doc fixes, rename args.
13239
13240 2013-05-05 Alan Mackenzie <acm@muc.de>
13241
13242 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13243
13244 2013-05-05 Juri Linkov <juri@jurta.org>
13245
13246 * info.el (Info-read-subfile): Use (point-min) instead of (point)
13247 to not add the length of the summary segment to the return value.
13248 (Bug#14125)
13249
13250 2013-05-05 Leo Liu <sdl.web@gmail.com>
13251
13252 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13253 (inferior-octave-output-filter): Remove.
13254 (octave-send-region, inferior-octave-startup): Fix callers.
13255 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13256 (octave-binary-file-extensions): New user variable.
13257 (octave-find-definition): Confirm if opening binary files.
13258 (octave-help-file): Use octave-find-definition to get the binary
13259 confirmation.
13260 (octave-help): Adjust for octave-help-file change.
13261
13262 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
13263
13264 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13265 Merge the two entries that handle function definitions.
13266 (pascal--syntax-propertize): New const.
13267 (pascal-mode): Use it. Use setq-local.
13268
13269 2013-05-04 Glenn Morris <rgm@gnu.org>
13270
13271 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13272 (diary-from-outlook): Respect diary-from-outlook-function.
13273
13274 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13277 Move the declaration from C.
13278 (read-minibuffer, eval-minibuffer): Move from C.
13279 (completion-setup-function): Avoid minibuffer-completion-contents.
13280
13281 2013-05-03 Leo Liu <sdl.web@gmail.com>
13282
13283 * progmodes/octave.el (octave-font-lock-keywords): Do not
13284 dehighlight 'end' in comments or strings.
13285 (octave-completing-read, octave-goto-function-definition):
13286 New helpers.
13287 (octave-help-buffer): New user variable.
13288 (octave-help-file, octave-help-function): New button types.
13289 (octave-help): New command and bind it to C-h ;.
13290 (octave-find-definition): New command and bind it to M-.
13291 (user-error): Alias to error if not defined.
13292
13293 2013-05-02 Leo Liu <sdl.web@gmail.com>
13294
13295 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13296 for \. (bug#14332)
13297 (octave-font-lock-keywords): Include [ and {.
13298
13299 2013-05-02 Leo Liu <sdl.web@gmail.com>
13300
13301 * progmodes/octave.el (inferior-octave-startup-file): Change default.
13302 (inferior-octave): Remove calling comint-mode and return the buffer.
13303 (inferior-octave-startup): Cosmetic changes.
13304
13305 2013-05-02 Leo Liu <sdl.web@gmail.com>
13306
13307 * progmodes/octave.el (octave-syntax-propertize-function):
13308 Include the case when ' is at line beginning. (Bug#14336)
13309
13310 2013-05-02 Glenn Morris <rgm@gnu.org>
13311
13312 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13313 * desktop.el (vc-dir-mode): Just autoload it here.
13314
13315 2013-05-02 Alan Mackenzie <acm@muc.de>
13316
13317 Eliminate variable c-standard-font-lock-fontify-region-function.
13318 * progmodes/cc-mode.el
13319 (c-standard-font-lock-fontify-region-function): Remove.
13320 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13321
13322 2013-05-01 Leo Liu <sdl.web@gmail.com>
13323
13324 * progmodes/octave.el: Compatible with older emacs-24 releases.
13325 (inferior-octave-has-built-in-variables): Remove. Built-in
13326 variables were removed from Octave in 2007.
13327 (inferior-octave-startup): Fix uses.
13328 (comint-line-beginning-position): Remove compatibility code for
13329 emacs 21.
13330
13331 2013-05-01 Juri Linkov <juri@jurta.org>
13332
13333 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
13334
13335 2013-05-01 Juri Linkov <juri@jurta.org>
13336
13337 * comint.el (comint-previous-matching-input): Don't print message
13338 "History item: %d" when `isearch-mode' is active.
13339 (comint-history-isearch-message): Print message "History item: %d"
13340 when `comint-input-ring-index' is not empty and this function is
13341 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
13342
13343 2013-05-01 Leo Liu <sdl.web@gmail.com>
13344
13345 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13346 definitions. Use completion-at-point to insert keywords.
13347 (octave-abbrev-start): Remove.
13348 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13349
13350 2013-04-30 Leo Liu <sdl.web@gmail.com>
13351
13352 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13353 change.
13354
13355 2013-04-30 Alan Mackenzie <acm@muc.de>
13356
13357 Handle arbitrarily long C++ member initialisation lists.
13358 * progmodes/cc-engine.el (c-back-over-member-initializers):
13359 new function.
13360 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13361 (most) member init lists.
13362
13363 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13364
13365 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13366 variable.
13367
13368 2013-04-30 Leo Liu <sdl.web@gmail.com>
13369
13370 * progmodes/octave.el (octave-variables): Remove. No builtin
13371 variables any more. All converted to functions.
13372 (octave-font-lock-keywords, octave-completion-at-point-function):
13373 Fix uses.
13374 (octave-font-lock-texinfo-comment): New user variable.
13375 (octave-texinfo-font-lock-keywords): New variable for texinfo
13376 comment block.
13377 (octave-function-comment-block): New face.
13378 (octave-font-lock-texinfo-comment): New function.
13379 (octave-mode): Font lock texinfo comment block.
13380
13381 2013-04-29 Leo Liu <sdl.web@gmail.com>
13382
13383 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13384 indexing expression.
13385 (octave-continuation-string): Do not use \.
13386 (inferior-octave-complete-impossible): Remove.
13387 (inferior-octave-completion-table)
13388 (inferior-octave-completion-at-point): Remove its uses.
13389 (inferior-octave-startup): completion_matches was introduced to
13390 Octave in 1996 so safe to assume it.
13391 (octave-function-file-comment): Improve to follow how Octave does it.
13392 (octave-update-function-file-comment): Tweak.
13393
13394 2013-04-29 Leo Liu <sdl.web@gmail.com>
13395
13396 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13397 (inferior-octave-startup): Remove inferior-octave-startup-hook.
13398 (octave-function-file-comment): Fix typo.
13399 (octave-sync-function-file-names): Use read-char-choice.
13400
13401 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
13402
13403 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13404 to t for the less important warnings.
13405
13406 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
13407
13408 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
13409
13410 2013-04-27 Glenn Morris <rgm@gnu.org>
13411
13412 * vc/log-view.el (log-view-current-entry):
13413 Treat "---" separator lines as part of the following rev. (Bug#14169)
13414
13415 2013-04-27 Juri Linkov <juri@jurta.org>
13416
13417 * subr.el (read-number): Doc fix about using it by interactive
13418 code letter `n'. (Bug#14254)
13419
13420 2013-04-27 Juri Linkov <juri@jurta.org>
13421
13422 * desktop.el (desktop-auto-save-timeout): New option.
13423 (desktop-file-checksum): New variable.
13424 (desktop-save): Add optional arg `auto-save' and don't auto-save
13425 if nothing changed.
13426 (desktop-auto-save-timer): New variable.
13427 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13428 (after-init-hook): Call `desktop-auto-save-set-timer'.
13429 Suggested by Reuben Thomas <rrt@sc3d.org> in
13430 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13431
13432 2013-04-27 Leo Liu <sdl.web@gmail.com>
13433
13434 * progmodes/octave.el (octave-function-file-p)
13435 (octave-skip-comment-forward, octave-function-file-comment)
13436 (octave-update-function-file-comment): New functions.
13437 (octave-mode-map): Bind C-c ; to
13438 octave-update-function-file-comment.
13439 (octave-mode-menu): Add octave-update-function-file-comment.
13440 (octave-mode, inferior-octave-mode): Fix doc-string.
13441 (octave-insert-defun): Conform to Octave's coding convention.
13442 (Bug#14285)
13443
13444 * files.el (basic-save-buffer): Don't let errors in
13445 before-save-hook prevent saving buffer.
13446
13447 2013-04-20 Roland Winkler <winkler@gnu.org>
13448
13449 * faces.el (read-face-name): Use completing-read if arg multiple
13450 is nil.
13451
13452 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
13453
13454 * ls-lisp.el (ls-lisp-insert-directory): If no files are
13455 displayed, move point to after the totals line.
13456 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
13457 for the details.
13458
13459 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
13460
13461 * emacs-lisp/package.el (package-autoload-ensure-default-file):
13462 Add current dir to the load-path.
13463 (package-generate-autoloads): Don't rely on
13464 autoload-ensure-default-file.
13465
13466 2013-04-26 Reuben Thomas <rrt@sc3d.org>
13467
13468 * textmodes/remember.el (remember-store-in-files): Document that
13469 the file name format is passed to `format-time-string'.
13470
13471 2013-04-26 Leo Liu <sdl.web@gmail.com>
13472
13473 * progmodes/octave.el (octave-sync-function-file-names): New function.
13474 (octave-mode): Use it in before-save-hook.
13475
13476 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13477
13478 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13479 (bug#14274).
13480
13481 * progmodes/octave.el (octave-smie-forward-token): Properly skip
13482 \n and comment, even if it's not an implicit ; (bug#14218).
13483
13484 2013-04-26 Glenn Morris <rgm@gnu.org>
13485
13486 * subr.el (read-number): Once more use `read' rather than
13487 `string-to-number', to trap non-numeric input. (Bug#14254)
13488
13489 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
13490
13491 * emacs-lisp/syntax.el (syntax-propertize-multiline):
13492 Use `syntax-multiline' text property consistently instead of
13493 `font-lock-multiline'. (Bug#14237)
13494
13495 2013-04-26 Glenn Morris <rgm@gnu.org>
13496
13497 * emacs-lisp/shadow.el (list-load-path-shadows):
13498 No longer necessary to check for duplicate simple.el, since
13499 2012-07-07 change to init_lread to not include installation lisp
13500 directories in load-path when running uninstalled. (Bug#14270)
13501
13502 2013-04-26 Leo Liu <sdl.web@gmail.com>
13503
13504 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13505 (octave-mode, inferior-octave-mode): Use setq-local.
13506 (octave-not-in-string-or-comment-p): Rename to
13507 octave-in-string-or-comment-p.
13508 (octave-in-comment-p, octave-in-string-p)
13509 (octave-in-string-or-comment-p): Replace defsubst with defun.
13510
13511 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
13512
13513 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13514
13515 2013-04-25 Bastien Guerry <bzg@gnu.org>
13516
13517 * textmodes/remember.el (remember-data-directory)
13518 (remember-directory-file-name-format): Fix custom types.
13519
13520 2013-04-25 Leo Liu <sdl.web@gmail.com>
13521
13522 * progmodes/octave.el (octave-completion-at-point-function):
13523 Make use of inferior octave process.
13524 (octave-initialize-completions): Remove.
13525 (inferior-octave-completion-table): New function.
13526 (inferior-octave-completion-at-point): Use it.
13527 (octave-completion-alist): Remove.
13528
13529 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13530
13531 * progmodes/opascal.el: Use font-lock and syntax-propertize.
13532 (opascal-mode-syntax-table): New var.
13533 (opascal-literal-kind, opascal-is-literal-end)
13534 (opascal-literal-token-at): Rewrite.
13535 (opascal--literal-start-re, opascal-font-lock-keywords)
13536 (opascal--syntax-propertize): New constants.
13537 (opascal-font-lock-defaults): Adjust.
13538 (opascal-mode): Use them. Set comment-<foo> variables as well.
13539 (delphi-comment-face, opascal-comment-face, delphi-string-face)
13540 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13541 (delphi-other-face, opascal-other-face): Remove face variables.
13542 (opascal-save-state): Remove macro.
13543 (opascal-fontifying-progress-step): Remove constant.
13544 (opascal--ignore-changes): Remove var.
13545 (opascal-set-token-property, opascal-parse-next-literal)
13546 (opascal-is-stable-literal, opascal-complete-literal)
13547 (opascal-is-literal-start, opascal-face-of)
13548 (opascal-parse-region, opascal-parse-region-until-stable)
13549 (opascal-fontify-region, opascal-after-change)
13550 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13551 (opascal-debug-parse-region, opascal-debug-parse-window)
13552 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13553 (opascal-debug-fontify-buffer): Remove.
13554 (opascal-debug-mode-map): Adjust accordingly.
13555
13556 2013-04-25 Leo Liu <sdl.web@gmail.com>
13557
13558 Merge octave-mod.el and octave-inf.el into octave.el with some
13559 cleanups.
13560 * progmodes/octave.el: New file renamed from octave-mod.el.
13561 * progmodes/octave-inf.el: Merged into octave.el.
13562 * progmodes/octave-mod.el: Renamed to octave.el.
13563
13564 2013-04-25 Tassilo Horn <tsdh@gnu.org>
13565
13566 * textmodes/reftex-vars.el
13567 (reftex-label-ignored-macros-and-environments): New defcustom.
13568
13569 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13570
13571 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
13572
13573 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13574 (smie-indent-keyword): Improve the check to ensure that the next
13575 comment is really on the same line.
13576 (smie-indent-comment): Don't align with a subsequent closer (or eob).
13577
13578 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13579 semi-colons if the line is not otherwise empty (bug#14218).
13580
13581 2013-04-25 Glenn Morris <rgm@gnu.org>
13582
13583 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
13584
13585 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13586
13587 * progmodes/opascal.el (opascal-set-token-property): Rename from
13588 opascal-set-text-properties and only set `token' (bug#14134).
13589 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
13590 (opascal-literal-text-properties): Remove.
13591 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
13592 Adjust callers.
13593
13594 2013-04-24 Reuben Thomas <rrt@sc3d.org>
13595
13596 * textmodes/remember.el (remember-handler-functions): Add an
13597 option for a new handler `remember-store-in-files'.
13598 (remember-data-directory, remember-directory-file-name-format):
13599 New options.
13600 (remember-store-in-files): New function to store remember notes
13601 as separate files within a directory.
13602
13603 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
13604
13605 * progmodes/compile.el (compilation-next-error-function):
13606 Pass "formats" to compilation-find-file (bug#11777).
13607
13608 2013-04-24 Glenn Morris <rgm@gnu.org>
13609
13610 * vc/vc-bzr.el (vc-bzr-print-log):
13611 * vc/vc-hg.el (vc-hg-print-log):
13612 * vc/vc-svn.el (vc-svn-print-log):
13613 Fix START-REVISION with LIMIT != 1. (Bug#14168)
13614
13615 * vc/vc-bzr.el (vc-bzr-print-log):
13616 * vc/vc-cvs.el (vc-cvs-print-log):
13617 * vc/vc-git.el (vc-git-print-log):
13618 * vc/vc-hg.el (vc-hg-print-log):
13619 * vc/vc-mtn.el (vc-mtn-print-log):
13620 * vc/vc-rcs.el (vc-rcs-print-log):
13621 * vc/vc-sccs.el (vc-sccs-print-log):
13622 * vc/vc-svn.el (vc-svn-print-log):
13623 * vc/vc.el (vc-print-log-internal): Doc fixes.
13624
13625 2013-04-23 Glenn Morris <rgm@gnu.org>
13626
13627 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
13628 Remove venerable code attempting to avoid substitute-command-keys.
13629
13630 2013-04-23 Tassilo Horn <tsdh@gnu.org>
13631
13632 * textmodes/reftex-vars.el (reftex-label-regexps):
13633 Call `reftex-compile-variables' after changes to this variable.
13634
13635 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
13636
13637 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
13638 Use lexical-binding.
13639 (jit-lock-force-redisplay): Use markers, check buffer's continued
13640 existence and beware narrowed buffers.
13641 (jit-lock-fontify-now): Adjust call accordingly.
13642
13643 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13644
13645 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
13646 to avoid misleading the user.
13647
13648 2013-04-22 Leo Liu <sdl.web@gmail.com>
13649
13650 * info-look.el: Prefer latex2e.info. (Bug#14240)
13651
13652 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
13653
13654 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
13655
13656 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
13657 * net/tramp.el (tramp-call-process): ... here.
13658 (tramp-set-completion-function, tramp-parse-putty):
13659 * net/tramp-adb.el (tramp-adb-execute-adb-command):
13660 * net/tramp-gvfs.el (tramp-gvfs-send-command):
13661 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
13662 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
13663 (tramp-call-local-coding-command): Use `tramp-call-process'
13664 instead of `tramp-compat-call-process'.
13665
13666 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
13667 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
13668 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
13669 (tramp-find-inline-compress): Improve traces.
13670 (tramp-maybe-send-script): Check for Perl binary.
13671 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
13672
13673 2013-04-22 Daiki Ueno <ueno@gnu.org>
13674
13675 * epg.el (epg-context-pinentry-mode): New function.
13676 (epg-context-set-pinentry-mode): New function.
13677 (epg--start): Pass --pinentry-mode option to gpg command.
13678
13679 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
13680
13681 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
13682 `comint-dynamic-complete' is obsolete since 24.1, replaced by
13683 `completion-at-point'. (Bug#13774)
13684
13685 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
13686 default key binding for `describe-distribution' has been moved to
13687 `C-h C-o'. (Bug#13970)
13688
13689 2013-04-21 Glenn Morris <rgm@gnu.org>
13690
13691 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
13692 Add doc strings.
13693 (vc-print-log): Clarify interactive prompt.
13694
13695 2013-04-20 Glenn Morris <rgm@gnu.org>
13696
13697 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13698 No longer include timestamp etc information.
13699
13700 2013-04-20 Roland Winkler <winkler@gnu.org>
13701
13702 * faces.el (read-face-name): Bug fix, return just one face if arg
13703 multiple is nil. (Bug#14209)
13704
13705 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
13706
13707 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
13708 (remove-function): Autoload.
13709
13710 * comint.el (comint-redirect-original-filter-function): Remove.
13711 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
13712 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
13713 (vc-cvs-annotate-command):
13714 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
13715 * progmodes/prolog.el (prolog-consult-compile):
13716 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
13717 Use add/remove-function instead.
13718 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
13719 (gud-tooltip-process-output, gud-tooltip-tips):
13720 Use add/remove-function instead.
13721 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
13722 (scheme-interaction-mode, exit-scheme-interaction-mode):
13723 Use add/remove-function instead.
13724
13725 * vc/vc-dispatcher.el: Use lexical-binding.
13726 (vc--process-sentinel): Rename from vc-process-sentinel.
13727 Change last arg to be the code to run. Don't use vc-previous-sentinel
13728 and vc-sentinel-commands any more.
13729 (vc-exec-after): Allow code to be a function. Use add/remove-function.
13730 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
13731
13732 2013-04-19 Masatake YAMATO <yamato@redhat.com>
13733
13734 * progmodes/sh-script.el (sh-imenu-generic-expression):
13735 Handle function names with a single character. (Bug#14111)
13736
13737 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
13738
13739 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
13740 for subroutines defined in an eval (bug#14182).
13741
13742 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13743
13744 * bookmark.el (bookmark-completing-read): Improve handling of empty
13745 string (bug#14176).
13746
13747 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13748
13749 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
13750
13751 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
13752
13753 New faster Imenu implementation (bug#14058).
13754 * progmodes/python.el:
13755 (python-imenu-prev-index-position):
13756 (python-imenu-format-item-label-function)
13757 (python-imenu-format-parent-item-label-function)
13758 (python-imenu-format-parent-item-jump-label-function):
13759 New vars.
13760 (python-imenu-format-item-label)
13761 (python-imenu-format-parent-item-label)
13762 (python-imenu-format-parent-item-jump-label)
13763 (python-imenu--put-parent, python-imenu--build-tree)
13764 (python-imenu-create-index, python-imenu-create-flat-index)
13765 (python-util-popn): New functions.
13766 (python-mode): Set imenu-create-index-function to
13767 python-imenu-create-index.
13768
13769 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13770
13771 * winner.el (winner-active-region): Use region-active-p, activate-mark
13772 and deactivate-mark (bug#14225).
13773
13774 * simple.el (deactivate-mark): Don't inline it.
13775
13776 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
13777
13778 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
13779
13780 2013-04-18 Tassilo Horn <tsdh@gnu.org>
13781
13782 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
13783 file extensions from the archive-mode entry in order to prefer
13784 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
13785
13786 2013-04-18 Leo Liu <sdl.web@gmail.com>
13787
13788 * bindings.el (help-event-list): Add ?\?.
13789
13790 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * subr.el (with-wrapper-hook): Declare obsolete.
13793 * simple.el (filter-buffer-substring-function): New hook.
13794 (filter-buffer-substring): Use it.
13795 (filter-buffer-substring-functions): Mark obsolete.
13796 * minibuffer.el (completion-in-region-function): New hook.
13797 (completion-in-region): Use it.
13798 (completion-in-region-functions): Mark obsolete.
13799 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13800 * abbrev.el (abbrev-expand-function): New hook.
13801 (expand-abbrev): Use it.
13802 (abbrev-expand-functions): Mark obsolete.
13803 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13804 and :filter-return.
13805
13806 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13807
13808 * progmodes/python.el (python-nav--syntactically): Fix cornercases
13809 and do not care about match data.
13810
13811 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13812
13813 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13814 completion tables when completing error conditions and
13815 `declare' arguments.
13816 (lisp-complete-symbol, field-complete): Mark as obsolete.
13817 (check-parens): Unmatched parens are user errors.
13818 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13819
13820 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
13821
13822 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13823 command changed buffer (ie. `flyspell-pre-buffer' is not current
13824 buffer), which prevents making decisions based on invalid value of
13825 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
13826 cause an error when `flyspell-pre-point' was nil after switching
13827 buffers.
13828 (flyspell-post-command-hook): No longer needs to change buffers when
13829 checking pre-word. While at it remove unnecessary progn.
13830
13831 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
13832
13833 * textmodes/ispell.el (ispell-add-per-file-word-list):
13834 Fix `flyspell-correct-word-before-point' error when accepting
13835 words and `coment-padding' is an integer by using
13836 `comment-normalize-vars' (Bug #14214).
13837
13838 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13839
13840 New defun movement commands.
13841 * progmodes/python.el (python-nav--syntactically)
13842 (python-nav--forward-defun, python-nav-backward-defun)
13843 (python-nav-forward-defun): New functions.
13844
13845 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
13846
13847 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13848 (python-syntax-context): Use named compiler-macro for backwards
13849 compatibility with Emacs 24.x.
13850
13851 2013-04-17 Leo Liu <sdl.web@gmail.com>
13852
13853 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13854 octave-hide-process-buffer.
13855
13856 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13857
13858 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13859 (bug#14216).
13860
13861 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
13862
13863 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13864 Fix adjustment of offset when receiving incomplete responses from GDB
13865 (bug#14129).
13866
13867 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13868
13869 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13870 python-mode-abbrev-table.
13871 (python-skeleton-define): Adjust accordingly.
13872 (python-mode-abbrev-table): New table that inherits from it so that
13873 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13874
13875 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13876 (abbrev-symbol): Use it.
13877 (abbrev--before-point): Use it since we already handle inheritance.
13878
13879 2013-04-16 Leo Liu <sdl.web@gmail.com>
13880
13881 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13882 binding to info-lookup-symbol.
13883
13884 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
13885
13886 * minibuffer.el (completion--twq-all):
13887 * term/ns-win.el (ns-initialize-window-system):
13888 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13889
13890 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13891
13892 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13893 global bindings.
13894
13895 * doc-view.el (doc-view-start-process): Handle url-handler directories.
13896
13897 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
13898
13899 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13900 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13901 to nil.
13902 (ruby-end-of-defun): Remove the unused arg, change the docstring
13903 to reflect that this function is only used as the value of
13904 `end-of-defun-function'.
13905 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13906 to reflect an earlier change that beginning/end-of-defun functions
13907 jump between methods in a class definition, as well as top-level
13908 functions.
13909
13910 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13911
13912 * minibuffer.el (minibuffer-complete): Don't just scroll
13913 a *Completions* that's been iconified.
13914 (minibuffer-force-complete): Make sure repetitions do cycle when going
13915 through completion-in-region -> minibuffer-complete.
13916
13917 2013-04-15 Alan Mackenzie <acm@muc.de>
13918
13919 Correct the placement of c-cpp-delimiters when there're #s not at
13920 col 0.
13921
13922 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13923 place a submatch around the #.
13924 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13925 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
13926 on the #, not BOL.
13927
13928 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13929
13930 * emacs-lisp/nadvice.el: Properly test names when adding advice.
13931 (advice--member-p): New arg `name'.
13932 (advice--add-function, advice-member-p): Use it (bug#14202).
13933
13934 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
13935
13936 Reformulate java imenu-generic-expression.
13937 The old expression contained ill formed regexps.
13938
13939 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13940 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13941 (cc-imenu-java-method-arg-regexp): New defconsts.
13942 (cc-imenu-java-build-type-args-regex): New defun.
13943 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13944 handling of spaces in the regexp.
13945
13946 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13947
13948 * textmodes/ispell.el (ispell-command-loop): Remove
13949 flyspell highlight of a word when ispell accepts it (bug #14178).
13950
13951 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
13952
13953 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13954 uses code from the previous `ange-ftp-run-real-handler'.
13955 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13956 only in case that function exist. This is needed for proper
13957 unloading of Tramp.
13958
13959 2013-04-15 Tassilo Horn <tsdh@gnu.org>
13960
13961 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13962
13963 * textmodes/reftex.el (reftex-compile-variables): Use it.
13964
13965 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13966
13967 * files.el (normal-mode): Only use default major-mode if no other mode
13968 was specified.
13969
13970 * emacs-lisp/trace.el (trace-values): New function.
13971
13972 * files.el: Allow : in local variables (bug#14089).
13973 (hack-local-variable-regexp): New var.
13974 (hack-local-variables-prop-line, hack-local-variables): Use it.
13975
13976 2013-04-13 Roland Winkler <winkler@gnu.org>
13977
13978 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
13979 data before it gets modified by bibtex-beginning-of-entry.
13980
13981 2013-04-13 Roland Winkler <winkler@gnu.org>
13982
13983 * textmodes/bibtex.el (bibtex-url): Doc fix.
13984
13985 2013-04-13 Roland Winkler <winkler@gnu.org>
13986
13987 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13988 does not visit a BibTeX file, exclude it from the list of buffers
13989 returned by bibtex-initialize.
13990
13991 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
13992
13993 * window.el (split-window): Remove interactive form, since as a
13994 command this function is a special case of split-window-below.
13995 Correct doc string.
13996
13997 2013-04-12 Roland Winkler <winkler@gnu.org>
13998
13999 * faces.el (read-face-name): Do not override value of arg default.
14000 Allow single faces and strings as default values. Remove those
14001 elements from return value that are not faces.
14002 (describe-face): Simplify.
14003 (face-at-point): New optional args thing and multiple so that this
14004 function can provide the same functionality previously provided by
14005 read-face-name.
14006 (make-face-bold, make-face-unbold, make-face-italic)
14007 (make-face-unitalic, make-face-bold-italic, invert-face)
14008 (modify-face, read-face-and-attribute): Use face-at-point.
14009
14010 * cus-edit.el (customize-face, customize-face-other-window)
14011 * cus-theme.el (custom-theme-add-face)
14012 * face-remap.el (buffer-face-set)
14013 * facemenu.el (facemenu-set-face): Use face-at-point.
14014
14015 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
14016
14017 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14018
14019 2013-04-10 Tassilo Horn <tsdh@gnu.org>
14020
14021 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14022 off leading { and trailing } from field values.
14023
14024 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14025
14026 * emacs-lisp/timer.el (timer--check): New function.
14027 (timer--time, timer-set-function, timer-event-handler): Use it.
14028 (timer-set-idle-time): Simplify.
14029 (timer--activate): CSE.
14030 (timer-event-handler): Give more info in error message.
14031 (internal-timer-start-idle): New function, moved from C.
14032
14033 * mpc.el (mpc-proc): Add `restart' argument.
14034 (mpc-proc-cmd): Use it.
14035 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14036 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14037 less often.
14038
14039 2013-04-10 Masatake YAMATO <yamato@redhat.com>
14040
14041 * progmodes/sh-script.el: Implement `sh-mode' own
14042 `add-log-current-defun-function' (bug#14112).
14043 (sh-current-defun-name): New function.
14044 (sh-mode): Use the function.
14045
14046 2013-04-09 Bastien Guerry <bzg@gnu.org>
14047
14048 * simple.el (choose-completion-string): Fix docstring (bug#14163).
14049
14050 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14051
14052 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14053
14054 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14055 timer (bug#14156).
14056
14057 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
14058
14059 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14060 declaration.
14061
14062 2013-04-07 Leo Liu <sdl.web@gmail.com>
14063
14064 * pcmpl-x.el: New file.
14065
14066 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
14067
14068 Do not set x-display-name until X connection is established.
14069 This is needed to prevent from weird situation described at
14070 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14071 * frame.el (make-frame): Set x-display-name after call to
14072 window system initialization function, not before.
14073 * term/x-win.el (x-initialize-window-system): Add optional
14074 display argument and use it.
14075 * term/w32-win.el (w32-initialize-window-system):
14076 * term/ns-win.el (ns-initialize-window-system):
14077 * term/pc-win.el (msdos-initialize-window-system):
14078 Add compatible optional display argument.
14079
14080 2013-04-06 Eli Zaretskii <eliz@gnu.org>
14081
14082 * files.el (normal-backup-enable-predicate): On MS-Windows and
14083 MS-DOS compare truenames of temporary-file-directory and of the
14084 file, so that 8+3 aliases (usually found in $TEMP on Windows)
14085 don't fail comparison by compare-strings. Also, compare file
14086 names case-insensitively on MS-Windows and MS-DOS.
14087
14088 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14091 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14092
14093 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
14094
14095 * whitespace.el (whitespace-color-on, whitespace-color-off):
14096 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14097
14098 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
14099
14100 * ispell.el (ispell-set-spellchecker-params):
14101 Really set `ispell-args' for all equivs.
14102
14103 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14104
14105 * ido.el (ido-completions): Use extra elements of ido-decorations
14106 (bug#14143).
14107 (ido-decorations): Update docstring.
14108
14109 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
14110
14111 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14112 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14113 nil during initialization, in order not to miss changes since the
14114 file was opened. (Bug#14140)
14115
14116 2013-04-05 Leo Liu <sdl.web@gmail.com>
14117
14118 * kmacro.el (kmacro-call-macro): Fix bug#14135.
14119
14120 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
14121
14122 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14123
14124 2013-04-04 Glenn Morris <rgm@gnu.org>
14125
14126 * electric.el (electric-pair-inhibit-predicate): Add :version.
14127
14128 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14129
14130 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14131 when a package is required several times (bug#14082).
14132
14133 2013-04-04 Roland Winkler <winkler@gnu.org>
14134
14135 * faces.el (read-face-name): Behave as promised by the docstring.
14136 Assume that arg default is a list of faces.
14137 (describe-face): Call read-face-name with list of default faces.
14138
14139 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14140
14141 * bookmark.el: Fix deletion of bookmarks (bug#13972).
14142 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14143 (bookmark-bmenu-execute-deletions): Only skip first line if it's
14144 the header.
14145 (bookmark-exit-hook-internal): Save even if list is empty.
14146
14147 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
14148
14149 * emacs-lisp/package.el (package-pinned-packages): New var.
14150 (package--add-to-archive-contents): Obey it (bug#14118).
14151
14152 2013-04-03 Alan Mackenzie <acm@muc.de>
14153
14154 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14155 Also adapt to the new values of element 7 of a parse state.
14156
14157 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14158 parameter `not-in-delimiter'. Handle being inside comment opener.
14159 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14160 character in case we're typing a '*' after a '/'.
14161 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14162 instead by passing the parameter to c-state-pp-to-literal.
14163
14164 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14165 for elt. 7 of a parse state.
14166
14167 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
14168
14169 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14170 * international/latin1-disp.el, international/mule-util.el:
14171 * language/cyril-util.el, language/european.el, language/ind-util.el:
14172 * language/lao-util.el, language/thai.el, language/tibet-util.el:
14173 * language/tibetan.el, language/viet-util.el:
14174 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14175
14176 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14177
14178 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14179 (electric-pair-post-self-insert-function): Use it.
14180 (electric-pair-default-inhibit): New function, extracted from
14181 electric-pair-post-self-insert-function.
14182
14183 2013-03-31 Roland Winkler <winkler@gnu.org>
14184
14185 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14186
14187 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14188
14189 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14190
14191 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
14192
14193 Un-indent after "pass" and "return" statements (Bug#13888)
14194 * progmodes/python.el (python-indent-block-enders): New var.
14195 (python-indent-calculate-indentation): Use it.
14196
14197 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
14198
14199 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14200 defun. Defining it as defalias could introduce too eager
14201 byte-compiler optimization. (Bug#14030)
14202
14203 2013-03-30 Chong Yidong <cyd@gnu.org>
14204
14205 * iswitchb.el (iswitchb-read-buffer): Fix typo.
14206
14207 2013-03-30 Leo Liu <sdl.web@gmail.com>
14208
14209 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14210 (kmacro-execute-from-register): Pass the keyboard macro to
14211 kmacro-call-macro or repeating won't work correctly.
14212
14213 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
14214
14215 * progmodes/subword.el: Back to using `forward-symbol'.
14216
14217 * subr.el (forward-whitespace, forward-symbol)
14218 (forward-same-syntax): Move from thingatpt.el.
14219
14220 2013-03-29 Leo Liu <sdl.web@gmail.com>
14221
14222 * kmacro.el (kmacro-to-register): New command.
14223 (kmacro-execute-from-register): New function.
14224 (kmacro-keymap): Bind to 'x'. (Bug#14071)
14225
14226 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14227
14228 * mpc.el: Use defvar-local and setq-local.
14229 (mpc--proc-connect): Connection failures are not bugs.
14230 (mpc-mode-map): `follow-link' only applies to the buffer's content.
14231 (mpc-volume-map): Bind to the up-events.
14232
14233 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
14234
14235 * progmodes/subword.el (superword-mode): Use `forward-sexp'
14236 instead of `forward-symbol'.
14237
14238 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14241 (edebug--recursive-edit): Use it.
14242 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14243 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14244
14245 2013-03-28 Leo Liu <sdl.web@gmail.com>
14246
14247 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
14248
14249 2013-03-27 Eli Zaretskii <eliz@gnu.org>
14250
14251 * facemenu.el (list-colors-callback): New defvar.
14252 (list-colors-redisplay): New function.
14253 (list-colors-display): Install list-colors-redisplay as the
14254 revert-buffer-function. (Bug#14063)
14255
14256 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
14257
14258 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14259 and suffixes don't overlap (bug#14061).
14260
14261 * case-table.el: Use lexical-binding.
14262 (case-table-get-table): New function.
14263 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
14264
14265 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
14266
14267 * progmodes/subword.el: Add `superword-mode' to do word motion
14268 over symbol_words (parallels and leverages `subword-mode' which
14269 does word motion inside MixedCaseWords).
14270
14271 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
14272
14273 * eshell/em-unix.el: Move su and sudo to...
14274 * eshell/em-tramp.el: ...Eshell tramp module.
14275
14276 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14277
14278 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14279 Change return value to be a sexp. Delay `get-buffer' to after
14280 restoring the desktop (bug#13951).
14281
14282 2013-03-26 Leo Liu <sdl.web@gmail.com>
14283
14284 * register.el: Move semantic tag handling back to
14285 cedet/semantic/senator.el. (Bug#14052)
14286
14287 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
14288
14289 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14290 into the prompt either (bug#13963).
14291
14292 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
14293
14294 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14295 part of "(error-foo)".
14296
14297 2013-03-24 Juri Linkov <juri@jurta.org>
14298
14299 * replace.el (list-matching-lines-prefix-face): New defcustom.
14300 (occur-1): Pass `list-matching-lines-prefix-face' to the function
14301 `occur-engine' if `face-differs-from-default-p' returns t.
14302 (occur-engine): Add `,' inside backquote construct to evaluate
14303 `prefix-face'. Propertize the prefix with the `prefix-face' face.
14304 Pass `prefix-face' to the functions `occur-context-lines' and
14305 `occur-engine-add-prefix'.
14306 (occur-engine-add-prefix, occur-context-lines): Add optional arg
14307 `prefix-face' and propertize the prefix with `prefix-face'.
14308 (Bug#14017)
14309
14310 2013-03-24 Leo Liu <sdl.web@gmail.com>
14311
14312 * nxml/rng-valid.el (rng-validate-while-idle)
14313 (rng-validate-quick-while-idle): Guard against deleted buffer.
14314 (Bug#13999)
14315
14316 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14317 is the last entry in kill-buffer-hook.
14318
14319 * files.el (kill-buffer-hook): Doc fix.
14320
14321 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
14322
14323 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14324 Make it safe-local.
14325
14326 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14327
14328 2013-03-23 Leo Liu <sdl.web@gmail.com>
14329
14330 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14331 Remove.
14332
14333 * nxml/rng-valid.el (rng-validate-mode)
14334 (rng-after-change-function, rng-do-some-validation):
14335 * nxml/rng-maint.el (rng-validate-buffer):
14336 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14337 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14338 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14339 (nxml-extend-after-change-region): Use with-silent-modifications.
14340
14341 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14342 timer-idle-list.
14343
14344 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14345 (rng-next-error-1, rng-previous-error-1): Do not let-bind
14346 timer-idle-list. (Bug#13999)
14347
14348 2013-03-23 Juri Linkov <juri@jurta.org>
14349
14350 * info.el (info-index-match): New face.
14351 (Info-index, Info-apropos-matches): Add a nested subgroup to the
14352 main pattern and add text properties with the new face to matches
14353 in index entries relative to the beginning of the index entry.
14354 (Bug#14015)
14355
14356 2013-03-21 Eric Ludlam <zappo@gnu.org>
14357
14358 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
14359 Inhibit read only while inserting objects.
14360
14361 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
14362
14363 * progmodes/cfengine.el: Update docs to mention
14364 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
14365 symbol motion. Remove "_" from the word syntax.
14366
14367 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
14368
14369 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14370 syntax for both `cfengine2-mode' and `cfengine3-mode'.
14371
14372 2013-03-20 Juri Linkov <juri@jurta.org>
14373
14374 * info.el (Info-next-reference-or-link)
14375 (Info-prev-reference-or-link): New functions.
14376 (Info-next-reference, Info-prev-reference): Use them.
14377 (Info-try-follow-nearest-node): Handle footnote navigation.
14378 (Info-fontify-node): Fontify footnotes. (Bug#13989)
14379
14380 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14381
14382 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14383 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14384
14385 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
14386
14387 Suppress unnecessary non-ASCII chatter during build process.
14388 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14389 (batch-skkdic-convert): Suppress most of the chatter.
14390 It's not needed so much now that machines are faster,
14391 and its non-ASCII component was confusing; see Dmitry Gutov in
14392 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14393
14394 2013-03-20 Leo Liu <sdl.web@gmail.com>
14395
14396 * ido.el (ido-chop): Fix bug#10994.
14397
14398 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14399
14400 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14401 Remove vars.
14402 (whitespace-color-on, whitespace-color-off):
14403 Use `font-lock-fontify-buffer' (Bug#13817).
14404
14405 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
14406
14407 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14408 remapping in mode-line.
14409 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14410
14411 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
14412
14413 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14414 value for `whitespace-line' face (Bug#13875).
14415 (whitespace-font-lock-keywords): Change description.
14416 (whitespace-color-on): Don't save `font-lock-keywords' value, save
14417 the constructed keywords instead.
14418 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
14419
14420 2013-03-19 Leo Liu <sdl.web@gmail.com>
14421
14422 * progmodes/compile.el (compilation-display-error): New command.
14423 (compilation-mode-map, compilation-minor-mode-map): Bind it to
14424 C-o. (Bug#13992)
14425
14426 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14427
14428 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14429
14430 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
14431
14432 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14433
14434 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
14435
14436 * net/tramp-compat.el (tramp-compat-user-error): New defun.
14437
14438 * net/tramp-adb.el (tramp-adb-handle-shell-command):
14439 * net/tramp-gvfs.el (top):
14440 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14441 (tramp-handle-shell-command): Use it.
14442 (tramp-dissect-file-name): Raise an error when hostname is a
14443 method name, and neither method nor user is specified.
14444
14445 * net/trampver.el: Update release number.
14446
14447 2013-03-18 Leo Liu <sdl.web@gmail.com>
14448
14449 Make sure eldoc can be turned off properly.
14450 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14451 eldoc-mode.
14452 (eldoc-display-message-p): Revert last change.
14453 (eldoc-display-message-no-interference-p)
14454 (eldoc-print-current-symbol-info): Tweak.
14455
14456 2013-03-18 Tassilo Horn <tsdh@gnu.org>
14457
14458 * doc-view.el (doc-view-new-window-function): Check the new window
14459 overlay's display property instead the char property of the
14460 buffer's first char. Use `with-selected-window' instead of
14461 `save-window-excursion' with `select-window'.
14462 (doc-view-document->bitmap): Check the current doc-view overlay's
14463 display property instead the char property of the buffer's first char.
14464
14465 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
14466
14467 Automate the build of ja-dic.el (Bug#13984).
14468 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14469 from the input, rather than assume that it's been done for us by the
14470 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
14471 the current date into a ja-dic.el comment, as that complicates
14472 regression testing.
14473
14474 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
14475
14476 * whitespace.el: Fix double evaluation.
14477 (whitespace-space, whitespace-hspace, whitespace-tab)
14478 (whitespace-newline, whitespace-trailing, whitespace-line)
14479 (whitespace-space-before-tab, whitespace-indentation)
14480 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14481 obsolete defvars.
14482 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14483 (whitespace-color-on): Use a single font-lock-add-keywords call.
14484 Fix double-evaluation of face variables.
14485
14486 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
14487
14488 * net/tramp-adb.el (tramp-adb-parse-device-names):
14489 Use `start-process' instead of `call-process'. Otherwise, the
14490 function might be blocked under MS Windows. (Bug#13299)
14491
14492 2013-03-17 Leo Liu <sdl.web@gmail.com>
14493
14494 Extend eldoc to display info in the mode-line. (Bug#13978)
14495 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14496 (eldoc-mode-line-string): New variable.
14497 (eldoc-minibuffer-message): New function.
14498 (eldoc-message-function): New variable.
14499 (eldoc-message): Use it.
14500 (eldoc-display-message-p)
14501 (eldoc-display-message-no-interference-p):
14502 Support eldoc-post-insert-mode.
14503
14504 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14505 (eval-expression): Run it.
14506
14507 2013-03-17 Roland Winkler <winkler@gnu.org>
14508
14509 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14510 strings in the list of return values.
14511
14512 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
14513
14514 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14515 radix before checking for HMS forms.
14516
14517 2013-03-16 Leo Liu <sdl.web@gmail.com>
14518
14519 * progmodes/scheme.el: Add indentation and font-locking for λ.
14520 (Bug#13975)
14521
14522 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
14523
14524 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14525 token before point (bug#13942).
14526
14527 2013-03-16 Leo Liu <sdl.web@gmail.com>
14528
14529 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
14530
14531 2013-03-16 Eli Zaretskii <eliz@gnu.org>
14532
14533 * startup.el (command-line-normalize-file-name): Fix handling of
14534 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
14535 <xfq.free@gmail.com> in
14536 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14537
14538 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
14539
14540 Sync with Tramp 2.2.7.
14541
14542 * net/trampver.el: Update release number.
14543
14544 2013-03-14 Tassilo Horn <tsdh@gnu.org>
14545
14546 * doc-view.el: Fix bug#13887.
14547 (doc-view-insert-image): Don't modify overlay associated to
14548 non-live windows, and implement horizontal centering of image in
14549 case it's smaller than the window.
14550 (doc-view-new-window-function): Force redisplay of new windows on
14551 doc-view buffers.
14552
14553 2013-03-13 Karl Fogel <kfogel@red-bean.com>
14554
14555 * saveplace.el (save-place-alist-to-file): Don't sort
14556 `save-place-alist', just pretty-print it (bug#13882).
14557
14558 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
14559
14560 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14561 Check whether `default-file-name-coding-system' is bound.
14562 It isn't in XEmacs.
14563
14564 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14565
14566 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14567 backquotes for `obsolete' (bug#13929).
14568
14569 * international/mule.el (find-auto-coding): Include file name in
14570 obsolescence warning (bug#13922).
14571
14572 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
14573
14574 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14575 for CFEngine 3-specific indentation.
14576 (cfengine3-indent-line): Use it. Fix up category regex.
14577 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14578
14579 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14580
14581 * type-break.el (type-break-file-name):
14582 * textmodes/remember.el (remember-data-file):
14583 * strokes.el (strokes-file):
14584 * shadowfile.el (shadow-initialize):
14585 * saveplace.el (save-place-file):
14586 * ps-bdf.el (bdf-cache-file):
14587 * progmodes/idlwave.el (idlwave-config-directory):
14588 * net/quickurl.el (quickurl-url-file):
14589 * international/kkc.el (kkc-init-file-name):
14590 * ido.el (ido-save-directory-list-file):
14591 * emulation/viper.el (viper-custom-file-name):
14592 * emulation/vip.el (vip-startup-file):
14593 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
14594 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
14595
14596 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
14597
14598 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
14599 * language/thai-word.el: Switch to UTF-8.
14600
14601 See ChangeLog.16 for earlier changes.
14602
14603 ;; Local Variables:
14604 ;; coding: utf-8
14605 ;; End:
14606
14607 Copyright (C) 2011-2014 Free Software Foundation, Inc.
14608
14609 This file is part of GNU Emacs.
14610
14611 GNU Emacs is free software: you can redistribute it and/or modify
14612 it under the terms of the GNU General Public License as published by
14613 the Free Software Foundation, either version 3 of the License, or
14614 (at your option) any later version.
14615
14616 GNU Emacs is distributed in the hope that it will be useful,
14617 but WITHOUT ANY WARRANTY; without even the implied warranty of
14618 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14619 GNU General Public License for more details.
14620
14621 You should have received a copy of the GNU General Public License
14622 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.