Doc fixes for text-scale-adjust
[bpt/emacs.git] / lisp / ChangeLog
1 2013-10-13 Glenn Morris <rgm@gnu.org>
2
3 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
4
5 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6 Add some entries.
7 (authors-fixed-entries): Use accented form of name.
8
9 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
12 method calls (bug#bug#15594).
13 (ruby-smie--args-separator-p): New function.
14 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
15 recognize paren-free method calls.
16
17 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
18 internals of universal-argument.
19
20 2013-10-11 Eli Zaretskii <eliz@gnu.org>
21
22 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
23 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
24 dropped menu on second mouse click on the menu bar.
25
26 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
29 (explicit-shell-file-name): Declare.
30 (sh--vars-before-point, sh--cmd-completion-table): New functions.
31 (sh-completion-at-point-function): New function.
32 (sh-mode): Use it.
33 (sh-smie--keyword-p): Remove unused argument.
34 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
35 vars.
36 (sh-set-shell): Always setup SMIE, even if we use the
37 old indentation code.
38
39 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
40
41 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
42 cases of ? and =.
43 (ruby-smie-rules): Simplify the "do" rule. The cases when the
44 predicate would return nil are almost non-existent.
45 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
46
47 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
48 cache also after commands that modify the buffer but don't move
49 point.
50
51 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * env.el (substitute-env-in-file-name): New function.
54 (substitute-env-vars): Extend the meaning of the optional arg.
55
56 2013-10-10 Eli Zaretskii <eliz@gnu.org>
57
58 * term/w32-win.el (dynamic-library-alist): Define separate lists
59 of GIF DLLs for versions before and after 5.0.0 of giflib.
60 (Bug#15531)
61
62 2013-10-10 João Távora <joaotavora@gmail.com>
63
64 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
65 not locked, use last revision and current source as
66 defaults. (Bug#15569)
67
68 2013-10-10 Masatake YAMATO <yamato@redhat.com>
69
70 * menu-bar.el (menu-bar-open): Don't use popup-menu if
71 menu-bar is hidden.
72
73 2013-10-10 Martin Rudalics <rudalics@gmx.at>
74
75 * window.el (pop-to-buffer-same-window): Fix doc-string.
76 (Bug#15492)
77
78 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
81
82 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
83
84 * calendar/icalendar.el (icalendar-import-file):
85 Fix interactive spec. (Bug#15482)
86
87 2013-10-10 Glenn Morris <rgm@gnu.org>
88
89 * desktop.el (desktop-save): Default to saving in .emacs.d,
90 since PWD is no longer in desktop-path by default. (Bug#15319)
91
92 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
93 now that text mode has a menu with the same entry.
94 (menu-bar-text-mode-auto-fill): Remove now unused func.
95 * textmodes/text-mode.el (text-mode-map):
96 Use auto-fill help text from menu-bar.el.
97
98 2013-10-10 John Anthony <john@jo.hnanthony.com> (tiny change)
99
100 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
101
102 2013-10-09 Juri Linkov <juri@jurta.org>
103
104 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
105 instead of this-command-keys. Add universal-argument-more and
106 universal-argument-minus to the list of prefix commands. (Bug#15568)
107
108 2013-10-09 Glenn Morris <rgm@gnu.org>
109
110 * vc/vc-svn.el (vc-svn-create-repo):
111 Expand paths in file://... url. (Bug#15446)
112
113 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
114 Add some entries.
115 (authors): Remove unused local variables.
116
117 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * profiler.el: Create a more coherent calltree from partial backtraces.
120 (profiler-format): Hide the tail with `invisible' so that C-s can still
121 find the hidden elements.
122 (profiler-calltree-depth): Don't recurse so enthusiastically.
123 (profiler-function-equal): New hash-table-test.
124 (profiler-calltree-build-unified): New function.
125 (profiler-calltree-build): Use it.
126 (profiler-report-make-name-part): Indent the calltree less.
127 (profiler-report-mode): Add visibility specs for profiler-format.
128 (profiler-report-expand-entry, profiler-report-toggle-entry):
129 Expand the whole subtree when provided with a prefix arg.
130
131 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
132
133 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
134 iuwu-mod token.
135 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
136 hanging iuwu-mod token.
137 (ruby-smie--forward-token): Do not include a dot after a token in
138 that token.
139 (ruby-smie--backward-token): Likewise.
140
141 2013-10-08 Juri Linkov <juri@jurta.org>
142
143 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
144 to isearch-other-control-char.
145 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
146 and isearch-post-command-hook to post-command-hook.
147 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
148 and isearch-post-command-hook from post-command-hook.
149 (isearch-unread-key-sequence)
150 (isearch-reread-key-sequence-naturally)
151 (isearch-lookup-scroll-key, isearch-other-control-char)
152 (isearch-other-meta-char): Remove functions.
153 (isearch-pre-command-hook, isearch-post-command-hook):
154 New functions based on isearch-other-meta-char rewritten
155 relying on the new behavior of overriding-terminal-local-map
156 that does not replace the local keymaps any more. (Bug#15200)
157
158 2013-10-08 Eli Zaretskii <eliz@gnu.org>
159
160 Support menus on text-mode terminals.
161 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
162 functionality.
163
164 * tooltip.el (tooltip-mode): Don't error out on TTYs.
165
166 * menu-bar.el (popup-menu, popup-menu-normalize-position): Moved
167 here from mouse.el.
168 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
169 and arrow keys.
170 (tty-menu-navigation-map): New map for TTY menu navigation.
171
172 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
173
174 * frame.el (display-mouse-p): Report text-mode mouse as available
175 on w32.
176 (display-popup-menus-p): Report availability if mouse is
177 available; don't condition on window-system.
178
179 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
180 (tty-menu-selected-face): New faces.
181
182 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
185 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
186 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
187 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
188 New constants.
189 (lisp-mode-variables): New `elisp' argument.
190 (emacs-lisp-mode): Use it.
191 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
192 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
193
194 * indent.el: Use lexical-binding.
195 (indent-region): Add progress reporter.
196 (tab-stop-list): Make it implicitly extend to infinity by repeating the
197 last step.
198 (indent--next-tab-stop): New function to implement this behavior.
199 (tab-to-tab-stop, move-to-tab-stop): Use it.
200
201 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
202
203 * indent.el (indent-rigidly--current-indentation): New function.
204 (indent-rigidly-map): New var.
205 (indent-rigidly): Use it to provide interactive mode (bug#8196).
206
207 2013-10-08 Bastien Guerry <bzg@gnu.org>
208
209 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
210
211 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * progmodes/perl-mode.el: Use lexical-binding.
214 Remove redundant :group args.
215 (perl-nochange): Change default to be closer to other major modes's
216 standard behavior.
217 (perl-indent-line): Don't consider text on current line as a
218 valid beginning of function from which to indent.
219
220 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
221 with more than one argument (bug#15538).
222
223 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
224
225 * vc/pcvs.el: Use lexical-binding.
226 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
227 environment of `eval'.
228 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
229 than a list of expressions. Adjust callers.
230 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
231
232 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
233
234 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
235 case of the dot in a chained method call being on the following line.
236
237 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * electric.el (electric-indent-inhibit): New var.
240 (electric-indent-post-self-insert-function): Use it.
241 * progmodes/python.el (python-mode): Set it.
242
243 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
244 open braces.
245
246 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
247
248 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
249 (css-mode): Use electric-indent-chars.
250
251 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
252 (font-lock-beg, font-lock-end): Move before first use.
253 (nxml-mode): Use syntax-propertize-function.
254 (nxml-after-change, nxml-after-change1): Adjust accordingly.
255 (nxml-extend-after-change-region): Remove.
256 * nxml/xmltok.el: Use lexical-binding.
257 (xmltok-save): Use `declare'.
258 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
259 * nxml/nxml-util.el: Use lexical-binding.
260 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
261 Use `declare'.
262 * nxml/nxml-ns.el: Use lexical-binding.
263 (nxml-ns-save): Use `declare'.
264 (nxml-ns-prefixes-for): Avoid add-to-list.
265 * nxml/rng-match.el: Use lexical-binding.
266 (rng--ipattern): Use cl-defstruct.
267 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
268 (rng-cons-group-after, rng-subst-group-after)
269 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
270 Use closures instead of `(lambda...).
271
272 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
273
274 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
275 of BEG and END.
276
277 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
278 Use `tramp-handle-insert-file-contents'.
279 (tramp-gvfs-handle-insert-file-contents): Remove function.
280
281 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
282 Use `save-restriction' in order to keep markers.
283
284 * net/trampver.el: Update release number.
285
286 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * progmodes/compile.el (compilation-parse-errors):
289 Use compilation--put-prop.
290 (compilation--ensure-parse): Check compilation-multiline.
291
292 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
293
294 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
295 lexical-binding.
296
297 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
298
299 * progmodes/ruby-mode.el: Fix recently added tests.
300 (ruby-smie-grammar): Add - and +.
301 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
302 (ruby-smie--backward-id): New functions.
303 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
304 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
305 any more.
306
307 2013-10-07 Leo Liu <sdl.web@gmail.com>
308
309 * register.el (register-preview-delay)
310 (register-preview-functions): New variables.
311 (register-read-with-preview, register-preview)
312 (register-describe-oneline): New functions.
313 (point-to-register, window-configuration-to-register)
314 (frame-configuration-to-register, jump-to-register)
315 (number-to-register, view-register, insert-register)
316 (copy-to-register, append-to-register, prepend-to-register)
317 (copy-rectangle-to-register): Use register-read-with-preview to
318 read register. (Bug#15525)
319
320 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
321
322 * net/network-stream.el (network-stream-open-starttls): Don't add
323 --insecure if it's already present, because that gnutls-cli
324 rejects getting that parameter twice.
325
326 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
327
328 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
329 keyword, too.
330
331 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
332
333 * newcomment.el (comment-use-global-state): Change default value
334 to t, mark obsolete (Bug#15251).
335 (comment-beginning): In addition to `comment-to-syntax', check the
336 value of `comment-use-global-state'.
337
338 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
341 (ruby-comment-column): Follow the global default, by default.
342 (ruby-smie-grammar): Add assignment syntax.
343 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
344 open-paren, a comma, or a \.
345 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
346 and line continuations.
347 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
348 followed by implicit semi-colons. Add rule for string concatenation
349 and for indentation at BOB.
350 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
351
352 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
353 calling next-sexp, since next-token may have skipped chars which
354 next-sexp doesn't know should be skipped!
355
356 2013-10-05 Leo Liu <sdl.web@gmail.com>
357
358 * progmodes/octave.el (octave-send-region):
359 Call compilation-forget-errors.
360
361 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
362
363 * vc/vc-svn.el (vc-svn-find-admin-dir):
364 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
365 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
366 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
367 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
368
369 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
372
373 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * subr.el (read-passwd): Hide chars even when called within a context
376 where after-change-functions is disabled (bug#15501).
377 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
378 until we removed ourself from overriding-terminal-local-map.
379
380 2013-10-04 Leo Liu <sdl.web@gmail.com>
381
382 * progmodes/octave.el (inferior-octave-mode):
383 Call compilation-forget-errors.
384
385 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
386
387 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
388
389 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
390
391 * net/secrets.el (secrets-create-collection): Add optional
392 argument ALIAS. Use proper Label keyword. Append ALIAS as
393 dbus-call-method argument. (Bug#15516)
394
395 2013-10-04 Leo Liu <sdl.web@gmail.com>
396
397 * progmodes/octave.el (inferior-octave-error-regexp-alist)
398 (inferior-octave-compilation-font-lock-keywords): New variables.
399 (compilation-error-regexp-alist)
400 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
401 (inferior-octave-mode): Use compilation-shell-minor-mode.
402
403 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
404
405 * minibuffer.el (completion--replace): Be careful that `end' might be
406 a marker.
407
408 2013-10-03 Daiki Ueno <ueno@gnu.org>
409
410 Add support for package signature checking.
411 * emacs-lisp/package.el (url-http-file-exists-p)
412 (epg-make-context, epg-context-set-home-directory)
413 (epg-verify-string, epg-context-result-for)
414 (epg-signature-status, epg-signature-to-string)
415 (epg-check-configuration, epg-configuration)
416 (epg-import-keys-from-file): Declare.
417 (package-check-signature): New user option.
418 (package-unsigned-archives): New user option.
419 (package-desc): Add `signed' field.
420 (package-load-descriptor): Set `signed' field if .signed file exists.
421 (package--archive-file-exists-p): New function.
422 (package--check-signature): New function.
423 (package-install-from-archive): Check package signature.
424 (package--download-one-archive): Check archive signature.
425 (package-delete): Remove .signed file.
426 (package-import-keyring): New command.
427 (package-refresh-contents): Import default keyring.
428 (package-desc-status): Add "unsigned" status.
429 (describe-package-1, package-menu--print-info)
430 (package-menu-mark-delete, package-menu--find-upgrades)
431 (package-menu--status-predicate): Support "unsigned" status.
432
433 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
436 the new compilation scheme using the new byte-codes.
437
438 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
439 (byte-pophandler): New byte codes.
440 (byte-goto-ops): Adjust accordingly.
441 (byte-compile--use-old-handlers): New var.
442 (byte-compile-catch): Use new byte codes depending on
443 byte-compile--use-old-handlers.
444 (byte-compile-condition-case--old): Rename from
445 byte-compile-condition-case.
446 (byte-compile-condition-case--new): New function.
447 (byte-compile-condition-case): New function that dispatches depending
448 on byte-compile--use-old-handlers.
449 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
450 when we can.
451
452 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
453 Optimize under `condition-case' and `catch' if
454 byte-compile--use-old-handlers is nil.
455 (disassemble-offset): Handle new bytecodes.
456
457 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
458
459 * subr.el (error): Use `declare'.
460 (decode-char, encode-char): Use advertised-calling-convention instead
461 of the docstring to discourage use of the `restriction' arg.
462
463 2013-10-03 Daiki Ueno <ueno@gnu.org>
464
465 * epg.el (epg-verify-file): Add a comment saying that it does not
466 notify verification error as a return value nor a signal.
467 (epg-verify-string): Ditto.
468
469 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
470
471 * progmodes/compile.el (compilation-start): Try globbing the arg to
472 `cd' (bug#15417).
473
474 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
475
476 Sync with Tramp 2.2.8.
477
478 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
479 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
480 * net/trampver.el: Update release number.
481
482 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
483
484 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
485 and default-process-coding-system for darwin only.
486
487 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
490
491 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
492
493 * vc/vc-git.el (vc-git-grep): Disable pager.
494
495 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
496
497 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
498 Use :url instead of :homepage, as per
499 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
500
501 * newcomment.el (comment-beginning): When `comment-use-syntax' is
502 non-nil, use `syntax-ppss' (Bug#15251).
503
504 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
505
506 * progmodes/octave.el (inferior-octave-startup-file):
507 Prefer ~/.emacs.d/init_octave.m.
508
509 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
510
511 * emacs-lisp/package.el (package-desc-from-define):
512 Accept additional arguments as plist, convert them to an alist and store
513 them in the `extras' slot.
514 (package-generate-description-file): Convert extras alist back to
515 plist and append to the `define-package' form arguments.
516 (package--alist-to-plist): New function.
517 (package--ac-desc): Add `extras' slot.
518 (package--add-to-archive-contents): Check if the archive-contents
519 vector is long enough, and if it is, pass its `extras' slot value
520 to `package-desc-create'.
521 (package-buffer-info): Call `lm-homepage', pass the returned value
522 to `package-desc-from-define'.
523 (describe-package-1): Render the homepage button (Bug#13291).
524
525 * emacs-lisp/package-x.el (package-upload-buffer-internal):
526 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
527
528 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
529
530 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
531 and default-process-coding-system to utf-8-unix (Bug#15402).
532
533 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
534
535 * subr.el (looking-back): Do not recommend using looking-back.
536
537 2013-09-28 Alan Mackenzie <acm@muc.de>
538
539 Fix indentation/fontification of Java enum with "implements".
540
541 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
542 regexp which matches "implements", etc., in Java.
543 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
544 specifier clauses coming after "enum".
545 * progmodes/cc-fonts.el (c-font-lock-declarations)
546 (c-font-lock-enum-tail): Check for extra specifier clauses coming
547 after "enum".
548
549 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
550
551 * faces.el (region): Change ns_selection_color to
552 ns_selection_fg_color, add ns_selection_bg_color.
553
554 2013-09-28 Leo Liu <sdl.web@gmail.com>
555
556 * progmodes/octave.el (inferior-octave-completion-table)
557 (inferior-octave-completion-at-point): Minor tweaks.
558
559 * textmodes/ispell.el (ispell-lookup-words): Rename from
560 lookup-words. (Bug#15460)
561 (lookup-words): Obsolete.
562 (ispell-complete-word, ispell-command-loop): All uses changed.
563
564 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
565
566 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
567 (octave-mode-menu): Add octave-send-buffer.
568 (octave-send-buffer): New function.
569
570 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
571
572 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
573 octave-lookfor.
574 (octave-mode-menu): Add octave-lookfor.
575 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
576 octave-lookfor.
577 (octave-lookfor): New function.
578
579 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
580
581 * emacs-lisp/cl-macs.el:
582 (cl--loop-destr-temps): Remove.
583 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
584 its convention.
585 (cl--loop-set-iterator-function): New function.
586 (cl-loop): Adjust accordingly, so as not to use cl-subst.
587 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
588 Bind `it' with `let' instead of substituting it with `cl-subst'.
589 (cl--unused-var-p): New function.
590 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
591 Eliminate some unused variable warnings (bug#15326).
592
593 2013-09-27 Tassilo Horn <tsdh@gnu.org>
594
595 * doc-view.el (doc-view-scale-reset): Rename from
596 `doc-view-reset-zoom-level'.
597 (doc-view-scale-adjust): New command.
598 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
599 `doc-view-scale-adjust'.
600
601 2013-09-26 Tassilo Horn <tsdh@gnu.org>
602
603 * doc-view.el (doc-view-reset-zoom-level): New command.
604 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
605 zoom commands (bug#15466).
606
607 2013-09-26 Kenichi Handa <handa@gnu.org>
608
609 * international/quail.el (quail-help): Make it not a command.
610
611 2013-09-26 Leo Liu <sdl.web@gmail.com>
612
613 * minibuffer.el (completion-all-sorted-completions): Make args
614 optional as they are.
615
616 2013-09-25 Daniel Colascione <dancol@dancol.org>
617
618 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
619 specs are and that they're not evaluated.
620
621 2013-09-24 Sam Steingold <sds@gnu.org>
622
623 * midnight.el (clean-buffer-list-kill-regexps)
624 (clean-buffer-list-kill-buffer-names): Update for the new Man
625 buffer naming which includes the object name.
626
627 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
628
629 * eshell/esh-cmd.el (eshell--sep-terms): New var.
630 (eshell-parse-command, eshell-parse-pipeline): Use it since
631 eshell-separate-commands requires a dynamic scoped var.
632 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
633
634 2013-09-23 Leo Liu <sdl.web@gmail.com>
635
636 * autoinsert.el (auto-insert-alist): Make the value of
637 lexical-binding match its file setting.
638
639 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
640
641 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
642
643 * autoarg.el (autoarg-kp-digit-argument):
644 * electric.el (Electric-command-loop):
645 * kmacro.el (kmacro-step-edit-insert):
646 Do not set universal-argument-num-events.
647
648 2013-09-22 Leo Liu <sdl.web@gmail.com>
649
650 * files.el (interpreter-mode-alist): Add octave.
651
652 2013-09-21 Alan Mackenzie <acm@muc.de>
653
654 C++: fontify identifier in declaration following "public:" correctly.
655 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
656 to match "public", etc.
657 (c-decl-prefix-re): Add ":" into the C++ value.
658 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
659 bit. Add a check for a ":" preceded by "public", etc.
660
661 2013-09-21 Eli Zaretskii <eliz@gnu.org>
662
663 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
664 recognized by GDB 7.5 and later.
665
666 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
667
668 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
669
670 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * subr.el (internal--call-interactively): New const.
673 (called-interactively-p): Use it (bug#3984).
674
675 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
676
677 * vc/pcvs.el (cvs-mode-ignore):
678 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
679 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
680
681 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
682
683 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
684 (eshell-ls-orig-insert-directory): Remove.
685 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
686 (eshell-ls-use-in-dired): Use advice-add/remove.
687 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
688 Add `orig-fun' arg for use in :around advice.
689 Make it check (redundantly) eshell-ls-use-in-dired.
690
691 2013-09-19 Glenn Morris <rgm@gnu.org>
692
693 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
694
695 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
696
697 * emacs-lisp/eieio.el (class-parent): Undo previous change.
698
699 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
700
701 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
702 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
703 (tramp-get-remote-python): New defuns.
704 (tramp-get-remote-uid-with-perl)
705 (tramp-get-remote-gid-with-perl): New defuns. Perl code
706 contributed by yary <not.com@gmail.com> (tiny change).
707 (tramp-get-remote-uid-with-python)
708 (tramp-get-remote-gid-with-python): New defuns. Python code
709 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
710 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
711
712 2013-09-19 Glenn Morris <rgm@gnu.org>
713
714 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
715
716 * eshell/em-unix.el (eshell-remove-entries):
717 Rename argument to avoid name-clash with global `top-level'.
718
719 * eshell/esh-proc.el (eshell-kill-process-function):
720 Remove eshell-reset-after-proc from eshell-kill-hook if present.
721 (eshell-reset-after-proc): Remove unused arg `proc'.
722
723 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
724 (directory-files-and-attributes): Mark unused arg.
725
726 * eshell/em-unix.el (eshell-remove-entries):
727 Remove unused arg `path'. Update callers.
728
729 * eshell/em-hist.el (eshell-hist-parse-arguments):
730 Remove unused arg `silent'. Update callers.
731
732 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
733 Fix (f)boundp mix-up.
734
735 * eshell/em-smart.el (eshell-smart-scroll-window)
736 (eshell-disable-after-change):
737 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
738
739 2013-09-18 Alan Mackenzie <acm@muc.de>
740
741 Fix fontification of type when followed by "const".
742 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
743 "known" types from fontification.
744
745 2013-09-18 Glenn Morris <rgm@gnu.org>
746
747 * emacs-lisp/chart.el (x-display-color-cells): Declare.
748 (chart-face-list): Drop Emacsen without display-color-p.
749
750 * net/eww.el (libxml-parse-html-region): Declare.
751 (eww-display-html): Explicit error if no libxml2 support.
752
753 * doc-view.el (doc-view-mode): Silence --without-x compilation.
754
755 * image.el (image-type-from-buffer, image-multi-frame-p):
756 Remove --without-x warning/error.
757
758 * mouse.el (mouse-yank-primary):
759 * term.el (term-mouse-paste):
760 Reorder to silence --without-x compilation.
761
762 * mpc.el (doc-view-mode): Silence --without-x compilation.
763
764 * mail/rmailmm.el (rmail-mime-set-bulk-data):
765 Silence --without-x compilation.
766
767 * progmodes/gud.el (gud-find-file, gud-mode):
768 Silence --without-x compilation.
769 (tooltip-mode): Declare.
770
771 * wdired.el (dired-backup-overwrite): Remove declaration.
772 (wdired-mode-map): Add doc string.
773
774 * custom.el (x-get-resource): Declare.
775
776 * eshell/em-glob.el (ange-cache):
777 * eshell/em-unix.el (ange-cache): Declare.
778
779 * faces.el (x-display-list, x-open-connection, x-get-resource):
780 Declare.
781
782 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
783 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
784 Declare.
785
786 * frame.el (x-display-grayscale-p, x-display-name): Declare.
787
788 * net/gnutls.el (gnutls-log-level): Declare.
789
790 * net/shr.el (image-size, image-animate): Declare.
791
792 * simple.el (font-info): Declare.
793
794 * subr.el (x-popup-dialog): Declare.
795
796 * term/common-win.el (x-select-enable-primary)
797 (x-last-selected-text-primary, x-last-selected-text-clipboard):
798 Declare.
799
800 * term/ns-win.el (x-handle-args): Declare.
801
802 * term/x-win.el (x-select-enable-clipboard): Declare.
803
804 * term/w32-win.el (create-default-fontset): Declare.
805
806 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
807 Declare.
808
809 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
810 (fit-frame-to-buffer): Explicit error if --without-x.
811 (mouse-autoselect-window-select): Silence compiler.
812
813 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
814
815 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
816 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
817 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
818 * eshell/esh-util.el (eshell-sublist):
819 Remove unused local variables.
820
821 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
822
823 * textmodes/two-column.el: Make 2C-split work for --without-x.
824 (scroll-bar-columns): Autoload.
825 (top-level): Require fringe when compiling.
826
827 2013-09-18 Leo Liu <sdl.web@gmail.com>
828
829 * subr.el (add-hook): Robustify to handle closure as well.
830
831 2013-09-17 Glenn Morris <rgm@gnu.org>
832
833 * simple.el (messages-buffer-mode-map): Unbind "g".
834
835 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * help-mode.el (help-mode-finish): Use derived-mode-p.
838 Remove obsolete highlighting.
839
840 * play/life.el (life-mode): Use define-derived-mode. Derive from
841 special-mode.
842 (life): Let-bind inhibit-read-only.
843 (life-setup): Avoid `setq'. Use `life-mode'.
844
845 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
846 which should not be needed any more.
847 (package-menu-refresh, package-menu-describe-package): Use user-error.
848
849 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
850 (eshell-post-rewrite-command-hook): Make obsolete.
851 (eshell-parse-command): Simplify.
852 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
853 (eshell--cmd): Declare.
854 (eshell-parse-pipeline): Remove unused var `final-p'.
855 Pass a dynvar to eshell-post-rewrite-command-hook.
856 Implement the new eshell-post-rewrite-command-function.
857 (eshell-invoke-directly): Remove unused arg `input'.
858 * eshell/esh-io.el (eshell-io-initialize):
859 Use eshell-post-rewrite-command-function (bug#15399).
860 (eshell--apply-redirections): Rename from eshell-apply-redirections;
861 adjust to new calling convention.
862 (eshell-create-handles): Rename args to avoid clashing with dynvar
863 `standard-output'.
864
865 2013-09-17 Glenn Morris <rgm@gnu.org>
866
867 * simple.el (messages-buffer-mode): New major mode.
868 (messages-buffer): New function.
869 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
870 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
871 (ert-run-test): Use `messages-buffer' function.
872 (ert--force-message-log-buffer-truncation): Ignore read-only.
873 * help.el (view-echo-area-messages): Use `messages-buffer' function.
874 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
875
876 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
877
878 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
879
880 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
881
882 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * icomplete.el (icomplete-in-buffer): New var.
885 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
886 vars and replace them with functions.
887 (icomplete-minibuffer-setup): Adjust accordingly.
888 (icomplete--completion-table, icomplete--completion-predicate)
889 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
890 New functions.
891 (icomplete-forward-completions, icomplete-backward-completions)
892 (icomplete-simple-completing-p, icomplete-exhibit)
893 (icomplete-completions): Use them.
894 (icomplete--in-region-buffer): New var.
895 (icomplete--in-region-setup): New function.
896 (icomplete-mode): Use it.
897
898 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
899 (bug#15379).
900 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
901 return args and options.
902 (eshell-eval-using-options): Use the new return value of
903 eshell--do-opts to set the options's vars in their scope.
904 (eshell--set-option): Rename from eshell-set-option.
905 Add arg `opt-vals'.
906 (eshell--process-option): Rename from eshell-process-option.
907 Add arg `opt-vals'.
908 (eshell--process-args): Use an `opt-vals' alist to store the options's
909 values during their processing and return them additionally to the
910 remaining args.
911
912 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
913
914 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
915 continuation character an operator, as far as indentation is
916 concerned (Bug#15369).
917
918 2013-09-15 Martin Rudalics <rudalics@gmx.at>
919
920 * window.el (window--state-put-2): Don't process buffer state
921 when buffer doesn't exist any more (Bug#15382).
922
923 2013-09-15 Glenn Morris <rgm@gnu.org>
924
925 * eshell/em-unix.el (eshell/rm):
926 Make -f ignore missing files. (Bug#15373)
927
928 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
929 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
930 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
931
932 2013-09-14 Glenn Morris <rgm@gnu.org>
933
934 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
935
936 2013-09-13 Glenn Morris <rgm@gnu.org>
937
938 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
939 (dired-guess-default): Make `file' available in the env. (Bug#15363)
940
941 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
942
943 * frame.el (x-focus-frame): Mark as declared in frame.c.
944
945 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
946
947 * ls-lisp.el: Use advice-add.
948 (original-insert-directory): Remove.
949 (ls-lisp--insert-directory): Rename from insert-directory; add
950 `orig-fun' argument.
951 (insert-directory): Advise.
952
953 2013-09-13 Eli Zaretskii <eliz@gnu.org>
954
955 * term.el (term-emulate-terminal): Decode the command string
956 before passing it to term-command-hook. (Bug#15337)
957
958 2013-09-13 Glenn Morris <rgm@gnu.org>
959
960 * eshell/esh-util.el (ange-cache): Move declaration earlier.
961
962 * eshell/esh-ext.el (eshell-search-path): Declare.
963
964 * eshell/em-prompt.el (eshell/pwd): Autoload it.
965 Otherwise an error occurs if eshell-dirs module not loaded.
966
967 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
968
969 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
970
971 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
972 `tramp-check-proper-host'. Check for a valid method name.
973
974 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
975 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
976 * net/tramp-sh.el (tramp-maybe-open-connection):
977 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
978
979 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
980 also for hash values.
981
982 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * term/ns-win.el (parameters): Don't declare as dynamic.
985 (before-make-frame-hook): Don't add ineffective function.
986
987 * eshell/*.el: Use lexical-binding (bug#15231).
988
989 2013-09-12 Kenichi Handa <handa@gnu.org>
990
991 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
992
993 2013-09-12 Glenn Morris <rgm@gnu.org>
994
995 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
996 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
997
998 * subr.el (do-after-load-evaluation): Also give compiler warnings
999 when obsolete files are used (except by obsolete files).
1000
1001 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
1002 in the status output, assume `filename' is the first. (Bug#15322)
1003
1004 * vc/vc.el (vc-deduce-fileset): Doc fix.
1005
1006 * calc/calc-help.el (Info-goto-node):
1007 * progmodes/cperl-mode.el (Info-find-node):
1008 * vc/ediff.el (Info-goto-node): Update declarations.
1009
1010 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
1011
1012 * vc/vc-bzr.el (vc-compilation-mode): Declare.
1013 (vc-bzr-pull): Require vc-dispatcher.
1014 * vc/vc-git.el (vc-compilation-mode): Declare.
1015 (vc-git-pull): Require vc-dispatcher.
1016
1017 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
1018
1019 * progmodes/octave.el (help-button-action): Declare.
1020
1021 * shell.el (shell-directory-tracker): Output error as a message
1022 rather than just returning it as a string.
1023 (shell-process-pushd): Remove useless use of message.
1024
1025 * dframe.el (dframe-timer-fn):
1026 * files.el (dir-locals-read-from-file):
1027 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
1028 (mpc-format):
1029 * reveal.el (reveal-post-command):
1030 * saveplace.el (load-save-place-alist-from-file):
1031 * shell.el (shell-resync-dirs):
1032 * w32-common-fns.el (x-get-selection-value):
1033 * emacs-lisp/copyright.el (copyright-find-copyright):
1034 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1035 * emulation/tpu-edt.el (tpu-copy-keyfile):
1036 * play/bubbles.el (bubbles--mark-neighbourhood):
1037 * progmodes/executable.el
1038 (executable-make-buffer-file-executable-if-script-p):
1039 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
1040
1041 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1042
1043 Cleanup Eshell to rely less on dynamic scoping.
1044 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
1045 last-value, and ext-command here. Bind `args' closer to `body'.
1046 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
1047 (eshell--args): Declare new dynamic var.
1048 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
1049 last-value, and ext-command. Pass `args' to `body'.
1050 (eshell-process-args): Bind eshell--args.
1051 (eshell-set-option): Use eshell--args.
1052 * eshell/eshell.el (eshell): Use derived-mode-p.
1053 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
1054 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
1055 (eshell-glob-function): Declare.
1056 * eshell/esh-util.el: Require cl-lib.
1057 (eshell-read-hosts-file): Avoid add-to-list.
1058 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
1059 `err'.
1060 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
1061 Declare.
1062 (eshell/diff): Remove unused var `err'.
1063 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
1064 `killflag'.
1065 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
1066 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
1067 first use.
1068 * eshell/em-glob.el (eshell-glob-matches, message-shown):
1069 Move declaration before first use.
1070 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
1071 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
1072 rely on cl-return.
1073
1074 2013-09-12 Glenn Morris <rgm@gnu.org>
1075
1076 * term/ns-win.el (global-map): Remove binding for ispell-next,
1077 deleted 1999-05-29. (Bug#15357)
1078
1079 2013-09-11 Glenn Morris <rgm@gnu.org>
1080
1081 * echistory.el (electric-command-history): Remove call to deleted func.
1082
1083 * play/landmark.el (landmark-mode): Fix typos.
1084
1085 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
1086 Check cvs-sort-ignore-file is bound.
1087
1088 * savehist.el: No need for cl when compiling on Emacs.
1089
1090 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1091
1092 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
1093 (bug#15338).
1094 (eshell-self-insert-command, eshell-send-invisible):
1095 Remove unused argument.
1096 (eshell-handle-control-codes): Remove unused var `orig'.
1097 Avoid delete-backward-char.
1098
1099 * files.el (set-auto-mode): Simplify a bit further.
1100
1101 2013-09-11 Glenn Morris <rgm@gnu.org>
1102
1103 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
1104 (set-auto-mode): Don't regexp-quote elements.
1105 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
1106 * progmodes/cc-mode.el (interpreter-mode-alist):
1107 * progmodes/ruby-mode.el (interpreter-mode-alist):
1108 Revert previous change.
1109
1110 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * play/snake.el (snake-mode):
1113 * play/mpuz.el (mpuz-mode):
1114 * play/landmark.el (lm-mode):
1115 * play/blackbox.el (blackbox-mode):
1116 * play/5x5.el (5x5-mode):
1117 * obsolete/options.el (Edit-options-mode):
1118 * net/quickurl.el (quickurl-list-mode):
1119 * net/newst-treeview.el (newsticker-treeview-mode):
1120 * mail/rmailsum.el (rmail-summary-mode):
1121 * mail/mspools.el (mspools-mode):
1122 * locate.el (locate-mode):
1123 * ibuffer.el (ibuffer-mode):
1124 * emulation/ws-mode.el (wordstar-mode):
1125 * emacs-lisp/debug.el (debugger-mode):
1126 * array.el (array-mode):
1127 * net/eudc.el (eudc-mode): Use define-derived-mode.
1128 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
1129 Move initialization into declaration.
1130 (mairix-searches-mode): Use define-derived-mode.
1131 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
1132 (eudc-edit-hotlist): Use dolist.
1133 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
1134 (Man-mode): Use define-derived-mode.
1135 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
1136 (Info-edit-mode): Use define-derived-mode.
1137 (Info-cease-edit): Use Info-mode.
1138 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
1139 into declaration.
1140 (eshell-mode): Use define-derived-mode.
1141 * chistory.el (command-history-mode-map): Rename from
1142 command-history-map.
1143 (command-history-mode): Use define-derived-mode.
1144 (Command-history-setup): Remove function.
1145 * calc/calc.el (calc-trail-mode-map): New var.
1146 (calc-trail-mode): Use define-derived-mode.
1147 (calc-trail-buffer): Set calc-main-buffer manually.
1148 * bookmark.el (bookmark-insert-annotation): New function.
1149 (bookmark-edit-annotation): Use it.
1150 (bookmark-edit-annotation-mode): Make it a proper major mode.
1151 (bookmark-send-edited-annotation): Use derived-mode-p.
1152 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
1153 closer to its ideal place. Use \' to match EOS.
1154
1155 * profiler.el (profiler-calltree-find): Use function-equal.
1156
1157 2013-09-10 Glenn Morris <rgm@gnu.org>
1158
1159 * files.el (interpreter-mode-alist): Convert to regexps.
1160 (set-auto-mode): Adapt for this. (Bug#15306)
1161 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
1162 Comment out unused variable.
1163 * progmodes/cc-mode.el (interpreter-mode-alist):
1164 * progmodes/python.el (interpreter-mode-alist):
1165 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
1166 * progmodes/sh-script.el (sh-set-shell):
1167 No longer use interpreter-mode-alist to get list of shells.
1168
1169 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
1170
1171 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * simple.el: Use set-temporary-overlay-map for universal-argument.
1174 (universal-argument-map): Don't use default-bindings (bug#15317).
1175 Bind switch-frame explicitly. Replace universal-argument-minus with
1176 a conditional binding.
1177 (universal-argument-num-events, saved-overriding-map): Remove.
1178 (restore-overriding-map): Remove.
1179 (universal-argument--mode): Rename from save&set-overriding-map,
1180 and rewrite.
1181 (universal-argument, universal-argument-more, negative-argument)
1182 (digit-argument): Adjust accordingly.
1183 (universal-argument-minus): Remove.
1184 (universal-argument-other-key): Remove.
1185
1186 * subr.el (with-demoted-errors): Add `format' argument.
1187
1188 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
1189
1190 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
1191 `tramp-cleanup-connection'.
1192
1193 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
1194 parameters KEEP-DEBUG and KEEP-PASSWORD.
1195
1196 * net/tramp.el (tramp-file-name-handler):
1197 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1198 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
1199 (tramp-maybe-open-connection):
1200 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1201 Use `tramp-cleanup-connection'.
1202
1203 * net/tramp-sh.el (tramp-maybe-open-connection):
1204 Catch 'uname-changed inside the progress reporter.
1205
1206 2013-09-10 Glenn Morris <rgm@gnu.org>
1207
1208 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
1209
1210 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
1211 returns "alternate access method" in mode (eg "-rw-r--r--.").
1212
1213 2013-09-08 Glenn Morris <rgm@gnu.org>
1214
1215 * saveplace.el (load-save-place-alist-from-file):
1216 Demote errors. (Bug#15305)
1217
1218 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
1219
1220 Improve compatibility with older Emacsen, and XEmacs.
1221
1222 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
1223 only if it is bound. It isn't for XEmacs.
1224 (with-tramp-progress-reporter): Do not let-bind `result'.
1225 This yields to scoping errors in XEmacs.
1226 (tramp-handle-make-auto-save-file-name): New function, moved from
1227 tramp-sh.el.
1228
1229 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
1230 for `make-auto-save-file-name'.
1231 (tramp-adb--gnu-switches-to-ash):
1232 Use `tramp-compat-replace-regexp-in-string'.
1233
1234 * net/tramp-cache.el (tramp-cache-print): Call
1235 `substring-no-properties' only if it is bound. It isn't for XEmacs.
1236
1237 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
1238 bound. It isn't for XEmacs.
1239
1240 * net/tramp-compat.el (tramp-compat-copy-file):
1241 Catch `wrong-number-of-arguments' error.
1242 (tramp-compat-replace-regexp-in-string): New defun.
1243
1244 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
1245 for `make-auto-save-file-name'.
1246 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
1247 `copy-file'.
1248 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
1249 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
1250 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
1251
1252 * net/tramp-gw.el (tramp-gw-open-network-stream):
1253 Use `tramp-compat-replace-regexp-in-string'.
1254
1255 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1256 Call `tramp-handle-make-auto-save-file-name'.
1257 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
1258 (tramp-sh-file-gvfs-monitor-dir-process-filter)
1259 (tramp-sh-file-inotifywait-process-filter):
1260 Use `tramp-compat-replace-regexp-in-string'.
1261 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
1262
1263 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
1264 for `make-auto-save-file-name'.
1265 (tramp-smb-handle-copy-directory):
1266 Call `tramp-compat-replace-regexp-in-string'.
1267 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
1268 (tramp-smb-handle-copy-file): Improve error message.
1269 (tramp-smb-handle-rename-file): Rename directly only in case
1270 `newname' does not exist yet. This is a restriction of smbclient.
1271 (tramp-smb-maybe-open-connection): Rerun the function only when
1272 `auth-sources' is non-nil.
1273
1274 2013-09-08 Kenichi Handa <handa@gnu.org>
1275
1276 * international/characters.el: Set category "^" (Combining) for
1277 more characters.
1278
1279 2013-09-07 Alan Mackenzie <acm@muc.de>
1280
1281 Correctly fontify Java class constructors.
1282 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
1283 in Java Mode.
1284 (c-recognize-typeless-decls): Set the Java value to t.
1285 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1286 While handling a "(", add a check for, effectively, Java, and handle a
1287 "typeless" declaration there.
1288
1289 2013-09-07 Roland Winkler <winkler@gnu.org>
1290
1291 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
1292 field subtitle for entry type book.
1293
1294 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * minibuffer.el: Make minibuffer-complete call completion-in-region
1297 rather than other way around.
1298 (completion--some, completion-pcm--find-all-completions):
1299 Don't delay signals when debugging.
1300 (minibuffer-completion-contents): Beware fields within the
1301 minibuffer contents.
1302 (completion-all-sorted-completions): Use defvar-local.
1303 (completion--do-completion, completion--cache-all-sorted-completions)
1304 (completion-all-sorted-completions, minibuffer-force-complete):
1305 Add args `beg' and `end'.
1306 (completion--in-region-1): New fun, extracted from minibuffer-complete.
1307 (minibuffer-complete): Use completion-in-region.
1308 (completion-complete-and-exit): New fun, extracted from
1309 minibuffer-complete-and-exit.
1310 (minibuffer-complete-and-exit): Use it.
1311 (completion--complete-and-exit): Rename from
1312 minibuffer--complete-and-exit.
1313 (completion-in-region--single-word): New function, extracted from
1314 minibuffer-complete-word.
1315 (minibuffer-complete-word): Use it.
1316 (display-completion-list): Make `common-substring' argument obsolete.
1317 (completion--in-region): Call completion--in-region-1 instead of
1318 minibuffer-complete.
1319 (completion-help-at-point): Pass boundaries to
1320 minibuffer-completion-help as args rather than via an overlay.
1321 (completion-pcm--string->pattern): Use `any-delim'.
1322 (completion-pcm--optimize-pattern): New function.
1323 (completion-pcm--pattern->regex): Handle `any-delim'.
1324 * icomplete.el (icomplete-forward-completions)
1325 (icomplete-backward-completions, icomplete-completions):
1326 Adjust calls to completion-all-sorted-completions and
1327 completion--cache-all-sorted-completions.
1328 (icomplete-with-completion-tables): Default to t.
1329 * emacs-lisp/crm.el (crm--current-element): Rename from
1330 crm--select-current-element. Don't put an overlay but return the
1331 boundaries instead.
1332 (crm--completion-command): Take two new args to bind to the boundaries.
1333 (crm-completion-help): Adjust accordingly.
1334 (crm-complete): Use completion-in-region.
1335 (crm-complete-word): Use completion-in-region--single-word.
1336 (crm-complete-and-exit): Use completion-complete-and-exit.
1337
1338 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
1341 than dynamically.
1342
1343 2013-09-06 Juri Linkov <juri@jurta.org>
1344
1345 * info.el (Info-display-images-node): When image file doesn't exist
1346 display text version of the image if it's provided in the Info file.
1347 Otherwise, display the location of missing image from SRC attribute.
1348 Add help-echo text property from ALT attribute. (Bug#15279)
1349
1350 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
1353 (edit-abbrevs-mode): Use define-derived-mode.
1354
1355 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
1356 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
1357 that it's defined.
1358 (epa-key-list-mode, epa-key-mode, epa-info-mode):
1359 Use define-derived-mode.
1360
1361 * epg.el (epg-start-encrypt): Minor CSE simplification.
1362
1363 2013-09-06 William Xu <william.xwl@gmail.com>
1364
1365 * arc-mode.el: Add support for 7za (bug#15264).
1366 (archive-7z-program): New var.
1367 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
1368 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
1369 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
1370
1371 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
1372
1373 Remove URL syntax.
1374
1375 * net/tramp.el (tramp-syntax, tramp-prefix-format)
1376 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
1377 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
1378 (tramp-postfix-host-format, tramp-file-name-regexp)
1379 (tramp-completion-file-name-regexp)
1380 (tramp-completion-dissect-file-name)
1381 (tramp-handle-substitute-in-file-name): Remove 'url case.
1382 (tramp-file-name-regexp-url)
1383 (tramp-completion-file-name-regexp-url): Remove constants.
1384
1385 2013-09-06 Glenn Morris <rgm@gnu.org>
1386
1387 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
1388
1389 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
1390
1391 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
1392 keywords" below "here-doc beginnings" (Bug#15270).
1393
1394 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * subr.el (pop): Use `car-safe'.
1397 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
1398 to detect unused `pop' return value.
1399
1400 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
1401 var `block-regexp'.
1402 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
1403 (python-fill-string): Remove unused var `marker'.
1404 (python-skeleton-add-menu-items): Remove unused var `items'.
1405
1406 * international/mule-cmds.el: Require CL.
1407 (find-coding-systems-for-charsets): Avoid add-to-list.
1408 (sanitize-coding-system-list): New function, extracted from
1409 select-safe-coding-system-interactively.
1410 (select-safe-coding-system-interactively): Use it.
1411 (read-input-method-name): Accept symbols for `default'.
1412
1413 * emacs-lisp/advice.el (defadvice): Add indent rule.
1414
1415 2013-09-05 Daniel Hackney <dan@haxney.org>
1416
1417 * dired-x.el:
1418 * net/ange-ftp.el:
1419 * net/browse-url.el:
1420 * net/dbus.el:
1421 * net/eudc.el:
1422 * net/eudcb-ldap.el:
1423 * net/eww.el:
1424 * net/imap.el:
1425 * printing.el:
1426 * vc/ediff-diff.el:
1427 * vc/ediff-init.el:
1428 * vc/ediff-merg.el:
1429 * vc/ediff-mult.el:
1430 * vc/ediff-util.el:
1431 * vc/ediff-wind.el:
1432 * vc/ediff.el:
1433 * vc/emerge.el:
1434 * vc/pcvs.el:
1435 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
1436 byte compiler. Remove some unused let-bound variables.
1437
1438 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1439
1440 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
1441 a "ref-cell", since it gets better optimized (bug#14883).
1442
1443 2013-09-05 Glenn Morris <rgm@gnu.org>
1444
1445 * progmodes/cc-awk.el (c-forward-sws): Declare.
1446
1447 2013-09-04 Glenn Morris <rgm@gnu.org>
1448
1449 * generic-x.el [rul-generic-mode]: Require cc-mode.
1450 (c++-mode-syntax-table): Declare.
1451 (rul-generic-mode-syntax-table): Init in the defvar.
1452
1453 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
1456 (vc-do-command, vc-set-async-update):
1457 * vc/vc-mtn.el (vc-mtn-dir-status):
1458 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
1459 (vc-hg-pull, vc-hg-merge-branch):
1460 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
1461 (vc-git-merge-branch):
1462 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
1463 (vc-cvs-dir-status-files):
1464 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
1465 (vc-bzr-dir-status-files):
1466 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
1467 * vc/vc-annotate.el: Use lexical-binding.
1468 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
1469 (vc-sentinel-movepoint): Declare.
1470 (vc-annotate): Don't use `goto-line'.
1471 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
1472 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
1473 (vc-sentinel-movepoint): Declare.
1474 * vc/vc-svn.el: Use lexical-binding.
1475 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
1476 * vc/vc-sccs.el:
1477 * vc/vc-rcs.el: Use lexical-binding.
1478
1479 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
1480 `deleted'. Don't drop errors silently.
1481
1482 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
1483
1484 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
1485
1486 * vc/vc.el (vc-ignore): Rewrite.
1487 (vc-default-ignore): New function.
1488 (vc-default-ignore-completion-table): Use find-ignore-file.
1489
1490 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
1491 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
1492 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
1493 Remove. Most code moved to vc.el.
1494
1495 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
1498 * net/tramp-smb.el (tramp-smb-get-file-entries):
1499 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
1500 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
1501
1502 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
1503 Update call to it.
1504 (eww-change-select): Remove unused var `properties'.
1505 (eww-make-unique-file-name): Remove unused var `base'.
1506
1507 * finder.el (finder-compile-keywords): Don't mess with windows.
1508
1509 * calculator.el (calculator-funcall): Fix typo in last change.
1510
1511 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
1512
1513 * emacs-lisp/package.el (package-activate-1): Don't let a missing
1514 <pkg>-autoloads.el file stop us.
1515
1516 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
1517 warnings, and factor out common code.
1518
1519 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
1520
1521 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
1522 two-character operators and whether the character preceding them
1523 changes their meaning (Bug#15208).
1524
1525 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1526
1527 Format code sent to Python shell for robustness.
1528 * progmodes/python.el (python-shell-buffer-substring):
1529 New function.
1530 (python-shell-send-region, python-shell-send-buffer): Use it.
1531
1532 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
1533
1534 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
1535 * net/tramp.el (tramp-user-error): ... here.
1536 (tramp-find-method, tramp-check-proper-host)
1537 (tramp-dissect-file-name, tramp-debug-message)
1538 (tramp-handle-shell-command):
1539 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1540 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
1541
1542 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
1543
1544 2013-09-02 Martin Rudalics <rudalics@gmx.at>
1545
1546 * avoid.el (mouse-avoidance-point-position)
1547 (mouse-avoidance-too-close-p): Handle case where posn-at-point
1548 returns nil.
1549
1550 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1551
1552 * progmodes/python.el (python-shell-completion-get-completions):
1553 Drop use of deleted `comint-last-prompt-overlay'.
1554 (python-nav-if-name-main): New command.
1555
1556 2013-09-01 Glenn Morris <rgm@gnu.org>
1557
1558 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1559 Avoid leading space in $wins. Otherwise the sed command used by
1560 eg compile-main ends up containing "/*.el". (Bug#15170)
1561
1562 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
1563
1564 2013-08-30 Glenn Morris <rgm@gnu.org>
1565
1566 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1567 Fix is-this-a-directory logic. (Bug#15220)
1568
1569 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * textmodes/css-mode.el: Use SMIE.
1572 (css-smie-grammar): New var.
1573 (css-smie--forward-token, css-smie--backward-token)
1574 (css-smie-rules): New functions.
1575 (css-mode): Use them.
1576 (css-navigation-syntax-table): Remove var.
1577 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
1578 (css-indent-calculate, css-indent-line): Remove functions.
1579
1580 Misc changes to reduce use of `(lambda...); and other cleanups.
1581 * cus-edit.el: Use lexical-binding.
1582 (customize-push-and-save, customize-apropos)
1583 (custom-buffer-create-internal): Use closures.
1584 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
1585 * progmodes/ada-xref.el: Use setq.
1586 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
1587 * dframe.el: Use lexical-binding.
1588 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
1589 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
1590 * descr-text.el: Use lexical-binding.
1591 (describe-text-widget, describe-text-sexp, describe-property-list):
1592 Use closures.
1593 * comint.el (comint-history-isearch-push-state): Use a closure.
1594 * calculator.el: Use lexical-binding.
1595 (calculator-number-to-string): Make it work with lexical-binding.
1596 (calculator-funcall): Same and use cl-letf.
1597
1598 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
1599 (lisp--company-doc-string, lisp--company-location): New functions.
1600 (lisp-completion-at-point): Use them to improve Company support.
1601
1602 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
1603 params of lambda expressions.
1604 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
1605 (ruby-smie--opening-pipe-p): New function.
1606 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
1607 symbols and matched |...| for formal params.
1608 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
1609 from being treated as hanging. Handle "rescue".
1610
1611 2013-08-29 Glenn Morris <rgm@gnu.org>
1612
1613 * progmodes/cc-engine.el (c-pull-open-brace):
1614 Move definition before use.
1615
1616 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
1619 are immutable. Don't use `unsafe' any more.
1620 (cl--defsubst-expand): Don't substitute at the same time as keeping
1621 a residual unused let-binding. Don't use `unsafe' any more.
1622
1623 2013-08-29 Glenn Morris <rgm@gnu.org>
1624
1625 * calendar/cal-china.el (calendar-chinese-year-cache):
1626 Recenter on 2015.
1627
1628 * nxml/nxml-util.el (nxml-debug-clear-inside):
1629 Use cl-loop rather than loop.
1630
1631 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
1632
1633 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
1634
1635 2013-08-28 Glenn Morris <rgm@gnu.org>
1636
1637 * progmodes/antlr-mode.el: No need to require cc-mode twice.
1638
1639 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
1640
1641 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
1642
1643 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1644
1645 * simple.el (repeat-complex-command--called-interactively-skip):
1646 New function.
1647 (repeat-complex-command): Use it (bug#14136).
1648
1649 * progmodes/cc-mode.el: Minor cleanup of var declarations.
1650 (c-define-abbrev-table): Add `doc' argument.
1651 (c-mode-abbrev-table, c++-mode-abbrev-table)
1652 (objc-mode-abbrev-table, java-mode-abbrev-table)
1653 (idl-mode-abbrev-table, pike-mode-abbrev-table)
1654 (awk-mode-abbrev-table): Use it.
1655 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
1656 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
1657 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
1658 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
1659 Move initialization into the declaration; and remove any
1660 autoload cookie.
1661
1662 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
1663 and dynamic let binding.
1664
1665 * vc/smerge-mode.el: Remove redundant :group args.
1666
1667 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
1668 to load-path.
1669
1670 2013-08-28 Juri Linkov <juri@jurta.org>
1671
1672 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
1673 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
1674 (isearch-other-meta-char): Handle an undefined shifted printing
1675 character by downshifting it. (Bug#15200)
1676
1677 2013-08-28 Juri Linkov <juri@jurta.org>
1678
1679 * isearch.el (isearch-search): Change regexp error message for
1680 non-regexp searches. (Bug#15166)
1681
1682 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1683
1684 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1685 for portability to hosts where /bin/sh has problems.
1686
1687 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
1690
1691 2013-08-27 Juri Linkov <juri@jurta.org>
1692
1693 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
1694 in the keyboard macro. (Bug#15126)
1695
1696 2013-08-27 Juri Linkov <juri@jurta.org>
1697
1698 * isearch.el (isearch-quote-char): Comment out converting unibyte
1699 to multibyte, thus syncing with its `quoted-insert' counterpart.
1700 (Bug#15166)
1701
1702 2013-08-27 Martin Rudalics <rudalics@gmx.at>
1703
1704 * window.el (display-buffer-use-some-window): Add missing
1705 argument in call of get-largest-window (Bug#15185).
1706 Reported by Stephen Leake.
1707
1708 2013-08-27 Glenn Morris <rgm@gnu.org>
1709
1710 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
1711
1712 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * progmodes/python.el (python-font-lock-keywords): Don't return nil
1715 from a matcher-function unless there's no more matches (bug#15161).
1716
1717 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
1718
1719 * minibuffer.el: Revert change from 2013-08-20.
1720
1721 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
1722 with text property `tramp-default', if appropriate.
1723 (tramp-check-proper-host): New defun.
1724 (tramp-dissect-file-name): Do not check hostname. Revert change
1725 of 2013-03-18.
1726 (tramp-backtrace): Make VEC-OR-PROC optional.
1727
1728 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1729 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1730 * net/tramp-sh.el (tramp-maybe-open-connection):
1731 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1732 Apply `tramp-check-proper-host'.
1733
1734 2013-08-26 Tassilo Horn <tsdh@gnu.org>
1735
1736 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
1737 lambda expression in order to have `describe-variable' display it.
1738
1739 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
1740
1741 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
1742 BUF can be optional. (Bug#15186)
1743
1744 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
1745
1746 * progmodes/flymake.el (flymake-get-real-file-name-function):
1747 Fix broken customization. (Bug#15184)
1748
1749 2013-08-25 Alan Mackenzie <acm@muc.de>
1750
1751 Improve indentation of bracelists defined by macros (without "=").
1752
1753 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
1754 expansion begins with "{", regard it as bracelist when it doesn't
1755 contain a ";".
1756
1757 Parse C++ inher-intro when there's a template split over 2 lines.
1758
1759 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
1760 rigorously the search for "class" etc. followed by ":".
1761
1762 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
1763 random languages a regexp which never matches rather than nil.
1764
1765 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
1766
1767 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
1768 (c-awk-regexp-one-line-possibly-open-char-list-re)
1769 (c-awk-one-line-possibly-open-regexp-re)
1770 (c-awk-one-line-non-syn-ws*-re): Remove.
1771 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
1772 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
1773 (c-awk-space*-unclosed-regexp-/-re): New constants.
1774 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
1775 aren't regexp delimiters.
1776
1777 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
1778 handling for a rare situation in AWK Mode involving unterminated
1779 strings/regexps.
1780
1781 2013-08-23 Glenn Morris <rgm@gnu.org>
1782
1783 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
1784
1785 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
1786
1787 * files.el (create-file-buffer): If the result would begin with
1788 spaces, prepend a "|" instead of removing them. (Bug#15162)
1789
1790 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
1793 text-properties (bug#15155).
1794
1795 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
1796 exist any more.
1797 (calc-keypad-redraw): Remove unused var `pad'.
1798 (calc-keypad-press): Remove unused var `menu'.
1799
1800 2013-08-23 Martin Rudalics <rudalics@gmx.at>
1801
1802 * window.el (display-buffer-pop-up-frame):
1803 Call pop-up-frame-function with BUFFER current so `make-frame' will
1804 use it as the new frame's buffer (Bug#15133).
1805
1806 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * calendar/timeclock.el: Minor cleanups.
1809 (timeclock-ask-before-exiting, timeclock-use-display-time):
1810 Use `symbol'.
1811 (timeclock-modeline-display): Define as alias before the
1812 actual definition.
1813 (timeclock-mode-line-display): Use define-minor-mode.
1814 (timeclock-day-list-template): Make it a function, add an argument.
1815 (timeclock-day-list-required, timeclock-day-list-length)
1816 (timeclock-day-list-debt, timeclock-day-list-span)
1817 (timeclock-day-list-break): Adjust calls accordingly.
1818
1819 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
1822 Use read--expression so that completion works again.
1823
1824 2013-08-21 Sam Steingold <sds@gnu.org>
1825
1826 Add rudimentary inferior shell interaction
1827 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
1828 (sh-set-shell): Reset it.
1829 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
1830 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
1831
1832 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1833
1834 * align.el: Use lexical-binding.
1835 (align-region): Simplify accordingly.
1836
1837 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
1838
1839 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
1840
1841 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
1842 `non-essential' up.
1843
1844 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
1845
1846 * net/tramp.el:
1847 * net/tramp-adb.el:
1848 * net/tramp-cmds.el:
1849 * net/tramp-ftp.el:
1850 * net/tramp-gvfs.el:
1851 * net/tramp-gw.el:
1852 * net/tramp-sh.el: Don't wrap external variable declarations by
1853 `eval-when-compile'.
1854
1855 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1856
1857 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
1858 now that Emacs supports ImageMagick animations.
1859
1860 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
1861
1862 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
1863 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
1864
1865 2013-08-16 Martin Rudalics <rudalics@gmx.at>
1866
1867 * window.el (mouse-autoselect-window-select): Do autoselect when
1868 mouse pointer is on margin.
1869
1870 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
1871
1872 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
1873
1874 2013-08-16 Glenn Morris <rgm@gnu.org>
1875
1876 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
1877 Handle "Remote Directory" response of some clients. (Bug#15058)
1878
1879 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
1880 Tweak warning. (Bug#14926)
1881
1882 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
1883 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
1884
1885 * image-mode.el (image-mode-map): Add menu items to reverse,
1886 increase, decrease, reset animation speed.
1887 (image--set-speed, image-increase-speed, image-decrease-speed)
1888 (image-reverse-speed, image-reset-speed): New functions.
1889 (image-mode-map): Add bindings for speed commands.
1890
1891 * image.el (image-animate-get-speed, image-animate-set-speed):
1892 New functions.
1893 (image-animate-timeout): Respect image :speed property.
1894
1895 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
1898 previous line (bug#15101).
1899 (debugger-eval-expression, debugger-record-expression):
1900 Use read--expression (bug#15102).
1901
1902 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
1903
1904 Remove byte compiler warnings, visible when compiling with
1905 `byte-compile-force-lexical-warnings' set to t.
1906
1907 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
1908 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
1909 (tramp-handle-unhandled-file-name-directory)
1910 (tramp-handle-file-notify-add-watch, tramp-action-login)
1911 (tramp-action-succeed, tramp-action-permission-denied)
1912 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
1913 arguments with "_".
1914
1915 * net/tramp-adb.el (tramp-adb-parse-device-names)
1916 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
1917 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
1918 (tramp-adb-handle-file-truename): Remove unused arguments.
1919
1920 * net/tramp-cache.el (tramp-flush-directory-property)
1921 (tramp-flush-connection-property, tramp-list-connections)
1922 (tramp-parse-connection-properties): Prefix unused arguments with "_".
1923
1924 * net/tramp-compat.el (tramp-compat-make-temp-file):
1925 Rename FILENAME to F.
1926
1927 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1928 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
1929 (tramp-zeroconf-parse-workstation-device-names)
1930 (tramp-zeroconf-parse-webdav-device-names)
1931 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
1932
1933 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1934 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
1935
1936 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
1937 arguments.
1938 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
1939 (tramp-sh-handle-insert-file-contents-literally)
1940 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
1941 with "_".
1942 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
1943 Remove unused variables.
1944
1945 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1946 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
1947 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
1948
1949 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
1950 Make them a defconst.
1951 (tramp-uuencode-region): Remove unused variable.
1952
1953 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
1954
1955 * frameset.el (frameset--prop-setter): New function.
1956 (frameset-prop): Add gv-setter declaration.
1957 (frameset-filter-minibuffer): Deal with the case that the minibuffer
1958 parameter was already set in FILTERED. Doc fix.
1959 (frameset--record-minibuffer-relationships): Allow saving a
1960 minibufferless frame without its corresponding minibuffer frame.
1961 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
1962 frame, if the frame id matches.
1963 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
1964 frames before orphaned ones.
1965 (frameset-restore): Warn about orphaned windows, instead of error out.
1966
1967 2013-08-14 Martin Rudalics <rudalics@gmx.at>
1968
1969 * window.el (window-make-atom): Don't overwrite parameter
1970 already present.
1971 (display-buffer-in-atom-window): Handle special case where we
1972 split an already atomic window.
1973 (window--major-non-side-window, display-buffer-in-side-window)
1974 (window--side-check): Ignore minibuffer window when walking
1975 window tree.
1976 (window-deletable-p): Return 'frame only if no other frame uses
1977 our minibuffer window.
1978 (record-window-buffer): Run buffer-list-update-hook.
1979 (split-window): Make sure window--check-frame won't destroy an
1980 existing atomic window in case the new window gets nested
1981 inside.
1982 (display-buffer-at-bottom): Ignore minibuffer window when
1983 walking window tree. Don't split a side window.
1984 (pop-to-buffer): Don't set-buffer here, the select-window call
1985 should do that.
1986 (mouse-autoselect-window-select): Autoselect only if we are in the
1987 text portion of the window.
1988
1989 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1990
1991 * net/shr.el (shr-parse-image-data): New function to grab both the
1992 data itself and the Content-Type.
1993 (shr-put-image): Use it.
1994
1995 * net/eww.el (eww-display-image): Ditto.
1996
1997 * image.el (image-content-type-suffixes): New variable.
1998
1999 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2000
2001 * progmodes/python.el (python-imenu--build-tree)
2002 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
2003
2004 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
2005
2006 * simple.el (backward-word): Mention the optional argument.
2007
2008 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2009
2010 * frameset.el (frameset--make): Rename constructor from make-frameset.
2011 (frameset-p, frameset-valid-p): Don't autoload.
2012 (frameset-valid-p): Use normal accessors.
2013
2014 2013-08-13 Glenn Morris <rgm@gnu.org>
2015
2016 * progmodes/compile.el (compile-command): Tweak example in doc.
2017 * obsolete/scribe.el (scribe-mode):
2018 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
2019
2020 * mail/feedmail.el (feedmail-confirm-outgoing)
2021 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
2022
2023 * cus-start.el (truncate-partial-width-windows): Fix type.
2024
2025 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
2026
2027 * net/shr.el (shr-table-horizontal-line): Fix custom type.
2028
2029 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2030
2031 * emacs-lisp/timer.el (timer--time-setter): New function.
2032 (timer--time): Use it as gv-setter.
2033
2034 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
2035 setter is not a symbol.
2036
2037 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
2038
2039 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
2040 if sending fails. This makes debugging easier.
2041
2042 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
2043
2044 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
2045 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
2046 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
2047
2048 2013-08-12 Eli Zaretskii <eliz@gnu.org>
2049
2050 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
2051
2052 2013-08-12 Glenn Morris <rgm@gnu.org>
2053
2054 * format.el (format-annotate-function):
2055 Handle read-only text properties in the source. (Bug#14887)
2056
2057 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2058
2059 * net/eww.el (eww-display-html): Ignore coding system errors.
2060 One web site uses "utf-8lias" as the coding system.
2061
2062 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
2063
2064 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
2065
2066 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
2067
2068 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
2069 (tutorial--detailed-help): Remove unused local variables.
2070 (tutorial--save-tutorial-to): Use ignore-errors.
2071 (help-with-tutorial): Use looking-at-p.
2072
2073 * view.el (view-buffer-other-window, view-buffer-other-frame):
2074 Mark unused arguments.
2075
2076 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
2077 (woman-select-symbol-fonts, woman, woman-find-file)
2078 (woman-insert-file-contents, woman-non-underline-faces):
2079 Use string-match-p.
2080 (woman1-unquote): Move declaration.
2081
2082 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
2083 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
2084 argument. Remove unused local variable.
2085 (xml-parse-elem-type): Use string-match-p.
2086 (xml-substitute-numeric-entities): Use ignore-errors.
2087
2088 * calculator.el (calculator): Mark unused argument.
2089 (calculator-paste, calculator-quit, calculator-integer-p):
2090 Use ignore-errors.
2091 (calculator-string-to-number, calculator-decimal, calculator-exp)
2092 (calculator-op-or-exp): Use string-match-p.
2093
2094 * dired.el (dired-buffer-more-recently-used-p): Declare.
2095 (dired-insert-set-properties, dired-insert-old-subdirs):
2096 Use ignore-errors.
2097
2098 * dired-aux.el (dired-compress): Use ignore-errors.
2099 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
2100 (dired-do-async-shell-command, dired-do-shell-command)
2101 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
2102 (dired-insert-subdir-validate): Use string-match-p.
2103 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
2104 (dired-add-entry): Use string-match-p, looking-at-p.
2105 (dired-insert-subdir-newpos): Remove unused local variable.
2106
2107 * filenotify.el (file-notify-callback): Remove unused local variable.
2108
2109 * filesets.el (filesets-error): Mark unused argument.
2110 (filesets-which-command-p, filesets-filter-dir-names)
2111 (filesets-directory-files, filesets-get-external-viewer)
2112 (filesets-ingroup-get-data): Use string-match-p.
2113
2114 * find-file.el (ff-other-file-name, ff-other-file-name)
2115 (ff-find-the-other-file, ff-cc-hh-converter):
2116 Remove unused local variables.
2117 (ff-get-file-name): Use string-match-p.
2118 (ff-all-dirs-under): Use ignore-errors.
2119
2120 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
2121 (follow-select-if-visible): Remove unused local variable.
2122
2123 * forms.el (read-file-filter): Move declaration.
2124 (forms--make-format, forms--make-parser, forms-insert-record):
2125 Quote function with #'.
2126 (forms--update): Use string-match-p. Quote function with #'.
2127
2128 * help-mode.el (help-dir-local-var-def): Mark unused argument.
2129 (help-make-xrefs): Use looking-at-p.
2130 (help-xref-on-pp): Use looking-at-p, ignore-errors.
2131
2132 * ibuffer.el (ibuffer-ext-visible-p): Declare.
2133 (ibuffer-confirm-operation-on): Use string-match-p.
2134
2135 * msb.el (msb-item-handler, msb-dired-item-handler):
2136 Mark unused arguments.
2137
2138 * ses.el (ses-decode-cell-symbol)
2139 (ses-kill-override): Remove unused local variable.
2140 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
2141 (ses-load): Use ignore-errors, looking-at-p.
2142 (ses-jump-safe): Use ignore-errors.
2143 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
2144
2145 * tabify.el (untabify, tabify): Mark unused arguments.
2146
2147 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
2148 Mark unused argument.
2149 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
2150 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
2151
2152 * emacs-lisp/timer.el (timer--time): Define setter with
2153 gv-define-setter to avoid deprecation warning.
2154
2155 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
2156 (*record-cmpl-statistics-p*): Remove (was commented out).
2157 (cmpl-statistics-block): Remove (body was commented out).
2158 All callers changed.
2159 (add-completions-from-buffer, load-completions-from-file):
2160 Remove unused variables.
2161
2162 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
2163
2164 * filecache.el (file-cache-delete-file-list):
2165 Print message only when told so.
2166 (file-cache-files-matching): Use #' in mapconcat argument.
2167
2168 * ffap.el (ffap-url-at-point): Fix reference to variable
2169 thing-at-point-default-mail-uri-scheme.
2170
2171 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2172
2173 * subr.el (define-error): New function.
2174 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
2175 error-file-not-found and define with define-error.
2176 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
2177 and define with define-error.
2178 * userlock.el (file-locked, file-supersession):
2179 * simple.el (mark-inactive):
2180 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
2181 * progmodes/ada-mode.el (ada-mode-errors):
2182 * play/life.el (life-extinct):
2183 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
2184 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
2185 * nxml/rng-util.el (rng-error):
2186 * nxml/rng-uri.el (rng-uri-error):
2187 * nxml/rng-match.el (rng-compile-error):
2188 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
2189 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
2190 * nxml/nxml-rap.el (nxml-scan-error):
2191 * nxml/nxml-outln.el (nxml-outline-error):
2192 * net/soap-client.el (soap-error):
2193 * net/gnutls.el (gnutls-error):
2194 * net/ange-ftp.el (ftp-error):
2195 * mpc.el (mpc-proc-error):
2196 * json.el (json-error, json-readtable-error, json-unknown-keyword)
2197 (json-number-format, json-string-escape, json-string-format)
2198 (json-key-format, json-object-format):
2199 * jka-compr.el (compression-error):
2200 * international/quail.el (quail-error):
2201 * international/kkc.el (kkc-error):
2202 * emacs-lisp/ert.el (ert-test-failed):
2203 * calc/calc.el (calc-error, inexact-result, math-overflow)
2204 (math-underflow):
2205 * bookmark.el (bookmark-error-no-filename):
2206 * epg.el (epg-error): Define with define-error.
2207
2208 * time.el (display-time-event-handler)
2209 (display-time-next-load-average): Don't call sit-for since it seems
2210 unnecessary (bug#15045).
2211
2212 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
2213 Use #' instead of ' to quote functions.
2214 (checkdoc-output-mode): Use setq-local.
2215 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
2216 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
2217 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
2218 (checkdoc-ispell, checkdoc-ispell-current-buffer)
2219 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
2220 (checkdoc-ispell-message-text, checkdoc-ispell-start)
2221 (checkdoc-ispell-continue, checkdoc-ispell-comments)
2222 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
2223
2224 * ido.el (ido-completion-help): Fix up compiler warning.
2225
2226 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
2227
2228 * frameset.el (frameset-p): Add autoload cookie.
2229 (frameset--jump-to-register): New function, based on code moved from
2230 register.el.
2231 (frameset-to-register): Move from register.el. Adapt to `registerv'.
2232
2233 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
2234 (frameset-restore, frameset-save, frameset-session-filter-alist):
2235 Remove declarations.
2236 (register-alist): Doc fix.
2237 (frameset-to-register): Move to frameset.el.
2238 (jump-to-register, describe-register-1): Remove frameset-specific code.
2239
2240 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2241
2242 * allout-widgets.el (allout-widgets-pre-command-business)
2243 (allout-widgets-post-command-business)
2244 (allout-widgets-after-change-handler)
2245 (allout-decorate-item-and-context, allout-set-boundary-marker)
2246 (allout-body-modification-handler)
2247 (allout-graphics-modification-handler): Mark ignored arguments.
2248 (allout-widgets-post-command-business)
2249 (allout-widgets-exposure-change-processor)
2250 (allout-widgets-exposure-undo-processor)
2251 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
2252 (allout-parse-item-at-point, allout-decorate-item-guides)
2253 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
2254 * allout.el (epa-passphrase-callback-function): Declare.
2255 (allout-overlay-insert-in-front-handler)
2256 (allout-overlay-interior-modification-handler)
2257 (allout-isearch-end-handler, allout-chart-siblings)
2258 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
2259 (allout-yank-processing, allout-process-exposed)
2260 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
2261 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
2262 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
2263 (lisp-indent-defform): Mark ignored arguments.
2264 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
2265 (calculate-lisp-indent): Remove unused variables.
2266 * international/characters.el (indian-2-column, arabic-2-column)
2267 (tibetan): Mark ignored arguments.
2268 (use-cjk-char-width-table): Mark ignored arguments.
2269 Remove unused variables.
2270 * international/fontset.el (build-default-fontset-data)
2271 (x-compose-font-name, create-fontset-from-fontset-spec):
2272 Mark ignored arguments.
2273 (fontset-plain-name): Remove unused variables.
2274 * international/mule.el (charset-id, charset-bytes, generic-char-p)
2275 (keyboard-coding-system): Mark ignored arguments.
2276 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
2277 * help.el (resize-temp-buffer-window):
2278 * window.el (display-buffer-in-major-side-window)
2279 (display-buffer-in-side-window, display-buffer-in-previous-window):
2280 Remove unused variables.
2281 * isearch.el (isearch-forward-symbol):
2282 * version.el (emacs-bzr-version-bzr):
2283 * international/mule-cmds.el (current-language-environment):
2284 * term/common-win.el (x-handle-iconic, x-handle-geometry)
2285 (x-handle-display):
2286 * term/pc-win.el (x-list-fonts, x-display-planes)
2287 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
2288 (x-server-version, x-display-screens, x-display-mm-height)
2289 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
2290 (x-selection-owner-p, x-own-selection-internal)
2291 (x-disown-selection-internal, x-get-selection-internal)
2292 (msdos-initialize-window-system):
2293 * term/tty-colors.el (tty-color-alist, tty-color-clear):
2294 * term/x-win.el (x-handle-no-bitmap-icon):
2295 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
2296 (vc-default-find-file-hook, vc-default-extra-menu):
2297 Mark ignored arguments.
2298
2299 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
2302 break-condition in the context of the debugged code (bug#12685).
2303
2304 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
2305
2306 * comint.el:
2307 Do not use an overlay to highlight the last prompt. (Bug#14744)
2308 (comint-mode): Make comint-last-prompt buffer local.
2309 (comint-last-prompt): New variable.
2310 (comint-last-prompt-overlay): Remove. Superseded by
2311 comint-last-prompt.
2312 (comint-snapshot-last-prompt, comint-output-filter):
2313 Use comint-last-prompt.
2314
2315 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2316
2317 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
2318 (frameset-save): Check validity of the resulting frameset.
2319
2320 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
2321
2322 * ido.el (ido-record-command): Add doc string.
2323
2324 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * frameset.el (frameset): Do not disable creation of the default
2327 frameset-p predicate. Doc fix.
2328 (frameset-valid-p): New function, copied from the old predicate-p.
2329 Add additional checks.
2330 (frameset-restore): Check with frameset-valid-p.
2331 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
2332 (frameset-name, frameset-description, frameset-properties)
2333 (frameset-states): Add docstring.
2334 (frameset-session-filter-alist, frameset-persistent-filter-alist)
2335 (frameset-filter-alist): Doc fixes.
2336
2337 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2338
2339 * frameset.el (frameset-p, frameset-prop): Doc fixes.
2340
2341 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2342
2343 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
2344 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
2345 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
2346 (byte-compile-normal-call): Remove obsolescence check.
2347
2348 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2349
2350 * frameset.el (frameset-restore): Doc fix.
2351
2352 * register.el (frameset-frame-id, frameset-frame-with-id)
2353 (frameset-p, frameset-restore, frameset-save): Declare.
2354 (register-alist): Document framesets.
2355 (frameset-session-filter-alist): Declare.
2356 (frameset-to-register): New function.
2357 (jump-to-register): Implement jumping to framesets. Doc fix.
2358 (describe-register-1): Describe framesets.
2359
2360 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
2361
2362 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
2363
2364 * desktop.el (desktop-save-frameset): Use new frameset-save args.
2365 Use lexical-binding.
2366
2367 * frameset.el (frameset): Use type vector, not list (incompatible
2368 change). Do not declare a new constructor, use the default one.
2369 Upgrade suggested properties `app', `name' and `desc' to slots `app',
2370 `name' and `description', respectively, and add read-only slot
2371 `timestamp'. Doc fixes.
2372 (frameset-copy, frameset-persistent-filter-alist)
2373 (frameset-filter-alist, frameset-switch-to-gui-p)
2374 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
2375 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
2376 (frameset-filter-iconified, frameset-keep-original-display-p):
2377 Doc fixes.
2378 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
2379 Rename from frameset-filter-(save|restore)-param. All callers changed.
2380 Doc fix.
2381 (frameset-p): Adapt to change to vector and be more thorough.
2382 Change arg name to OBJECT. Doc fix.
2383 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
2384 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
2385 All callers changed.
2386 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
2387 All callers changed.
2388 (frameset--record-minibuffer-relationships): Rename from
2389 frameset--process-minibuffer-frames. All callers changed.
2390 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
2391 Use new default constructor (again). Doc fix.
2392 (frameset--find-frame-if): Rename from `frameset--find-frame.
2393 All callers changed.
2394 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
2395 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
2396 Doc fix.
2397 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
2398 PARAMETERS and WINDOW-STATE, respectively.
2399 (frameset-restore): Add new keyword argument PREDICATE.
2400 Reset frameset--target-display to nil. Doc fix.
2401
2402 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2403
2404 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
2405 (bat-mode): Use it.
2406 (bat-mode-syntax-table): Mark \n as end-of-comment.
2407 (bat-font-lock-keywords): Remove comment rule.
2408
2409 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
2410 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
2411
2412 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
2413 (byte-compile-callargs-warn): Use `push'.
2414 (byte-compile-arglist-warn): Ignore higher-order "calls".
2415 (byte-compile-file-form-autoload): Use `pcase'.
2416 (byte-compile-function-form): If quoting a symbol, check that it exists.
2417
2418 2013-08-07 Eli Zaretskii <eliz@gnu.org>
2419
2420 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
2421 and add a few popular commands found in batch files.
2422 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
2423 (dos-mode): Doc fixes.
2424
2425 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2426
2427 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
2428 (dos-mode): Use setq-local. Add space after "rem".
2429 (dos-mode-syntax-table): Don't use "w" for symbol chars.
2430 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
2431
2432 2013-08-07 Arni Magnusson <arnima@hafro.is>
2433
2434 * progmodes/dos.el: New file.
2435 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
2436 dos-mode.
2437
2438 2013-08-06 Glenn Morris <rgm@gnu.org>
2439
2440 * calendar/calendar.el: Add new faces, and day-header-array.
2441 (calendar-weekday-header, calendar-weekend-header)
2442 (calendar-month-header): New faces.
2443 (calendar-day-header-construct): New function.
2444 (calendar-day-header-width): Also :set calendar-day-header-array.
2445 (calendar-american-month-header, calendar-european-month-header)
2446 (calendar-iso-month-header): Use calendar- faces.
2447 (calendar-generate-month):
2448 Use calendar-day-header-array for day headers; apply faces to them.
2449 (calendar-mode): Check calendar-font-lock-keywords non-nil.
2450 (calendar-abbrev-construct): Add optional maxlen argument.
2451 (calendar-day-name-array): Doc fix.
2452 (calendar-day-name-array, calendar-abbrev-length)
2453 (calendar-day-abbrev-array):
2454 Also :set calendar-day-header-array, and maybe redraw.
2455 (calendar-day-header-array): New option. (Bug#15007)
2456 (calendar-font-lock-keywords): Set to nil and make obsolete.
2457 (calendar-day-name): Add option to use header array.
2458
2459 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2460
2461 * net/shr.el (shr-render-td): Remove debugging.
2462 (shr-render-td): Make width computation consistent by defaulting
2463 all zero-width columns to 10 characters. This may not be optimal,
2464 but it's at least consistent.
2465 (shr-make-table-1): Redo last change to fix the real problem in
2466 colspan handling.
2467
2468 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2469
2470 * files.el (cache-long-line-scans):
2471 Make obsolete alias to `cache-long-scans'.
2472
2473 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
2474
2475 * frameset.el (frameset, frameset-filter-alist)
2476 (frameset-filter-params, frameset-save, frameset--reuse-frame)
2477 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
2478 (frameset-compute-pos): Rename from frameset--compute-pos,
2479 and add docstring.
2480 (frameset-move-onscreen): Use frameset-compute-pos.
2481 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2482
2483 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
2484 Fix typos in docstrings.
2485
2486 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2487
2488 * frame.el (get-other-frame): Tiny cleanup.
2489
2490 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
2491
2492 * vc/vc.el (vc-default-ignore-completion-table):
2493 Silence byte-compiler warning.
2494
2495 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
2496 slot , which can indeed be nil.
2497 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2498 Move entry for `left' from persistent to live filter alist.
2499 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
2500 Doc fixes.
2501 (frameset-filter-params): When restoring a frame, copy items added to
2502 `filtered', to avoid unwittingly modifying the original parameters.
2503 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
2504 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
2505
2506 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
2507 to use looking-at-p instead of looking-at. (Bug#15028)
2508
2509 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 Revert introduction of isearch-filter-predicates (bug#14714).
2512 Rely on add-function instead.
2513 * isearch.el (isearch-filter-predicates): Rename it back to
2514 isearch-filter-predicate.
2515 (isearch-message-prefix): Use advice-function-mapc and advice
2516 properties to get the isearch-message-prefix.
2517 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
2518 instead of run-hook-with-args-until-failure.
2519 (isearch-filter-visible): Not obsolete any more.
2520 * loadup.el: Preload nadvice.
2521 * replace.el (perform-replace): Revert to funcall
2522 instead of run-hook-with-args-until-failure.
2523 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
2524 * dired-aux.el (dired-isearch-filenames-mode): Rename from
2525 dired-isearch-filenames-toggle; make it into a proper minor mode.
2526 Use add/remove-function.
2527 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
2528 Call the minor-mode rather than add/remove-hook.
2529 (dired-isearch-filter-filenames):
2530 Remove isearch-message-prefix property.
2531 * info.el (Info--search-loop): New function, extracted from Info-search.
2532 Funcall isearch-filter-predicate instead of
2533 run-hook-with-args-until-failure isearch-filter-predicates.
2534 (Info-search): Use it.
2535 (Info-mode): Use isearch-filter-predicate instead of
2536 isearch-filter-predicates.
2537
2538 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2539
2540 Do not call to `selected-window' where it is assumed by default.
2541 Affected functions are `window-minibuffer-p', `window-dedicated-p',
2542 `window-hscroll', `window-width', `window-height', `window-buffer',
2543 `window-frame', `window-start', `window-point', `next-window'
2544 and `window-display-table'.
2545 * abbrev.el (abbrev--default-expand):
2546 * bs.el (bs--show-with-configuration):
2547 * buff-menu.el (Buffer-menu-mouse-select):
2548 * calc/calc.el (calc):
2549 * calendar/calendar.el (calendar-generate-window):
2550 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
2551 (diary-make-entry):
2552 * comint.el (send-invisible, comint-dynamic-complete-filename)
2553 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
2554 * completion.el (complete):
2555 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
2556 * disp-table.el (describe-current-display-table):
2557 * doc-view.el (doc-view-insert-image):
2558 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
2559 * ehelp.el (with-electric-help):
2560 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2561 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
2562 * emacs-lisp/helper.el (Helper-help-scroller):
2563 * emulation/cua-base.el (cua--post-command-handler-1):
2564 * eshell/esh-mode.el (eshell-output-filter):
2565 * ffap.el (ffap-gnus-wrapper):
2566 * help-macro.el (make-help-screen):
2567 * hilit-chg.el (highlight-compare-buffers):
2568 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
2569 * hl-line.el (global-hl-line-highlight):
2570 * icomplete.el (icomplete-simple-completing-p):
2571 * isearch.el (isearch-done):
2572 * jit-lock.el (jit-lock-stealth-fontify):
2573 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
2574 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
2575 * mpc.el (mpc-tagbrowser, mpc):
2576 * net/rcirc.el (rcirc-any-buffer):
2577 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
2578 * play/landmark.el (landmark-max-width, landmark-max-height):
2579 * play/zone.el (zone):
2580 * progmodes/compile.el (compilation-goto-locus):
2581 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
2582 * progmodes/etags.el (find-tag-other-window):
2583 * progmodes/fortran.el (fortran-column-ruler):
2584 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2585 * progmodes/verilog-mode.el (verilog-point-text):
2586 * reposition.el (reposition-window):
2587 * rot13.el (toggle-rot13-mode):
2588 * server.el (server-switch-buffer):
2589 * shell.el (shell-dynamic-complete-command)
2590 (shell-dynamic-complete-environment-variable):
2591 * simple.el (insert-buffer, set-selective-display)
2592 (delete-completion-window):
2593 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
2594 (speedbar-recenter):
2595 * startup.el (fancy-splash-head):
2596 * textmodes/ispell.el (ispell-command-loop):
2597 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
2598 * tutorial.el (help-with-tutorial):
2599 * vc/add-log.el (add-change-log-entry):
2600 * vc/compare-w.el (compare-windows):
2601 * vc/ediff-help.el (ediff-indent-help-message):
2602 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
2603 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
2604 (ediff-setup-control-frame):
2605 * vc/emerge.el (emerge-position-region):
2606 * vc/pcvs-util.el (cvs-bury-buffer):
2607 * window.el (walk-windows, mouse-autoselect-window-select):
2608 * winner.el (winner-set-conf, winner-undo): Related users changed.
2609
2610 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
2611
2612 * frameset.el (frameset--set-id): Doc fix.
2613 (frameset-frame-id, frameset-frame-id-equal-p)
2614 (frameset-locate-frame-id): New functions.
2615 (frameset--process-minibuffer-frames, frameset--reuse-frame)
2616 (frameset-restore): Use them.
2617
2618 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2619
2620 Do not call to `selected-frame' where it is assumed by default.
2621 Affected functions are `raise-frame', `redraw-frame',
2622 `frame-first-window', `frame-terminal' and `delete-frame'.
2623 * calendar/appt.el (appt-disp-window):
2624 * epg.el (epg-wait-for-completion):
2625 * follow.el (follow-delete-other-windows-and-split)
2626 (follow-avoid-tail-recenter):
2627 * international/mule.el (set-terminal-coding-system):
2628 * mail/rmail.el (rmail-mail-return):
2629 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2630 * progmodes/f90.el (f90-add-imenu-menu):
2631 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
2632 * server.el (server-switch-buffer):
2633 * simple.el (delete-completion-window):
2634 * talk.el (talk):
2635 * term/xterm.el (terminal-init-xterm-modify-other-keys)
2636 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
2637 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
2638 * vc/ediff.el (ediff-documentation): Related users changed.
2639 * frame.el (selected-terminal): Remove the leftover.
2640
2641 2013-08-05 Glenn Morris <rgm@gnu.org>
2642
2643 * calendar/calendar.el (calendar-generate-month):
2644 Fix for calendar-column-width != 1 + calendar-day-digit-width.
2645 (calendar-generate-month, calendar-font-lock-keywords):
2646 Fix for calendar-day-header-width > length of any day name.
2647
2648 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
2649
2650 * desktop.el (desktop-clear): Use new name of sort predicate.
2651
2652 * frameset.el (frameset): Add docstring. Move :version property to its
2653 own `version' slot.
2654 (frameset-copy): Rename from copy-frameset.
2655 (frameset-p): Check more thoroughly.
2656 (frameset-prop): Do not check for :version, which is no longer a prop.
2657 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2658 Use new :never value instead of t.
2659 (frameset-filter-alist): Expand and clarify docstring.
2660 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
2661 (frameset-filter-minibuffer, frameset-filter-save-param)
2662 (frameset-filter-restore-param, frameset-filter-iconified):
2663 Add pointer to docstring of frameset-filter-alist.
2664 (frameset-filter-params): Rename filter values to be more meaningful:
2665 :never instead of t, and reverse the meanings of :save and :restore.
2666 (frameset--process-minibuffer-frames): Clarify error message.
2667 (frameset-save): Avoid unnecessary and confusing call to framep.
2668 Use new BOA constructor for framesets.
2669 (frameset--reuse-list): Doc fix.
2670 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
2671 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
2672 (frameset-minibufferless-first-p): Doc fix.
2673 Rename from frameset-sort-frames-for-deletion.
2674 (frameset-restore): Doc fixes. Use new function names.
2675 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2676
2677 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
2678
2679 * desktop.el (desktop-restore-forces-onscreen)
2680 (desktop-restore-reuses-frames): Document :keyword constant values.
2681 (desktop-filter-parameters-alist): Remove, now identical to
2682 frameset-filter-alist.
2683 (desktop--filter-tty*): Remove, moved to frameset.el.
2684 (desktop-save-frameset, desktop-restore-frameset):
2685 Do not pass :filters argument.
2686
2687 * frameset.el (frameset-live-filter-alist)
2688 (frameset-persistent-filter-alist): New variables.
2689 (frameset-filter-alist): Use them. Add autoload cookie.
2690 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
2691 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
2692 `frameset--id' (it's supposed to be internal to frameset.el).
2693 (frameset--process-minibuffer-frames): Ditto. Doc fix.
2694 (frameset--initial-params): New function.
2695 (frameset--get-frame): Use it. Doc fix.
2696 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
2697 Accept :all, not 'all.
2698 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
2699 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
2700 with fbound symbols. Fix frame id matching, and remove matching ids if
2701 the frame being restored is deleted. Obey :delete.
2702
2703 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * subr.el (macrop): New function.
2706 (text-clone--maintaining): New var.
2707 (text-clone--maintain): Rename from text-clone-maintain. Use it
2708 instead of inhibit-modification-hooks.
2709
2710 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
2711 a proxy, so as handle autoloads and redefinitions of the target.
2712 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
2713
2714 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
2715 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
2716 (pcase--mutually-exclusive-p): New function.
2717 (pcase--split-consp): Use it.
2718 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
2719 mutually exclusive with the current predicate.
2720
2721 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
2722 (edebug-macrop): Remove. Use `macrop' instead.
2723 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
2724 (ad-macro-p):
2725 * eshell/esh-cmd.el (eshell-macrop):
2726 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
2727
2728 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2729
2730 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
2731 (advice-mapc): New function, using it.
2732 (advice-function-member-p): New function.
2733 (advice--normalize): Store the cdr in advice--saved-rewrite since
2734 that's the part that will be changed.
2735 (advice--symbol-function): New function.
2736 (advice-remove): Handle removal before the function is defined.
2737 Adjust to new advice--saved-rewrite.
2738 (advice-member-p): Use advice-function-member-p and
2739 advice--symbol-function.
2740
2741 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
2742
2743 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
2744 (frameset-filter-minibuffer): Doc fix.
2745 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
2746 (frameset--set-id, frameset--process-minibuffer-frames)
2747 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
2748 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
2749
2750 * desktop.el (desktop-clear): Only delete frames when called
2751 interactively and desktop-restore-frames is non-nil. Doc fix.
2752 (desktop-read): Set desktop-saved-frameset to nil.
2753
2754 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
2755
2756 * vc/vc.el (vc-ignore): Rewrite.
2757 (vc-default-ignore-completion-table):
2758 (vc--read-lines):
2759 (vc--add-line, vc--remove-regexp): New functions.
2760
2761 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
2762 (vc-svn-ignore-completion-table): New function.
2763
2764 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
2765 (vc-hg-ignore-completion-table):
2766 (vc-hg-find-ignore-file): New functions.
2767
2768 * vc/vc-git.el (vc-git-ignore): Rewrite.
2769 (vc-git-ignore-completion-table):
2770 (vc-git-find-ignore-file): New functions.
2771
2772 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
2773
2774 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
2775 (vc-bzr-ignore-completion-table):
2776 (vc-bzr-find-ignore-file): New functions.
2777
2778 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * frameset.el (frameset-prop): New function and setter.
2781 (frameset-save): Do not modify frame list passed by the caller.
2782
2783 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2784
2785 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
2786
2787 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2788
2789 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
2790 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
2791
2792 * custom.el (custom-initialize-default, custom-initialize-set)
2793 (custom-initialize-reset, custom-initialize-changed): Affect the
2794 toplevel-default-value (bug#6275, bug#14586).
2795 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
2796 for bug#6275.
2797
2798 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
2799
2800 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2801 Add cl-def* expressions.
2802
2803 * frameset.el (frameset-filter-params): Fix order of arguments.
2804
2805 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
2806
2807 Move code related to saving frames to frameset.el.
2808 * desktop.el: Require frameset.
2809 (desktop-restore-frames): Doc fix.
2810 (desktop-restore-reuses-frames): Rename from
2811 desktop-restoring-reuses-frames.
2812 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
2813 (desktop-clear): Clear frames too.
2814 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
2815 (desktop--filter-tty*, desktop-save, desktop-read):
2816 Use frameset functions.
2817 (desktop-before-saving-frames-functions, desktop--filter-*-color)
2818 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2819 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
2820 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
2821 (desktop--process-minibuffer-frames, desktop-save-frames)
2822 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
2823 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
2824 (desktop--sort-states, desktop-restoring-frames-p)
2825 (desktop-restore-frames): Remove. Most code moved to frameset.el.
2826 (desktop-restoring-frameset-p, desktop-restore-frameset)
2827 (desktop--check-dont-save, desktop-save-frameset): New functions.
2828 (desktop--app-id): New constant.
2829 (desktop-first-buffer, desktop-buffer-ok-count)
2830 (desktop-buffer-fail-count): Move before first use.
2831 * frameset.el: New file.
2832
2833 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * files.el: Use lexical-binding.
2836 (dir-locals-read-from-file): Remove unused `err' variable.
2837 (hack-dir-local-variables--warned-coding): New var.
2838 (hack-dir-local-variables): Use it to avoid repeated warnings.
2839 (make-backup-file-name--default-function): New function.
2840 (make-backup-file-name-function): Use it as default.
2841 (buffer-stale--default-function): New function.
2842 (buffer-stale-function): Use it as default.
2843 (revert-buffer-insert-file-contents--default-function): New function.
2844 (revert-buffer-insert-file-contents-function): Use it as default.
2845 (insert-directory): Avoid add-to-list.
2846
2847 * autorevert.el (auto-revert-handler): Simplify.
2848 Use buffer-stale--default-function.
2849
2850 2013-08-01 Tassilo Horn <tsdh@gnu.org>
2851
2852 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
2853
2854 * whitespace.el (whitespace-ensure-local-variables): New function.
2855 (whitespace-cleanup-region): Call it.
2856 (whitespace-turn-on): Call it.
2857
2858 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
2859
2860 Complete file name handlers.
2861
2862 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2863 (tramp-handle-verify-visited-file-modtime)
2864 (tramp-handle-file-notify-rm-watch): New functions.
2865 (tramp-call-process): Do not bind `default-directory'.
2866
2867 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2868 Order alphabetically.
2869 [access-file, add-name-to-file, dired-call-process]:
2870 [dired-compress-file, file-acl, file-notify-rm-watch]:
2871 [file-ownership-preserved-p, file-selinux-context]:
2872 [make-directory-internal, make-symbolic-link, set-file-acl]:
2873 [set-file-selinux-context, set-visited-file-modtime]:
2874 [verify-visited-file-modtime]: Add handler.
2875 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
2876
2877 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2878 [file-notify-add-watch, file-notify-rm-watch]:
2879 [set-file-times, set-visited-file-modtime]:
2880 [verify-visited-file-modtime]: Add handler.
2881 (with-tramp-gvfs-error-message)
2882 (tramp-gvfs-handle-set-visited-file-modtime)
2883 (tramp-gvfs-fuse-file-name): Remove.
2884 (tramp-gvfs-handle-file-notify-add-watch)
2885 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
2886 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
2887
2888 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2889 Order alphabetically.
2890 [file-notify-rm-watch ]: Use default Tramp handler.
2891 [executable-find]: Remove private handler.
2892 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
2893 `default-directory'.
2894 (tramp-sh-handle-executable-find)
2895 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
2896 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2897 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
2898 Do not use `format' in `tramp-message'.
2899
2900 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
2901 [file-notify-rm-watch, set-visited-file-modtime]:
2902 [verify-visited-file-modtime]: Add handler.
2903 (tramp-smb-call-winexe): Do not bind `default-directory'.
2904
2905 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
2906
2907 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
2908
2909 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
2910
2911 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
2912 use it.
2913 (log-view-diff-changeset): Same.
2914 (log-view-diff-common): Call backend command `previous-revision'
2915 to find out the previous revision, in both cases. Swap the
2916 variables `to' and `fr', so that `fr' usually refers to the
2917 earlier revision (Bug#14989).
2918
2919 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
2920
2921 * ibuf-ext.el (ibuffer-filter-by-filename):
2922 Make it work with dired buffers too.
2923
2924 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2925
2926 * emacs-lisp/re-builder.el (reb-color-display-p):
2927 * files.el (save-buffers-kill-terminal):
2928 * net/browse-url.el (browse-url):
2929 * server.el (server-save-buffers-kill-terminal):
2930 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
2931 Prefer nil to selected-frame for the first arg of frame-parameter.
2932
2933 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
2934
2935 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
2936
2937 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
2938
2939 * minibuffer.el (completion--twq-all): Try and preserve each
2940 completion's case choice (bug#14907).
2941
2942 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2943
2944 * net/network-stream.el (open-network-stream): Mention the new
2945 :nogreeting parameter.
2946 (network-stream-open-starttls): Use the :nogreeting parameter
2947 (bug#14938).
2948
2949 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
2950
2951 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
2952 more natural than popping.
2953
2954 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
2955 (shr-urlify): Highlight under mouse.
2956
2957 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
2958
2959 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
2960
2961 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
2962
2963 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
2964 buffer for output.
2965
2966 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
2967 point-min==1. Fix search string. Fix parentheses missing.
2968
2969 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
2970 assume point-min==1. Fix search string. Fix parentheses missing.
2971
2972 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
2973
2974 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
2975 buffer for output.
2976
2977 2013-07-29 Eli Zaretskii <eliz@gnu.org>
2978
2979 * frame.el (frame-notice-user-settings): Avoid inflooping when the
2980 initial frame is minibuffer-less. (Bug#14841)
2981
2982 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
2983
2984 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
2985 option.
2986
2987 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2988 (tramp-maybe-open-connection): Use it.
2989
2990 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
2991
2992 * desktop.el (desktop--make-frame): Include `minibuffer' in the
2993 minimal set of parameters passed when creating a frame, because
2994 the minibuffer status of a frame cannot be changed later.
2995
2996 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
2997
2998 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
2999 replace-regexp-in-string and inadvertent omissions in previous change.
3000 (todo-filter-items): Ensure only file names are comma-separated in
3001 name of filtered items buffer.
3002
3003 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
3004
3005 * desktop.el: Optionally force offscreen frames back onscreen.
3006 (desktop-restoring-reuses-frames): New option.
3007 (desktop--compute-pos, desktop--move-onscreen): New functions.
3008 (desktop--make-frame): Use desktop--move-onscreen.
3009
3010 2013-07-27 Alan Mackenzie <acm@muc.de>
3011
3012 Fontify a Java generic method as a function.
3013 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
3014 value to t.
3015
3016 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
3017
3018 * calendar/todo-mode.el: Add command to rename todo files.
3019 (todo-rename-file): New command.
3020 (todo-key-bindings-t): Add key binding for it. Change the
3021 bindings of todo-filter-regexp-items(-multifile) to use `x'
3022 instead of `r', since the latter is better suited to the new
3023 renaming command.
3024
3025 2013-07-27 Alan Mackenzie <acm@muc.de>
3026
3027 Make Java try-with-resources statement parse properly.
3028 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
3029 (c-block-stmt-1-2-key): New language constants/variables.
3030 * progmodes/cc-engine.el (c-beginning-of-statement-1)
3031 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
3032 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
3033 with c-block-stmt-1-2-key.
3034
3035 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
3036
3037 * desktop.el (desktop--make-frame): Apply most frame parameters after
3038 creating the frame to force (partially or totally) offscreen frames to
3039 be restored as such.
3040
3041 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
3042
3043 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
3044 (Bug#14948)
3045
3046 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3047
3048 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
3049 `base' arg of backtrace-frame.
3050
3051 2013-07-26 Eli Zaretskii <eliz@gnu.org>
3052
3053 * simple.el (list-processes): Doc fix.
3054
3055 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
3056
3057 * desktop.el (desktop--select-frame):
3058 Try harder to reuse existing frames.
3059
3060 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
3063 (edebug-eval): Use backtrace-eval.
3064 (edebug--display, edebug--recursive-edit): Don't let-bind the
3065 edebug-outer-* vars that keep track of variables we locally let-bind.
3066 (edebug-outside-excursion): Don't restore outside values of locally
3067 let-bound vars.
3068 (edebug--display): Use user-error.
3069 (cl-lexical-debug, cl-debug-env): Remove.
3070
3071 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
3072
3073 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
3074 are restored to be sure that they are visible before deleting any
3075 remaining ones.
3076
3077 2013-07-26 Matthias Meulien <orontee@gmail.com>
3078
3079 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
3080 vc-print-root-log. (Bug#14948)
3081
3082 2013-07-26 Richard Stallman <rms@gnu.org>
3083
3084 Add aliases for encrypting mail.
3085 * epa.el (epa-mail-aliases): New option.
3086 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
3087 Bind inhibit-read-only so read-only text doesn't ruin everything.
3088 (epa-mail-default-recipients): New subroutine broken out.
3089 Handle epa-mail-aliases.
3090
3091 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 Add support for lexical variables to the debugger's `e' command.
3094 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
3095 vars, except for debugger-outer-match-data.
3096 (debugger-frame-number): Move check for "on a function call" from
3097 callers into it. Add `skip-base' argument.
3098 (debugger-frame, debugger-frame-clear): Simplify accordingly.
3099 (debugger-env-macro): Only reset the state stored in non-variables,
3100 i.e. current-buffer and match-data.
3101 (debugger-eval-expression): Rewrite using backtrace-eval.
3102 * subr.el (internal--called-interactively-p--get-frame): Remove.
3103 (called-interactively-p):
3104 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
3105 `base' arg of backtrace-frame instead.
3106
3107 2013-07-26 Glenn Morris <rgm@gnu.org>
3108
3109 * align.el (align-regexp): Doc fix. (Bug#14857)
3110 (align-region): Explicit error if subexpression missing/does not match.
3111
3112 * simple.el (global-visual-line-mode):
3113 Do not duplicate the mode lighter. (Bug#14858)
3114
3115 2013-07-25 Martin Rudalics <rudalics@gmx.at>
3116
3117 * window.el (display-buffer): In display-buffer bind
3118 split-window-keep-point to t, bug#14829.
3119
3120 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
3121
3122 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
3123 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
3124 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
3125 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3126 Change accordingly.
3127 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3128 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
3129
3130 2013-07-25 Glenn Morris <rgm@gnu.org>
3131
3132 * dired-x.el (dired-mark-extension): Convert comment to doc string.
3133
3134 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
3135
3136 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
3137 parameter to modify-frame-parameters if the value has not changed;
3138 this is a workaround for bug#14949.
3139 (desktop--make-frame): On cl-delete-if call, check parameter name,
3140 not full parameter.
3141
3142 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3143
3144 * vc/vc.el (vc-ignore): New function.
3145
3146 * vc/vc-svn.el (vc-svn-ignore): New function.
3147
3148 * vc/vc-hg.el (vc-hg-ignore): New function.
3149
3150 * vc/vc-git.el (vc-git-ignore): New function.
3151
3152 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
3153 (vc-dir-ignore): New function.
3154
3155 * vc/vc-cvs.el (vc-cvs-ignore): New function.
3156 (cvs-append-to-ignore): Move here from pcvs.el.
3157
3158 * vc/vc-bzr.el (vc-bzr-ignore): New function.
3159
3160 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
3161
3162 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
3163
3164 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
3165 (desktop-restore-frames): Warn when deleting an existing frame failed.
3166
3167 2013-07-24 Glenn Morris <rgm@gnu.org>
3168
3169 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
3170
3171 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
3172
3173 * filenotify.el (file-notify-supported-p):
3174 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3175 Remove functions.
3176
3177 * autorevert.el (auto-revert-use-notify):
3178 (auto-revert-notify-add-watch):
3179 * net/tramp.el (tramp-file-name-for-operation):
3180 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3181 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3182 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3183 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3184 Remove `file-notify-supported-p' entry.
3185
3186 2013-07-24 Glenn Morris <rgm@gnu.org>
3187
3188 * printing.el: Replace all uses of deleted ps-windows-system,
3189 ps-lp-system, ps-flatten-list with lpr- versions.
3190
3191 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
3194 checked with memq (bug#14935).
3195
3196 * files.el (revert-buffer-function): Use a non-nil default.
3197 (revert-buffer-preserve-modes): Declare var to
3198 provide access to the `preserve-modes' argument.
3199 (revert-buffer): Let-bind it.
3200 (revert-buffer--default): New function, extracted from revert-buffer.
3201
3202 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3203
3204 * lpr.el: Signal print errors more prominently.
3205 (print-region-function): Don't default to nil.
3206 (lpr-print-region): New function, extracted from print-region-1.
3207 Check lpr's return value and signal an error in case of problem.
3208 (print-region-1): Use it.
3209 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
3210 versions instead.
3211 (ps-printer-name): Default to nil.
3212 (ps-printer-name-option): Default to lpr-printer-switch.
3213 (ps-print-region-function): Don't default to nil.
3214 (ps-postscript-code-directory): Simplify default.
3215 (ps-do-despool): Use lpr-print-region to properly check the outcome.
3216 (ps-string-list, ps-eval-switch, ps-flatten-list)
3217 (ps-flatten-list-1): Remove.
3218 (ps-multibyte-buffer): Avoid setq.
3219 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
3220 (print-region-function, ps-print-region-function): Don't set them here.
3221
3222 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
3223
3224 * ido.el (ido-fractionp):
3225 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
3226 (ido-max-file-prompt-width, ido-unc-hosts-cache)
3227 (ido-max-directory-size, ido-max-dir-file-cache)
3228 (ido-decorations): Doc fix.
3229
3230 * ansi-color.el: Fix old URL.
3231
3232 2013-07-23 Michael R. Mauger <michael@mauger.com>
3233
3234 * progmodes/sql.el: Version 3.3
3235 (sql-product-alist): Improve oracle :prompt-cont-regexp.
3236 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
3237 (sql-interactive-remove-continuation-prompt): Rewrite, use
3238 functions above. Fix continuation prompt and complete output line
3239 handling.
3240 (sql-redirect-one, sql-execute): Use `read-only-mode' on
3241 redirected output buffer.
3242 (sql-mode): Restore deleted code (Bug#13591).
3243
3244 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
3245
3246 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
3247
3248 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
3249
3250 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
3251
3252 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3253 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3254 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
3255
3256 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * desktop.el (desktop-clear): Simplify; remove useless checks
3259 against invalid buffer names.
3260 (desktop-list*): Use cl-list*.
3261 (desktop-buffer-info, desktop-create-buffer): Simplify.
3262
3263 2013-07-23 Leo Liu <sdl.web@gmail.com>
3264
3265 * bookmark.el (bookmark-make-record): Restore NAME as a default
3266 value. (Bug#14933)
3267
3268 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3270 * emacs-lisp/autoload.el (autoload--setup-output): New function,
3271 extracted from autoload--insert-text.
3272 (autoload--insert-text): Remove.
3273 (autoload--print-cookie-text): New function, extracted from
3274 autoload--insert-cookie-text.
3275 (autoload--insert-cookie-text): Remove.
3276 (autoload-generate-file-autoloads): Adjust calls accordingly.
3277
3278 * winner.el (winner-hook-installed-p): Remove.
3279 (winner-mode): Simplify accordingly.
3280
3281 * subr.el (add-to-list): Fix compiler-macro when `append' is
3282 not constant. Don't use `cl-member' for the base case.
3283
3284 * progmodes/subword.el: Fix boundary case (bug#13758).
3285 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
3286 own group.
3287 (subword-backward-regexp): Make it a constant.
3288 (subword-forward-internal): Don't treat a trailing capital as the
3289 beginning of a word.
3290
3291 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3292
3293 * emacs-lisp/package.el (package-menu-mode): Don't modify the
3294 global value of tabulated-list-revert-hook (bug#14930).
3295
3296 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
3297
3298 * desktop.el: Require 'cl-lib.
3299 (desktop-before-saving-frames-functions): New hook.
3300 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
3301 for frames being saved. Rename from desktop--save-minibuffer-frames.
3302 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
3303 Do not save frames with non-nil `desktop-dont-save' parameter.
3304 Filter out deleted frames.
3305 (desktop--find-frame): Use cl-find-if.
3306 (desktop--select-frame): Use cl-(first|second|third) to access values
3307 of desktop-mini.
3308 (desktop--make-frame): Use cl-delete-if.
3309 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
3310 (desktop-restore-frames): Use cl-(first|second|third) to access values
3311 of desktop-mini. Look for visible frame at the end, not while
3312 restoring frames.
3313
3314 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
3315 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
3316 Use string-match-p, looking-at-p (bug#14927).
3317
3318 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
3319
3320 * desktop.el (desktop-saved-frame-states):
3321 Rename from desktop--saved-states; all users changed.
3322 (desktop-save-frames): Rename from desktop--save-frames.
3323 Do not save state to desktop file.
3324 (desktop-save): Save desktop-saved-frame-states to desktop file
3325 and reset to nil.
3326 (desktop-restoring-frames-p): New function.
3327 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
3328 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
3329 buffer-lists when restoring frames. Suggested by Martin Rudalics.
3330
3331 * desktop.el: Correctly restore iconified frames.
3332 (desktop--filter-iconified-position): New function.
3333 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
3334
3335 2013-07-20 Glenn Morris <rgm@gnu.org>
3336
3337 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
3338 Let `message' do the formatting.
3339 (def-gdb-preempt-display-buffer): Add explicit format.
3340
3341 * image-dired.el (image-dired-track-original-file):
3342 Use with-current-buffer.
3343 (image-dired-track-thumbnail): Use with-current-buffer.
3344 Avoid changing point of wrong window.
3345
3346 * image-dired.el (image-dired-track-original-file):
3347 Avoid changing point of wrong window. (Bug#14909)
3348
3349 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
3350
3351 * progmodes/gdb-mi.el (gdb-done-or-error):
3352 Guard against "%" in gdb output. (Bug#14127)
3353
3354 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
3355
3356 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
3357 (Bug#14826)
3358
3359 * international/mule.el (coding-system-iso-2022-flags): Fix last
3360 change.
3361
3362 2013-07-20 Kenichi Handa <handa@gnu.org>
3363
3364 * international/mule.el (coding-system-iso-2022-flags):
3365 Add `8-bit-level-4'. (Bug#8522)
3366
3367 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3368
3369 * net/shr.el (shr-mouse-browse-url): New command and keystroke
3370 (bug#14815).
3371
3372 * net/eww.el (eww-process-text-input): Allow inputting when the
3373 point is at the start of the line, as the properties aren't
3374 front-sticky.
3375
3376 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
3377 degenerate widths.
3378
3379 2013-07-19 Richard Stallman <rms@gnu.org>
3380
3381 * epa.el (epa-popup-info-window): Doc fix.
3382
3383 * subr.el (split-string): New arg TRIM.
3384
3385 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
3386
3387 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
3388 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
3389
3390 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
3391
3392 * filenotify.el (file-notify--library): Rename from
3393 `file-notify-support'. Do not autoload. Adapt all uses.
3394 (file-notify-supported-p): New defun.
3395
3396 * autorevert.el (auto-revert-use-notify):
3397 Use `file-notify-supported-p' instead of `file-notify-support'.
3398 Adapt docstring.
3399 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
3400
3401 * net/tramp.el (tramp-file-name-for-operation):
3402 Add `file-notify-supported-p'.
3403
3404 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3405 New defun.
3406 (tramp-sh-file-name-handler-alist): Add it as handler for
3407 `file-notify-supported-p '.
3408
3409 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3410 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3411 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3412 Add `ignore' as handler for `file-notify-*' functions.
3413
3414 2013-07-17 Eli Zaretskii <eliz@gnu.org>
3415
3416 * simple.el (line-move-partial, line-move): Don't start vscroll or
3417 scroll-up if the current line is not taller than the window.
3418 (Bug#14881)
3419
3420 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
3421
3422 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
3423 highlight question marks in the method names as strings.
3424 (ruby-block-beg-keywords): Inline.
3425 (ruby-font-lock-keyword-beg-re): Extract from
3426 `ruby-font-lock-keywords'.
3427
3428 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
3429
3430 * frame.el (blink-cursor-blinks): New defcustom.
3431 (blink-cursor-blinks-done): New defvar.
3432 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
3433 (blink-cursor-timer-function): Check if number of blinks has been
3434 done on X and NS.
3435 (blink-cursor-suspend, blink-cursor-check): New defuns.
3436
3437 2013-07-15 Glenn Morris <rgm@gnu.org>
3438
3439 * edmacro.el (edmacro-format-keys): Fix previous change.
3440
3441 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
3442
3443 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
3444 The hack didn't work outside English locales anyway.
3445
3446 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
3447
3448 * simple.el (define-alternatives): Rename from alternatives-define,
3449 per RMS' suggestion.
3450
3451 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
3452
3453 * desktop.el (desktop-restore-frames): Change default to t.
3454 (desktop-restore-in-current-display): Now offer more options.
3455 (desktop-restoring-reuses-frames): New customization option.
3456 (desktop--saved-states): Doc fix.
3457 (desktop-filter-parameters-alist): New variable, renamed and expanded
3458 from desktop--excluded-frame-parameters.
3459 (desktop--target-display): New variable.
3460 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
3461 (desktop--filter-tty*, desktop--filter-*-color)
3462 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3463 (desktop--filter-save-desktop-parm)
3464 (desktop-restore-in-original-display-p): New functions.
3465 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
3466 (desktop--save-minibuffer-frames): New function, inspired by a similar
3467 function from Martin Rudalics.
3468 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
3469 (desktop--restore-in-this-display-p): Remove.
3470 (desktop--find-frame): Rename from desktop--find-frame-in-display
3471 and add predicate argument.
3472 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
3473 (desktop--reuse-list): New variable.
3474 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
3475 New functions.
3476 (desktop--restore-frames): Add support for "minibuffer-special" frames.
3477
3478 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
3479
3480 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
3481
3482 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
3483
3484 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3485 Highlight conversion methods on Kernel.
3486
3487 2013-07-13 Alan Mackenzie <acm@muc.de>
3488
3489 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
3490 and comment it out. This out-commenting enables certain C++
3491 declarations to be parsed correctly.
3492
3493 2013-07-13 Eli Zaretskii <eliz@gnu.org>
3494
3495 * international/mule.el (define-coding-system): Doc fix.
3496
3497 * simple.el (default-font-height): Don't call font-info if the
3498 frame's default font didn't change since the frame was created.
3499 (Bug#14838)
3500
3501 2013-07-13 Leo Liu <sdl.web@gmail.com>
3502
3503 * ido.el (ido-read-file-name): Guard against non-symbol value.
3504
3505 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3506
3507 * progmodes/python.el (python-imenu--build-tree): Fix corner case
3508 in nested defuns.
3509
3510 2013-07-13 Leo Liu <sdl.web@gmail.com>
3511
3512 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
3513 ido-set-matches call. (Bug#6852)
3514
3515 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
3516
3517 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
3518 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
3519 Ruby 2.0.
3520 (ruby-font-lock-keywords): Distinguish calls to functions with
3521 module-like names from module references. Highlight character
3522 literals.
3523
3524 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
3525
3526 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
3527 (gdb-send): Handle continued commands. (Bug#14847)
3528
3529 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
3530
3531 * desktop.el (desktop--v2s): Remove unused local variable.
3532 (desktop-save-buffer): Make defvar-local; adjust docstring.
3533 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
3534 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
3535
3536 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
3537
3538 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
3539
3540 2013-07-12 Eli Zaretskii <eliz@gnu.org>
3541
3542 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
3543 (Bug#14842)
3544
3545 2013-07-12 Glenn Morris <rgm@gnu.org>
3546
3547 * doc-view.el: Require cl-lib at runtime too.
3548 (doc-view-remove-if): Remove.
3549 (doc-view-search-next-match, doc-view-search-previous-match):
3550 Use cl-remove-if.
3551
3552 * edmacro.el: Require cl-lib at runtime too.
3553 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
3554 (edmacro-mismatch, edmacro-subseq): Remove.
3555
3556 * shadowfile.el: Require cl-lib.
3557 (shadow-remove-if): Remove.
3558 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
3559 Use cl-remove-if.
3560
3561 * wid-edit.el: Require cl-lib.
3562 (widget-choose): Use cl-remove-if.
3563 (widget-remove-if): Remove.
3564
3565 * progmodes/ebrowse.el: Require cl-lib at runtime too.
3566 (ebrowse-delete-if-not): Remove.
3567 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
3568 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
3569 Use cl-delete-if-not.
3570
3571 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
3572
3573 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
3574 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
3575
3576 2013-07-12 Leo Liu <sdl.web@gmail.com>
3577
3578 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
3579
3580 2013-07-11 Glenn Morris <rgm@gnu.org>
3581
3582 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
3583 (edebug-gensym-index, edebug-gensym):
3584 Remove reimplementation of cl-gensym.
3585 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
3586
3587 * thumbs.el: Require cl-lib at run-time too.
3588 (thumbs-gensym-counter, thumbs-gensym):
3589 Remove reimplementation of cl-gensym.
3590 (thumbs-temp-file): Use cl-gensym.
3591
3592 * emacs-lisp/ert.el: Require cl-lib at runtime too.
3593 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
3594 (ert--intersection, ert--set-difference, ert--set-difference-eq)
3595 (ert--union, ert--gensym-counter, ert--gensym-counter)
3596 (ert--coerce-to-vector, ert--remove*, ert--string-position)
3597 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
3598 (ert-make-test-unbound, ert--expand-should-1)
3599 (ert--expand-should, ert--should-error-handle-error)
3600 (should-error, ert--explain-equal-rec)
3601 (ert--plist-difference-explanation, ert-select-tests)
3602 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
3603 Use cl-lib functions rather than reimplementations.
3604
3605 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
3606
3607 * net/tramp.el (tramp-methods): Extend docstring.
3608 (tramp-connection-timeout): New defcustom.
3609 (tramp-error-with-buffer): Reset timestamp only when appropriate.
3610 (with-tramp-progress-reporter): Simplify.
3611 (tramp-process-actions): Improve messages.
3612
3613 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3614 * net/tramp-sh.el (tramp-maybe-open-connection):
3615 Use `tramp-connection-timeout'.
3616 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
3617 (Bug#14808)
3618
3619 2013-07-11 Leo Liu <sdl.web@gmail.com>
3620
3621 * ido.el (ido-read-file-name): Conform to the requirements of
3622 read-file-name. (Bug#11861)
3623 (ido-read-directory-name): Conform to the requirements of
3624 read-directory-name.
3625
3626 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
3627
3628 * subr.el (delay-warning): New function.
3629
3630 2013-07-10 Eli Zaretskii <eliz@gnu.org>
3631
3632 * simple.el (default-line-height): New function.
3633 (line-move-partial, line-move): Use it instead of computing the
3634 line height inline.
3635 (line-move-partial): Always compute ROWH. If the last line is
3636 partially-visible, but its text is completely visible, allow
3637 cursor to enter such a partially-visible line.
3638
3639 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
3640
3641 Improve error messages. (Bug#14808)
3642
3643 * net/tramp.el (tramp-current-connection): New defvar, moved from
3644 tramp-sh.el.
3645 (tramp-message-show-progress-reporter-message): Remove, not
3646 needed anymore.
3647 (tramp-error-with-buffer): Show message in minibuffer.
3648 Discard input before waiting. Reset connection timestamp.
3649 (with-tramp-progress-reporter): Improve messages.
3650 (tramp-process-actions): Use progress reporter. Delete process in
3651 case of error. Improve messages.
3652
3653 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
3654 Call `tramp-error-with-buffer' with vector and buffer.
3655 (tramp-current-connection): Remove.
3656 (tramp-maybe-open-connection): The car of
3657 `tramp-current-connection' are the first 3 slots of the vector.
3658
3659 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
3660
3661 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
3662 inside continued strings.
3663
3664 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
3665
3666 Timestamp fixes for undo (Bug#14824).
3667 * files.el (clear-visited-file-modtime): Move here from fileio.c.
3668
3669 2013-07-10 Leo Liu <sdl.web@gmail.com>
3670
3671 * files.el (require-final-newline): Allow safe local value.
3672 (Bug#14834)
3673
3674 2013-07-09 Leo Liu <sdl.web@gmail.com>
3675
3676 * ido.el (ido-read-directory-name): Handle fallback.
3677 (ido-read-file-name): Update DIR to ido-current-directory.
3678 (Bug#1516)
3679 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
3680
3681 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
3682
3683 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
3684 "autoload". Remove "warn lower camel case" section, previously
3685 commented out. Highlight negation char. Do not highlight the
3686 target in singleton method definitions.
3687
3688 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * faces.el (tty-setup-hook): Declare the hook.
3691
3692 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
3693 and detect when a guard/pred depends on local vars (bug#14773).
3694 (pcase--u1): Adjust caller.
3695
3696 2013-07-08 Eli Zaretskii <eliz@gnu.org>
3697
3698 * simple.el (line-move-partial, line-move): Account for
3699 line-spacing.
3700 (line-move-partial): Avoid setting vscroll when the last
3701 partially-visible line in window is of default height.
3702
3703 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3704
3705 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
3706 been used a while.
3707
3708 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
3709
3710 * subr.el (read-quoted-char): Remove unused local variable `char'.
3711
3712 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
3713
3714 * ediff.el (ediff-version): Version update.
3715 (ediff-files-command, ediff3-files-command, ediff-merge-command)
3716 (ediff-merge-with-ancestor-command, ediff-directories-command)
3717 (ediff-directories3-command, ediff-merge-directories-command)
3718 (ediff-merge-directories-with-ancestor-command): New functions.
3719 All are command-line interfaces to ediff: to facilitate calling
3720 Emacs with the appropriate ediff functions invoked.
3721
3722 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
3723 (viper-save-kill-buffer): Check if buffer is modified.
3724
3725 * viper.el (viper-version): Version update.
3726 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
3727
3728 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
3731 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
3732 (viper-intercept-ESC-key): Simplify.
3733 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
3734 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
3735 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
3736 (viper-setup-ESC-to-escape): New functions.
3737 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
3738 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
3739
3740 2013-07-07 Eli Zaretskii <eliz@gnu.org>
3741
3742 * simple.el (default-font-height, window-screen-lines):
3743 New functions.
3744 (line-move, line-move-partial): Use them instead of
3745 frame-char-height and window-text-height. This makes scrolling
3746 text smoother when the buffer's default face uses a font that is
3747 different from the frame's default font.
3748
3749 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
3750
3751 * files.el (write-file): Do not display confirm dialog for NS,
3752 it does its own dialog, which can't be cancelled (Bug#14578).
3753
3754 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3755
3756 * simple.el (line-move-partial): Adjust the row returned by
3757 posn-at-point for the current window-vscroll. (Bug#14567)
3758
3759 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
3760
3761 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
3762 (tramp-sh-file-inotifywait-process-filter): Handle file names with
3763 spaces.
3764
3765 2013-07-06 Martin Rudalics <rudalics@gmx.at>
3766
3767 * window.el (window-state-put-stale-windows): New variable.
3768 (window--state-put-2): Save list of windows without matching buffer.
3769 (window-state-put): Remove "bufferless" windows if possible.
3770
3771 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
3772
3773 * simple.el (alternatives-define): Remove leftover :group keyword.
3774 Tweak docstring.
3775
3776 2013-07-06 Leo Liu <sdl.web@gmail.com>
3777
3778 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
3779 (ido-enable-virtual-buffers): New variable.
3780 (ido-buffer-internal, ido-toggle-virtual-buffers)
3781 (ido-make-buffer-list): Use it.
3782 (ido-exhibit): Support turning on and off virtual buffers
3783 automatically.
3784
3785 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
3786
3787 * simple.el (alternatives-define): New macro.
3788
3789 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * subr.el (read-quoted-char): Use read-key.
3792 (sit-for): Let read-event decode tty input (bug#14782).
3793
3794 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
3795
3796 * calendar/todo-mode.el: Add handling of file deletion, both by
3797 mode command and externally. Fix various related bugs.
3798 Clarify Commentary and improve some documentation strings and code.
3799 (todo-delete-file): New command.
3800 (todo-check-file): New function.
3801 (todo-show): Handle external deletion of the file we're trying to
3802 show (bug#14688). Replace called-interactively-p by an optional
3803 prefix argument to avoid problematic interaction with catch form
3804 when byte compiled (bug#14702).
3805 (todo-quit): Handle external deletion of the archive's todo file.
3806 Make sure the buffer that was visiting the archive file is still
3807 live before trying to bury it.
3808 (todo-category-completions): Handle external deletion of any
3809 category completion files.
3810 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
3811 of todo files, in case of external deletion.
3812 (todo-add-file): Replace unnecessary setq by let-binding.
3813 (todo-find-archive): Check whether there are any archives.
3814 Replace unnecessary setq by let-binding.
3815 (todo-archive-done-item): Use find-file-noselect to get the
3816 archive buffer whether or not the archive already exists.
3817 Remove superfluous code. Use file size instead of buffer-file-name to
3818 check if the archive is new; if it is, update list of archives.
3819 (todo-default-todo-file): Allow nil to be a valid value for when
3820 there are no todo files.
3821 (todo-reevaluate-default-file-defcustom): Use corrected definition
3822 of todo-default-todo-file.
3823 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
3824 (todo-delete-category, todo-show-categories-table)
3825 (todo-category-number): Clarify comment.
3826 (todo-filter-items): Clarify documentation string.
3827 (todo-show-current-file, todo-display-as-todo-file)
3828 (todo-reset-and-enable-done-separator): Tweak documentation string.
3829 (todo-done-separator): Make separator length window-width, since
3830 bug#2749 is now fixed.
3831
3832 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
3833
3834 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3835 Support both "gvfs-monitor-dir" and "inotifywait".
3836 (tramp-sh-file-inotifywait-process-filter): Rename from
3837 `tramp-sh-file-notify-process-filter'.
3838 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3839 (tramp-get-remote-gvfs-monitor-dir): New defuns.
3840
3841 2013-07-05 Leo Liu <sdl.web@gmail.com>
3842
3843 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
3844
3845 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3846
3847 * frame.el (display-pixel-height, display-pixel-width)
3848 (display-mm-height, display-mm-width): Mention behavior on
3849 multi-monitor setups in docstrings.
3850 (w32-display-monitor-attributes-list): Declare function.
3851 (display-monitor-attributes-list): Use it.
3852
3853 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
3854
3855 * filenotify.el: New package.
3856
3857 * autorevert.el (top): Require filenotify.el.
3858 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
3859 instead.
3860 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3861 (auto-revert-notify-handler): Use `file-notify-*' functions.
3862
3863 * subr.el (file-notify-handle-event): Move function to filenotify.el.
3864
3865 * net/tramp.el (tramp-file-name-for-operation):
3866 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
3867
3868 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3869 for `file-notify-add-watch' and `file-notify-rm-watch'.
3870 (tramp-process-sentinel): Improve trace.
3871 (tramp-sh-handle-file-notify-add-watch)
3872 (tramp-sh-file-notify-process-filter)
3873 (tramp-sh-handle-file-notify-rm-watch)
3874 (tramp-get-remote-inotifywait): New defuns.
3875
3876 2013-07-03 Juri Linkov <juri@jurta.org>
3877
3878 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
3879 call of `occur-read-primary-args' to interactive spec.
3880
3881 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
3882 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
3883
3884 2013-07-03 Matthias Meulien <orontee@gmail.com>
3885
3886 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
3887 `Buffer-menu-multi-occur'. Add it to the menu.
3888 (Buffer-menu-mode): Document it in docstring.
3889 (Buffer-menu-multi-occur): New command. (Bug#14673)
3890
3891 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
3892
3893 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3894 keywords and built-ins.
3895
3896 2013-07-03 Glenn Morris <rgm@gnu.org>
3897
3898 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
3899
3900 Make info-xref checks case-sensitive by default
3901 * info.el (Info-find-node, Info-find-in-tag-table)
3902 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
3903 Add option for exact case matching of nodes.
3904 * info-xref.el (info-xref): New custom group.
3905 (info-xref-case-fold): New option.
3906 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
3907
3908 2013-07-03 Leo Liu <sdl.web@gmail.com>
3909
3910 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
3911
3912 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
3913
3914 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
3915 middle of block statement initially, lower the depth. Remove
3916 FIXME comment, not longer valid. Remove middle of block statement
3917 detection, no need to do that anymore since we've been using
3918 `ruby-parse-region' here.
3919
3920 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
3921
3922 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
3923
3924 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3925
3926 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
3927
3928 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
3929
3930 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
3931 (desktop-restore-in-current-display): New customization option.
3932 (desktop--excluded-frame-parameters): Add `font'.
3933 (desktop--save-frames): Rename from desktop--save-windows.
3934 (desktop--restore-in-this-display-p): New function.
3935 (desktop--make-full-frame): Remove unwanted width/height from
3936 full(width|height) frames.
3937 (desktop--restore-frames): Rename from desktop--restore-windows.
3938 Obey desktop-restore-current-display. Do not delete old frames or
3939 select a new frame unless we were able to restore at least one frame.
3940
3941 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
3942
3943 * files.el (find-file-noselect): Simplify conditional expression.
3944
3945 * remember.el (remember-append-to-file):
3946 Don't mix `find-buffer-visiting' and `get-file-buffer'.
3947
3948 Add `remember-notes' function to store random notes across Emacs
3949 restarts.
3950 * remember.el (remember-data-file): Add :set callback to affect
3951 notes buffer (if any).
3952 (remember-notes): New command.
3953 (remember-notes-buffer-name, bury-remember-notes-on-kill):
3954 New defcustoms for the `remember-notes' function.
3955 (remember-notes-save-and-bury-buffer): New command.
3956 (remember-notes-mode-map): New variable.
3957 (remember-mode): New minor mode.
3958 (remember-notes--kill-buffer-query): New function.
3959 * startup.el (initial-buffer-choice): Add notes to custom type.
3960
3961 2013-06-30 Eli Zaretskii <eliz@gnu.org>
3962
3963 * bindings.el (right-char, left-char): Don't call sit-for, this is
3964 no longer needed. Use arithmetic comparison only for numerical
3965 arguments.
3966
3967 * international/mule-cmds.el (select-safe-coding-system):
3968 Handle the case of FROM being a string correctly. (Bug#14755)
3969
3970 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3971
3972 * net/shr.el (shr-make-table-1): Add a sanity check that allows
3973 progression on degenerate tables.
3974 (shr-rescale-image): ImageMagick animated images currently don't work.
3975
3976 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
3977
3978 Some fixes and improvements for desktop frame restoration.
3979 It is still experimental and disabled by default.
3980 * desktop.el (desktop--save-windows): Put the selected frame at
3981 the head of the list.
3982 (desktop--make-full-frame): New function.
3983 (desktop--restore-windows): Try to re-select the frame that was
3984 selected upon saving. Do not abort if some frames fail to restore,
3985 just show an error message and continue. Set up maximized frames
3986 so they have default non-maximized dimensions.
3987
3988 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
3989
3990 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3991 Don't start heredoc inside a string or comment.
3992
3993 2013-06-29 Eli Zaretskii <eliz@gnu.org>
3994
3995 * bindings.el (visual-order-cursor-movement): New defcustom.
3996 (right-char, left-char): Provide visual-order cursor motion by
3997 calling move-point-visually. Update the doc strings.
3998
3999 2013-06-28 Kenichi Handa <handa@gnu.org>
4000
4001 * international/mule.el (define-coding-system): New coding system
4002 properties :inhibit-null-byte-detection,
4003 :inhibit-iso-escape-detection, and :prefer-utf-8.
4004 (set-buffer-file-coding-system): If :charset-list property of
4005 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
4006 appropriate for setting.
4007
4008 * international/mule-cmds.el (select-safe-coding-system):
4009 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
4010 multibyte characters, return utf-8 (or one of its siblings).
4011
4012 * international/mule-conf.el (prefer-utf-8): New coding system.
4013 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
4014 files.
4015
4016 2013-06-28 Ivan Kanis <ivan@kanis.fr>
4017
4018 * net/shr.el (shr-render-region): New function.
4019
4020 * net/eww.el: Autoload `eww-browse-url'.
4021
4022 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
4023
4024 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4025 Adapt to `package-desc-version' being a list.
4026 Use `package--ac-desc-version' to retrieve version from a package
4027 archive element.
4028
4029 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
4030
4031 New experimental feature to save&restore window and frame setup.
4032 * desktop.el (desktop-save-windows): New defcustom.
4033 (desktop--saved-states): New var.
4034 (desktop--excluded-frame-parameters): New defconst.
4035 (desktop--filter-frame-parms, desktop--find-frame-in-display)
4036 (desktop--restore-windows, desktop--save-windows): New functions.
4037 (desktop-save): Call `desktop--save-windows'.
4038 (desktop-read): Call `desktop--restore-windows'.
4039
4040 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4041
4042 * net/shr.el (add-face-text-property): Remove compat definition.
4043
4044 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
4045
4046 * info.el (Info-try-follow-nearest-node): Move search for footnote
4047 above search for node name to prevent missing a footnote (bug#14717).
4048
4049 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
4050
4051 * obsolete/otodo-mode.el: Add obsolescence info to file header.
4052
4053 2013-06-27 Leo Liu <sdl.web@gmail.com>
4054
4055 * net/eww.el (eww-read-bookmarks): Check file size.
4056
4057 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
4060 advice--pending if newdef is nil or an autoload (bug#13820).
4061 (advice-mapc): New function.
4062
4063 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4064
4065 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
4066 probably.
4067 (eww-mode-map): Add a menu bar.
4068 (eww-add-bookmark): New command.
4069 (eww-bookmark-mode): New mode and commands.
4070 (eww-add-bookmark): Remove newlines from the title.
4071 (eww-bookmark-browse): Don't bug out if it's the only window.
4072
4073 2013-06-26 Glenn Morris <rgm@gnu.org>
4074
4075 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
4076 (hfy-size): Handle ttys. (Bug#14668)
4077
4078 * info-xref.el: Update for Texinfo 5 change in *note format.
4079 (info-xref-node-re, info-xref-note-re): New constants.
4080 (info-xref-check-buffer): Use info-xref-note-re.
4081
4082 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
4085
4086 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
4087 nil terminate the loop (bug#14718).
4088
4089 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4090
4091 * net/eww.el: Rework history traversal. When going forward/back,
4092 put these actions into the history, too, so that they can be
4093 replayed.
4094 (eww-render): Move the history reset to the correct buffer.
4095
4096 2013-06-25 Juri Linkov <juri@jurta.org>
4097
4098 * files-x.el (modify-dir-local-variable): Change the header comment
4099 in the file with directory local variables. (Bug#14692)
4100
4101 * files-x.el (read-file-local-variable-value): Add `default'.
4102 (Bug#14710)
4103
4104 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4105
4106 * net/eww.el (eww-make-unique-file-name): Create a unique file
4107 name before saving to entering `y' accidentally asynchronously.
4108
4109 2013-06-25 Ivan Kanis <ivan@kanis.fr>
4110
4111 * net/eww.el (eww-download): New command and keystroke.
4112
4113 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4114
4115 * net/eww.el (eww-copy-page-url): Change name of command.
4116
4117 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
4118 be more consistent with Info and dired.
4119
4120 * net/eww.el (eww-mode-map): Ditto.
4121
4122 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4123
4124 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
4125 packages from archives.
4126 (package-archive-contents): Change format; include obsolete packages.
4127 (package-desc): Use `dir' to mark builtin packages.
4128 (package--from-builtin): Set the `dir' field to `builtin'.
4129 (generated-autoload-file, version-control): Declare.
4130 (package-compute-transaction): Change first arg and return value to be
4131 lists of package-descs. Adjust to new package-archive-contents format.
4132 (package--add-to-archive-contents): Adjust to new
4133 package-archive-contents format.
4134 (package-download-transaction): Arg is now a list of package-descs.
4135 (package-install): If `pkg' is a package name, pass it as
4136 a requirement, so it is subject to the usual (e.g. disabled) checks.
4137 (describe-package): Accept package-desc as well.
4138 (describe-package-1): Describe a specific package-desc. Add links to
4139 other package-descs for the same package name.
4140 (package-menu-describe-package): Pass the actual package-desc.
4141 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
4142 works correctly.
4143 (package-desc-status): New function.
4144 (package-menu--refresh): New function, extracted
4145 from package-menu--generate.
4146 (package-menu--generate): Use it.
4147 (package-delete): Update package-alist.
4148 (package-menu-execute): Don't call package-initialize.
4149
4150 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
4151 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
4152 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
4153 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
4154 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
4155 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
4156
4157 2013-06-25 Martin Rudalics <rudalics@gmx.at>
4158
4159 * window.el (window--state-get-1): Workaround for bug#14527.
4160 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
4161
4162 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4163
4164 * net/eww.el (eww-back-url): Implement the history by stashing all
4165 the data into a list.
4166 (eww-forward-url): Allow going forward in the history, too.
4167
4168 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
4171 for values and use read--expression for expressions (bug#14710).
4172 (read-file-local-variable): Avoid setq.
4173 (read-file-local-variable-mode): Use minor-mode-list.
4174
4175 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4176
4177 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
4178 for DOI URLs.
4179
4180 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4181
4182 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
4183 Update imenu-support when dialect changes.
4184
4185 2013-06-25 Leo Liu <sdl.web@gmail.com>
4186
4187 * ido.el (ido-read-internal): Allow forward slash on windows.
4188
4189 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4190
4191 * net/eww.el (eww): Start of strings is \\`, not ^.
4192
4193 2013-06-24 Ivan Kanis <ivan@kanis.fr>
4194
4195 * net/shr.el (shr-browse-url): Fix interactive spec.
4196
4197 * net/eww.el (eww): Add a trailing slash to domain names.
4198
4199 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
4200
4201 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
4202
4203 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4204
4205 * net/shr.el (shr-browse-url): Use an external browser if given a
4206 prefix.
4207
4208 * net/eww.el (eww-external-browser): Move to shr.
4209
4210 2013-06-24 Ivan Kanis <ivan@kanis.fr>
4211
4212 * net/eww.el (eww): Work more correctly for file: URLs.
4213 (eww-detect-charset): Allow quoted charsets.
4214 (eww-yank-page-url): New command and keystroke.
4215
4216 2013-06-24 Daiki Ueno <ueno@gnu.org>
4217
4218 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
4219 file name of gpg executable.
4220 (epg-context-program): New function.
4221 (epg-context-home-directory): New function.
4222 (epg-context-set-program): New function.
4223 (epg-context-set-home-directory): New function.
4224 (epg--start): Use `epg-context-program' instead of
4225 'epg-gpg-program'.
4226 (epg--list-keys-1): Likewise.
4227
4228 2013-06-24 Leo Liu <sdl.web@gmail.com>
4229
4230 * ido.el (ido-read-internal): Fix bug#14620.
4231
4232 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
4233
4234 * faces.el (face-documentation): Simplify.
4235 (read-face-attribute, tty-find-type, x-resolve-font-name):
4236 Use `string-match-p'.
4237 (list-faces-display): Use `string-match-p'. Simplify.
4238 (face-spec-recalc): Check face to avoid face alias loops.
4239 (read-color): Use `string-match-p' and non-capturing parenthesis.
4240
4241 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4242
4243 * net/shr.el (shr-rescale-image): Use the new
4244 :max-width/:max-height functionality.
4245
4246 2013-06-23 Ivan Kanis <ivan@kanis.fr>
4247
4248 * net/eww.el (eww-search-prefix): New variable.
4249 (eww): Use it.
4250 (eww-external-browser): New variable.
4251 (eww-mode-map): New keystroke.
4252 (eww-browse-with-external-browser): New command.
4253
4254 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
4255
4256 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
4257
4258 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
4259 Don't skip aligning the next header field when padding is 0;
4260 otherwise, field width is not respected unless the title is as
4261 wide as the field.
4262
4263 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * emacs-lisp/package.el (package-el-version): Remove.
4266 (package-process-define-package): Fix inf-loop.
4267 (package-install): Allow symbols as arguments again.
4268
4269 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4270
4271 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
4272 add some more keyword-like methods.
4273 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
4274
4275 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
4276
4277 * bs.el (bs-buffer-show-mark): Make defvar-local.
4278 (bs-mode): Use setq-local.
4279
4280 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
4281 (emacs-lock--try-unlocking): Make defvar-local.
4282
4283 2013-06-22 Glenn Morris <rgm@gnu.org>
4284
4285 * play/cookie1.el (cookie-apropos): Minor simplification.
4286
4287 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
4288
4289 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4290
4291 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
4292 `regexp-opt', it breaks the build during dumping.
4293
4294 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
4295
4296 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4297 Highlight keyword-like methods on Kernel and Module with
4298 font-lock-builtin-face.
4299 (auto-mode-alist): Consolidate different entries into one regexp
4300 and add more *file-s.
4301
4302 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
4303
4304 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
4305
4306 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
4307 (diary-entry): Use it in the action of this button type instead of
4308 diary-goto-entry.
4309
4310 * calendar/todo-mode.el: New version.
4311 (todo-add-category): Append new category to end of file and give
4312 it the highest number, instead of putting it at the beginning and
4313 giving it 0. Incorporate noninteractive functionality.
4314 (todo-forward-category): Adapt to 1-based category numbering.
4315 Allow skipping over archived categories.
4316 (todo-backward-category): Derive from todo-forward-category.
4317 (todo-backward-item, todo-forward-item): Make noninteractive and
4318 delegate interactive part to new commands. Make sensitive to done items.
4319 (todo-categories): Make value an alist of category names and
4320 vectors of item counts.
4321 (todo-category-beg): Make a defconst.
4322 (todo-category-number): Use 1 instead of 0 as initial value.
4323 (todo-category-select): Make sensitive to overlays, optional item
4324 highlighting and done items.
4325 (todo-delete-item): Make sensitive to overlays and marked and done items.
4326 (todo-edit-item): Make sensitive to overlays and editing of
4327 date/time header optional. Add format checks.
4328 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
4329 no-op if point is not on an item. Advertise using todo-edit-quit.
4330 (todo-edit-mode): Make sensitive to new format, font-locking, and
4331 multiple todo files.
4332 (todo-insert-item, todo-insert-item-here): Derive from
4333 todo-basic-insert-item and extend functionality.
4334 (todo-item-end, todo-item-start): Make sensitive to done items.
4335 (todo-item-string): Don't return text properties. Restore point.
4336 (todo-jump-to-category): Make sensitive to multiple todo files and
4337 todo archives. Use extended category completion.
4338 (todo-lower-item, todo-raise-item): Rename to *-priority and
4339 derive from todo-set-item-priority.
4340 (todo-mode): Derive from special-mode. Make sensitive to new
4341 format, font-locking and multiple todo files. Make read-only.
4342 (todo-mode-map): Don't suppress digit keys, so they can supply
4343 prefix arguments. Add many new key bindings.
4344 (todo-prefix): Insert as an overlay instead of file text.
4345 Change semantics from diary date expression to purely visual mark.
4346 (todo-print): Rename to todo-print-buffer. Make buffer display
4347 features printable. Remove option to restrict number of items
4348 printed. Add option to print to file.
4349 (todo-print-function): Rename to todo-print-buffer-function.
4350 (todo-quit): Extend to handle exiting new todo modes.
4351 (todo-remove-item): Make sensitive to overlays.
4352 (todo-save): Extend to buffers of filtered items.
4353 (todo-show): Make sensitive to done items, multiple todo files and
4354 new todo modes. Offer to convert legacy todo file before creating
4355 first new todo file.
4356 (todo-show-priorities): Rename to todo-top-priorities.
4357 Change semantics of value 0.
4358 (todo-top-priorities): Rename to todo-filter-top-priorities,
4359 derive from todo-filter-items and extend functionality.
4360 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
4361 and extend functionality to other types of filtered items.
4362 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
4363 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
4364 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
4365 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
4366 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
4367 (todo-edit-mode-hook, todo-entry-prefix-function)
4368 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
4369 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
4370 (todo-initials, todo-insert-threshold, todo-item-string-start)
4371 (todo-line-string, todo-menu, todo-mode-hook)
4372 (todo-more-important-p, todo-previous-answer, todo-previous-line)
4373 (todo-print-priorities, todo-remove-separator)
4374 (todo-save-top-priorities-too, todo-string-count-lines)
4375 (todo-string-multiline-p, todo-time-string-format)
4376 (todo-tmp-buffer-name): Remove.
4377 (todo-add-file, todo-archive-done-item, todo-choose-archive)
4378 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
4379 (todo-edit-category-diary-inclusion)
4380 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
4381 (todo-edit-file, todo-edit-item-date-day)
4382 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
4383 (todo-edit-item-date-month, todo-edit-item-date-to-today)
4384 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
4385 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
4386 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
4387 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
4388 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
4389 (todo-filter-top-priorities-multifile, todo-find-archive)
4390 (todo-find-filtered-items-file, todo-go-to-source-item)
4391 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
4392 (todo-jump-to-archive-category, todo-lower-category)
4393 (todo-mark-category, todo-marked-item-p, todo-merge-category)
4394 (todo-move-category, todo-move-item, todo-next-button)
4395 (todo-next-item, todo-padded-string, todo-powerset)
4396 (todo-previous-button, todo-previous-item)
4397 (todo-print-buffer-to-file, todo-raise-category)
4398 (todo-rename-category, todo-repair-categories-sexp, todo-search)
4399 (todo-set-category-number, todo-set-item-priority)
4400 (todo-set-top-priorities-in-category)
4401 (todo-set-top-priorities-in-file, todo-show-categories-table)
4402 (todo-sort-categories-alphabetically-or-numerically)
4403 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
4404 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
4405 (todo-toggle-item-header, todo-toggle-item-highlighting)
4406 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
4407 (todo-toggle-view-done-items, todo-toggle-view-done-only)
4408 (todo-unarchive-items, todo-unmark-category): New commands.
4409 (todo-absolute-file-name, todo-add-to-buffer-list)
4410 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
4411 (todo-basic-insert-item, todo-category-completions)
4412 (todo-category-number, todo-category-string-matcher-1)
4413 (todo-category-string-matcher-2, todo-check-filtered-items-file)
4414 (todo-check-format, todo-clear-matches)
4415 (todo-comment-string-matcher, todo-convert-legacy-date-time)
4416 (todo-current-category, todo-date-string-matcher)
4417 (todo-define-insertion-command, todo-diary-expired-matcher)
4418 (todo-diary-goto-entry, todo-diary-item-p)
4419 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
4420 (todo-display-categories, todo-display-sorted, todo-done-item-p)
4421 (todo-done-item-section-p, todo-done-separator)
4422 (todo-done-string-matcher, todo-files, todo-filter-items)
4423 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
4424 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
4425 (todo-insert-category-line, todo-insert-item-from-calendar)
4426 (todo-insert-sort-button, todo-insert-with-overlays)
4427 (todo-insertion-command-name, todo-insertion-key-bindings)
4428 (todo-label-to-key, todo-longest-category-name-length)
4429 (todo-make-categories-list, todo-mode-external-set)
4430 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
4431 (todo-modes-set-3, todo-multiple-filter-files)
4432 (todo-nondiary-marker-matcher, todo-prefix-overlays)
4433 (todo-read-category, todo-read-date, todo-read-dayname)
4434 (todo-read-file-name, todo-read-time)
4435 (todo-reevaluate-category-completions-files-defcustom)
4436 (todo-reevaluate-default-file-defcustom)
4437 (todo-reevaluate-filelist-defcustoms)
4438 (todo-reevaluate-filter-files-defcustom)
4439 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
4440 (todo-reset-done-separator, todo-reset-done-separator-string)
4441 (todo-reset-done-string, todo-reset-global-current-todo-file)
4442 (todo-reset-highlight-item, todo-reset-nondiary-marker)
4443 (todo-reset-prefix, todo-set-categories)
4444 (todo-set-date-from-calendar, todo-set-show-current-file)
4445 (todo-set-top-priorities, todo-short-file-name)
4446 (todo-show-current-file, todo-sort, todo-time-string-matcher)
4447 (todo-total-item-counts, todo-update-buffer-list)
4448 (todo-update-categories-display, todo-update-categories-sexp)
4449 (todo-update-count, todo-validate-name, todo-y-or-n-p):
4450 New functions.
4451 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
4452 New major modes.
4453 (todo-categories, todo-display, todo-edit, todo-faces)
4454 (todo-filtered): New defgroups.
4455 (todo-archived-only, todo-button, todo-category-string, todo-date)
4456 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
4457 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
4458 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
4459 (todo-add-item-if-new-category, todo-always-add-time-string)
4460 (todo-categories-align, todo-categories-archived-label)
4461 (todo-categories-category-label, todo-categories-diary-label)
4462 (todo-categories-done-label, todo-categories-number-separator)
4463 (todo-categories-todo-label, todo-categories-totals-label)
4464 (todo-category-completions-files, todo-completion-ignore-case)
4465 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
4466 (todo-done-separator-string, todo-done-string)
4467 (todo-files-function, todo-filter-done-items, todo-filter-files)
4468 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
4469 (todo-initial-category, todo-initial-file, todo-item-mark)
4470 (todo-legacy-date-time-regexp, todo-mode-line-function)
4471 (todo-nondiary-marker, todo-number-prefix)
4472 (todo-print-buffer-function, todo-show-current-file)
4473 (todo-show-done-only, todo-show-first, todo-show-with-done)
4474 (todo-skip-archived-categories, todo-top-priorities-overrides)
4475 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
4476 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
4477 New defcustoms.
4478 (todo-category-done, todo-date-pattern, todo-date-string-start)
4479 (todo-diary-items-buffer, todo-done-string-start)
4480 (todo-filtered-items-buffer, todo-item-start)
4481 (todo-month-abbrev-array, todo-month-name-array)
4482 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
4483 (todo-top-priorities-buffer): New defconsts.
4484 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
4485 (todo-categories-with-marks, todo-category-string-face)
4486 (todo-comment-face, todo-comment-string, todo-current-todo-file)
4487 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
4488 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
4489 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
4490 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
4491 (todo-font-lock-keywords, todo-global-current-todo-file)
4492 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
4493 (todo-insertion-commands-args)
4494 (todo-insertion-commands-args-genlist)
4495 (todo-insertion-commands-names, todo-insertion-map)
4496 (todo-key-bindings-t, todo-key-bindings-t+a)
4497 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
4498 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
4499 (todo-nondiary-face, todo-print-buffer, todo-time-face)
4500 (todo-visited): New variables.
4501
4502 2013-06-21 Glenn Morris <rgm@gnu.org>
4503
4504 * play/cookie1.el (cookie-apropos): Add optional display argument.
4505 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
4506 (psychoanalyze-pinhead): Use cookie-doctor.
4507
4508 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
4509
4510 * emacs-lisp/package.el (tar-get-file-descriptor)
4511 (tar--extract): Declare.
4512
4513 2013-06-21 Eduard Wiebe <usenet@pusto.de>
4514
4515 Extend flymake's warning predicate to be a function (bug#14217).
4516 * progmodes/flymake.el (flymake-warning-predicate): New.
4517 (flymake-parse-line): Use it.
4518 (flymake-warning-re): Make obsolete alias to
4519 `flymake-warning-predicate'.
4520
4521 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4522
4523 * emacs-lisp/package.el (package-alist): Include obsolete packages.
4524 (package-obsolete-list): Remove.
4525 (package-activate): Remove min-version argument. Add `force' argument.
4526 Adjust to new package-alist format.
4527 (package-mark-obsolete): Remove.
4528 (package-unpack): Force reload of the package's autoloads.
4529 (package-installed-p): Check builtins if the installed package is not
4530 recent enough.
4531 (package-initialize): Don't reset package-obsolete-list.
4532 Don't specify which package version to activate.
4533 (package-process-define-package, describe-package-1)
4534 (package-menu--generate): Adjust to new package-alist format.
4535
4536 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
4537
4538 * allout-widgets.el (allout-widgets-mode-off)
4539 (allout-widgets-mode-on, allout-widgets-pre-command-business)
4540 (allout-widgets-post-command-business)
4541 (allout-widgets-after-copy-or-kill-function)
4542 (allout-widgets-after-undo-function, allout-test-range-overlaps)
4543 (allout-decorate-item-and-context)
4544 (allout-graphics-modification-handler): Fix typos in docstrings.
4545 (allout-get-or-create-parent-widget): Use `looking-at-p'.
4546
4547 * cmuscheme.el (scheme-start-file): Doc fix.
4548 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
4549 (scheme-input-filter): Use `string-match-p'.
4550
4551 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
4552
4553 * dired-x.el: Use Dired consistently in docstrings.
4554
4555 * dired.el: Use Dired consistently in docstrings.
4556 (dired-readin, dired-mode): Use `setq-local'.
4557 (dired-switches-alist): Make defvar-local.
4558 (dired-buffers-for-dir): Use `zerop'.
4559 (dired-safe-switches-p, dired-switches-escape-p)
4560 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
4561 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
4562 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
4563 (dired-goto-next-nontrivial-file): Use `string-match-p'.
4564 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
4565 (dired-toggle-marks, dired-mark-files-containing-regexp)
4566 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
4567 (dired-flag-auto-save-files, dired-flag-backup-files):
4568 Use `looking-at-p'.
4569 (dired-mark-files-regexp, dired-build-subdir-alist):
4570 Use `string-match-p', `looking-at-p'.
4571
4572 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
4573 (direct-print-region-helper): Use `string-match-p'.
4574
4575 2013-06-21 Leo Liu <sdl.web@gmail.com>
4576
4577 * comint.el (comint-redirect-results-list-from-process):
4578 Fix infinite loop.
4579
4580 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4581
4582 * net/eww.el (eww-update-header-line-format): Quote % characters.
4583
4584 2013-06-21 Glenn Morris <rgm@gnu.org>
4585
4586 * play/cookie1.el (cookie): New custom group.
4587 (cookie-file): New option.
4588 (cookie-check-file): New function.
4589 (cookie): Make it interactive. Make start and end messages optional.
4590 Interactively, display the result. Default to cookie-file.
4591 (cookie-insert): Default to cookie-file.
4592 (cookie-snarf): Make start and end messages optional.
4593 Default to cookie-file. Use with-temp-buffer.
4594 (cookie-read): Rename from read-cookie.
4595 Make start and end messages optional. Default to cookie-file.
4596 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
4597 Do not autoload it.
4598 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
4599 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
4600
4601 2013-06-21 Leo Liu <sdl.web@gmail.com>
4602
4603 * progmodes/octave.el (octave-mode): Backward compatibility fix.
4604
4605 2013-06-21 Glenn Morris <rgm@gnu.org>
4606
4607 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
4608
4609 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4610 Daniel Hackney <dan@haxney.org>
4611
4612 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
4613 Consolidate the single-file vs tarball code.
4614 (package-desc-suffix): New function.
4615 (package-desc-full-name): Don't bother inlining it.
4616 (package-load-descriptor): Return the new package-desc.
4617 (package-mark-obsolete): Remove unused arg `package'.
4618 (package-unpack): Make it work for single files as well.
4619 Make it update package-alist.
4620 (package--make-autoloads-and-stuff): Rename from
4621 package--make-autoloads-and-compile. Don't compile any more.
4622 (package--compile): New function.
4623 (package-generate-description-file): New function, extracted from
4624 package-unpack-single.
4625 (package-unpack-single): Remove.
4626 (package--with-work-buffer): Add indentation and debugging info.
4627 (package-download-single): Remove.
4628 (package-install-from-archive): Rename from package-download-tar, make
4629 it take a pkg-desc, and make it work for single files as well.
4630 (package-download-transaction): Simplify.
4631 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
4632 external tar program.
4633 (package-install-from-buffer): Remove `pkg-desc' argument.
4634 Use package-tar-file-info for tar-mode buffers.
4635 (package-install-file): Simplify accordingly.
4636 (package-archive-base): Change to take a pkg-desc.
4637 * tar-mode.el (tar--check-descriptor): New function, extracted from
4638 tar-get-descriptor.
4639 (tar-get-descriptor): Use it.
4640 (tar-get-file-descriptor): New function.
4641 (tar--extract): New function, extracted from tar-extract.
4642 (tar--extract): Use it.
4643 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
4644 case the summary uses non-ascii. Adjust to new calling convention of
4645 package-tar-file-info.
4646
4647 2013-06-21 Leo Liu <sdl.web@gmail.com>
4648
4649 * comint.el (comint-redirect-results-list-from-process):
4650 Fix random delay. (Bug#14681)
4651
4652 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
4653
4654 * profiler.el (profiler-format-number): Use log, not log10.
4655
4656 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
4657
4658 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
4659
4660 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4661
4662 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
4663 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
4664 yet available.
4665 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
4666 (AUTOGENEL): ... here.
4667 * emacs-lisp/cl-macs.el (cl--sublis): New function.
4668 (cl--defsubst-expand): Use it.
4669
4670 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
4671
4672 * subr.el (log10): Move here from C code, and declare as obsolete.
4673 All uses of (log10 X) replaced with (log X 10).
4674
4675 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
4676
4677 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
4678 Declare with `defvar-local'.
4679 (tabulated-list-use-header-line, tabulated-list-entries)
4680 (tabulated-list-padding, tabulated-list-printer)
4681 (tabulated-list-sort-key): Declare with `defvar-local'.
4682 (tabulated-list-init-header, tabulated-list-print-fake-header):
4683 Use `setq-local'.
4684
4685 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
4686
4687 * arc-mode.el (archive-mode): Add `archive-write-file' to
4688 `write-contents-functions' also for remote files. (Bug#14652)
4689
4690 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
4691
4692 * cus-edit.el (custom-commands): Fix typos.
4693 (custom-display): Fix tooltip text.
4694 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
4695 Fix typos in docstrings.
4696 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
4697 (custom-unlispify-menu-entry, custom-magic-value-create)
4698 (custom-add-see-also, custom-group-value-create): Use ?\s.
4699 (custom-guess-type, customize-apropos, editable-field)
4700 (custom-face-value-create): Use `string-match-p'.
4701 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
4702
4703 * custom.el (custom-load-symbol): Use `string-match-p'.
4704
4705 * ansi-color.el: Convert to lexical binding.
4706 (ansi-colors): Fix URL.
4707 (ansi-color-context, ansi-color-context-region): Use defvar-local.
4708 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
4709 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
4710
4711 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4712
4713 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
4714
4715 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
4716
4717 2013-06-19 Tom Tromey <tromey@redhat.com>
4718
4719 * net/eww.el (eww-top-url): Remove.
4720 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
4721 (eww-render): Set new variables. Don't set eww-top-url.
4722 (eww-handle-link): Handle "prev", "home", and "contents".
4723 Downcase the rel text.
4724 (eww-top-url): Choose best top URL.
4725
4726 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4727
4728 * net/eww.el: Rewrite to implement form elements "by hand" instead of
4729 relying in widget.el. Using widget.el leads to too many
4730 user interface inconsistencies.
4731 (eww-self-insert): Implement entering commands in text fields.
4732 (eww-process-text-input): New function to make text input field editing
4733 work.
4734 (eww-submit): Rewrite to use the new-style form methods.
4735 (eww-select-display): Display the correct selected item.
4736 (eww-change-select): Implement changing the select value.
4737 (eww-toggle-checkbox): Implement radio/checkboxes.
4738 (eww-update-field): Fix compilation error.
4739 (eww-tag-textarea): Implement <textarea>.
4740
4741 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
4742 we don't shadow mode-specific bindings.
4743
4744 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
4745 nothing to push.
4746
4747 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
4748
4749 2013-06-19 Glenn Morris <rgm@gnu.org>
4750
4751 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
4752
4753 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
4754
4755 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
4756 not needed.
4757
4758 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
4759
4760 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4761
4762 * net/browse-url.el (browse-url-browser-function):
4763 `eww-browse-url' has the right calling signature, `eww' does not.
4764
4765 2013-06-19 Glenn Morris <rgm@gnu.org>
4766
4767 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4768 Only eval autoloaded macros.
4769 (byte-compile-autoload): Only give the macro warning for macros.
4770
4771 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
4772 (ps-underlined-faces): Declare.
4773
4774 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
4775 (speedbar-add-supported-extension): Declare.
4776
4777 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
4778 Don't include a date stamp in the header of the generated file;
4779 it leads to needless differences between output files.
4780
4781 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
4782
4783 * net/secrets.el (secrets-struct-secret-content-type):
4784 Replace check of introspection data by a test call of "CreateItem".
4785 Some servers do not offer introspection.
4786
4787 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * electric.el (electric-pair-mode): Improve interaction with
4790 electric-layout-mode.
4791 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
4792 (electric-pair-syntax): Use text-mode-syntax-table in comments
4793 and strings.
4794 (electric-pair--insert): New function.
4795 (electric-pair-post-self-insert-function): Use it and
4796 electric--after-char-pos.
4797
4798 2013-06-19 Leo Liu <sdl.web@gmail.com>
4799
4800 * progmodes/octave.el (octave-help): Fix regexp.
4801
4802 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4803
4804 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
4805 (shr-table-horizontal-line): Allow nil as a value, and change the
4806 default.
4807 (shr-insert-table-ruler): Respect the nil value.
4808
4809 2013-06-18 Tom Tromey <tromey@barimba>
4810
4811 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4812 New defvars.
4813 (eww-open-file): New defun.
4814 (eww-render): Initialize new variables.
4815 (eww-display-html): Handle "link" and "a".
4816 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
4817 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
4818 (eww-back-url): Rename from eww-previous-url.
4819 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4820 New defuns.
4821
4822 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
4823
4824 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
4825 Distinguish ternary operator tokens from slash symbol and slash
4826 char literal.
4827
4828 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
4829
4830 Convert symbol prettification into minor mode and global minor mode.
4831
4832 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
4833 `prog-prettify-symbols', and make a local defvar instead of defcustom.
4834 (prettify-symbols--keywords): Rename from
4835 `prog-prettify-symbols-alist' and make a local defvar.
4836 (prettify-symbols--compose-symbol): Rename from
4837 `prog--prettify-font-lock-compose-symbol'.
4838 (prettify-symbols--make-keywords): Rename from
4839 `prog-prettify-font-lock-symbols-keywords' and simplify.
4840 (prog-prettify-install): Remove.
4841 (prettify-symbols-mode): New minor mode, based on
4842 `prog-prettify-install'.
4843 (turn-on-prettify-symbols-mode): New function.
4844 (global-prettify-symbols-mode): New globalized minor mode.
4845
4846 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4847 * progmodes/cfengine.el (cfengine3-mode):
4848 * progmodes/perl-mode.el (perl-mode): Don't call
4849 `prog-prettify-install'; set `prettify-symbols-alist' instead.
4850
4851 2013-06-18 Juri Linkov <juri@jurta.org>
4852
4853 * files-x.el (modify-file-local-variable-message): New function.
4854 (modify-file-local-variable)
4855 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
4856 and call `modify-file-local-variable-message' when it's non-nil.
4857 (add-file-local-variable, delete-file-local-variable)
4858 (add-file-local-variable-prop-line)
4859 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
4860 and use it. (Bug#9820)
4861
4862 2013-06-18 Juri Linkov <juri@jurta.org>
4863
4864 * emulation/vi.el (vi-shell-op):
4865 * emulation/vip.el (vip-execute-com, ex-command):
4866 * emulation/viper-cmd.el (viper-exec-bang):
4867 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
4868 the call of `shell-command-on-region'. (Bug#14637)
4869
4870 * simple.el (shell-command-on-region): Doc fix.
4871
4872 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
4875 (bug#14633).
4876
4877 2013-06-18 Glenn Morris <rgm@gnu.org>
4878
4879 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
4880
4881 * newcomment.el (comment-search-forward, comment-search-backward):
4882 Doc fix. (Bug#14376)
4883
4884 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
4885
4886 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
4887 (buffer-face-mode-invoke): Doc fix.
4888
4889 2013-06-18 Matthias Meulien <orontee@gmail.com>
4890
4891 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
4892 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
4893
4894 2013-06-18 Glenn Morris <rgm@gnu.org>
4895
4896 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
4897 Replace obsolete function generic-make-keywords with its expansion.
4898
4899 * progmodes/python.el (ffap-alist): Declare.
4900
4901 * textmodes/reftex.el (bibtex-mode-map): Declare.
4902
4903 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4904
4905 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
4906 (package-unpack, package-unpack-single): Return the pkg-dir.
4907 (package-download-transaction): Use it to update package-alist.
4908
4909 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4910
4911 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
4912 possible choice.
4913
4914 2013-06-17 Juri Linkov <juri@jurta.org>
4915
4916 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
4917
4918 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
4919
4920 * emacs-lisp/package.el (package-load-descriptor):
4921 Remove `with-syntax-table' call, `read' doesn't need it.
4922 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
4923
4924 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
4925
4926 * startup.el (command-line): Expand package name returned by
4927 `package--description-file' (bug#14639).
4928
4929 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
4930
4931 * emacs-lisp/package.el (package-load-descriptor): Do not call
4932 `emacs-lisp-mode', just use its syntax table.
4933
4934 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
4935
4936 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
4937 `font-lock-extra-managed-props' if any prettifying keyword is added.
4938 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
4939 (prog-mode): Use `setq-local'.
4940
4941 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4942
4943 * international/characters.el (standard-case-table): Set syntax of ?»
4944 and ?« to punctuation.
4945
4946 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
4947
4948 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
4949 Save relevant match data before calling `syntax-ppss' (bug#14595).
4950
4951 2013-06-15 Juri Linkov <juri@jurta.org>
4952
4953 * files-x.el (modify-file-local-variable-prop-line): Add local
4954 variables to the end of the existing comment on the first line.
4955 Use `file-auto-mode-skip' to skip interpreter magic line,
4956 and also skip XML declaration.
4957
4958 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4959
4960 * startup.el (package--builtin-versions): New var.
4961 (package-subdirectory-regexp): Remove.
4962 (package--description-file): Hard code its value instead.
4963
4964 * emacs-lisp/package.el: Don't activate packages older than builtin.
4965 (package-obsolete-list): Rename from package-obsolete-alist, and make
4966 it into a simple list of package-desc.
4967 (package-strip-version): Remove.
4968 (package-built-in-p): Use package--builtin-versions.
4969 (package-mark-obsolete): Simplify.
4970 (package-process-define-package): Mark it obsolete if older than the
4971 builtin version.
4972 (package-handle-response): Use line-end-position.
4973 (package-read-archive-contents, package--download-one-archive):
4974 Simplify.
4975 (package--add-to-archive-contents): Skip if older than the builtin or
4976 installed version.
4977 (package-menu-describe-package): Fix last change.
4978 (package-list-unversioned): New var.
4979 (package-menu--generate): Use it.
4980
4981 * emacs-lisp/autoload.el: Manage package--builtin-versions.
4982 (autoload--insert-text, autoload--insert-cookie-text): New functions.
4983 (autoload-builtin-package-versions): New variable.
4984 (autoload-generate-file-autoloads): Use them.
4985 Remove the list of autoloaded functions/macros from the
4986 (autoload...) comments.
4987
4988 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
4989
4990 2013-06-15 Eli Zaretskii <eliz@gnu.org>
4991
4992 * simple.el (line-move-partial): Don't jump to the next screen
4993 line as soon as it becomes visible. Instead, continue enlarging
4994 the vscroll until the portion of a tall screen line that's left on
4995 display is about the height of the frame's default font.
4996 (Bug#14567)
4997
4998 2013-06-15 Glenn Morris <rgm@gnu.org>
4999
5000 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
5001 compilation-error-regexp-alist void, or local while let-bound.
5002
5003 * progmodes/make-mode.el (makefile-mode-syntax-table):
5004 Treat "=" as punctuation. (Bug#14614)
5005
5006 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
5007
5008 * help-fns.el (describe-variable):
5009 Add extra line for permanent-local variables.
5010
5011 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
5012
5013 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5014 Add export, import, library. (Bug#9164)
5015 (library): Set indent function.
5016
5017 2013-06-14 Glenn Morris <rgm@gnu.org>
5018
5019 * term/xterm.el (xterm--query):
5020 Stop after first matching handler. (Bug#14615)
5021
5022 2013-06-14 Ivan Kanis <ivan@kanis.fr>
5023
5024 Add support for dired in saveplace.
5025 * dired.el (dired-initial-position-hook): New variable.
5026 (dired-initial-position): Call hook to place cursor position.
5027 * saveplace.el (save-place-to-alist): Add dired position.
5028 (save-place-dired-hook): New function.
5029
5030 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
5033 through a symbol rather than letrec.
5034
5035 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
5036 (package-desc): Add `dir' field.
5037 (package-desc-full-name): New function.
5038 (package-load-descriptor): Combine the two arguments. Don't use `load'.
5039 (package-maybe-load-descriptor): Remove.
5040 (package-load-all-descriptors): Just call package-load-descriptor.
5041 (package--disabled-p): New function.
5042 (package-desc-vers, package-desc-doc): Remove aliases.
5043 (package--dir): Remove function.
5044 (package-activate): Check if a package is disabled.
5045 (package-process-define-package): New function, extracted from
5046 define-package.
5047 (define-package): Turn into a place holder.
5048 (package-unpack-single, package-tar-file-info):
5049 Use package--description-file.
5050 (package-compute-transaction): Use package--disabled-p.
5051 (package-download-transaction): Don't call
5052 package-maybe-load-descriptor since they're all loaded anyway.
5053 (package-install): Change argument to be a pkg-desc.
5054 (package-delete): Use a single pkg-desc argument.
5055 (describe-package-1): Use package-desc-dir instead of package--dir.
5056 Use package-desc property instead of package-symbol.
5057 (package-install-button-action): Adjust accordingly.
5058 (package--push): Rewrite.
5059 (package-menu--print-info): Adjust accordingly. Change the ID format
5060 to be a pkg-desc.
5061 (package-menu-describe-package, package-menu-get-status)
5062 (package-menu--find-upgrades, package-menu-mark-upgrades)
5063 (package-menu-execute, package-menu--name-predicate):
5064 Adjust accordingly.
5065 * startup.el (package--description-file): New function.
5066 (command-line): Use it.
5067 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5068 Use package-desc-version.
5069
5070 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
5071 (byte-compile-preprocess): Use it.
5072 (byte-compile-file-form-defalias): Try a bit harder to use macros we
5073 can't quite recognize.
5074 (byte-compile-add-to-list): Remove.
5075 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
5076 (cconv-closure-convert): Add assertion.
5077
5078 * emacs-lisp/map-ynp.el: Use lexical-binding.
5079 (map-y-or-n-p): Remove unused vars `tail' and `object'.
5080 Factor out some repeated code.
5081
5082 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5083
5084 * subr.el (with-eval-after-load): New macro.
5085 (eval-after-load): Allow form to be a function.
5086 take advantage of lexical-binding.
5087 (do-after-load-evaluation): Use dolist and adjust to new format.
5088 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
5089
5090 2013-06-13 Juri Linkov <juri@jurta.org>
5091
5092 * replace.el (perform-replace): Display "symbol " and other search
5093 modes from `isearch-message-prefix' in the *Help* buffer.
5094
5095 * isearch.el (isearch-query-replace): Add " symbol" and other
5096 possible search modes from `isearch-message-prefix' to the prompt.
5097 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
5098 when reading a regexp to collect.
5099
5100 2013-06-13 Juri Linkov <juri@jurta.org>
5101
5102 * isearch.el (word-search-regexp): Match whitespace if the search
5103 string begins or ends in whitespace. The LAX arg is applied to
5104 both ends of the search string. Use `regexp-quote' and explicit
5105 \< and \> instead of \b. Use \` and \' instead of ^ and $.
5106 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
5107 boundaries are replaced with symbol boundaries, and characters
5108 between symbols match non-word non-symbol syntax. (Bug#14602)
5109
5110 2013-06-13 Juri Linkov <juri@jurta.org>
5111
5112 * isearch.el (isearch-del-char): Don't exceed the length of
5113 `isearch-string' by the prefix arg. (Bug#14563)
5114
5115 2013-06-13 Juri Linkov <juri@jurta.org>
5116
5117 * isearch.el (isearch-yank-word, isearch-yank-line)
5118 (isearch-char-by-name, isearch-quote-char)
5119 (isearch-printing-char, isearch-process-search-char):
5120 Add optional count prefix arg. (Bug#14563)
5121
5122 * international/isearch-x.el
5123 (isearch-process-search-multibyte-characters):
5124 Add optional count prefix arg.
5125
5126 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5127
5128 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
5129 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
5130 lexical-binding.
5131
5132 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
5133
5134 * subr.el (set-temporary-overlay-map): Add on-exit argument.
5135
5136 2013-06-13 Glenn Morris <rgm@gnu.org>
5137
5138 * startup.el (tty-handle-args):
5139 Don't just discard "--" and anything after. (Bug#14608)
5140
5141 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
5142
5143 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
5144
5145 Implement changes in Secret Service API. Make it backward compatible.
5146 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
5147 (secrets-create-item): Use it. Prefix properties with interface.
5148
5149 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
5150
5151 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
5152 (term-emulate-terminal): Respect term-suppress-hard-newline.
5153
5154 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
5155
5156 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5157 Only remove a `thumb-file' overlay. (Bug#14548)
5158
5159 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
5160
5161 * mail/reporter.el (reporter-submit-bug-report):
5162 Handle missing package-name. (Bug#14600)
5163
5164 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5165
5166 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
5167 (reftex-citation-prompt, reftex-default-bibliography)
5168 (reftex-bib-or-thebib, reftex-get-bibfile-list)
5169 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5170 (reftex-bib-sort-author, reftex-bib-sort-year)
5171 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
5172 (reftex-extract-bib-entries-from-thebibliography)
5173 (reftex-get-bibkey-default, reftex-get-bib-names)
5174 (reftex-parse-bibtex-entry, reftex-get-bib-field)
5175 (reftex-format-bib-entry, reftex-parse-bibitem)
5176 (reftex-format-bibitem, reftex-do-citation)
5177 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
5178 (reftex-restrict-bib-matches, reftex-extract-bib-file)
5179 (reftex-insert-bib-matches, reftex-format-citation)
5180 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
5181 (reftex-create-bibtex-file): Add docstrings, mostly by converting
5182 existing comments into docstrings.
5183
5184 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5185
5186 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
5187
5188 2013-06-12 Andreas Schwab <schwab@suse.de>
5189
5190 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
5191 for auto-save files.
5192
5193 2013-06-12 Glenn Morris <rgm@gnu.org>
5194
5195 * ido.el (ido-delete-ignored-files): Remove.
5196 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
5197 Go back to calling ido-ignore-item-p directly.
5198
5199 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
5200
5201 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
5202
5203 * ido.el (ido-delete-ignored-files): New function,
5204 split from ido-make-file-list-1.
5205 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
5206 (ido-make-file-list-1): Use ido-delete-ignored-files.
5207
5208 2013-06-12 Leo Liu <sdl.web@gmail.com>
5209
5210 * progmodes/octave.el (inferior-octave-startup)
5211 (inferior-octave-completion-table)
5212 (inferior-octave-track-window-width-change)
5213 (octave-eldoc-function-signatures, octave-help)
5214 (octave-find-definition): Use single quoted strings.
5215 (inferior-octave-startup-args): Change default value.
5216 (inferior-octave-startup): Do not hard code "-i" and
5217 "--no-line-editing".
5218 (inferior-octave-resync-dirs): Add optional arg NOERROR.
5219 (inferior-octave-directory-tracker): Use it.
5220 (octave-goto-function-definition): Robustify.
5221 (octave-help): Support highlighting operators in 'See also'.
5222 (octave-find-definition): Find subfunctions only in Octave mode.
5223
5224 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * help-fns.el (help-fns--compiler-macro): If the handler function is
5227 named, then put a link to it.
5228 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
5229 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
5230 (cl-typep): Use it.
5231 (cl-eval-when): Simplify debug spec.
5232 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
5233 compiler-macro function instead of setting `compiler-macro-file'.
5234
5235 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5236
5237 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
5238 * vc/vc-hooks.el (vc-stay-local): Doc fix.
5239
5240 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5241 Daniel Hackney <dan@haxney.org>
5242
5243 First part of Daniel Hackney's patch to package.el.
5244 * emacs-lisp/package.el: Use defstruct.
5245 (package-desc): New, main struct.
5246 (package--bi-desc, package--ac-desc): New structs, used to describe the
5247 format in external files.
5248 (package-desc-vers): Replace with package-desc-version accessor.
5249 (package-desc-doc): Replace with package-desc-summary accessor.
5250 (package-activate-1): Remove `package' arg since the pkg-vec now
5251 includes the name.
5252 (define-package): Use package-desc-from-define.
5253 (package-unpack-single): Change file-name arg to be a symbol.
5254 (package--add-to-archive-contents): Use package-desc-create and new
5255 accessor functions to package--ac-desc.
5256 (package-buffer-info, package-tar-file-info): Return a package-desc.
5257 (package-install-from-buffer): Remove `type' argument. Change pkg-info
5258 arg to be a package-desc.
5259 (package-install-file): Adjust accordingly. Use \' to match EOS.
5260 (package--from-builtin): New function.
5261 (describe-package-1, package-menu--generate): Use it.
5262 (package--make-autoloads-and-compile): Change name arg to be a symbol.
5263 (package-generate-autoloads): Idem and return the name of the file.
5264 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5265 Change pkg-info arg to be a package-desc.
5266 Use package-make-ac-desc.
5267 (package-upload-file): Use \' to match EOS.
5268 * finder.el (finder-compile-keywords): Use package-make-builtin.
5269
5270 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * vc/vc.el (vc-deduce-fileset): Change error message.
5273 (vc-read-backend): New function.
5274 (vc-next-action): Use it.
5275
5276 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
5277
5278 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
5279 (prolog-font-lock-keywords): Use regexp-opt instead.
5280 Don't manually highlight strings.
5281 (prolog-mode-variables): Simplify comment-start-skip.
5282 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
5283
5284 * emacs-lisp/generic.el (generic--normalise-comments)
5285 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
5286 (generic-mode-set-comments): Use them.
5287 (generic-bracket-support): Use setq-local.
5288 (generic-make-keywords-list): Declare obsolete.
5289
5290 2013-06-11 Glenn Morris <rgm@gnu.org>
5291
5292 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5293 Prettify after setting font-lock-defaults. (Bug#14574)
5294
5295 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
5296
5297 * replace.el (query-replace, occur-read-regexp-defaults-function)
5298 (replace-search):
5299 * subr.el (declare-function, number-sequence, local-set-key)
5300 (substitute-key-definition, locate-user-emacs-file)
5301 (with-silent-modifications, split-string, eval-after-load):
5302 Fix typos, remove unneeded backslashes and reflow some docstrings.
5303
5304 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5305
5306 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
5307 default for Elisp files.
5308
5309 2013-06-11 Glenn Morris <rgm@gnu.org>
5310
5311 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
5312 although define-derived-mode was doing this anyway. (Bug#14583)
5313
5314 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
5315
5316 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5317 Fix make-variable-buffer-local call to refer to the correct variable.
5318
5319 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
5320
5321 * eshell/em-term.el (eshell-visual-commands)
5322 (eshell-visual-subcommands, eshell-visual-options):
5323 Add summary line to docstrings. Add cross-references.
5324
5325 2013-06-10 Glenn Morris <rgm@gnu.org>
5326
5327 * epa.el (epa-read-file-name): New function. (Bug#14510)
5328 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
5329
5330 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
5331
5332 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
5333 output redirection to be ignored with visual commands.
5334
5335 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
5336
5337 * eshell/em-term.el (eshell-visual-command-p): New function.
5338 (eshell-term-initialize): Move long lambda to separate function
5339 eshell-visual-command-p.
5340 * eshell/em-dirs.el (eshell-dirs-initialise):
5341 * eshell/em-script.el (eshell-script-initialize):
5342 Add missing #' to lambda.
5343
5344 2013-06-08 Leo Liu <sdl.web@gmail.com>
5345
5346 * progmodes/octave.el (octave-add-log-current-defun): New function.
5347 (octave-mode): Set add-log-current-defun-function.
5348 (octave-goto-function-definition): Do not move point if not found.
5349 (octave-find-definition): Enhance to try subfunctions first.
5350
5351 2013-06-08 Glenn Morris <rgm@gnu.org>
5352
5353 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5354 (byte-compile-backward-char, byte-compile-backward-word):
5355 Improve previous change, to handle non-explicit nil.
5356
5357 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
5360 (smie--opener/closer-at-point): New function.
5361 (smie--matching-block-data): Use it. Don't match from right after an
5362 opener or right before a closer. Obey smie-blink-matching-inners.
5363 Don't signal a mismatch for repeated inners like "switch..case..case".
5364
5365 2013-06-07 Leo Liu <sdl.web@gmail.com>
5366
5367 * progmodes/octave.el (octave-mode): Set comment-use-global-state
5368 to t. (Bug#14303)
5369 (octave-function-header-regexp): Fix. (Bug#14570)
5370 (octave-help-mode-finish-hook, octave-help-mode-finish):
5371 Remove. Just use temp-buffer-show-hook.
5372
5373 * newcomment.el (comment-search-backward): Revert last change.
5374 (Bug#14434)
5375
5376 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
5377
5378 2013-06-07 Eli Zaretskii <eliz@gnu.org>
5379
5380 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
5381 through xargs, to avoid failure due to MS-Windows limitations on
5382 command-line length.
5383
5384 2013-06-06 Glenn Morris <rgm@gnu.org>
5385
5386 * font-lock.el (lisp-font-lock-keywords-2):
5387 Treat user-error like error.
5388
5389 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5390 (byte-compile-backward-char, byte-compile-backward-word):
5391 Handle explicit nil arguments. (Bug#14565)
5392
5393 2013-06-05 Alan Mackenzie <acm@muc.de>
5394
5395 * isearch.el (isearch-allow-prefix): New user option.
5396 (isearch-other-meta-char): Don't exit isearch when a prefix
5397 argument is typed whilst `isearch-allow-prefix' is non-nil.
5398 (Bug#9706)
5399
5400 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * autorevert.el (auto-revert-notify-handler): Use memq.
5403 Hide assertion failure.
5404
5405 * skeleton.el: Use cl-lib.
5406 (skeleton-further-elements): Use defvar-local.
5407 (skeleton-insert): Use cl-progv.
5408
5409 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5410
5411 * progmodes/prog-mode.el (prog-prettify-symbols)
5412 (prog-prettify-install): Update docstrings.
5413
5414 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5415
5416 * simple.el: Move all the prog-mode code to prog-mode.el.
5417 * progmodes/prog-mode.el: New file.
5418 * loadup.el: Add prog-mode.el.
5419
5420 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5421
5422 * simple.el (prog-prettify-symbols): Add version.
5423 (prog-prettify-install): Add convenience function to prettify symbols.
5424
5425 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
5426 (perl--augmented-font-lock-keywords-1)
5427 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
5428 variables and use it.
5429
5430 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5431 (cfengine3-mode): Remove unneeded variable and use it.
5432
5433 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5434 (lisp--augmented-font-lock-keywords-1)
5435 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
5436 Remove unneeded variables and use it.
5437
5438 2013-06-05 João Távora <joaotavora@gmail.com>
5439
5440 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
5441 to point when opening the connection. (Bug#14380)
5442
5443 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5444
5445 * subr.el (load-history-regexp, load-history-filename-element)
5446 (eval-after-load, after-load-functions, do-after-load-evaluation)
5447 (eval-next-after-load, display-delayed-warnings)
5448 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
5449 definition of save-match-data.
5450 (overriding-local-map): Remove accidental obsolescence declaration.
5451
5452 * emacs-lisp/edebug.el (edebug-result): Move before first use.
5453
5454 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5455
5456 Generalize symbol prettify support to prog-mode and implement it
5457 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
5458 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
5459 (prog--prettify-font-lock-compose-symbol)
5460 (prog-prettify-font-lock-symbols-keywords): New variables and
5461 functions to support symbol prettification.
5462 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5463 (lisp--augmented-font-lock-keywords-1)
5464 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
5465 (lisp--prettify-symbols-alist): Implement prettify of lambda.
5466 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5467 (cfengine3--prettify-symbols-alist, cfengine3-mode):
5468 Implement prettify of -> => :: strings.
5469 * progmodes/perl-mode.el (perl-prettify-symbols)
5470 (perl--font-lock-compose-symbol)
5471 (perl--font-lock-symbols-keywords): Move to prog-mode.
5472 (perl--prettify-symbols-alist): Prettify -> => :: strings.
5473 (perl-font-lock-keywords-1)
5474 (perl-font-lock-keywords-2): Remove explicit prettify support.
5475 (perl--augmented-font-lock-keywords)
5476 (perl--augmented-font-lock-keywords-1)
5477 (perl--augmented-font-lock-keywords-2, perl-mode):
5478 Implement prettify support.
5479
5480 2013-06-05 Leo Liu <sdl.web@gmail.com>
5481
5482 Re-implement smie matching block highlight using
5483 show-paren-data-function. (Bug#14395)
5484 * emacs-lisp/smie.el (smie-matching-block-highlight)
5485 (smie--highlight-matching-block-overlay)
5486 (smie--highlight-matching-block-lastpos)
5487 (smie-highlight-matching-block)
5488 (smie-highlight-matching-block-mode): Remove.
5489 (smie--matching-block-data-cache): New variable.
5490 (smie--matching-block-data): New function.
5491 (smie-setup): Use smie--matching-block-data for
5492 show-paren-data-function.
5493
5494 * progmodes/octave.el (octave-mode-menu): Fix.
5495 (octave-find-definition): Skip garbage lines.
5496
5497 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 Fix compilation error with simultaneous dynamic+lexical scoping.
5500 Add warning when a defvar appears after the first let-binding.
5501 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
5502 (byte-compile-close-variables): Initialize it.
5503 (byte-compile--declare-var): New function.
5504 (byte-compile-file-form-defvar)
5505 (byte-compile-file-form-define-abbrev-table)
5506 (byte-compile-file-form-custom-declare-variable): Use it.
5507 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
5508 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
5509 (byte-compile-bind): Handle dynamic bindings that shadow
5510 lexical bindings.
5511 (byte-compile-unbind): Make arg non-optional.
5512 (byte-compile-let): Simplify.
5513 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
5514 (cconv--analyse-function, cconv-analyse-form): Populate it.
5515 Protect byte-compile-bound-variables to limit the scope of defvars.
5516 (cconv-analyse-form): Add missing rule for (defvar <foo>).
5517 Remove unneeded rule for `declare'.
5518
5519 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
5520 so as to avoid depending on cl-adjoin at run-time.
5521 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
5522
5523 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
5524 (macroexp--warn-and-return): Use it.
5525
5526 2013-06-05 Leo Liu <sdl.web@gmail.com>
5527
5528 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
5529
5530 2013-06-04 Leo Liu <sdl.web@gmail.com>
5531
5532 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
5533 (compilation-auto-jump): Suppress the "Mark set" message to give
5534 way to exit message.
5535
5536 2013-06-04 Alan Mackenzie <acm@muc.de>
5537
5538 Remove faulty optimisation from indentation calculation.
5539 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
5540 search limit based on 2000 characters back from indent-point.
5541
5542 2013-06-03 Tassilo Horn <tsdh@gnu.org>
5543
5544 * eshell/em-term.el (cl-lib): Require `cl-lib'.
5545
5546 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * emacs-lisp/lisp.el: Use lexical-binding.
5549 (lisp--local-variables-1, lisp--local-variables): New functions.
5550 (lisp--local-variables-completion-table): New var.
5551 (lisp-completion-at-point): Use it complete let-bound vars.
5552
5553 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
5554 eagerly (bug#14422).
5555
5556 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
5557
5558 * autorevert.el (auto-revert-notify-enabled)
5559 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5560 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
5561 (auto-revert-notify-handler): Handle also gfilenotify.
5562
5563 * subr.el (file-notify-handle-event): New defun. Replacing ...
5564 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
5565 Remove.
5566
5567 2013-06-03 Juri Linkov <juri@jurta.org>
5568
5569 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
5570 `M-s h .'. (Bug#14427)
5571
5572 * hi-lock.el (highlight-symbol-at-point): New alias for the new
5573 command `hi-lock-face-symbol-at-point'.
5574 (hi-lock-face-symbol-at-point): New command.
5575 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
5576 (hi-lock-menu): Add `highlight-symbol-at-point'.
5577 (hi-lock-mode): Doc fix.
5578
5579 * isearch.el (isearch-forward-symbol-at-point): New command.
5580 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
5581 (isearch-highlight-regexp): Add a regexp which matches
5582 words/symbols for word/symbol mode.
5583
5584 * subr.el (find-tag-default-bounds): New function with the body
5585 mostly moved from `find-tag-default'.
5586 (find-tag-default): Move most code to `find-tag-default-bounds',
5587 call it and apply `buffer-substring-no-properties' afterwards.
5588
5589 2013-06-03 Tassilo Horn <tsdh@gnu.org>
5590
5591 * eshell/em-term.el (eshell-term-initialize):
5592 Use `cl-intersection' rather than `intersection'.
5593
5594 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
5595
5596 * vc/log-view.el: Doc fix.
5597 (log-view-mode-map): Copy keymap from `special-mode-map'.
5598
5599 2013-06-02 Eric Ludlam <zappo@gnu.org>
5600
5601 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
5602 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
5603 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
5604 (eieio-unbound, eieio-default-superclass)
5605 (eieio--define-field-accessors, method-static, method-before)
5606 (method-primary, method-after, method-num-lists)
5607 (method-generic-before, method-generic-primary)
5608 (method-generic-after, method-num-slots)
5609 (eieio-specialized-key-to-generic-key)
5610 (eieio--check-type, class-v, class-p)
5611 (eieio-class-name, define-obsolete-function-alias)
5612 (eieio-class-parents-fast, eieio-class-children-fast)
5613 (same-class-fast-p, class-constructor, generic-p)
5614 (generic-primary-only-p, generic-primary-only-one-p)
5615 (class-option-assoc, class-option, eieio-object-p)
5616 (class-abstract-p, class-method-invocation-order)
5617 (eieio-defclass-autoload-map, eieio-defclass-autoload)
5618 (eieio-class-un-autoload, eieio-defclass)
5619 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
5620 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
5621 (eieio--defgeneric-init-form, eieio-defgeneric-form)
5622 (eieio-defgeneric-reset-generic-form)
5623 (eieio-defgeneric-form-primary-only)
5624 (eieio-defgeneric-reset-generic-form-primary-only)
5625 (eieio-defgeneric-form-primary-only-one)
5626 (eieio-defgeneric-reset-generic-form-primary-only-one)
5627 (eieio-unbind-method-implementations)
5628 (eieio--defmethod, eieio--typep)
5629 (eieio-perform-slot-validation, eieio-validate-slot-value)
5630 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
5631 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
5632 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
5633 (eieio-slot-name-index, eieio-class-slot-name-index)
5634 (eieio-set-defaults, eieio-initarg-to-attribute)
5635 (eieio-attribute-to-initarg, eieio-c3-candidate)
5636 (eieio-c3-merge-lists, eieio-class-precedence-c3)
5637 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
5638 (eieio-class-precedence-list, eieio-generic-call-methodname)
5639 (eieio-generic-call-arglst, eieio-generic-call-key)
5640 (eieio-generic-call-next-method-list)
5641 (eieio-pre-method-execution-functions, eieio-generic-call)
5642 (eieio-generic-call-primary-only, eieiomt-method-list)
5643 (eieiomt-optimizing-obarray, eieiomt-install)
5644 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
5645 (eieio-generic-form, eieio-defmethod, make-obsolete)
5646 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
5647 (defclass): Remove `eval-and-compile' from macro.
5648 (call-next-method, shared-initialize): Instead of using
5649 `scoped-class' variable, use new eieio--scoped-class, and
5650 eieio--with-scoped-class.
5651 (initialize-instance): Rename local variable 'scoped-class' to
5652 'this-class' to remove ambiguitity from old global.
5653
5654 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
5655 eieio.el.
5656 (eieio--scoped-class-stack): New variable.
5657 (eieio--scoped-class): New fcn.
5658 (eieio--with-scoped-class): New scoping macro.
5659 (eieio-defclass): Use pushnew instead of add-to-list.
5660 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
5661 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
5662 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
5663 `scoped-class' variable, use new eieio--scoped-class, and
5664 eieio--with-scoped-class.
5665
5666 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
5667
5668 2013-06-02 Tassilo Horn <tsdh@gnu.org>
5669
5670 * eshell/esh-ext.el (eshell-external-command): Pass args to
5671 `eshell-find-interpreter'.
5672 (eshell-find-interpreter): Add new second parameter ARGS.
5673
5674 * eshell/em-script.el (eshell-script-initialize): Add second arg
5675 to the function added as MATCH to `eshell-interpreter-alist'.
5676
5677 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
5678 the function added as MATCH to `eshell-interpreter-alist'.
5679
5680 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
5681 (eshell-visual-options): New defcustom.
5682 (eshell-escape-control-x): Adapt docstring.
5683 (eshell-term-initialize): Test `eshell-visual-subcommands' and
5684 `eshell-visual-options' in addition to `eshell-visual-commands'.
5685 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
5686
5687 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
5688
5689 * progmodes/python.el (python-indent-block-enders): Add break,
5690 continue and raise keywords.
5691
5692 2013-06-01 Glenn Morris <rgm@gnu.org>
5693
5694 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
5695
5696 Plain (f)boundp silences compilation warnings since Emacs 22.1.
5697 * progmodes/cc-cmds.el (delete-forward-p):
5698 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
5699 * progmodes/cc-engine.el (buffer-syntactic-context):
5700 * progmodes/cc-fonts.el (face-property-instance):
5701 * progmodes/cc-mode.el (set-keymap-parents):
5702 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
5703 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
5704 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
5705 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
5706 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
5707
5708 * progmodes/cc-vars.el (other): Emacs has this widget since
5709 at least 21.1, so don't (re)define it.
5710
5711 * eshell/em-cmpl.el (eshell-cmpl-initialize):
5712 Replace the obsolete alias pcomplete-arg-quote-list.
5713
5714 2013-06-01 Leo Liu <sdl.web@gmail.com>
5715
5716 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
5717 punctuation syntax.
5718 (inferior-octave-minimal-columns)
5719 (inferior-octave-last-column-width): New variables.
5720 (inferior-octave-track-window-width-change): New function.
5721 (inferior-octave-mode): Adjust column width so that Octave output,
5722 for example from 'ls', can fit into the window nicely.
5723
5724 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
5725
5726 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
5727 Highlight expansions inside regexp literals.
5728
5729 2013-05-31 Glenn Morris <rgm@gnu.org>
5730
5731 * obsolete/sym-comp.el (symbol-complete):
5732 Replace obsolete completion-annotate-function.
5733
5734 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
5735
5736 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
5737
5738 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
5739 New function, checks if point is inside a literal that allows
5740 expression expansion.
5741 (ruby-syntax-propertize-expansion): Use it.
5742 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
5743 around the body.
5744
5745 2013-05-30 Juri Linkov <juri@jurta.org>
5746
5747 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
5748 to "\M-si".
5749 (isearch-invisible): New variable.
5750 (isearch-forward): Doc fix.
5751 (isearch-mode): Set `isearch-invisible'
5752 to the value of `search-invisible'.
5753 (isearch-toggle-case-fold): Doc fix.
5754 (isearch-toggle-invisible): New command.
5755 (isearch-query-replace): Let-bind `search-invisible'
5756 to the value of `isearch-invisible'.
5757 (isearch-search): Use `isearch-invisible' instead of
5758 `search-invisible'. Let-bind `search-invisible'
5759 to the value of `isearch-invisible'. (Bug#11378)
5760
5761 2013-05-30 Juri Linkov <juri@jurta.org>
5762
5763 * replace.el (perform-replace): Avoid `isearch-range-invisible'
5764 call when `query-flag' is nil and `search-invisible' is non-nil.
5765 (Bug#11746)
5766
5767 2013-05-30 Glenn Morris <rgm@gnu.org>
5768
5769 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
5770
5771 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
5772 (cc-require): Suppress spurious "noruntime" warnings.
5773 (cc-require-when-compile): Use fboundp, for sake of compiler.
5774
5775 * progmodes/cc-mode.el: Move load of cc-vars before that of
5776 cc-langs (which in turn loads cc-vars), to quieten compiler.
5777
5778 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5779
5780 * paren.el: Simplify the code.
5781 (show-paren-mode): Always start the timer.
5782 (show-paren--idle-timer): Rename from show-paren-idle-timer.
5783 (show-paren--overlay, show-paren--overlay-1): Rename from
5784 show-paren-overlay and show-paren-overlay-1, and initialize to an
5785 overlay rather than to nil.
5786 (show-paren-function): Misc cleanup and simplifications.
5787
5788 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5789
5790 * paren.el (show-paren-data-function): New hook.
5791 (show-paren--default): New function, extracted from show-paren-function.
5792 (show-paren-function): Use show-paren-data-function.
5793
5794 2013-05-30 Glenn Morris <rgm@gnu.org>
5795
5796 * ielm.el (ielm-map, ielm-complete-symbol):
5797 Use completion-at-point rather than obsolete functions.
5798 (inferior-emacs-lisp-mode): Doc fix.
5799 Set completion-at-point-functions, rather than
5800 comint-dynamic-complete-functions.
5801
5802 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
5803 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
5804 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
5805
5806 * image.el (image-animated-p): Tweak definition.
5807
5808 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
5809 (rlogin-process-connection-type): Tweak default. Add set-after.
5810 (rlogin-host): Doc fix.
5811 (rlogin): Tweak prompt.
5812 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
5813
5814 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
5815 * progmodes/tcl.el (inferior-tcl-mode-map):
5816 Use completion-at-point rather than obsolete alias.
5817
5818 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
5819
5820 * minibuffer.el (read-file-name-completion-ignore-case):
5821 Move before completion--in-region, for eager macro expansion.
5822
5823 2013-05-29 Juri Linkov <juri@jurta.org>
5824
5825 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
5826 for total count of matching lines. Add `global-matches' for total
5827 count of matches. Rename `matches' to `lines' for count of
5828 matching lines. Add `matches' for count of matches.
5829 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
5830 to `prev-line' for line number of prev match endpt.
5831 Increment `matches' for every match. Print the number of
5832 matching lines in the header.
5833 (occur-context-lines): Rename `lines' to `curr-line'.
5834 Rename `prev-lines' to `prev-line'. (Bug#14017)
5835
5836 2013-05-29 Juri Linkov <juri@jurta.org>
5837
5838 * replace.el (perform-replace): Add `skip-read-only-count',
5839 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
5840 Increment them for corresponding conditions and report the number
5841 of skipped occurrences in the final message. (Bug#11746)
5842 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5843 (replace-string, replace-regexp): Doc fix.
5844
5845 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5846
5847 * emacs-lisp/trace.el (trace--read-args): Provide a default.
5848
5849 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
5850 prog-mode-map (bug#14504).
5851
5852 2013-05-29 Leo Liu <sdl.web@gmail.com>
5853
5854 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
5855 (octave-help): Small simplification.
5856
5857 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
5858 off the highlight first.
5859
5860 2013-05-29 Glenn Morris <rgm@gnu.org>
5861
5862 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
5863 Handle idlwave-last-system-routine-info-cons-cell being nil.
5864
5865 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5866 (idlwave-write-paths): Simplify via with-temp-buffer.
5867
5868 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
5869 * emulation/cua-rect.el: Also load cua-base at run time.
5870
5871 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
5872 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
5873 (cperl-imenu-on-info): Require imenu.
5874
5875 2013-05-28 Alan Mackenzie <acm@muc.de>
5876
5877 Handle "capitalised keywords" correctly.
5878 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
5879
5880 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
5881
5882 * eshell/em-unix.el: Add -r option to cp.
5883
5884 2013-05-28 Glenn Morris <rgm@gnu.org>
5885
5886 * vc/vc-arch.el (vc-exec-after): Declare.
5887 (vc-switches): Autoload.
5888 * vc/vc-bzr.el: No need to require vc when compiling.
5889 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
5890 (vc-resynch-buffer, vc-dir-refresh): Declare.
5891 (vc-setup-buffer, vc-switches): Autoload.
5892 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
5893 (vc-resynch-buffer): Declare.
5894 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
5895 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
5896 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
5897 (grep-read-regexp, grep-read-files, grep-expand-template)
5898 (vc-dir-refresh): Declare.
5899 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
5900 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
5901 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
5902 * vc/vc-mtn.el (vc-exec-after): Declare.
5903 (vc-switches): Autoload.
5904 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
5905 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
5906 (vc-file-tree-walk): Declare.
5907 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
5908 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
5909 (vc-tag-precondition, vc-rename-master): Autoload.
5910 * vc/vc-svn.el (vc-exec-after): Declare.
5911 (vc-switches, vc-setup-buffer): Autoload.
5912 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
5913 Autoload.
5914 (vc-resynch-buffer): Declare.
5915
5916 * obsolete/fast-lock.el (byte-compile-warnings):
5917 Don't warn about obsolete features in this obsolete file.
5918
5919 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
5920 Move definition before use.
5921
5922 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
5923 (dun-unix-verbs): Remove dun-zippy.
5924 (dun-zippy): Remove function.
5925
5926 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5927
5928 2013-05-27 Juri Linkov <juri@jurta.org>
5929
5930 * replace.el (replace-search): New function with code moved out
5931 from `perform-replace'.
5932 (replace-highlight, replace-dehighlight): Move function definitions
5933 up closer to `replace-search'. (Bug#11746)
5934
5935 2013-05-27 Juri Linkov <juri@jurta.org>
5936
5937 * replace.el (perform-replace): Ignore invisible matches.
5938 In addition to checking `query-replace-skip-read-only', also
5939 filter out matches by calling `run-hook-with-args-until-failure'
5940 on `isearch-filter-predicates', and also check `search-invisible'
5941 for t or call `isearch-range-invisible'.
5942 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
5943
5944 2013-05-27 Juri Linkov <juri@jurta.org>
5945
5946 * isearch.el (isearch-filter-predicates): Rename from
5947 `isearch-filter-predicate'. Doc fix. (Bug#11378)
5948 (isearch-message-prefix): Display text from the property
5949 `isearch-message-prefix' of the currently active filters.
5950 (isearch-search): Don't compare `isearch-filter-predicate' with
5951 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
5952 on `isearch-filter-predicates'. Also check `search-invisible' for t
5953 or call `isearch-range-invisible'.
5954 (isearch-filter-visible): Make obsolete.
5955 (isearch-lazy-highlight-search):
5956 Call `run-hook-with-args-until-failure' on
5957 `isearch-filter-predicates' and use `isearch-range-invisible'.
5958
5959 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
5960 `isearch-filter-predicates' instead of `funcall'ing
5961 `isearch-filter-predicate'.
5962 (Info-mode): Set `Info-isearch-filter' to
5963 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
5964
5965 * dired-aux.el (dired-isearch-filter-predicate-orig):
5966 Remove variable.
5967 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5968 (dired-isearch-filenames-end): Add and remove
5969 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
5970 instead of changing the value of `isearch-filter-predicate'.
5971 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
5972 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
5973 Put property `isearch-message-prefix' to "filename " on
5974 `dired-isearch-filter-filenames'.
5975
5976 * wdired.el (wdired-change-to-wdired-mode):
5977 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
5978 locally instead of changing `isearch-filter-predicate'.
5979 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
5980
5981 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
5982
5983 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
5984 return the commit hash (Bug#14459). Also set the
5985 `vc-git-detached' property.
5986 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
5987 (vc-git-mode-line-string): Use the same help-echo format whether
5988 in detached mode or not, because we know the actual revision now.
5989 When in detached mode, shorten the revision to 7 chars.
5990
5991 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * emacs-lisp/easy-mmode.el (define-minor-mode):
5994 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
5995 mode hook and provide a docstring.
5996
5997 2013-05-27 Alan Mackenzie <acm@muc.de>
5998
5999 Remove spurious syntax-table text properties inserted by C-y.
6000 * progmodes/cc-mode.el (c-after-change): Also clear hard
6001 syntax-table property with value nil.
6002
6003 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
6004
6005 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
6006 when reading the events; the buffer layout shall not be changed.
6007
6008 2013-05-27 Leo Liu <sdl.web@gmail.com>
6009
6010 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
6011 New variable.
6012 (inferior-octave-directory-tracker): Automatically re-sync
6013 default-directory.
6014 (octave-help): Improve handling of 'See also'.
6015
6016 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6017
6018 * doc-view.el: Minor naming convention tweaks.
6019 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
6020
6021 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
6022 even if there's no `display' property yet (bug#14435).
6023
6024 2013-05-25 Eli Zaretskii <eliz@gnu.org>
6025
6026 * subr.el (unmsys--file-name): Rename from reveal-filename.
6027
6028 * Makefile.in (custom-deps, finder-data, autoloads)
6029 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6030 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6031 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
6032
6033 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6034
6035 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
6036 error-completion on the first 2 args of condition-case (bug#14446).
6037 Don't burp at EOB.
6038
6039 2013-05-25 Leo Liu <sdl.web@gmail.com>
6040
6041 * comint.el (comint-previous-matching-input): Do not flood the
6042 *Messages* buffer with trivial messages.
6043
6044 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * progmodes/flymake.el (flymake-nop): Don't return a string.
6047 (flymake-set-at): Fix typo.
6048
6049 * simple.el (read--expression): New function, extracted from
6050 eval-expression. Set completion-at-point-functions (bug#14465).
6051 (eval-expression, eval-minibuffer): Use it.
6052
6053 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
6054
6055 * progmodes/flymake.el (flymake-save-buffer-in-file)
6056 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
6057 (flymake-selected-frame, flymake-log, flymake-ins-after)
6058 (flymake-set-at, flymake-get-buildfile-from-cache)
6059 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
6060 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
6061 Refine the doc string.
6062 (flymake-get-file-name-mode-and-masks): Reformat.
6063 (flymake-get-real-file-name-function): Fix a minor bug.
6064
6065 2013-05-24 Juri Linkov <juri@jurta.org>
6066
6067 * progmodes/grep.el (grep-mode-font-lock-keywords):
6068 Support =linenumber= format used by git-grep for lines with
6069 function names. (Bug#13549)
6070
6071 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6072
6073 * progmodes/octave.el (octave-smie-rules): Return nil rather than
6074 0 after a semi-colon; it works better for smie-auto-fill.
6075 (octave--indent-new-comment-line): New function.
6076 (octave-indent-new-comment-line): Use it (indirectly).
6077 (octave-mode): Don't disable smie-auto-fill. Use add-function to
6078 modify comment-line-break-function.
6079
6080 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
6081 (smie-setup): Use add-function to set it.
6082
6083 2013-05-24 Sam Steingold <sds@gnu.org>
6084
6085 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
6086 argument (before the `interactive' argument).
6087
6088 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6089
6090 * image-mode.el (image-mode-winprops): Add winprops to
6091 image-mode-winprops-alist before running
6092 image-mode-new-window-functions.
6093 * doc-view.el (doc-view-new-window-function): Don't delay
6094 doc-view-goto-page via timers (bug#14435).
6095
6096 2013-05-24 Tassilo Horn <tsdh@gnu.org>
6097
6098 * doc-view.el: Integrate with desktop.el. (Bug#14435)
6099 (doc-view-desktop-save-buffer): New function.
6100 (doc-view-restore-desktop-buffer): New function.
6101 (desktop-buffer-mode-handlers):
6102 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
6103 handler.
6104 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
6105 `desktop-save-buffer' function.
6106
6107 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
6108
6109 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
6110 (tramp-gvfs-file-name-handler): Raise a user error when
6111 `tramp-gvfs-enabled' is nil.
6112 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
6113 Do not raise a user error when loading package. (Bug#14447)
6114
6115 * net/xesam.el: Move to obsolete/.
6116
6117 2013-05-24 Glenn Morris <rgm@gnu.org>
6118
6119 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
6120
6121 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
6122
6123 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
6124 (Info-find-node, Man-getpage-in-background): Declare.
6125
6126 * mail/unrmail.el (unrmail):
6127 Replace obsolete detect-coding-with-priority.
6128
6129 * net/socks.el (socks-split-string): Use this rather than split-string.
6130 (socks-nslookup-host): Update for above change.
6131 (dynamic-choice, s5-dynamic-choice-match)
6132 (s5-dynamic-choice-match-inline, s5-widget-value-create):
6133 Comment out unused code.
6134
6135 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
6136 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
6137 (gud-tooltip-echo-area): Make obsolete.
6138 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
6139
6140 * progmodes/js.el (js--optimize-arglist): Declare.
6141
6142 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
6143
6144 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
6145 (ediff-window-C): Declare.
6146
6147 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
6148 Tweak requires to silence compiler.
6149
6150 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
6151 (he-search-string, he-tried-table, he-expand-list)
6152 (he-init-string, he-string-member, he-substitute-string)
6153 (he-reset-string): Declare.
6154
6155 * obsolete/options.el (list-options): Use custom-variable-p,
6156 rather than obsolete alias.
6157
6158 2013-05-23 Sam Steingold <sds@gnu.org>
6159
6160 * simple.el (shell-command-on-region): Pass the `replace' argument
6161 down to `call-process-region' to comply with the doc as reported on
6162 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
6163
6164 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * emacs-lisp/smie.el (smie-indent-forward-token)
6167 (smie-indent-backward-token): Handle string tokens (bug#14381).
6168
6169 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6170
6171 * ielm.el (ielm-menu): New menu.
6172 (inferior-emacs-lisp-mode): Set comment-start.
6173
6174 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6175
6176 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
6177 Fix deactivate action.
6178
6179 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
6180 Add cleveref macros.
6181
6182 * lisp/textmodes/reftex-parse.el
6183 (reftex-locate-bibliography-files): Accept options for
6184 bibliography commands.
6185 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
6186 Add addbibresource. Basic Biblatex support.
6187
6188 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
6189
6190 * net/tramp-gvfs.el (top):
6191 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
6192 when loading package. (Bug#14447)
6193
6194 2013-05-23 Glenn Morris <rgm@gnu.org>
6195
6196 * progmodes/js.el: No need to load comint when compiling.
6197 (ring-insert, comint-send-string, comint-send-input)
6198 (comint-last-input-end, ido-chop): Declare.
6199
6200 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
6201 * vc/ediff-mult.el: Adjust requires.
6202 (ediff-directories-internal, ediff-directory-revisions-internal)
6203 (ediff-patch-file-internal): Declare.
6204 * vc/ediff-ptch.el: Adjust requires.
6205 (ediff-use-last-dir, ediff-buffers-internal): Declare.
6206 (ediff-find-file): Autoload.
6207 * vc/ediff-util.el: No need to load ediff when compiling.
6208 (ediff-regions-internal): Declare.
6209 * vc/ediff-wind.el: Adjust requires.
6210 (ediff-compute-toolbar-width): Define when compiling.
6211 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
6212 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
6213 (dired-get-filename, dired-get-marked-files)
6214 (ediff-last-dir-patch, ediff-patch-default-directory)
6215 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
6216 (ediff-patch-buffer-internal): Declare.
6217
6218 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
6219 (ispell-process, ispell-buffer-local-words, lm-summary)
6220 (lm-section-start, lm-section-end): Declare.
6221 (checkdoc-ispell-init): Simplify.
6222
6223 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
6224 (he-string-member, he-reset-string, he-substitute-string): Declare.
6225
6226 * eshell/em-ls.el: Adjust requires.
6227 (eshell-glob-regexp): Declare.
6228 * eshell/em-tramp.el: Adjust requires.
6229 (eshell-parse-command): Autoload.
6230 * eshell/em-xtra.el: Adjust requires.
6231 (eshell-parse-command): Autoload.
6232 * eshell/esh-ext.el: Adjust requires.
6233 (eshell-parse-command, eshell-close-handles): Autoload.
6234 * eshell/esh-io.el: Adjust requires.
6235 (eshell-output-filter): Autoload.
6236 * eshell/esh-util.el: No need to load tramp when compiling.
6237 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
6238 Declare.
6239 (eshell-parse-ange-ls): Require ange-ftp and tramp.
6240 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6241 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
6242 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
6243 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
6244 * eshell/esh-opt.el, eshell/esh-proc.el:
6245 * eshell/esh-var.el: Adjust requires.
6246 * eshell/eshell.el: Do not require esh-util twice.
6247 (eshell-add-input-to-history): Declare.
6248 (eshell-command): Check history module is active before using it.
6249
6250 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
6251
6252 2013-05-22 Leo Liu <sdl.web@gmail.com>
6253
6254 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
6255
6256 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
6257
6258 * autorevert.el (auto-revert-notify-add-watch)
6259 (auto-revert-notify-handler): Add `attrib' for the inotify case,
6260 it indicates changes in file modification time.
6261
6262 2013-05-22 Glenn Morris <rgm@gnu.org>
6263
6264 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6265 Always delete the autoloaded function from the noruntime and
6266 unresolved functions lists.
6267
6268 * allout.el: No need to load epa, epg, overlay when compiling.
6269 (epg-context-set-passphrase-callback, epg-list-keys)
6270 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
6271 (epg-key-user-id-list): Declare.
6272
6273 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6274 (viper-set-parsing-style-toggling-macro)
6275 (viper-set-emacs-state-searchstyle-macros):
6276 Use called-interactively-p on Emacs.
6277 (viper-looking-back): Make it an obsolete alias. Update callers.
6278 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
6279 Use looking-back rather than viper-looking-back.
6280 (viper-tmp-insert-at-eob, viper-enlarge-region)
6281 (viper-read-string-with-history, viper-register-to-point)
6282 (viper-append-to-register, viper-change-state-to-vi)
6283 (viper-backward-char-carefully, viper-forward-char-carefully)
6284 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
6285 (viper-change-state-to-emacs): Declare.
6286 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
6287 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
6288 * emulation/viper-mous.el: Do not load viper-cmd.
6289 (viper-backward-char-carefully, viper-forward-char-carefully)
6290 (viper-forward-word, viper-adjust-window): Declare.
6291
6292 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
6293
6294 * progmodes/idlw-help.el (idlwave-help-fontify):
6295 Use called-interactively-p.
6296
6297 * term/w32console.el (w32-get-console-codepage)
6298 (w32-get-console-output-codepage): Declare.
6299
6300 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
6301 Remove unnecessary declarations.
6302 (dframe-message): Doc fix.
6303
6304 * info.el (dframe-select-attached-frame, dframe-current-frame):
6305 Declare.
6306
6307 * speedbar.el (speedbar-message): Make it an obsolete alias.
6308 Update all callers.
6309 (speedbar-with-attached-buffer)
6310 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
6311 (speedbar-with-writable): Use backquote.
6312 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
6313 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6314 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
6315 rather than speedbar- aliases.
6316 * mail/rmail.el: Load dframe rather than speedbar when compiling.
6317 (speedbar-make-specialized-keymap, speedbar-insert-button)
6318 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
6319 (speedbar-do-function-pointer): Declare.
6320 (rmail-speedbar-button, rmail-speedbar-find-file)
6321 (rmail-speedbar-move-message):
6322 Use dframe-with-attached-buffer rather than speedbar- alias.
6323 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
6324 (dframe-message, speedbar-make-specialized-keymap)
6325 (speedbar-add-expansion-list, speedbar-mode-functions-list)
6326 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
6327 (speedbar-insert-button, dframe-select-attached-frame)
6328 (dframe-maybee-jump-to-attached-frame)
6329 (speedbar-change-initial-expansion-list)
6330 (speedbar-previously-used-expansion-list-name): Declare.
6331 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
6332 Use dframe-message, dframe-with-attached-buffer rather than
6333 speedbar- aliases.
6334 (gud-sentinel): Silence compiler.
6335 * progmodes/vhdl-mode.el (speedbar-refresh)
6336 (speedbar-do-function-pointer, speedbar-add-supported-extension)
6337 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
6338 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
6339 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
6340 (speedbar-file-lists, speedbar-make-tag-line)
6341 (speedbar-line-directory, speedbar-goto-this-file)
6342 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
6343 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
6344 (speedbar-make-button, speedbar-reset-scanners)
6345 (speedbar-files-item-info, speedbar-line-text)
6346 (speedbar-find-file-in-frame, speedbar-set-timer)
6347 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
6348 (speedbar-with-writable): Do not (re)define it.
6349 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
6350 rather than speedbar- alias.
6351
6352 2013-05-21 Leo Liu <sdl.web@gmail.com>
6353
6354 * progmodes/octave.el (octave-mode-menu): Update and re-organize
6355 menu items.
6356 (octave-mode): Tweak fill-nobreak-predicate.
6357 (inferior-octave-startup): Check process to avoid infinite loop.
6358 (inferior-octave): Pop to buffer first to show abornmal process
6359 exit information.
6360
6361 2013-05-21 Glenn Morris <rgm@gnu.org>
6362
6363 * printing.el (pr-menu-bar): Define when compiling.
6364
6365 2013-05-21 Leo Liu <sdl.web@gmail.com>
6366
6367 * progmodes/octave.el (octave-auto-fill): Remove.
6368 (octave-indent-new-comment-line): Improve.
6369 (octave-mode): Use auto fill mode through
6370 comment-line-break-function and fill-nobreak-predicate.
6371 (octave-goto-function-definition): Support DEFUN_DLD.
6372 (octave-beginning-of-defun): Small tweak.
6373 (octave-help): Show parent directory.
6374
6375 2013-05-21 Glenn Morris <rgm@gnu.org>
6376
6377 * files.el (dired-unmark):
6378 * progmodes/gud.el (gdb-input): Update declarations.
6379
6380 * calculator.el (electric, ehelp): No need to load when compiling.
6381 (Electric-command-loop, electric-describe-mode): Declare.
6382
6383 * doc-view.el (doc-view-current-converter-processes): Move before use.
6384
6385 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6386 Move MODE-set-explicitly definition before use.
6387
6388 * international/mule-diag.el (mule-diag):
6389 Don't use obsolete window-system-version.
6390
6391 * mail/feedmail.el (smtpmail): No need to load when compiling.
6392 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
6393
6394 * mail/mail-utils.el (rfc822): No need to load when compiling.
6395 (rfc822-addresses): Autoload it.
6396 (mail-strip-quoted-names): Trivial simplification.
6397
6398 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
6399 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
6400
6401 * net/snmp-mode.el (tempo): Don't duplicate requires.
6402
6403 * progmodes/prolog.el (info): No need to load when compiling.
6404 (comint): Require before shell requires it.
6405 (Info-goto-node): Autoload it.
6406 (Info-follow-nearest-node): Declare.
6407 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
6408
6409 * textmodes/artist.el (picture-mode-exit): Declare.
6410
6411 * textmodes/reftex-parse.el (reftex-parse-from-file):
6412 Trivial rewrite so the compiler can parse it better.
6413
6414 2013-05-20 Leo Liu <sdl.web@gmail.com>
6415
6416 * progmodes/octave.el (octave-help-mode-map)
6417 (octave-help-mode-finish-hook): New variables.
6418 (octave-help-mode, octave-help-mode-finish): New functions.
6419 (octave-help): Use octave-help-mode.
6420
6421 2013-05-20 Glenn Morris <rgm@gnu.org>
6422
6423 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
6424
6425 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
6426
6427 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
6428 start at point, so that expansion starting right after opening
6429 slash in a regexp is recognized.
6430 (ruby-syntax-before-regexp-re): New defvar, extracted from
6431 ruby-syntax-propertize-function. Since the value of this regexp
6432 is looked up at runtime now, we should be able to turn
6433 `ruby-syntax-methods-before-regexp' into a defcustom later.
6434 (ruby-syntax-propertize-function): Split regexp matching into two
6435 parts, for opening and closing slashes. That allows us to skip
6436 over string interpolations and support multiline regexps.
6437 Don't call `ruby-syntax-propertize-expansions', instead use another rule
6438 for them, which calls `ruby-syntax-propertize-expansion'.
6439 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
6440 call to `ruby-syntax-propertize-function'.
6441 (ruby-syntax-propertize-expansion): Extracted from
6442 `ruby-syntax-propertize-expansions'. Handles one expansion.
6443 (ruby-syntax-propertize-percent-literal): Leave point right after
6444 the percent symbol, so that the expression expansion rule can
6445 propertize the contents.
6446 (ruby-syntax-propertize-heredoc): Leave point at bol following the
6447 heredoc openers.
6448 (ruby-syntax-propertize-expansions): Remove.
6449
6450 2013-05-18 Juri Linkov <juri@jurta.org>
6451
6452 * man.el (Man-default-man-entry): Remove `-' from the end
6453 of the default value. (Bug#14400)
6454
6455 2013-05-18 Glenn Morris <rgm@gnu.org>
6456
6457 * comint.el (comint-password-prompt-regexp):
6458 Allow "password for XXX" where XXX contains colons (eg https://...).
6459
6460 2013-05-18 Leo Liu <sdl.web@gmail.com>
6461
6462 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
6463 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
6464 (octave-source-directories): Don't check process.
6465 (octave-source-directories, octave-find-definition): Doc fix.
6466
6467 2013-05-18 Glenn Morris <rgm@gnu.org>
6468
6469 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6470 Remove backspace/delete bindings. (Bug#14392)
6471
6472 * cus-dep.el (custom-make-dependencies): Sort the output.
6473 (custom-versions-load-alist): Convert comment to doc.
6474
6475 2013-05-17 Leo Liu <sdl.web@gmail.com>
6476
6477 * newcomment.el (comment-search-backward): Stricter in finding
6478 comment start. (Bug#14303)
6479
6480 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
6481 (octave-comment-start-skip): Properly anchored.
6482
6483 2013-05-17 Leo Liu <sdl.web@gmail.com>
6484
6485 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
6486 Clean up when turned off. (Bug#14395)
6487 (smie--highlight-matching-block-overlay): No longer buffer-local.
6488 (smie-highlight-matching-block): Adjust.
6489
6490 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
6491
6492 Doc string fix for "nanoseconds" (Bug#14406).
6493 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
6494 Fix doc string typo that had "nanoseconds" instead of "microseconds".
6495
6496 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
6497
6498 * calc/calc-units.el (math-extract-units): Preserve powers
6499 of units.
6500
6501 2013-05-17 Leo Liu <sdl.web@gmail.com>
6502
6503 * subr.el (delete-consecutive-dups): New function.
6504 * ido.el (ido-set-matches-1): Use it.
6505 * progmodes/octave.el (inferior-octave-completion-table): Use it.
6506 * ido.el (ido-remove-consecutive-dups): Remove.
6507
6508 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6511 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
6512 regexp-opt's `words'.
6513
6514 2013-05-16 Leo Liu <sdl.web@gmail.com>
6515
6516 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
6517 (smie--highlight-matching-block-overlay)
6518 (smie--highlight-matching-block-lastpos)
6519 (smie--highlight-matching-block-timer): New variables.
6520 (smie-highlight-matching-block): New function.
6521 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
6522 (smie-setup): Conditionally enable smie-blink-matching-open.
6523
6524 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
6525
6526 Sync with upstream verilog-mode r840.
6527 * progmodes/verilog-mode.el (verilog-mode-version)
6528 (verilog-mode-release-date): Update.
6529 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
6530 (verilog-sig-tieoff): Fix string error on
6531 AUTORESET with colon define, bug594. Reported by Andrew Hou.
6532 (verilog-read-decls): Fix parameters confusing
6533 AUTOINST interfaces, bug565. Reported by Leith Johnson.
6534
6535 2013-05-16 Eli Zaretskii <eliz@gnu.org>
6536
6537 * subr.el (reveal-filename): New function.
6538
6539 * loadup.el: Compute Emacs executable versions on MS-Windows,
6540 where executables have the .exe extension. Add a hard link
6541 emacs-XX.YY.ZZ.exe on MS-Windows.
6542
6543 * Makefile.in (XARGS_LIMIT): New variable.
6544 (custom-deps, finder-data, autoloads)
6545 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6546 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6547 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
6548 (compile-main): Limit xargs according to $(XARGS_LIMIT).
6549
6550 2013-05-16 Leo Liu <sdl.web@gmail.com>
6551
6552 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
6553 (octave-mode-menu, octave-mode-map): Remove its uses.
6554
6555 2013-05-16 Reto Zimmermann <reto@gnu.org>
6556
6557 Sync with upstream vhdl mode v3.34.2.
6558 * progmodes/vhdl-mode.el: Use `push' throughout.
6559 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
6560 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
6561 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
6562 (vhdl-actual-generic-name): New option to derive actual generic name.
6563 (vhdl-port-paste-signals): Replace formal by actual generics.
6564 (vhdl-beautify): New name for old group vhdl-align. Update users.
6565 (vhdl-beautify-options): New option.
6566 (vhdl-last-input-event): New compat alias. Use throughout.
6567 (vhdl-goto-line): Replace user level function `goto-line'.
6568 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
6569 vhdl-fix-statement-buffer.
6570 (vhdl-create-mode-menu): Add some entries.
6571 (vhdl-align-region-groups): Respect vhdl-beautify-options.
6572 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
6573 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
6574 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
6575 to force statements on one line.
6576 (vhdl-remove-trailing-spaces-region):
6577 New, split from vhdl-remove-trailing-spaces.
6578 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
6579 Respect vhdl-beautify-options.
6580 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
6581 (vhdl-update-sensitivity-list): Not add with index if exists without.
6582 Not include array index with signal. Ignore keywords in comments.
6583 (vhdl-get-visible-signals): Regexp tweaks.
6584 (vhdl-template-component-inst): Handle empty library.
6585 (vhdl-template-type): Add template for 'enum' type.
6586 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
6587 Use vhdl-replace-string.
6588 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
6589 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
6590 (vhdl-speedbar-initialize): Update for above name change.
6591 (vhdl-compose-wire-components): Fix in handling of constants.
6592 (vhdl-error-regexp-emacs-alist): New variable.
6593 (vhdl-error-regexp-add-emacs): New function;
6594 adds support for new compile.el (Emacs 22+)
6595 (vhdl-generate-makefile-1): Change target order for single lib. units.
6596 Allow use of absolute file names.
6597
6598 2013-05-16 Leo Liu <sdl.web@gmail.com>
6599
6600 * simple.el (prog-indent-sexp): Indent enclosing defun.
6601
6602 2013-05-15 Glenn Morris <rgm@gnu.org>
6603
6604 * cus-start.el (show-trailing-whitespace): Move to editing basics.
6605 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
6606 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
6607 (whitespace-highlight): Move to whitespace group.
6608
6609 * comint.el (comint-source):
6610 * pcmpl-linux.el (pcmpl-linux):
6611 * shell.el (shell-faces):
6612 * eshell/esh-opt.el (eshell-opt):
6613 * international/ccl.el (ccl): Remove empty custom groups.
6614
6615 * completion.el (dynamic-completion-mode):
6616 * jit-lock.el (jit-lock-debug-mode):
6617 * minibuffer.el (completion-in-region-mode):
6618 * type-break.el (type-break-mode-line-message-mode)
6619 (type-break-query-mode):
6620 * emulation/tpu-edt.el (tpu-edt-mode):
6621 * progmodes/subword.el (global-subword-mode, global-superword-mode):
6622 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6623 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
6624
6625 * term/xterm.el (xterm): Change parent group to terminals.
6626
6627 * master.el (master): Remove empty custom group.
6628 (master-mode): Remove unused :group argument.
6629 * textmodes/refill.el (refill): Remove empty custom group.
6630 (refill-mode): Remove unused :group argument.
6631
6632 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
6633
6634 * cus-dep.el: Provide a feature.
6635 (custom-make-dependencies): Ignore dotfiles (dir-locals).
6636 Don't mistakenly ignore files whose basenames match a basename
6637 from preloaded-file-list (eg cedet/ede/simple.el).
6638 Add a fallback method for getting :group.
6639
6640 2013-05-15 Juri Linkov <juri@jurta.org>
6641
6642 * isearch.el (isearch-char-by-name): Rename from
6643 `isearch-insert-char-by-name'. Doc fix.
6644 (isearch-forward): Mention `isearch-char-by-name' in
6645 the docstring. (Bug#13348)
6646
6647 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
6648 `exit-minibuffer' instead of
6649 `isearch-nonincremental-exit-minibuffer'.
6650 (isearch-edit-string): Remove mention of
6651 `isearch-nonincremental-exit-minibuffer' from docstring.
6652 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
6653 (isearch-forward-exit-minibuffer)
6654 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
6655
6656 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * loadup.el: Just use unversioned DOC.
6659
6660 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
6661 literals as extending to EOB.
6662 (nxml-last-fontify-end): Remove unused variable.
6663 (nxml-after-change1): Use with-silent-modifications.
6664 (nxml-extend-after-change-region): Simplify.
6665 (nxml-extend-after-change-region1): Remove function.
6666 (nxml-after-change1): Don't adjust for dependent regions.
6667 (nxml-fontify-matcher): Simplify.
6668 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
6669 (xmltok-add-dependent): Remove function.
6670 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
6671 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
6672 (xmltok-scan-prolog-after-processing-instruction-open): Treat
6673 unclosed <[[, <?, comment, and other literals as extending to EOB.
6674 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
6675 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
6676 Remove functions.
6677 (rng-do-some-validation-1): Don't mark dependent regions.
6678 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
6679 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
6680 (nxml-clear-dependent-regions): Remove functions.
6681 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
6682 (nxml-ensure-scan-up-to-date):
6683 Don't clear&mark dependent regions.
6684
6685 2013-05-15 Leo Liu <sdl.web@gmail.com>
6686
6687 * progmodes/octave.el (octave-goto-function-definition):
6688 Improve and fix callers.
6689
6690 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
6693 the setter (bug#14387).
6694
6695 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
6696 surrounding group (bug#14402).
6697
6698 2013-05-14 Juri Linkov <juri@jurta.org>
6699
6700 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
6701 (Bug#14390)
6702
6703 2013-05-14 Glenn Morris <rgm@gnu.org>
6704
6705 * progmodes/f90.el (f90-imenu-generic-expression):
6706 Fix typo in 2013-05-08 change. (Bug#14402)
6707
6708 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6709
6710 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
6711 Remove signals for which replies are never received.
6712
6713 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6714
6715 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
6716 (gdb-handler-alist, gdb-handler-number): Remove variables.
6717 (gdb-handler-list): New variable.
6718 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
6719 (gdb-pending-handler-p, gdb-handle-reply)
6720 (gdb-remove-all-pending-triggers): New functions.
6721 (gdb-discard-unordered-replies): New defcustom.
6722 (gdb-handler): New defstruct.
6723 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
6724 instead of gdb-pending-triggers. Update docstring.
6725 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
6726 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
6727 (gdb-var-update-handler, def-gdb-auto-update-trigger)
6728 (def-gdb-auto-update-handler, gdb-get-changed-registers)
6729 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
6730 (gdb-frame-handler): Pending triggers are now automatically managed.
6731 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
6732 Remove argument.
6733 (gdb-input): Automatically handles pending triggers. Update docstring.
6734 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
6735 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
6736 Update comments.
6737 (gdb-done-or-error): Now use gdb-handle-reply.
6738
6739 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6740
6741 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
6742 gdb-debug-log.
6743
6744 2013-05-14 Glenn Morris <rgm@gnu.org>
6745
6746 * subr.el (user-emacs-directory-warning): New option.
6747 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
6748
6749 2013-05-14 Leo Liu <sdl.web@gmail.com>
6750
6751 * progmodes/octave.el (octave-font-lock-keywords): Fix error
6752 during redisplay.
6753 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6754 (octave-font-lock-texinfo-comment): Fix invalid search bound
6755 error: wrong side of point.
6756
6757 2013-05-14 Glenn Morris <rgm@gnu.org>
6758
6759 * progmodes/flymake.el (flymake-xml-program): New option.
6760 (flymake-xml-init): Use it.
6761
6762 * term/xterm.el: Provide a feature.
6763
6764 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
6765
6766 2013-05-13 Glenn Morris <rgm@gnu.org>
6767
6768 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
6769 Add compat aliases as a hack workaround. (Bug#14384)
6770
6771 2013-05-13 Leo Liu <sdl.web@gmail.com>
6772
6773 * progmodes/octave.el (octave-indent-comment): Fix indentation for
6774 ###, and %!.
6775 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
6776 C-M-q.
6777 (octave-comment-start-skip): Include %!.
6778 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
6779
6780 2013-05-12 Leo Liu <sdl.web@gmail.com>
6781
6782 * progmodes/octave.el (inferior-octave-startup): Store the value
6783 of __octave_srcdir__ for octave-source-directories.
6784 (inferior-octave-check-process): New function refactored out of
6785 inferior-octave-send-list-and-digest.
6786 (octave-source-directories)
6787 (octave-find-definition-filename-function): New variables.
6788 (octave-source-directories)
6789 (octave-find-definition-default-filename): New functions.
6790 (octave-find-definition): Improve to find functions implemented in C++.
6791
6792 2013-05-12 Glenn Morris <rgm@gnu.org>
6793
6794 * calendar/diary-lib.el (diary-outlook-format-1):
6795 Don't include dayname in the output. (Bug#14349)
6796
6797 2013-05-11 Glenn Morris <rgm@gnu.org>
6798
6799 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
6800
6801 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
6802 Treat cc-provide like provide.
6803
6804 2013-05-11 Kevin Ryde <user42@zip.com.au>
6805
6806 * cus-dep.el (custom-make-dependencies):
6807 Use generated-autoload-load-name for the sake of files such
6808 such cedet/semantic/bovine/c.el, where the base file name
6809 is not in load-path. (Bug#5277)
6810
6811 2013-05-11 Glenn Morris <rgm@gnu.org>
6812
6813 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
6814 Provide features.
6815
6816 2013-05-11 Leo Liu <sdl.web@gmail.com>
6817
6818 * progmodes/octave.el (octave-indent-comment): Improve.
6819 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
6820 (octave-eldoc-function-signatures, octave-eldoc-function):
6821 New functions.
6822 (octave-mode, inferior-octave-mode): Add eldoc support.
6823
6824 2013-05-11 Richard Stallman <rms@gnu.org>
6825
6826 * epa.el (epa-decrypt-file): Take output file name as argument
6827 and read it using `interactive'.
6828
6829 2013-05-11 Leo Liu <sdl.web@gmail.com>
6830
6831 * progmodes/octave.el (octave-beginning-of-line)
6832 (octave-end-of-line): Check before using up-list because it jumps
6833 out of more syntactic contructs since moving to smie.
6834 (octave-indent-comment): New function.
6835 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6836 (octave-begin-keywords, octave-end-keywords)
6837 (octave-reserved-words, octave-smie-bnf-table)
6838 (octave-smie-rules): Add new keywords from Octave 3.6.4.
6839
6840 2013-05-11 Glenn Morris <rgm@gnu.org>
6841
6842 * faces.el (internal-face-x-get-resource):
6843 * frame.el (ns-display-monitor-attributes-list):
6844 * calc/calc-aent.el (math-to-radians-2):
6845 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
6846 Fix declarations.
6847
6848 * calc/calc-menu.el: Make it loadable in isolation.
6849
6850 * net/eudcb-bbdb.el: Make it loadable without bbdb.
6851 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
6852 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
6853 (eudc-bbdb-query-internal): Require 'bbdb.
6854
6855 * lpr.el (lpr-headers-switches):
6856 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
6857
6858 * progmodes/sql.el (sql-login-params): Fix and improve :type.
6859
6860 * emulation/edt-mapper.el: In batch mode, error rather than hang.
6861
6862 * term.el (term-set-escape-char): Make it idempotent.
6863
6864 2013-05-10 Leo Liu <sdl.web@gmail.com>
6865
6866 * progmodes/octave.el (inferior-octave-completion-table):
6867 No longer a function and all uses changed. Use cache to speed up
6868 completion due to bug#11906.
6869 (octave-beginning-of-defun): Re-write to be more general.
6870
6871 2013-05-10 Glenn Morris <rgm@gnu.org>
6872
6873 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
6874
6875 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * comint.el (comint-redirect-send-command-to-process): Use :around
6878 rather than :override for comint-redirect-filter.
6879 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
6880 Call it instead of comint-redirect-original-filter-function (which
6881 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
6882
6883 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
6884
6885 * frame.el (display-monitor-attributes-list): Add NS case.
6886 (ns-display-monitor-attributes-list): Declare.
6887
6888 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
6889
6890 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
6891
6892 2013-05-09 Glenn Morris <rgm@gnu.org>
6893
6894 * international/fontset.el (vertical-centering-font-regexp):
6895 Set standard-value.
6896
6897 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
6898
6899 * bookmark.el (bookmark-search-delay):
6900 * cus-start.el (vertical-centering-font-regexp):
6901 * ps-mule.el (ps-mule-font-info-database-default):
6902 * ps-print.el (ps-default-fg, ps-default-bg):
6903 * type-break.el (type-break-good-break-interval):
6904 * whitespace.el (whitespace-indentation-regexp)
6905 (whitespace-space-after-tab-regexp):
6906 * emacs-lisp/testcover.el (testcover-1value-functions)
6907 (testcover-noreturn-functions, testcover-progn-functions)
6908 (testcover-prog1-functions):
6909 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6910 * eshell/em-glob.el (eshell-glob-translate-alist):
6911 * play/tetris.el (tetris-tty-colors):
6912 * progmodes/cpp.el (cpp-face-default-list):
6913 * progmodes/flymake.el (flymake-allowed-file-name-masks):
6914 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
6915 (idlwave-help-browser-generic-args):
6916 * progmodes/make-mode.el (makefile-special-targets-list):
6917 * progmodes/python.el (python-shell-virtualenv-path):
6918 * progmodes/verilog-mode.el (verilog-active-low-regexp)
6919 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
6920 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
6921 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
6922 * textmodes/reftex-vars.el (reftex-format-label-function):
6923 * textmodes/remember.el (remember-diary-file): Fix custom types.
6924
6925 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
6926 Add :version.
6927
6928 2013-05-09 Leo Liu <sdl.web@gmail.com>
6929
6930 * progmodes/octave.el (inferior-octave-completion-at-point):
6931 Restore file completion. (Bug#14300)
6932 (inferior-octave-startup): Fix incorrect highlighting for the
6933 first prompt.
6934
6935 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6936
6937 * progmodes/ruby-mode.el: First cut at SMIE support.
6938 (ruby-use-smie): New var.
6939 (ruby-smie-grammar): New constant.
6940 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
6941 (ruby-smie--forward-token, ruby-smie--backward-token)
6942 (ruby-smie-rules): New functions.
6943 (ruby-mode-variables): Setup SMIE if applicable.
6944
6945 2013-05-08 Eli Zaretskii <eliz@gnu.org>
6946
6947 * simple.el (line-move-visual): Signal beginning/end of buffer
6948 only if vertical-motion moved less than it was requested. Avoids
6949 silly incorrect error messages when there are display strings with
6950 multiple newlines at EOL.
6951
6952 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
6955 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
6956 (prolog-char-quote-workaround):
6957 * progmodes/cperl-mode.el (cperl-under-as-char):
6958 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
6959 Mark as obsolete.
6960 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
6961 their declaration.
6962 (vhdl-mode-syntax-table-init): Remove.
6963
6964 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
6965 last change.
6966
6967 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
6968 syntax for "_".
6969 (ld-script-font-lock-keywords):
6970 Change regexps to use things like \_< and \_>.
6971
6972 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
6973 Change all regexps to use things like \_< and \_>.
6974
6975 * progmodes/autoconf.el (autoconf-definition-regexp)
6976 (autoconf-font-lock-keywords, autoconf-current-defun-function):
6977 Handle a _ with symbol syntax.
6978 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
6979
6980 * progmodes/ada-mode.el (ada-mode-abbrev-table):
6981 Consolidate declaration.
6982 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
6983 the declaration.
6984 (ada-create-syntax-table): Remove.
6985 (ada-capitalize-word): Don't mess with the syntax of "_" since it
6986 already has the right syntax nowadays.
6987 (ada-goto-next-word): Don't change the syntax of "_".
6988
6989 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
6990 with-wrapper-hook.
6991
6992 2013-05-08 Sam Steingold <sds@gnu.org>
6993
6994 * thingatpt.el (thing-at-point): Accept optional second argument
6995 NO-PROPERTIES to strip the text properties from the return value.
6996 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
6997 to `thing-at-point' instead of stripping the properties ourselves.
6998 Also, when `thing-at-point' fails to find a url, prepend "http://"
6999 to the filename at point on the assumption that the user is
7000 pointing at something like gnu.org/gnu.
7001
7002 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
7003
7004 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7005 * faces.el (crm-separator):
7006 Silence byte-compiler.
7007
7008 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
7009 (tool-bar-map): Remove unneeded defvars.
7010
7011 2013-05-08 Leo Liu <sdl.web@gmail.com>
7012
7013 Re-work a fix for bug#10994 based on Le Wang's patch.
7014 * ido.el (ido-remove-consecutive-dups): New helper.
7015 (ido-completing-read): Use it.
7016 (ido-chop): Revert fix for bug#10994.
7017
7018 2013-05-08 Adam Spiers <emacs@adamspiers.org>
7019
7020 * cus-edit.el (custom-save-variables):
7021 Pretty-print long values. (Bug#14187)
7022
7023 2013-05-08 Glenn Morris <rgm@gnu.org>
7024
7025 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
7026 (m4-mode-syntax-table): Init in the defvar.
7027 (m4-mode-abbrev-table): Let define-derived-mode define it.
7028
7029 2013-05-08 Tom Tromey <tromey@redhat.com>
7030
7031 * progmodes/m4-mode.el (m4-mode-syntax-table):
7032 Do not treat "_" as word constituent. (Bug#14167)
7033
7034 2013-05-07 Glenn Morris <rgm@gnu.org>
7035
7036 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
7037 Remove explicit eshell-isearch-cancel-map.
7038
7039 * progmodes/f90.el (f90-smart-end-names): New option.
7040 (f90-smart-end): Doc fix.
7041 (f90-end-block-optional-name): New constant.
7042 (f90-block-match): Respect f90-smart-end-names.
7043
7044 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * progmodes/octave.el (octave-smie-forward-token): Be more careful
7047 about implicit semi-colons (bug#14218).
7048
7049 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7050
7051 * frame.el (display-monitor-attributes-list)
7052 (frame-monitor-attributes): New functions.
7053
7054 2013-05-06 Leo Liu <sdl.web@gmail.com>
7055
7056 * progmodes/octave.el (octave-syntax-propertize-function): Change
7057 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
7058 (octave-font-lock-keywords): Use octave-operator-regexp.
7059 (octave-completion-at-point): Rename from
7060 octave-completion-at-point-function.
7061 (inferior-octave-directory-tracker): Robustify.
7062 (octave-text-functions): Remove and fix its uses. No such things
7063 any more.
7064
7065 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7066
7067 * emacs-lisp/trace.el (trace--display-buffer): New function.
7068 (trace-make-advice): Use it.
7069
7070 2013-05-06 Juri Linkov <juri@jurta.org>
7071
7072 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
7073 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
7074 Doc fix.
7075 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
7076 in the help string. (Bug#12985)
7077
7078 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
7079
7080 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
7081
7082 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * progmodes/perl-mode.el: Add support for here documents.
7085 (perl-syntax-propertize-function): Match here-doc markers.
7086 (perl-syntax-propertize-special-constructs): Find their end.
7087 (perl-imenu-generic-expression): Use [:alnum:].
7088
7089 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
7090 (advice--add-function): Refresh the advice if already present
7091 (bug#14317).
7092
7093 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
7094
7095 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
7096
7097 2013-05-06 Glenn Morris <rgm@gnu.org>
7098
7099 * w32-fns.el (w32-charset-info-alist): Declare.
7100
7101 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
7102 of its defcustom properties.
7103 (eshell-cmpl-initialize): No need to load pcomplete.
7104
7105 * generic-x.el: No need to require comint when compiling.
7106
7107 * net/eudc-export.el: Make it loadable without bbdb.
7108 (top-level): Use require rather than load-library.
7109 (eudc-create-bbdb-record, eudc-bbdbify-phone)
7110 (eudc-batch-export-records-to-bbdb)
7111 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
7112 Require bbdb.
7113
7114 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
7117 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
7118 some tweaks, instead.
7119
7120 2013-05-05 Leo Liu <sdl.web@gmail.com>
7121
7122 * progmodes/octave.el (octave-font-lock-keywords)
7123 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
7124 (inferior-octave-send-list-and-digest): Improve error message.
7125 (octave-mode, inferior-octave-mode): Use setq-local.
7126 (octave-help): Set info-lookup-mode.
7127
7128 2013-05-05 Richard Stallman <rms@gnu.org>
7129
7130 * vc/compare-w.el (compare-windows-whitespace):
7131 Treat no-break space as whitespace.
7132
7133 * mail/rmailsum.el (rmail-summary-rmail-update):
7134 Detect empty summary and don't change selected message.
7135 (rmail-summary-goto-msg): Likewise.
7136
7137 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
7138 Doc fixes, rename args.
7139
7140 2013-05-05 Alan Mackenzie <acm@muc.de>
7141
7142 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
7143
7144 2013-05-05 Juri Linkov <juri@jurta.org>
7145
7146 * info.el (Info-read-subfile): Use (point-min) instead of (point)
7147 to not add the length of the summary segment to the return value.
7148 (Bug#14125)
7149
7150 2013-05-05 Leo Liu <sdl.web@gmail.com>
7151
7152 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
7153 (inferior-octave-output-filter): Remove.
7154 (octave-send-region, inferior-octave-startup): Fix callers.
7155 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
7156 (octave-binary-file-extensions): New user variable.
7157 (octave-find-definition): Confirm if opening binary files.
7158 (octave-help-file): Use octave-find-definition to get the binary
7159 confirmation.
7160 (octave-help): Adjust for octave-help-file change.
7161
7162 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7163
7164 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
7165 Merge the two entries that handle function definitions.
7166 (pascal--syntax-propertize): New const.
7167 (pascal-mode): Use it. Use setq-local.
7168
7169 2013-05-04 Glenn Morris <rgm@gnu.org>
7170
7171 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
7172 (diary-from-outlook): Respect diary-from-outlook-function.
7173
7174 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7175
7176 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
7177 Move the declaration from C.
7178 (read-minibuffer, eval-minibuffer): Move from C.
7179 (completion-setup-function): Avoid minibuffer-completion-contents.
7180
7181 2013-05-03 Leo Liu <sdl.web@gmail.com>
7182
7183 * progmodes/octave.el (octave-font-lock-keywords): Do not
7184 dehighlight 'end' in comments or strings.
7185 (octave-completing-read, octave-goto-function-definition):
7186 New helpers.
7187 (octave-help-buffer): New user variable.
7188 (octave-help-file, octave-help-function): New button types.
7189 (octave-help): New command and bind it to C-h ;.
7190 (octave-find-definition): New command and bind it to M-.
7191 (user-error): Alias to error if not defined.
7192
7193 2013-05-02 Leo Liu <sdl.web@gmail.com>
7194
7195 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
7196 for \. (bug#14332)
7197 (octave-font-lock-keywords): Include [ and {.
7198
7199 2013-05-02 Leo Liu <sdl.web@gmail.com>
7200
7201 * progmodes/octave.el (inferior-octave-startup-file): Change default.
7202 (inferior-octave): Remove calling comint-mode and return the buffer.
7203 (inferior-octave-startup): Cosmetic changes.
7204
7205 2013-05-02 Leo Liu <sdl.web@gmail.com>
7206
7207 * progmodes/octave.el (octave-syntax-propertize-function):
7208 Include the case when ' is at line beginning. (Bug#14336)
7209
7210 2013-05-02 Glenn Morris <rgm@gnu.org>
7211
7212 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
7213 * desktop.el (vc-dir-mode): Just autoload it here.
7214
7215 2013-05-02 Alan Mackenzie <acm@muc.de>
7216
7217 Eliminate variable c-standard-font-lock-fontify-region-function.
7218 * progmodes/cc-mode.el
7219 (c-standard-font-lock-fontify-region-function): Remove.
7220 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
7221
7222 2013-05-01 Leo Liu <sdl.web@gmail.com>
7223
7224 * progmodes/octave.el: Compatible with older emacs-24 releases.
7225 (inferior-octave-has-built-in-variables): Remove. Built-in
7226 variables were removed from Octave in 2007.
7227 (inferior-octave-startup): Fix uses.
7228 (comint-line-beginning-position): Remove compatibility code for
7229 emacs 21.
7230
7231 2013-05-01 Juri Linkov <juri@jurta.org>
7232
7233 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
7234
7235 2013-05-01 Juri Linkov <juri@jurta.org>
7236
7237 * comint.el (comint-previous-matching-input): Don't print message
7238 "History item: %d" when `isearch-mode' is active.
7239 (comint-history-isearch-message): Print message "History item: %d"
7240 when `comint-input-ring-index' is not empty and this function is
7241 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
7242
7243 2013-05-01 Leo Liu <sdl.web@gmail.com>
7244
7245 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
7246 definitions. Use completion-at-point to insert keywords.
7247 (octave-abbrev-start): Remove.
7248 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
7249
7250 2013-04-30 Leo Liu <sdl.web@gmail.com>
7251
7252 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
7253 change.
7254
7255 2013-04-30 Alan Mackenzie <acm@muc.de>
7256
7257 Handle arbitrarily long C++ member initialisation lists.
7258 * progmodes/cc-engine.el (c-back-over-member-initializers):
7259 new function.
7260 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
7261 (most) member init lists.
7262
7263 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7264
7265 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
7266 variable.
7267
7268 2013-04-30 Leo Liu <sdl.web@gmail.com>
7269
7270 * progmodes/octave.el (octave-variables): Remove. No builtin
7271 variables any more. All converted to functions.
7272 (octave-font-lock-keywords, octave-completion-at-point-function):
7273 Fix uses.
7274 (octave-font-lock-texinfo-comment): New user variable.
7275 (octave-texinfo-font-lock-keywords): New variable for texinfo
7276 comment block.
7277 (octave-function-comment-block): New face.
7278 (octave-font-lock-texinfo-comment): New function.
7279 (octave-mode): Font lock texinfo comment block.
7280
7281 2013-04-29 Leo Liu <sdl.web@gmail.com>
7282
7283 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
7284 indexing expression.
7285 (octave-continuation-string): Do not use \.
7286 (inferior-octave-complete-impossible): Remove.
7287 (inferior-octave-completion-table)
7288 (inferior-octave-completion-at-point): Remove its uses.
7289 (inferior-octave-startup): completion_matches was introduced to
7290 Octave in 1996 so safe to assume it.
7291 (octave-function-file-comment): Improve to follow how Octave does it.
7292 (octave-update-function-file-comment): Tweak.
7293
7294 2013-04-29 Leo Liu <sdl.web@gmail.com>
7295
7296 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
7297 (inferior-octave-startup): Remove inferior-octave-startup-hook.
7298 (octave-function-file-comment): Fix typo.
7299 (octave-sync-function-file-names): Use read-char-choice.
7300
7301 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
7302
7303 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
7304 to t for the less important warnings.
7305
7306 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
7307
7308 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
7309
7310 2013-04-27 Glenn Morris <rgm@gnu.org>
7311
7312 * vc/log-view.el (log-view-current-entry):
7313 Treat "---" separator lines as part of the following rev. (Bug#14169)
7314
7315 2013-04-27 Juri Linkov <juri@jurta.org>
7316
7317 * subr.el (read-number): Doc fix about using it by interactive
7318 code letter `n'. (Bug#14254)
7319
7320 2013-04-27 Juri Linkov <juri@jurta.org>
7321
7322 * desktop.el (desktop-auto-save-timeout): New option.
7323 (desktop-file-checksum): New variable.
7324 (desktop-save): Add optional arg `auto-save' and don't auto-save
7325 if nothing changed.
7326 (desktop-auto-save-timer): New variable.
7327 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
7328 (after-init-hook): Call `desktop-auto-save-set-timer'.
7329 Suggested by Reuben Thomas <rrt@sc3d.org> in
7330 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
7331
7332 2013-04-27 Leo Liu <sdl.web@gmail.com>
7333
7334 * progmodes/octave.el (octave-function-file-p)
7335 (octave-skip-comment-forward, octave-function-file-comment)
7336 (octave-update-function-file-comment): New functions.
7337 (octave-mode-map): Bind C-c ; to
7338 octave-update-function-file-comment.
7339 (octave-mode-menu): Add octave-update-function-file-comment.
7340 (octave-mode, inferior-octave-mode): Fix doc-string.
7341 (octave-insert-defun): Conform to Octave's coding convention.
7342 (Bug#14285)
7343
7344 * files.el (basic-save-buffer): Don't let errors in
7345 before-save-hook prevent saving buffer.
7346
7347 2013-04-20 Roland Winkler <winkler@gnu.org>
7348
7349 * faces.el (read-face-name): Use completing-read if arg multiple
7350 is nil.
7351
7352 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
7353
7354 * ls-lisp.el (ls-lisp-insert-directory): If no files are
7355 displayed, move point to after the totals line.
7356 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
7357 for the details.
7358
7359 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7360
7361 * emacs-lisp/package.el (package-autoload-ensure-default-file):
7362 Add current dir to the load-path.
7363 (package-generate-autoloads): Don't rely on
7364 autoload-ensure-default-file.
7365
7366 2013-04-26 Reuben Thomas <rrt@sc3d.org>
7367
7368 * textmodes/remember.el (remember-store-in-files): Document that
7369 the file name format is passed to `format-time-string'.
7370
7371 2013-04-26 Leo Liu <sdl.web@gmail.com>
7372
7373 * progmodes/octave.el (octave-sync-function-file-names): New function.
7374 (octave-mode): Use it in before-save-hook.
7375
7376 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7377
7378 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
7379 (bug#14274).
7380
7381 * progmodes/octave.el (octave-smie-forward-token): Properly skip
7382 \n and comment, even if it's not an implicit ; (bug#14218).
7383
7384 2013-04-26 Glenn Morris <rgm@gnu.org>
7385
7386 * subr.el (read-number): Once more use `read' rather than
7387 `string-to-number', to trap non-numeric input. (Bug#14254)
7388
7389 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
7390
7391 * emacs-lisp/syntax.el (syntax-propertize-multiline):
7392 Use `syntax-multiline' text property consistently instead of
7393 `font-lock-multiline'. (Bug#14237)
7394
7395 2013-04-26 Glenn Morris <rgm@gnu.org>
7396
7397 * emacs-lisp/shadow.el (list-load-path-shadows):
7398 No longer necessary to check for duplicate simple.el, since
7399 2012-07-07 change to init_lread to not include installation lisp
7400 directories in load-path when running uninstalled. (Bug#14270)
7401
7402 2013-04-26 Leo Liu <sdl.web@gmail.com>
7403
7404 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
7405 (octave-mode, inferior-octave-mode): Use setq-local.
7406 (octave-not-in-string-or-comment-p): Rename to
7407 octave-in-string-or-comment-p.
7408 (octave-in-comment-p, octave-in-string-p)
7409 (octave-in-string-or-comment-p): Replace defsubst with defun.
7410
7411 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
7412
7413 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
7414
7415 2013-04-25 Bastien Guerry <bzg@gnu.org>
7416
7417 * textmodes/remember.el (remember-data-directory)
7418 (remember-directory-file-name-format): Fix custom types.
7419
7420 2013-04-25 Leo Liu <sdl.web@gmail.com>
7421
7422 * progmodes/octave.el (octave-completion-at-point-function):
7423 Make use of inferior octave process.
7424 (octave-initialize-completions): Remove.
7425 (inferior-octave-completion-table): New function.
7426 (inferior-octave-completion-at-point): Use it.
7427 (octave-completion-alist): Remove.
7428
7429 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * progmodes/opascal.el: Use font-lock and syntax-propertize.
7432 (opascal-mode-syntax-table): New var.
7433 (opascal-literal-kind, opascal-is-literal-end)
7434 (opascal-literal-token-at): Rewrite.
7435 (opascal--literal-start-re, opascal-font-lock-keywords)
7436 (opascal--syntax-propertize): New constants.
7437 (opascal-font-lock-defaults): Adjust.
7438 (opascal-mode): Use them. Set comment-<foo> variables as well.
7439 (delphi-comment-face, opascal-comment-face, delphi-string-face)
7440 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
7441 (delphi-other-face, opascal-other-face): Remove face variables.
7442 (opascal-save-state): Remove macro.
7443 (opascal-fontifying-progress-step): Remove constant.
7444 (opascal--ignore-changes): Remove var.
7445 (opascal-set-token-property, opascal-parse-next-literal)
7446 (opascal-is-stable-literal, opascal-complete-literal)
7447 (opascal-is-literal-start, opascal-face-of)
7448 (opascal-parse-region, opascal-parse-region-until-stable)
7449 (opascal-fontify-region, opascal-after-change)
7450 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
7451 (opascal-debug-parse-region, opascal-debug-parse-window)
7452 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
7453 (opascal-debug-fontify-buffer): Remove.
7454 (opascal-debug-mode-map): Adjust accordingly.
7455
7456 2013-04-25 Leo Liu <sdl.web@gmail.com>
7457
7458 Merge octave-mod.el and octave-inf.el into octave.el with some
7459 cleanups.
7460 * progmodes/octave.el: New file renamed from octave-mod.el.
7461 * progmodes/octave-inf.el: Merged into octave.el.
7462 * progmodes/octave-mod.el: Renamed to octave.el.
7463
7464 2013-04-25 Tassilo Horn <tsdh@gnu.org>
7465
7466 * textmodes/reftex-vars.el
7467 (reftex-label-ignored-macros-and-environments): New defcustom.
7468
7469 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
7470
7471 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
7474 (smie-indent-keyword): Improve the check to ensure that the next
7475 comment is really on the same line.
7476 (smie-indent-comment): Don't align with a subsequent closer (or eob).
7477
7478 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
7479 semi-colons if the line is not otherwise empty (bug#14218).
7480
7481 2013-04-25 Glenn Morris <rgm@gnu.org>
7482
7483 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
7484
7485 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7486
7487 * progmodes/opascal.el (opascal-set-token-property): Rename from
7488 opascal-set-text-properties and only set `token' (bug#14134).
7489 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
7490 (opascal-literal-text-properties): Remove.
7491 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
7492 Adjust callers.
7493
7494 2013-04-24 Reuben Thomas <rrt@sc3d.org>
7495
7496 * textmodes/remember.el (remember-handler-functions): Add an
7497 option for a new handler `remember-store-in-files'.
7498 (remember-data-directory, remember-directory-file-name-format):
7499 New options.
7500 (remember-store-in-files): New function to store remember notes
7501 as separate files within a directory.
7502
7503 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
7504
7505 * progmodes/compile.el (compilation-next-error-function):
7506 Pass "formats" to compilation-find-file (bug#11777).
7507
7508 2013-04-24 Glenn Morris <rgm@gnu.org>
7509
7510 * vc/vc-bzr.el (vc-bzr-print-log):
7511 * vc/vc-hg.el (vc-hg-print-log):
7512 * vc/vc-svn.el (vc-svn-print-log):
7513 Fix START-REVISION with LIMIT != 1. (Bug#14168)
7514
7515 * vc/vc-bzr.el (vc-bzr-print-log):
7516 * vc/vc-cvs.el (vc-cvs-print-log):
7517 * vc/vc-git.el (vc-git-print-log):
7518 * vc/vc-hg.el (vc-hg-print-log):
7519 * vc/vc-mtn.el (vc-mtn-print-log):
7520 * vc/vc-rcs.el (vc-rcs-print-log):
7521 * vc/vc-sccs.el (vc-sccs-print-log):
7522 * vc/vc-svn.el (vc-svn-print-log):
7523 * vc/vc.el (vc-print-log-internal): Doc fixes.
7524
7525 2013-04-23 Glenn Morris <rgm@gnu.org>
7526
7527 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
7528 Remove venerable code attempting to avoid substitute-command-keys.
7529
7530 2013-04-23 Tassilo Horn <tsdh@gnu.org>
7531
7532 * textmodes/reftex-vars.el (reftex-label-regexps):
7533 Call `reftex-compile-variables' after changes to this variable.
7534
7535 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7536
7537 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
7538 Use lexical-binding.
7539 (jit-lock-force-redisplay): Use markers, check buffer's continued
7540 existence and beware narrowed buffers.
7541 (jit-lock-fontify-now): Adjust call accordingly.
7542
7543 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
7546 to avoid misleading the user.
7547
7548 2013-04-22 Leo Liu <sdl.web@gmail.com>
7549
7550 * info-look.el: Prefer latex2e.info. (Bug#14240)
7551
7552 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
7553
7554 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
7555
7556 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
7557 * net/tramp.el (tramp-call-process): ... here.
7558 (tramp-set-completion-function, tramp-parse-putty):
7559 * net/tramp-adb.el (tramp-adb-execute-adb-command):
7560 * net/tramp-gvfs.el (tramp-gvfs-send-command):
7561 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7562 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
7563 (tramp-call-local-coding-command): Use `tramp-call-process'
7564 instead of `tramp-compat-call-process'.
7565
7566 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
7567 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
7568 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7569 (tramp-find-inline-compress): Improve traces.
7570 (tramp-maybe-send-script): Check for Perl binary.
7571 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
7572
7573 2013-04-22 Daiki Ueno <ueno@gnu.org>
7574
7575 * epg.el (epg-context-pinentry-mode): New function.
7576 (epg-context-set-pinentry-mode): New function.
7577 (epg--start): Pass --pinentry-mode option to gpg command.
7578
7579 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
7580
7581 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
7582 `comint-dynamic-complete' is obsolete since 24.1, replaced by
7583 `completion-at-point'. (Bug#13774)
7584
7585 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
7586 default key binding for `describe-distribution' has been moved to
7587 `C-h C-o'. (Bug#13970)
7588
7589 2013-04-21 Glenn Morris <rgm@gnu.org>
7590
7591 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
7592 Add doc strings.
7593 (vc-print-log): Clarify interactive prompt.
7594
7595 2013-04-20 Glenn Morris <rgm@gnu.org>
7596
7597 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7598 No longer include timestamp etc information.
7599
7600 2013-04-20 Roland Winkler <winkler@gnu.org>
7601
7602 * faces.el (read-face-name): Bug fix, return just one face if arg
7603 multiple is nil. (Bug#14209)
7604
7605 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7606
7607 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
7608 (remove-function): Autoload.
7609
7610 * comint.el (comint-redirect-original-filter-function): Remove.
7611 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
7612 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
7613 (vc-cvs-annotate-command):
7614 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
7615 * progmodes/prolog.el (prolog-consult-compile):
7616 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
7617 Use add/remove-function instead.
7618 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
7619 (gud-tooltip-process-output, gud-tooltip-tips):
7620 Use add/remove-function instead.
7621 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
7622 (scheme-interaction-mode, exit-scheme-interaction-mode):
7623 Use add/remove-function instead.
7624
7625 * vc/vc-dispatcher.el: Use lexical-binding.
7626 (vc--process-sentinel): Rename from vc-process-sentinel.
7627 Change last arg to be the code to run. Don't use vc-previous-sentinel
7628 and vc-sentinel-commands any more.
7629 (vc-exec-after): Allow code to be a function. Use add/remove-function.
7630 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
7631
7632 2013-04-19 Masatake YAMATO <yamato@redhat.com>
7633
7634 * progmodes/sh-script.el (sh-imenu-generic-expression):
7635 Handle function names with a single character. (Bug#14111)
7636
7637 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
7638
7639 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
7640 for subroutines defined in an eval (bug#14182).
7641
7642 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7643
7644 * bookmark.el (bookmark-completing-read): Improve handling of empty
7645 string (bug#14176).
7646
7647 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7648
7649 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
7650
7651 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
7652
7653 New faster Imenu implementation (bug#14058).
7654 * progmodes/python.el:
7655 (python-imenu-prev-index-position):
7656 (python-imenu-format-item-label-function)
7657 (python-imenu-format-parent-item-label-function)
7658 (python-imenu-format-parent-item-jump-label-function):
7659 New vars.
7660 (python-imenu-format-item-label)
7661 (python-imenu-format-parent-item-label)
7662 (python-imenu-format-parent-item-jump-label)
7663 (python-imenu--put-parent, python-imenu--build-tree)
7664 (python-imenu-create-index, python-imenu-create-flat-index)
7665 (python-util-popn): New functions.
7666 (python-mode): Set imenu-create-index-function to
7667 python-imenu-create-index.
7668
7669 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * winner.el (winner-active-region): Use region-active-p, activate-mark
7672 and deactivate-mark (bug#14225).
7673
7674 * simple.el (deactivate-mark): Don't inline it.
7675
7676 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
7677
7678 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
7679
7680 2013-04-18 Tassilo Horn <tsdh@gnu.org>
7681
7682 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
7683 file extensions from the archive-mode entry in order to prefer
7684 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
7685
7686 2013-04-18 Leo Liu <sdl.web@gmail.com>
7687
7688 * bindings.el (help-event-list): Add ?\?.
7689
7690 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7691
7692 * subr.el (with-wrapper-hook): Declare obsolete.
7693 * simple.el (filter-buffer-substring-function): New hook.
7694 (filter-buffer-substring): Use it.
7695 (filter-buffer-substring-functions): Mark obsolete.
7696 * minibuffer.el (completion-in-region-function): New hook.
7697 (completion-in-region): Use it.
7698 (completion-in-region-functions): Mark obsolete.
7699 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
7700 * abbrev.el (abbrev-expand-function): New hook.
7701 (expand-abbrev): Use it.
7702 (abbrev-expand-functions): Mark obsolete.
7703 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
7704 and :filter-return.
7705
7706 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7707
7708 * progmodes/python.el (python-nav--syntactically): Fix cornercases
7709 and do not care about match data.
7710
7711 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7712
7713 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
7714 completion tables when completing error conditions and
7715 `declare' arguments.
7716 (lisp-complete-symbol, field-complete): Mark as obsolete.
7717 (check-parens): Unmatched parens are user errors.
7718 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
7719
7720 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
7721
7722 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
7723 command changed buffer (ie. `flyspell-pre-buffer' is not current
7724 buffer), which prevents making decisions based on invalid value of
7725 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
7726 cause an error when `flyspell-pre-point' was nil after switching
7727 buffers.
7728 (flyspell-post-command-hook): No longer needs to change buffers when
7729 checking pre-word. While at it remove unnecessary progn.
7730
7731 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
7732
7733 * textmodes/ispell.el (ispell-add-per-file-word-list):
7734 Fix `flyspell-correct-word-before-point' error when accepting
7735 words and `coment-padding' is an integer by using
7736 `comment-normalize-vars' (Bug #14214).
7737
7738 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7739
7740 New defun movement commands.
7741 * progmodes/python.el (python-nav--syntactically)
7742 (python-nav--forward-defun, python-nav-backward-defun)
7743 (python-nav-forward-defun): New functions.
7744
7745 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7746
7747 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
7748 (python-syntax-context): Use named compiler-macro for backwards
7749 compatibility with Emacs 24.x.
7750
7751 2013-04-17 Leo Liu <sdl.web@gmail.com>
7752
7753 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
7754 octave-hide-process-buffer.
7755
7756 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
7759 (bug#14216).
7760
7761 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
7762
7763 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
7764 Fix adjustment of offset when receiving incomplete responses from GDB
7765 (bug#14129).
7766
7767 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7768
7769 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
7770 python-mode-abbrev-table.
7771 (python-skeleton-define): Adjust accordingly.
7772 (python-mode-abbrev-table): New table that inherits from it so that
7773 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
7774
7775 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
7776 (abbrev-symbol): Use it.
7777 (abbrev--before-point): Use it since we already handle inheritance.
7778
7779 2013-04-16 Leo Liu <sdl.web@gmail.com>
7780
7781 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
7782 binding to info-lookup-symbol.
7783
7784 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
7785
7786 * minibuffer.el (completion--twq-all):
7787 * term/ns-win.el (ns-initialize-window-system):
7788 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
7789
7790 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7791
7792 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
7793 global bindings.
7794
7795 * doc-view.el (doc-view-start-process): Handle url-handler directories.
7796
7797 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
7798
7799 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
7800 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
7801 to nil.
7802 (ruby-end-of-defun): Remove the unused arg, change the docstring
7803 to reflect that this function is only used as the value of
7804 `end-of-defun-function'.
7805 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
7806 to reflect an earlier change that beginning/end-of-defun functions
7807 jump between methods in a class definition, as well as top-level
7808 functions.
7809
7810 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * minibuffer.el (minibuffer-complete): Don't just scroll
7813 a *Completions* that's been iconified.
7814 (minibuffer-force-complete): Make sure repetitions do cycle when going
7815 through completion-in-region -> minibuffer-complete.
7816
7817 2013-04-15 Alan Mackenzie <acm@muc.de>
7818
7819 Correct the placement of c-cpp-delimiters when there're #s not at
7820 col 0.
7821
7822 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
7823 place a submatch around the #.
7824 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
7825 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
7826 on the #, not BOL.
7827
7828 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7829
7830 * emacs-lisp/nadvice.el: Properly test names when adding advice.
7831 (advice--member-p): New arg `name'.
7832 (advice--add-function, advice-member-p): Use it (bug#14202).
7833
7834 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
7835
7836 Reformulate java imenu-generic-expression.
7837 The old expression contained ill formed regexps.
7838
7839 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
7840 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
7841 (cc-imenu-java-method-arg-regexp): New defconsts.
7842 (cc-imenu-java-build-type-args-regex): New defun.
7843 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
7844 handling of spaces in the regexp.
7845
7846 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7847
7848 * textmodes/ispell.el (ispell-command-loop): Remove
7849 flyspell highlight of a word when ispell accepts it (bug #14178).
7850
7851 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
7852
7853 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
7854 uses code from the previous `ange-ftp-run-real-handler'.
7855 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
7856 only in case that function exist. This is needed for proper
7857 unloading of Tramp.
7858
7859 2013-04-15 Tassilo Horn <tsdh@gnu.org>
7860
7861 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
7862
7863 * textmodes/reftex.el (reftex-compile-variables): Use it.
7864
7865 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * files.el (normal-mode): Only use default major-mode if no other mode
7868 was specified.
7869
7870 * emacs-lisp/trace.el (trace-values): New function.
7871
7872 * files.el: Allow : in local variables (bug#14089).
7873 (hack-local-variable-regexp): New var.
7874 (hack-local-variables-prop-line, hack-local-variables): Use it.
7875
7876 2013-04-13 Roland Winkler <winkler@gnu.org>
7877
7878 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
7879 data before it gets modified by bibtex-beginning-of-entry.
7880
7881 2013-04-13 Roland Winkler <winkler@gnu.org>
7882
7883 * textmodes/bibtex.el (bibtex-url): Doc fix.
7884
7885 2013-04-13 Roland Winkler <winkler@gnu.org>
7886
7887 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
7888 does not visit a BibTeX file, exclude it from the list of buffers
7889 returned by bibtex-initialize.
7890
7891 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
7892
7893 * window.el (split-window): Remove interactive form, since as a
7894 command this function is a special case of split-window-below.
7895 Correct doc string.
7896
7897 2013-04-12 Roland Winkler <winkler@gnu.org>
7898
7899 * faces.el (read-face-name): Do not override value of arg default.
7900 Allow single faces and strings as default values. Remove those
7901 elements from return value that are not faces.
7902 (describe-face): Simplify.
7903 (face-at-point): New optional args thing and multiple so that this
7904 function can provide the same functionality previously provided by
7905 read-face-name.
7906 (make-face-bold, make-face-unbold, make-face-italic)
7907 (make-face-unitalic, make-face-bold-italic, invert-face)
7908 (modify-face, read-face-and-attribute): Use face-at-point.
7909
7910 * cus-edit.el (customize-face, customize-face-other-window)
7911 * cus-theme.el (custom-theme-add-face)
7912 * face-remap.el (buffer-face-set)
7913 * facemenu.el (facemenu-set-face): Use face-at-point.
7914
7915 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
7916
7917 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
7918
7919 2013-04-10 Tassilo Horn <tsdh@gnu.org>
7920
7921 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
7922 off leading { and trailing } from field values.
7923
7924 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7925
7926 * emacs-lisp/timer.el (timer--check): New function.
7927 (timer--time, timer-set-function, timer-event-handler): Use it.
7928 (timer-set-idle-time): Simplify.
7929 (timer--activate): CSE.
7930 (timer-event-handler): Give more info in error message.
7931 (internal-timer-start-idle): New function, moved from C.
7932
7933 * mpc.el (mpc-proc): Add `restart' argument.
7934 (mpc-proc-cmd): Use it.
7935 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
7936 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
7937 less often.
7938
7939 2013-04-10 Masatake YAMATO <yamato@redhat.com>
7940
7941 * progmodes/sh-script.el: Implement `sh-mode' own
7942 `add-log-current-defun-function' (bug#14112).
7943 (sh-current-defun-name): New function.
7944 (sh-mode): Use the function.
7945
7946 2013-04-09 Bastien Guerry <bzg@gnu.org>
7947
7948 * simple.el (choose-completion-string): Fix docstring (bug#14163).
7949
7950 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
7953
7954 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
7955 timer (bug#14156).
7956
7957 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
7958
7959 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
7960 declaration.
7961
7962 2013-04-07 Leo Liu <sdl.web@gmail.com>
7963
7964 * pcmpl-x.el: New file.
7965
7966 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
7967
7968 Do not set x-display-name until X connection is established.
7969 This is needed to prevent from weird situation described at
7970 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
7971 * frame.el (make-frame): Set x-display-name after call to
7972 window system initialization function, not before.
7973 * term/x-win.el (x-initialize-window-system): Add optional
7974 display argument and use it.
7975 * term/w32-win.el (w32-initialize-window-system):
7976 * term/ns-win.el (ns-initialize-window-system):
7977 * term/pc-win.el (msdos-initialize-window-system):
7978 Add compatible optional display argument.
7979
7980 2013-04-06 Eli Zaretskii <eliz@gnu.org>
7981
7982 * files.el (normal-backup-enable-predicate): On MS-Windows and
7983 MS-DOS compare truenames of temporary-file-directory and of the
7984 file, so that 8+3 aliases (usually found in $TEMP on Windows)
7985 don't fail comparison by compare-strings. Also, compare file
7986 names case-insensitively on MS-Windows and MS-DOS.
7987
7988 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7989
7990 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
7991 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
7992
7993 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
7994
7995 * whitespace.el (whitespace-color-on, whitespace-color-off):
7996 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
7997
7998 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7999
8000 * ispell.el (ispell-set-spellchecker-params):
8001 Really set `ispell-args' for all equivs.
8002
8003 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * ido.el (ido-completions): Use extra elements of ido-decorations
8006 (bug#14143).
8007 (ido-decorations): Update docstring.
8008
8009 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
8010
8011 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8012 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
8013 nil during initialization, in order not to miss changes since the
8014 file was opened. (Bug#14140)
8015
8016 2013-04-05 Leo Liu <sdl.web@gmail.com>
8017
8018 * kmacro.el (kmacro-call-macro): Fix bug#14135.
8019
8020 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
8021
8022 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
8023
8024 2013-04-04 Glenn Morris <rgm@gnu.org>
8025
8026 * electric.el (electric-pair-inhibit-predicate): Add :version.
8027
8028 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
8031 when a package is required several times (bug#14082).
8032
8033 2013-04-04 Roland Winkler <winkler@gnu.org>
8034
8035 * faces.el (read-face-name): Behave as promised by the docstring.
8036 Assume that arg default is a list of faces.
8037 (describe-face): Call read-face-name with list of default faces.
8038
8039 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8040
8041 * bookmark.el: Fix deletion of bookmarks (bug#13972).
8042 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
8043 (bookmark-bmenu-execute-deletions): Only skip first line if it's
8044 the header.
8045 (bookmark-exit-hook-internal): Save even if list is empty.
8046
8047 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
8048
8049 * emacs-lisp/package.el (package-pinned-packages): New var.
8050 (package--add-to-archive-contents): Obey it (bug#14118).
8051
8052 2013-04-03 Alan Mackenzie <acm@muc.de>
8053
8054 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
8055 Also adapt to the new values of element 7 of a parse state.
8056
8057 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
8058 parameter `not-in-delimiter'. Handle being inside comment opener.
8059 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
8060 character in case we're typing a '*' after a '/'.
8061 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
8062 instead by passing the parameter to c-state-pp-to-literal.
8063
8064 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
8065 for elt. 7 of a parse state.
8066
8067 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
8068
8069 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
8070 * international/latin1-disp.el, international/mule-util.el:
8071 * language/cyril-util.el, language/european.el, language/ind-util.el:
8072 * language/lao-util.el, language/thai.el, language/tibet-util.el:
8073 * language/tibetan.el, language/viet-util.el:
8074 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
8075
8076 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
8079 (electric-pair-post-self-insert-function): Use it.
8080 (electric-pair-default-inhibit): New function, extracted from
8081 electric-pair-post-self-insert-function.
8082
8083 2013-03-31 Roland Winkler <winkler@gnu.org>
8084
8085 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
8086
8087 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8088
8089 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
8090
8091 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
8092
8093 Un-indent after "pass" and "return" statements (Bug#13888)
8094 * progmodes/python.el (python-indent-block-enders): New var.
8095 (python-indent-calculate-indentation): Use it.
8096
8097 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
8098
8099 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
8100 defun. Defining it as defalias could introduce too eager
8101 byte-compiler optimization. (Bug#14030)
8102
8103 2013-03-30 Chong Yidong <cyd@gnu.org>
8104
8105 * iswitchb.el (iswitchb-read-buffer): Fix typo.
8106
8107 2013-03-30 Leo Liu <sdl.web@gmail.com>
8108
8109 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
8110 (kmacro-execute-from-register): Pass the keyboard macro to
8111 kmacro-call-macro or repeating won't work correctly.
8112
8113 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
8114
8115 * progmodes/subword.el: Back to using `forward-symbol'.
8116
8117 * subr.el (forward-whitespace, forward-symbol)
8118 (forward-same-syntax): Move from thingatpt.el.
8119
8120 2013-03-29 Leo Liu <sdl.web@gmail.com>
8121
8122 * kmacro.el (kmacro-to-register): New command.
8123 (kmacro-execute-from-register): New function.
8124 (kmacro-keymap): Bind to 'x'. (Bug#14071)
8125
8126 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * mpc.el: Use defvar-local and setq-local.
8129 (mpc--proc-connect): Connection failures are not bugs.
8130 (mpc-mode-map): `follow-link' only applies to the buffer's content.
8131 (mpc-volume-map): Bind to the up-events.
8132
8133 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
8134
8135 * progmodes/subword.el (superword-mode): Use `forward-sexp'
8136 instead of `forward-symbol'.
8137
8138 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8139
8140 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
8141 (edebug--recursive-edit): Use it.
8142 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
8143 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
8144
8145 2013-03-28 Leo Liu <sdl.web@gmail.com>
8146
8147 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
8148
8149 2013-03-27 Eli Zaretskii <eliz@gnu.org>
8150
8151 * facemenu.el (list-colors-callback): New defvar.
8152 (list-colors-redisplay): New function.
8153 (list-colors-display): Install list-colors-redisplay as the
8154 revert-buffer-function. (Bug#14063)
8155
8156 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
8159 and suffixes don't overlap (bug#14061).
8160
8161 * case-table.el: Use lexical-binding.
8162 (case-table-get-table): New function.
8163 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
8164
8165 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
8166
8167 * progmodes/subword.el: Add `superword-mode' to do word motion
8168 over symbol_words (parallels and leverages `subword-mode' which
8169 does word motion inside MixedCaseWords).
8170
8171 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
8172
8173 * eshell/em-unix.el: Move su and sudo to...
8174 * eshell/em-tramp.el: ...Eshell tramp module.
8175
8176 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
8179 Change return value to be a sexp. Delay `get-buffer' to after
8180 restoring the desktop (bug#13951).
8181
8182 2013-03-26 Leo Liu <sdl.web@gmail.com>
8183
8184 * register.el: Move semantic tag handling back to
8185 cedet/semantic/senator.el. (Bug#14052)
8186
8187 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8188
8189 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
8190 into the prompt either (bug#13963).
8191
8192 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8193
8194 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
8195 part of "(error-foo)".
8196
8197 2013-03-24 Juri Linkov <juri@jurta.org>
8198
8199 * replace.el (list-matching-lines-prefix-face): New defcustom.
8200 (occur-1): Pass `list-matching-lines-prefix-face' to the function
8201 `occur-engine' if `face-differs-from-default-p' returns t.
8202 (occur-engine): Add `,' inside backquote construct to evaluate
8203 `prefix-face'. Propertize the prefix with the `prefix-face' face.
8204 Pass `prefix-face' to the functions `occur-context-lines' and
8205 `occur-engine-add-prefix'.
8206 (occur-engine-add-prefix, occur-context-lines): Add optional arg
8207 `prefix-face' and propertize the prefix with `prefix-face'.
8208 (Bug#14017)
8209
8210 2013-03-24 Leo Liu <sdl.web@gmail.com>
8211
8212 * nxml/rng-valid.el (rng-validate-while-idle)
8213 (rng-validate-quick-while-idle): Guard against deleted buffer.
8214 (Bug#13999)
8215
8216 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
8217 is the last entry in kill-buffer-hook.
8218
8219 * files.el (kill-buffer-hook): Doc fix.
8220
8221 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
8222
8223 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
8224 Make it safe-local.
8225
8226 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
8227
8228 2013-03-23 Leo Liu <sdl.web@gmail.com>
8229
8230 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
8231 Remove.
8232
8233 * nxml/rng-valid.el (rng-validate-mode)
8234 (rng-after-change-function, rng-do-some-validation):
8235 * nxml/rng-maint.el (rng-validate-buffer):
8236 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
8237 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
8238 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
8239 (nxml-extend-after-change-region): Use with-silent-modifications.
8240
8241 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
8242 timer-idle-list.
8243
8244 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
8245 (rng-next-error-1, rng-previous-error-1): Do not let-bind
8246 timer-idle-list. (Bug#13999)
8247
8248 2013-03-23 Juri Linkov <juri@jurta.org>
8249
8250 * info.el (info-index-match): New face.
8251 (Info-index, Info-apropos-matches): Add a nested subgroup to the
8252 main pattern and add text properties with the new face to matches
8253 in index entries relative to the beginning of the index entry.
8254 (Bug#14015)
8255
8256 2013-03-21 Eric Ludlam <zappo@gnu.org>
8257
8258 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
8259 Inhibit read only while inserting objects.
8260
8261 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
8262
8263 * progmodes/cfengine.el: Update docs to mention
8264 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
8265 symbol motion. Remove "_" from the word syntax.
8266
8267 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
8268
8269 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
8270 syntax for both `cfengine2-mode' and `cfengine3-mode'.
8271
8272 2013-03-20 Juri Linkov <juri@jurta.org>
8273
8274 * info.el (Info-next-reference-or-link)
8275 (Info-prev-reference-or-link): New functions.
8276 (Info-next-reference, Info-prev-reference): Use them.
8277 (Info-try-follow-nearest-node): Handle footnote navigation.
8278 (Info-fontify-node): Fontify footnotes. (Bug#13989)
8279
8280 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
8283 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
8284
8285 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
8286
8287 Suppress unnecessary non-ASCII chatter during build process.
8288 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
8289 (batch-skkdic-convert): Suppress most of the chatter.
8290 It's not needed so much now that machines are faster,
8291 and its non-ASCII component was confusing; see Dmitry Gutov in
8292 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
8293
8294 2013-03-20 Leo Liu <sdl.web@gmail.com>
8295
8296 * ido.el (ido-chop): Fix bug#10994.
8297
8298 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8299
8300 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
8301 Remove vars.
8302 (whitespace-color-on, whitespace-color-off):
8303 Use `font-lock-fontify-buffer' (Bug#13817).
8304
8305 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8306
8307 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
8308 remapping in mode-line.
8309 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
8310
8311 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8312
8313 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
8314 value for `whitespace-line' face (Bug#13875).
8315 (whitespace-font-lock-keywords): Change description.
8316 (whitespace-color-on): Don't save `font-lock-keywords' value, save
8317 the constructed keywords instead.
8318 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
8319
8320 2013-03-19 Leo Liu <sdl.web@gmail.com>
8321
8322 * progmodes/compile.el (compilation-display-error): New command.
8323 (compilation-mode-map, compilation-minor-mode-map): Bind it to
8324 C-o. (Bug#13992)
8325
8326 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8327
8328 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
8329
8330 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
8331
8332 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
8333
8334 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
8335
8336 * net/tramp-compat.el (tramp-compat-user-error): New defun.
8337
8338 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8339 * net/tramp-gvfs.el (top):
8340 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
8341 (tramp-handle-shell-command): Use it.
8342 (tramp-dissect-file-name): Raise an error when hostname is a
8343 method name, and neither method nor user is specified.
8344
8345 * net/trampver.el: Update release number.
8346
8347 2013-03-18 Leo Liu <sdl.web@gmail.com>
8348
8349 Make sure eldoc can be turned off properly.
8350 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
8351 eldoc-mode.
8352 (eldoc-display-message-p): Revert last change.
8353 (eldoc-display-message-no-interference-p)
8354 (eldoc-print-current-symbol-info): Tweak.
8355
8356 2013-03-18 Tassilo Horn <tsdh@gnu.org>
8357
8358 * doc-view.el (doc-view-new-window-function): Check the new window
8359 overlay's display property instead the char property of the
8360 buffer's first char. Use `with-selected-window' instead of
8361 `save-window-excursion' with `select-window'.
8362 (doc-view-document->bitmap): Check the current doc-view overlay's
8363 display property instead the char property of the buffer's first char.
8364
8365 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8366
8367 Automate the build of ja-dic.el (Bug#13984).
8368 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
8369 from the input, rather than assume that it's been done for us by the
8370 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
8371 the current date into a ja-dic.el comment, as that complicates
8372 regression testing.
8373
8374 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8375
8376 * whitespace.el: Fix double evaluation.
8377 (whitespace-space, whitespace-hspace, whitespace-tab)
8378 (whitespace-newline, whitespace-trailing, whitespace-line)
8379 (whitespace-space-before-tab, whitespace-indentation)
8380 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
8381 obsolete defvars.
8382 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
8383 (whitespace-color-on): Use a single font-lock-add-keywords call.
8384 Fix double-evaluation of face variables.
8385
8386 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
8387
8388 * net/tramp-adb.el (tramp-adb-parse-device-names):
8389 Use `start-process' instead of `call-process'. Otherwise, the
8390 function might be blocked under MS Windows. (Bug#13299)
8391
8392 2013-03-17 Leo Liu <sdl.web@gmail.com>
8393
8394 Extend eldoc to display info in the mode-line. (Bug#13978)
8395 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
8396 (eldoc-mode-line-string): New variable.
8397 (eldoc-minibuffer-message): New function.
8398 (eldoc-message-function): New variable.
8399 (eldoc-message): Use it.
8400 (eldoc-display-message-p)
8401 (eldoc-display-message-no-interference-p):
8402 Support eldoc-post-insert-mode.
8403
8404 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
8405 (eval-expression): Run it.
8406
8407 2013-03-17 Roland Winkler <winkler@gnu.org>
8408
8409 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
8410 strings in the list of return values.
8411
8412 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8413
8414 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
8415 radix before checking for HMS forms.
8416
8417 2013-03-16 Leo Liu <sdl.web@gmail.com>
8418
8419 * progmodes/scheme.el: Add indentation and font-locking for λ.
8420 (Bug#13975)
8421
8422 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8423
8424 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
8425 token before point (bug#13942).
8426
8427 2013-03-16 Leo Liu <sdl.web@gmail.com>
8428
8429 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
8430
8431 2013-03-16 Eli Zaretskii <eliz@gnu.org>
8432
8433 * startup.el (command-line-normalize-file-name): Fix handling of
8434 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
8435 <xfq.free@gmail.com> in
8436 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
8437
8438 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
8439
8440 Sync with Tramp 2.2.7.
8441
8442 * net/trampver.el: Update release number.
8443
8444 2013-03-14 Tassilo Horn <tsdh@gnu.org>
8445
8446 * doc-view.el: Fix bug#13887.
8447 (doc-view-insert-image): Don't modify overlay associated to
8448 non-live windows, and implement horizontal centering of image in
8449 case it's smaller than the window.
8450 (doc-view-new-window-function): Force redisplay of new windows on
8451 doc-view buffers.
8452
8453 2013-03-13 Karl Fogel <kfogel@red-bean.com>
8454
8455 * saveplace.el (save-place-alist-to-file): Don't sort
8456 `save-place-alist', just pretty-print it (bug#13882).
8457
8458 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
8459
8460 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8461 Check whether `default-file-name-coding-system' is bound.
8462 It isn't in XEmacs.
8463
8464 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
8467 backquotes for `obsolete' (bug#13929).
8468
8469 * international/mule.el (find-auto-coding): Include file name in
8470 obsolescence warning (bug#13922).
8471
8472 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8473
8474 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
8475 for CFEngine 3-specific indentation.
8476 (cfengine3-indent-line): Use it. Fix up category regex.
8477 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
8478
8479 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * type-break.el (type-break-file-name):
8482 * textmodes/remember.el (remember-data-file):
8483 * strokes.el (strokes-file):
8484 * shadowfile.el (shadow-initialize):
8485 * saveplace.el (save-place-file):
8486 * ps-bdf.el (bdf-cache-file):
8487 * progmodes/idlwave.el (idlwave-config-directory):
8488 * net/quickurl.el (quickurl-url-file):
8489 * international/kkc.el (kkc-init-file-name):
8490 * ido.el (ido-save-directory-list-file):
8491 * emulation/viper.el (viper-custom-file-name):
8492 * emulation/vip.el (vip-startup-file):
8493 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8494 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
8495
8496 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
8497
8498 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
8499 * language/thai-word.el: Switch to UTF-8.
8500
8501 See ChangeLog.16 for earlier changes.
8502
8503 ;; Local Variables:
8504 ;; coding: utf-8
8505 ;; End:
8506
8507 Copyright (C) 2011-2013 Free Software Foundation, Inc.
8508
8509 This file is part of GNU Emacs.
8510
8511 GNU Emacs is free software: you can redistribute it and/or modify
8512 it under the terms of the GNU General Public License as published by
8513 the Free Software Foundation, either version 3 of the License, or
8514 (at your option) any later version.
8515
8516 GNU Emacs is distributed in the hope that it will be useful,
8517 but WITHOUT ANY WARRANTY; without even the implied warranty of
8518 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8519 GNU General Public License for more details.
8520
8521 You should have received a copy of the GNU General Public License
8522 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.